NULL 469 addr2line.c ElfW(Shdr) *debug_line_shdr = NULL, *gnu_debuglink_shdr = NULL;
NULL 473 addr2line.c ElfW(Shdr) *symtab_shdr = NULL, *strtab_shdr = NULL;
NULL 474 addr2line.c ElfW(Shdr) *dynsym_shdr = NULL, *dynstr_shdr = NULL;
NULL 498 addr2line.c file = (char *)mmap(NULL, (size_t)filesize, PROT_READ, MAP_SHARED, fd, 0);
NULL 567 addr2line.c h = dlopen(NULL, RTLD_NOW|RTLD_LOCAL);
NULL 658 addr2line.c int err = sysctl(mib, 4, binary_filename, &len, NULL, 0);
NULL 676 addr2line.c obj_info_t *obj = NULL;
NULL 680 addr2line.c char *main_path = NULL; /* used on printing backtrace */
NULL 836 addr2line.c retval = kvprintf(fmt, putce, NULL, 10, ap);
NULL 909 addr2line.c d = NULL;
NULL 911 addr2line.c if (fmt == NULL)
NULL 977 addr2line.c for (q = ksprintn(nbuf, num, *p++, NULL, 0); *q;)
NULL 1071 addr2line.c if (p == NULL)
NULL 1280 array.c rb_scan_args(argc, argv, "11", NULL, NULL);
NULL 2323 array.c default: rb_scan_args(argc, argv, "01", NULL);
NULL 2356 array.c default: rb_scan_args(argc, argv, "01", NULL);
NULL 3125 array.c rb_scan_args(argc, argv, "11", NULL, NULL);
NULL 100 bignum.c rb_absint_size(x, NULL))
NULL 1372 bignum.c return bary_subb(zds, zn, zds, zn, NULL, 0, 1);
NULL 1672 bignum.c bary_mul_balance_with_mulfunc(BDIGITS(z), zn, BDIGITS(x), xn, BDIGITS(y), yn, NULL, 0, bary_mul_toom3_start);
NULL 1855 bignum.c bary_mul_karatsuba(BDIGITS(z), zn, BDIGITS(x), xn, BDIGITS(y), yn, NULL, 0);
NULL 2252 bignum.c bary_mul_toom3(BDIGITS(z), zn, BDIGITS(x), xn, BDIGITS(y), yn, NULL, 0);
NULL 2514 bignum.c bary_mul_toom3_start(zds, zn, xds, xn, yds, yn, NULL, 0);
NULL 3877 bignum.c powerv = power_cache_get_power(base, power_level, NULL);
NULL 3918 bignum.c powerv = power_cache_get_power(base, power_level, NULL);
NULL 3997 bignum.c VALUE ret = rb_cstr_parse_inum(str, -1, (badcheck ? NULL : &end), base);
NULL 4123 bignum.c const char *end = len < 0 ? NULL : str + len;
NULL 4217 bignum.c ret = rb_cstr_parse_inum(s, len, (badcheck ? NULL : &end), base);
NULL 4848 bignum.c numwords = rb_absint_numwords(x, word_numbits, NULL);
NULL 4903 bignum.c power = power_cache_get_power(base, power_level, NULL);
NULL 4907 bignum.c power = power_cache_get_power(base, power_level, NULL);
NULL 4930 bignum.c b2s_data.ptr = NULL;
NULL 5960 bignum.c qds = NULL;
NULL 5970 bignum.c rds = NULL;
NULL 6203 bignum.c const size_t xbits = rb_absint_numwords(x, 1, NULL);
NULL 64 ccan/container_of/container_of.h return member_ptr ? (char *)member_ptr - offset : NULL;
NULL 262 ccan/list/list.h n->next = n->prev = NULL;
NULL 346 ccan/list/list.h o->next = o->prev = NULL;
NULL 385 ccan/list/list.h return NULL;
NULL 411 ccan/list/list.h return NULL;
NULL 437 ccan/list/list.h return NULL;
NULL 770 ccan/list/list.h return NULL;
NULL 43 class.c entry->next = NULL;
NULL 63 class.c entry->next = NULL;
NULL 90 class.c RCLASS_EXT(klass)->parent_subclasses = NULL;
NULL 109 class.c RCLASS_EXT(klass)->module_subclasses = NULL;
NULL 949 class.c RB_OBJ_WRITE(me, &me->def->body.refined.orig_me, NULL);
NULL 1792 class.c st_delete(tbl, &key, NULL);
NULL 233 compile.c ADD_SEND_R((seq), (line), (id), (argc), NULL, (VALUE)INT2FIX(0), NULL)
NULL 236 compile.c ADD_SEND_R((seq), (line), (id), (argc), NULL, (VALUE)(flag), NULL)
NULL 239 compile.c ADD_SEND_R((seq), (line), (id), (argc), (block), (VALUE)INT2FIX(0), NULL)
NULL 245 compile.c ADD_SEND_R((seq), (line), (id), (argc), NULL, (VALUE)INT2FIX(VM_CALL_FCALL), NULL)
NULL 248 compile.c ADD_SEND_R((seq), (line), (id), (argc), (block), (VALUE)INT2FIX(VM_CALL_FCALL), NULL)
NULL 332 compile.c err = rb_syntax_error_append(err, file, line, -1, NULL, fmt, args);
NULL 1066 compile.c size_t size = kw_arg != NULL ? sizeof(struct rb_call_info_with_kwarg) : sizeof(struct rb_call_info);
NULL 1085 compile.c kw_arg == NULL && !has_blockiseq) {
NULL 1095 compile.c operands[0] = (VALUE)new_callinfo(iseq, id, FIX2INT(argc), FIX2INT(flag), keywords, blockiseq != NULL);
NULL 1915 compile.c iseq->body->catch_table = NULL;
NULL 2269 compile.c INSN *piobj = NULL;
NULL 2285 compile.c next = NULL;
NULL 2329 compile.c iobj->operands[2] = (VALUE)new_callinfo(iseq, idEq, 1, 0, NULL, FALSE);
NULL 2403 compile.c if ((ci->flag & VM_CALL_ARGS_BLOCKARG) == 0 && blockiseq == NULL) {
NULL 2840 compile.c if (kw_arg_ptr == NULL) return FALSE;
NULL 2870 compile.c for (i=0; node != NULL; i++, node = node->nd_next->nd_next) {
NULL 2936 compile.c if (type == COMPILE_ARRAY_TYPE_ARGS && node->nd_next == NULL /* last node */ && compile_array_keyword_arg(iseq, anchor, node->nd_head, keywords_ptr)) {
NULL 3048 compile.c return compile_array_(iseq, ret, node_root, type, NULL, 0);
NULL 3417 compile.c } while ((vals = vals->nd_next) != NULL);
NULL 3794 compile.c NULL, INT2FIX(0), NULL);
NULL 4084 compile.c LABEL *tmp_label = NULL;
NULL 4702 compile.c argc = setup_args(iseq, args, node->nd_args->nd_head, &flag, NULL);
NULL 5011 compile.c node->nd_mid == idFreeze && node->nd_args == NULL &&
NULL 5012 compile.c ISEQ_COMPILE_DATA(iseq)->current_block == NULL &&
NULL 5028 compile.c ISEQ_COMPILE_DATA(iseq)->current_block == NULL &&
NULL 5034 compile.c new_callinfo(iseq, idAREF, 1, 0, NULL, FALSE),
NULL 5035 compile.c NULL/* CALL_CACHE */, str);
NULL 5055 compile.c struct rb_call_info_kw_arg *keywords = NULL;
NULL 5057 compile.c ISEQ_COMPILE_DATA(iseq)->current_block = NULL;
NULL 5175 compile.c struct rb_call_info_kw_arg *keywords = NULL;
NULL 5179 compile.c ISEQ_COMPILE_DATA(iseq)->current_block = NULL;
NULL 5283 compile.c new_callinfo(iseq, 0, argc, flag | VM_CALL_SUPER | VM_CALL_FCALL, keywords, parent_block != NULL),
NULL 5293 compile.c compile_array_(iseq, ret, node, COMPILE_ARRAY_TYPE_ARRAY, NULL, poped);
NULL 5381 compile.c struct rb_call_info_kw_arg *keywords = NULL;
NULL 5528 compile.c ADD_INSN2(ret, line, opt_regexpmatch2, new_callinfo(iseq, idEqTilde, 1, 0, NULL, FALSE), Qnil);
NULL 6069 compile.c ISEQ_COMPILE_DATA(iseq)->current_block == NULL &&
NULL 6082 compile.c new_callinfo(iseq, idASET, 2, 0, NULL, FALSE),
NULL 6083 compile.c NULL/* CALL_CACHE */, str);
NULL 6090 compile.c argc = setup_args(iseq, args, node->nd_args, &flag, NULL);
NULL 6437 compile.c eiseq = NULL;
NULL 6780 compile.c iseq->body->local_table = tbl = len > 0 ? (ID *)ALLOC_N(ID, iseq->body->local_table_size) : NULL;
NULL 6849 compile.c if (keyword == NULL) {
NULL 7175 compile.c if (iseq == NULL) {
NULL 7332 compile.c return NULL;
NULL 7348 compile.c return NULL;
NULL 7360 compile.c ID *ids = kw->num > 0 ? ALLOCA_N(ID, kw->num) : NULL;
NULL 7361 compile.c VALUE *dvs = dv_num > 0 ? ALLOCA_N(VALUE, dv_num) : NULL;
NULL 7372 compile.c return NULL;
NULL 7398 compile.c return NULL;
NULL 7443 compile.c return NULL;
NULL 7464 compile.c return NULL;
NULL 7483 compile.c return NULL;
NULL 7571 compile.c dump_body.is_entries = NULL;
NULL 7573 compile.c dump_body.cc_entries = NULL;
NULL 7877 compile.c VALUE reg = rb_reg_compile(srcstr, (int)regexp->option, NULL, 0);
NULL 8302 compile.c if (iseq->body->parent_iseq != NULL ||
NULL 8342 compile.c DATA_PTR(dump_obj) = NULL;
NULL 8360 compile.c ISEQ_COMPILE_DATA(iseq) = NULL;
NULL 8380 compile.c return NULL;
NULL 8422 compile.c load->iseq = NULL;
NULL 1507 complex.c rb_scan_args(argc, argv, "01", NULL);
NULL 342 cont.c fib->cont.saved_thread.local_storage != NULL) {
NULL 619 cont.c machine_stack_cache[machine_stack_cache_index].ptr = NULL;
NULL 632 cont.c ptr = mmap(NULL, size, PROT_READ | PROT_WRITE, FIBER_STACK_FLAGS, -1, 0);
NULL 658 cont.c fib->fib_handle = CreateFiberEx(size - 1, size, 0, fiber_entry, NULL);
NULL 662 cont.c fib->fib_handle = CreateFiberEx(size - 1, size, 0, fiber_entry, NULL);
NULL 675 cont.c context->uc_link = NULL;
NULL 978 cont.c if (UNLIKELY(*table_p == NULL)) {
NULL 1185 cont.c fib->prev = NULL;
NULL 1340 cont.c fib->prev = NULL;
NULL 1384 cont.c terminated_machine_stack.ptr = NULL;
NULL 1487 cont.c fib->ss_sp = NULL;
NULL 1488 cont.c fib->context.uc_stack.ss_sp = NULL;
NULL 1489 cont.c fib->cont.machine.stack = NULL;
NULL 210 dir.c if (p >= pend) return NULL;
NULL 221 dir.c return NULL;
NULL 223 dir.c if (p >= pend) return NULL;
NULL 230 dir.c return NULL;
NULL 261 dir.c return ok == not ? NULL : (char *)p + 1;
NULL 469 dir.c dirp->dir = NULL;
NULL 471 dir.c dirp->enc = NULL;
NULL 518 dir.c dp->dir = NULL;
NULL 523 dir.c if (dp->dir == NULL) {
NULL 536 dir.c if (dp->dir == NULL) {
NULL 746 dir.c if ((dp = READDIR(dirp->dir, dirp->enc)) != NULL) {
NULL 786 dir.c while ((dp = READDIR(dirp->dir, dirp->enc)) != NULL) {
NULL 799 dir.c if (dirp->dir == NULL) dir_closed();
NULL 925 dir.c dirp->dir = NULL;
NULL 1277 dir.c if (dirp == NULL && !to_be_ignored(errno))
NULL 1625 dir.c wlen = WideCharToMultiByte(CP_UTF8, 0, fd.cFileName, -1, NULL, 0, NULL, NULL);
NULL 1629 dir.c WideCharToMultiByte(CP_UTF8, 0, fd.cFileName, -1, utf8filename, wlen, NULL, NULL);
NULL 1786 dir.c if (dirp == NULL) {
NULL 1807 dir.c while ((dp = READDIR(dirp, enc)) != NULL) {
NULL 2057 dir.c name = rb_str_conv_enc(name, NULL, eenc ? eenc : enc);
NULL 2693 dir.c while ((dp = READDIR(dir, NULL)) != NULL) {
NULL 121 dln.c const char *p = *file, *base, *dot = NULL;
NULL 126 dln.c if (isdirsep(*p)) base = p+1, dot = NULL;
NULL 271 dln.c if (reloc == NULL) {
NULL 273 dln.c return NULL;
NULL 279 dln.c return NULL;
NULL 300 dln.c if (buffer == NULL) {
NULL 302 dln.c return NULL;
NULL 323 dln.c return NULL;
NULL 334 dln.c if (tbl == NULL) {
NULL 336 dln.c return NULL;
NULL 356 dln.c file = dln_find_exe_r(prog, NULL, fbuf, sizeof(fbuf));
NULL 357 dln.c if (file == NULL || (fd = open(file, O_RDONLY)) < 0) {
NULL 364 dln.c if (syms == NULL) {
NULL 369 dln.c if (sym_tbl == NULL) { /* file may be start with #! */
NULL 433 dln.c if (addr == NULL) {
NULL 465 dln.c st_foreach(undef_tbl, undef_print, NULL);
NULL 490 dln.c static st_table *reloc_tbl = NULL;
NULL 513 dln.c if (reloc_tbl == NULL) {
NULL 616 dln.c struct relocation_info *reloc = NULL;
NULL 619 dln.c struct nlist *syms = NULL;
NULL 630 dln.c if (reloc == NULL) return -1;
NULL 633 dln.c if (syms == NULL) {
NULL 649 dln.c if (st_delete(undef_tbl, (st_data_t*)&key, NULL)) {
NULL 661 dln.c st_insert(undef_tbl, strdup(sym[1].n_un.n_name), NULL);
NULL 662 dln.c if (st_delete(undef_tbl, (st_data_t*)&key, NULL)) {
NULL 672 dln.c old_sym = NULL;
NULL 700 dln.c st_insert(undef_tbl, strdup(sym->n_un.n_name), NULL);
NULL 730 dln.c if (st_delete(undef_tbl, (st_data_t*)&key, NULL) != 0) {
NULL 917 dln.c st_table *lib_tbl = NULL;
NULL 942 dln.c if (path == NULL) path = dln_librrb_ary_path;
NULL 967 dln.c if (data == NULL) goto syserr;
NULL 1016 dln.c if (syms == NULL) goto badlib;
NULL 1021 dln.c && st_lookup(undef_tbl, sym->n_un.n_name, NULL)) {
NULL 1081 dln.c return NULL;
NULL 1131 dln.c NULL, error, MAKELANGID(LANG_NEUTRAL, (sublang)), \
NULL 1132 dln.c message + len, size - len, NULL)
NULL 1267 dln.c winfile = rb_w32_mbstr_to_wstr(CP_UTF8, file, -1, NULL);
NULL 1289 dln.c if ((init_fct = (void(*)())GetProcAddress(handle, buf)) == NULL) {
NULL 1327 dln.c if ((handle = (void*)dlopen(file, RTLD_LAZY|RTLD_GLOBAL)) == NULL) {
NULL 1349 dln.c if (init_fct == NULL) {
NULL 1364 dln.c shl_t lib = NULL;
NULL 1370 dln.c if (lib == NULL) {
NULL 1375 dln.c if (init_fct == NULL) {
NULL 1377 dln.c if (init_fct == NULL) {
NULL 1393 dln.c if (init_fct == NULL) {
NULL 131 dln_find.c return NULL;
NULL 200 dln_find.c if (ep == NULL)
NULL 224 dln_find.c if (home != NULL) {
NULL 285 dln_find.c return NULL;
NULL 68837 enc/trans/big5.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 68838 enc/trans/big5.c NULL, NULL, NULL, NULL,
NULL 68839 enc/trans/big5.c NULL, NULL, NULL
NULL 68849 enc/trans/big5.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 68850 enc/trans/big5.c NULL, NULL, NULL, NULL,
NULL 68851 enc/trans/big5.c NULL, NULL, NULL
NULL 68861 enc/trans/big5.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 68862 enc/trans/big5.c NULL, NULL, NULL, NULL,
NULL 68863 enc/trans/big5.c NULL, NULL, NULL
NULL 68873 enc/trans/big5.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 68874 enc/trans/big5.c NULL, NULL, NULL, NULL,
NULL 68875 enc/trans/big5.c NULL, NULL, NULL
NULL 68885 enc/trans/big5.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 68886 enc/trans/big5.c NULL, NULL, NULL, NULL,
NULL 68887 enc/trans/big5.c NULL, NULL, NULL
NULL 68897 enc/trans/big5.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 68898 enc/trans/big5.c NULL, NULL, NULL, NULL,
NULL 68899 enc/trans/big5.c NULL, NULL, NULL
NULL 68909 enc/trans/big5.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 68910 enc/trans/big5.c NULL, NULL, NULL, NULL,
NULL 68911 enc/trans/big5.c NULL, NULL, NULL
NULL 68921 enc/trans/big5.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 68922 enc/trans/big5.c NULL, NULL, NULL, NULL,
NULL 68923 enc/trans/big5.c NULL, NULL, NULL
NULL 68933 enc/trans/big5.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 68934 enc/trans/big5.c NULL, NULL, NULL, NULL,
NULL 68935 enc/trans/big5.c NULL, NULL, NULL
NULL 68945 enc/trans/big5.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 68946 enc/trans/big5.c NULL, NULL, NULL, NULL,
NULL 68947 enc/trans/big5.c NULL, NULL, NULL
NULL 21670 enc/trans/chinese.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 21671 enc/trans/chinese.c NULL, NULL, NULL, NULL,
NULL 21672 enc/trans/chinese.c NULL, NULL, NULL
NULL 21682 enc/trans/chinese.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 21683 enc/trans/chinese.c NULL, NULL, NULL, NULL,
NULL 21684 enc/trans/chinese.c NULL, NULL, NULL
NULL 21694 enc/trans/chinese.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 21695 enc/trans/chinese.c NULL, NULL, NULL, NULL,
NULL 21696 enc/trans/chinese.c NULL, NULL, NULL
NULL 21706 enc/trans/chinese.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 21707 enc/trans/chinese.c NULL, NULL, NULL, NULL,
NULL 21708 enc/trans/chinese.c NULL, NULL, NULL
NULL 175 enc/trans/ebcdic.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 176 enc/trans/ebcdic.c NULL, NULL, NULL, NULL,
NULL 177 enc/trans/ebcdic.c NULL, NULL, NULL
NULL 187 enc/trans/ebcdic.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 188 enc/trans/ebcdic.c NULL, NULL, NULL, NULL,
NULL 189 enc/trans/ebcdic.c NULL, NULL, NULL
NULL 6204 enc/trans/emoji.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 6205 enc/trans/emoji.c NULL, NULL, NULL, NULL,
NULL 6206 enc/trans/emoji.c NULL, NULL, NULL
NULL 6216 enc/trans/emoji.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 6217 enc/trans/emoji.c NULL, NULL, NULL, NULL,
NULL 6218 enc/trans/emoji.c NULL, NULL, NULL
NULL 6228 enc/trans/emoji.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 6229 enc/trans/emoji.c NULL, NULL, NULL, NULL,
NULL 6230 enc/trans/emoji.c NULL, NULL, NULL
NULL 6240 enc/trans/emoji.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 6241 enc/trans/emoji.c NULL, NULL, NULL, NULL,
NULL 6242 enc/trans/emoji.c NULL, NULL, NULL
NULL 6252 enc/trans/emoji.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 6253 enc/trans/emoji.c NULL, NULL, NULL, NULL,
NULL 6254 enc/trans/emoji.c NULL, NULL, NULL
NULL 6264 enc/trans/emoji.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 6265 enc/trans/emoji.c NULL, NULL, NULL, NULL,
NULL 6266 enc/trans/emoji.c NULL, NULL, NULL
NULL 6276 enc/trans/emoji.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 6277 enc/trans/emoji.c NULL, NULL, NULL, NULL,
NULL 6278 enc/trans/emoji.c NULL, NULL, NULL
NULL 6288 enc/trans/emoji.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 6289 enc/trans/emoji.c NULL, NULL, NULL, NULL,
NULL 6290 enc/trans/emoji.c NULL, NULL, NULL
NULL 6300 enc/trans/emoji.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 6301 enc/trans/emoji.c NULL, NULL, NULL, NULL,
NULL 6302 enc/trans/emoji.c NULL, NULL, NULL
NULL 6312 enc/trans/emoji.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 6313 enc/trans/emoji.c NULL, NULL, NULL, NULL,
NULL 6314 enc/trans/emoji.c NULL, NULL, NULL
NULL 6324 enc/trans/emoji.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 6325 enc/trans/emoji.c NULL, NULL, NULL, NULL,
NULL 6326 enc/trans/emoji.c NULL, NULL, NULL
NULL 6336 enc/trans/emoji.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 6337 enc/trans/emoji.c NULL, NULL, NULL, NULL,
NULL 6338 enc/trans/emoji.c NULL, NULL, NULL
NULL 15005 enc/trans/emoji_iso2022_kddi.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 15006 enc/trans/emoji_iso2022_kddi.c NULL, NULL, NULL, NULL,
NULL 15007 enc/trans/emoji_iso2022_kddi.c NULL, NULL, NULL
NULL 15017 enc/trans/emoji_iso2022_kddi.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 15018 enc/trans/emoji_iso2022_kddi.c NULL, NULL, NULL, NULL,
NULL 15019 enc/trans/emoji_iso2022_kddi.c NULL, NULL, NULL
NULL 15097 enc/trans/emoji_iso2022_kddi.c NULL, fun_si_iso2022jp_kddi_decoder, NULL, fun_so_iso2022jp_kddi_decoder
NULL 15178 enc/trans/emoji_iso2022_kddi.c NULL, NULL, NULL, fun_so_iso2022jp_kddi_encoder,
NULL 13421 enc/trans/emoji_sjis_docomo.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 13422 enc/trans/emoji_sjis_docomo.c NULL, NULL, NULL, NULL,
NULL 13423 enc/trans/emoji_sjis_docomo.c NULL, NULL, NULL
NULL 13433 enc/trans/emoji_sjis_docomo.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 13434 enc/trans/emoji_sjis_docomo.c NULL, NULL, NULL, NULL,
NULL 13435 enc/trans/emoji_sjis_docomo.c NULL, NULL, NULL
NULL 13792 enc/trans/emoji_sjis_kddi.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 13793 enc/trans/emoji_sjis_kddi.c NULL, NULL, NULL, NULL,
NULL 13794 enc/trans/emoji_sjis_kddi.c NULL, NULL, NULL
NULL 13804 enc/trans/emoji_sjis_kddi.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 13805 enc/trans/emoji_sjis_kddi.c NULL, NULL, NULL, NULL,
NULL 13806 enc/trans/emoji_sjis_kddi.c NULL, NULL, NULL
NULL 13421 enc/trans/emoji_sjis_softbank.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 13422 enc/trans/emoji_sjis_softbank.c NULL, NULL, NULL, NULL,
NULL 13423 enc/trans/emoji_sjis_softbank.c NULL, NULL, NULL
NULL 13433 enc/trans/emoji_sjis_softbank.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 13434 enc/trans/emoji_sjis_softbank.c NULL, NULL, NULL, NULL,
NULL 13435 enc/trans/emoji_sjis_softbank.c NULL, NULL, NULL
NULL 141 enc/trans/escape.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 142 enc/trans/escape.c NULL, NULL, NULL, NULL,
NULL 143 enc/trans/escape.c NULL, NULL, NULL
NULL 153 enc/trans/escape.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 154 enc/trans/escape.c NULL, NULL, NULL, NULL,
NULL 155 enc/trans/escape.c NULL, NULL, NULL
NULL 165 enc/trans/escape.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 166 enc/trans/escape.c NULL, NULL, NULL, NULL,
NULL 167 enc/trans/escape.c NULL, NULL, NULL
NULL 220 enc/trans/escape.c NULL, NULL, NULL, fun_so_escape_xml_attr_quote,
NULL 21569 enc/trans/gb18030.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 21570 enc/trans/gb18030.c NULL, NULL, NULL, fun_so_from_gb18030,
NULL 21571 enc/trans/gb18030.c NULL, NULL, NULL, fun_sio_from_gb18030
NULL 21581 enc/trans/gb18030.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 21582 enc/trans/gb18030.c NULL, NULL, NULL, fun_so_to_gb18030,
NULL 21583 enc/trans/gb18030.c NULL, NULL, NULL, fun_sio_to_gb18030
NULL 20708 enc/trans/gbk.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 20709 enc/trans/gbk.c NULL, NULL, NULL, NULL,
NULL 20710 enc/trans/gbk.c NULL, NULL, NULL
NULL 20720 enc/trans/gbk.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 20721 enc/trans/gbk.c NULL, NULL, NULL, NULL,
NULL 20722 enc/trans/gbk.c NULL, NULL, NULL
NULL 315 enc/trans/iso2022.c NULL, fun_si_iso2022jp_decoder, NULL, fun_so_iso2022jp_decoder
NULL 397 enc/trans/iso2022.c NULL, NULL, NULL, fun_so_iso2022jp_encoder,
NULL 418 enc/trans/iso2022.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 419 enc/trans/iso2022.c NULL, NULL, NULL, fun_so_stateless_iso2022jp_to_eucjp,
NULL 439 enc/trans/iso2022.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 440 enc/trans/iso2022.c NULL, NULL, NULL, fun_so_eucjp_to_stateless_iso2022jp,
NULL 544 enc/trans/iso2022.c NULL, fun_si_cp50221_decoder, NULL, fun_so_cp50221_decoder
NULL 556 enc/trans/iso2022.c NULL, fun_si_cp50221_decoder, NULL, fun_so_cp50221_decoder
NULL 616 enc/trans/iso2022.c NULL, NULL, NULL, fun_so_cp5022x_encoder,
NULL 726 enc/trans/iso2022.c NULL, NULL, NULL, fun_so_cp50220_encoder,
NULL 198 enc/trans/japanese.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 199 enc/trans/japanese.c NULL, NULL, NULL, fun_so_eucjp2sjis
NULL 210 enc/trans/japanese.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 211 enc/trans/japanese.c NULL, NULL, NULL, fun_so_sjis2eucjp
NULL 49030 enc/trans/japanese_euc.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 49031 enc/trans/japanese_euc.c NULL, NULL, NULL, NULL,
NULL 49032 enc/trans/japanese_euc.c NULL, NULL, NULL
NULL 49042 enc/trans/japanese_euc.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 49043 enc/trans/japanese_euc.c NULL, NULL, NULL, NULL,
NULL 49044 enc/trans/japanese_euc.c NULL, NULL, NULL
NULL 49054 enc/trans/japanese_euc.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 49055 enc/trans/japanese_euc.c NULL, NULL, NULL, NULL,
NULL 49056 enc/trans/japanese_euc.c NULL, NULL, NULL
NULL 49066 enc/trans/japanese_euc.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 49067 enc/trans/japanese_euc.c NULL, NULL, NULL, NULL,
NULL 49068 enc/trans/japanese_euc.c NULL, NULL, NULL
NULL 49078 enc/trans/japanese_euc.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 49079 enc/trans/japanese_euc.c NULL, NULL, NULL, NULL,
NULL 49080 enc/trans/japanese_euc.c NULL, NULL, NULL
NULL 49090 enc/trans/japanese_euc.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 49091 enc/trans/japanese_euc.c NULL, NULL, NULL, NULL,
NULL 49092 enc/trans/japanese_euc.c NULL, NULL, NULL
NULL 49102 enc/trans/japanese_euc.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 49103 enc/trans/japanese_euc.c NULL, NULL, NULL, NULL,
NULL 49104 enc/trans/japanese_euc.c NULL, NULL, NULL
NULL 49114 enc/trans/japanese_euc.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 49115 enc/trans/japanese_euc.c NULL, NULL, NULL, NULL,
NULL 49116 enc/trans/japanese_euc.c NULL, NULL, NULL
NULL 17186 enc/trans/japanese_sjis.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 17187 enc/trans/japanese_sjis.c NULL, NULL, NULL, NULL,
NULL 17188 enc/trans/japanese_sjis.c NULL, NULL, NULL
NULL 17198 enc/trans/japanese_sjis.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 17199 enc/trans/japanese_sjis.c NULL, NULL, NULL, NULL,
NULL 17200 enc/trans/japanese_sjis.c NULL, NULL, NULL
NULL 17210 enc/trans/japanese_sjis.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 17211 enc/trans/japanese_sjis.c NULL, NULL, NULL, NULL,
NULL 17212 enc/trans/japanese_sjis.c NULL, NULL, NULL
NULL 17222 enc/trans/japanese_sjis.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 17223 enc/trans/japanese_sjis.c NULL, NULL, NULL, NULL,
NULL 17224 enc/trans/japanese_sjis.c NULL, NULL, NULL
NULL 28591 enc/trans/korean.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 28592 enc/trans/korean.c NULL, NULL, NULL, NULL,
NULL 28593 enc/trans/korean.c NULL, NULL, NULL
NULL 28603 enc/trans/korean.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 28604 enc/trans/korean.c NULL, NULL, NULL, NULL,
NULL 28605 enc/trans/korean.c NULL, NULL, NULL
NULL 28615 enc/trans/korean.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 28616 enc/trans/korean.c NULL, NULL, NULL, NULL,
NULL 28617 enc/trans/korean.c NULL, NULL, NULL
NULL 28627 enc/trans/korean.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 28628 enc/trans/korean.c NULL, NULL, NULL, NULL,
NULL 28629 enc/trans/korean.c NULL, NULL, NULL
NULL 154 enc/trans/newline.c NULL, NULL, NULL, fun_so_universal_newline,
NULL 166 enc/trans/newline.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 167 enc/trans/newline.c NULL, NULL, NULL, NULL
NULL 178 enc/trans/newline.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 179 enc/trans/newline.c NULL, NULL, NULL, NULL
NULL 9360 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 9361 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 9362 enc/trans/single_byte.c NULL, NULL, NULL
NULL 9372 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 9373 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 9374 enc/trans/single_byte.c NULL, NULL, NULL
NULL 9384 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 9385 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 9386 enc/trans/single_byte.c NULL, NULL, NULL
NULL 9396 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 9397 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 9398 enc/trans/single_byte.c NULL, NULL, NULL
NULL 9408 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 9409 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 9410 enc/trans/single_byte.c NULL, NULL, NULL
NULL 9420 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 9421 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 9422 enc/trans/single_byte.c NULL, NULL, NULL
NULL 9432 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 9433 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 9434 enc/trans/single_byte.c NULL, NULL, NULL
NULL 9444 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 9445 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 9446 enc/trans/single_byte.c NULL, NULL, NULL
NULL 9456 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 9457 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 9458 enc/trans/single_byte.c NULL, NULL, NULL
NULL 9468 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 9469 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 9470 enc/trans/single_byte.c NULL, NULL, NULL
NULL 9480 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 9481 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 9482 enc/trans/single_byte.c NULL, NULL, NULL
NULL 9492 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 9493 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 9494 enc/trans/single_byte.c NULL, NULL, NULL
NULL 9504 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 9505 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 9506 enc/trans/single_byte.c NULL, NULL, NULL
NULL 9516 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 9517 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 9518 enc/trans/single_byte.c NULL, NULL, NULL
NULL 9528 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 9529 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 9530 enc/trans/single_byte.c NULL, NULL, NULL
NULL 9540 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 9541 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 9542 enc/trans/single_byte.c NULL, NULL, NULL
NULL 9552 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 9553 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 9554 enc/trans/single_byte.c NULL, NULL, NULL
NULL 9564 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 9565 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 9566 enc/trans/single_byte.c NULL, NULL, NULL
NULL 9576 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 9577 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 9578 enc/trans/single_byte.c NULL, NULL, NULL
NULL 9588 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 9589 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 9590 enc/trans/single_byte.c NULL, NULL, NULL
NULL 9600 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 9601 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 9602 enc/trans/single_byte.c NULL, NULL, NULL
NULL 9612 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 9613 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 9614 enc/trans/single_byte.c NULL, NULL, NULL
NULL 9624 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 9625 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 9626 enc/trans/single_byte.c NULL, NULL, NULL
NULL 9636 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 9637 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 9638 enc/trans/single_byte.c NULL, NULL, NULL
NULL 9648 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 9649 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 9650 enc/trans/single_byte.c NULL, NULL, NULL
NULL 9660 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 9661 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 9662 enc/trans/single_byte.c NULL, NULL, NULL
NULL 9672 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 9673 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 9674 enc/trans/single_byte.c NULL, NULL, NULL
NULL 9684 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 9685 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 9686 enc/trans/single_byte.c NULL, NULL, NULL
NULL 9696 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 9697 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 9698 enc/trans/single_byte.c NULL, NULL, NULL
NULL 9708 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 9709 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 9710 enc/trans/single_byte.c NULL, NULL, NULL
NULL 9720 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 9721 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 9722 enc/trans/single_byte.c NULL, NULL, NULL
NULL 9732 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 9733 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 9734 enc/trans/single_byte.c NULL, NULL, NULL
NULL 9744 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 9745 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 9746 enc/trans/single_byte.c NULL, NULL, NULL
NULL 9756 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 9757 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 9758 enc/trans/single_byte.c NULL, NULL, NULL
NULL 9768 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 9769 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 9770 enc/trans/single_byte.c NULL, NULL, NULL
NULL 9780 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 9781 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 9782 enc/trans/single_byte.c NULL, NULL, NULL
NULL 9792 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 9793 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 9794 enc/trans/single_byte.c NULL, NULL, NULL
NULL 9804 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 9805 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 9806 enc/trans/single_byte.c NULL, NULL, NULL
NULL 9816 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 9817 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 9818 enc/trans/single_byte.c NULL, NULL, NULL
NULL 9828 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 9829 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 9830 enc/trans/single_byte.c NULL, NULL, NULL
NULL 9840 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 9841 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 9842 enc/trans/single_byte.c NULL, NULL, NULL
NULL 9852 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 9853 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 9854 enc/trans/single_byte.c NULL, NULL, NULL
NULL 9864 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 9865 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 9866 enc/trans/single_byte.c NULL, NULL, NULL
NULL 9876 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 9877 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 9878 enc/trans/single_byte.c NULL, NULL, NULL
NULL 9888 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 9889 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 9890 enc/trans/single_byte.c NULL, NULL, NULL
NULL 9900 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 9901 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 9902 enc/trans/single_byte.c NULL, NULL, NULL
NULL 9912 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 9913 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 9914 enc/trans/single_byte.c NULL, NULL, NULL
NULL 9924 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 9925 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 9926 enc/trans/single_byte.c NULL, NULL, NULL
NULL 9936 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 9937 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 9938 enc/trans/single_byte.c NULL, NULL, NULL
NULL 9948 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 9949 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 9950 enc/trans/single_byte.c NULL, NULL, NULL
NULL 9960 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 9961 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 9962 enc/trans/single_byte.c NULL, NULL, NULL
NULL 9972 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 9973 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 9974 enc/trans/single_byte.c NULL, NULL, NULL
NULL 9984 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 9985 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 9986 enc/trans/single_byte.c NULL, NULL, NULL
NULL 9996 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 9997 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 9998 enc/trans/single_byte.c NULL, NULL, NULL
NULL 10008 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 10009 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 10010 enc/trans/single_byte.c NULL, NULL, NULL
NULL 10020 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 10021 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 10022 enc/trans/single_byte.c NULL, NULL, NULL
NULL 10032 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 10033 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 10034 enc/trans/single_byte.c NULL, NULL, NULL
NULL 10044 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 10045 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 10046 enc/trans/single_byte.c NULL, NULL, NULL
NULL 10056 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 10057 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 10058 enc/trans/single_byte.c NULL, NULL, NULL
NULL 10068 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 10069 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 10070 enc/trans/single_byte.c NULL, NULL, NULL
NULL 10080 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 10081 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 10082 enc/trans/single_byte.c NULL, NULL, NULL
NULL 10092 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 10093 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 10094 enc/trans/single_byte.c NULL, NULL, NULL
NULL 10104 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 10105 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 10106 enc/trans/single_byte.c NULL, NULL, NULL
NULL 10116 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 10117 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 10118 enc/trans/single_byte.c NULL, NULL, NULL
NULL 10128 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 10129 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 10130 enc/trans/single_byte.c NULL, NULL, NULL
NULL 10140 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 10141 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 10142 enc/trans/single_byte.c NULL, NULL, NULL
NULL 10152 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 10153 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 10154 enc/trans/single_byte.c NULL, NULL, NULL
NULL 10164 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 10165 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 10166 enc/trans/single_byte.c NULL, NULL, NULL
NULL 10176 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 10177 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 10178 enc/trans/single_byte.c NULL, NULL, NULL
NULL 10188 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 10189 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 10190 enc/trans/single_byte.c NULL, NULL, NULL
NULL 10200 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 10201 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 10202 enc/trans/single_byte.c NULL, NULL, NULL
NULL 10212 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 10213 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 10214 enc/trans/single_byte.c NULL, NULL, NULL
NULL 10224 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 10225 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 10226 enc/trans/single_byte.c NULL, NULL, NULL
NULL 10236 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 10237 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 10238 enc/trans/single_byte.c NULL, NULL, NULL
NULL 10248 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 10249 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 10250 enc/trans/single_byte.c NULL, NULL, NULL
NULL 10260 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 10261 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 10262 enc/trans/single_byte.c NULL, NULL, NULL
NULL 10272 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 10273 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 10274 enc/trans/single_byte.c NULL, NULL, NULL
NULL 10284 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 10285 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 10286 enc/trans/single_byte.c NULL, NULL, NULL
NULL 10296 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 10297 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 10298 enc/trans/single_byte.c NULL, NULL, NULL
NULL 10308 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 10309 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 10310 enc/trans/single_byte.c NULL, NULL, NULL
NULL 10320 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 10321 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 10322 enc/trans/single_byte.c NULL, NULL, NULL
NULL 10332 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 10333 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 10334 enc/trans/single_byte.c NULL, NULL, NULL
NULL 10344 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 10345 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 10346 enc/trans/single_byte.c NULL, NULL, NULL
NULL 10356 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 10357 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 10358 enc/trans/single_byte.c NULL, NULL, NULL
NULL 10368 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 10369 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 10370 enc/trans/single_byte.c NULL, NULL, NULL
NULL 10380 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 10381 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 10382 enc/trans/single_byte.c NULL, NULL, NULL
NULL 10392 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 10393 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 10394 enc/trans/single_byte.c NULL, NULL, NULL
NULL 10404 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 10405 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 10406 enc/trans/single_byte.c NULL, NULL, NULL
NULL 10416 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 10417 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 10418 enc/trans/single_byte.c NULL, NULL, NULL
NULL 10428 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 10429 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 10430 enc/trans/single_byte.c NULL, NULL, NULL
NULL 10440 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 10441 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 10442 enc/trans/single_byte.c NULL, NULL, NULL
NULL 10452 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 10453 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 10454 enc/trans/single_byte.c NULL, NULL, NULL
NULL 10464 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 10465 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 10466 enc/trans/single_byte.c NULL, NULL, NULL
NULL 10476 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 10477 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 10478 enc/trans/single_byte.c NULL, NULL, NULL
NULL 10488 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 10489 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 10490 enc/trans/single_byte.c NULL, NULL, NULL
NULL 10500 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 10501 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 10502 enc/trans/single_byte.c NULL, NULL, NULL
NULL 10512 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 10513 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 10514 enc/trans/single_byte.c NULL, NULL, NULL
NULL 10524 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 10525 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 10526 enc/trans/single_byte.c NULL, NULL, NULL
NULL 10536 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 10537 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 10538 enc/trans/single_byte.c NULL, NULL, NULL
NULL 10548 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 10549 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 10550 enc/trans/single_byte.c NULL, NULL, NULL
NULL 10560 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 10561 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 10562 enc/trans/single_byte.c NULL, NULL, NULL
NULL 10572 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 10573 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 10574 enc/trans/single_byte.c NULL, NULL, NULL
NULL 10584 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 10585 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 10586 enc/trans/single_byte.c NULL, NULL, NULL
NULL 10596 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 10597 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 10598 enc/trans/single_byte.c NULL, NULL, NULL
NULL 10608 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 10609 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 10610 enc/trans/single_byte.c NULL, NULL, NULL
NULL 10620 enc/trans/single_byte.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 10621 enc/trans/single_byte.c NULL, NULL, NULL, NULL,
NULL 10622 enc/trans/single_byte.c NULL, NULL, NULL
NULL 68919 enc/trans/utf8_mac.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 68920 enc/trans/utf8_mac.c NULL, NULL, NULL, NULL,
NULL 68921 enc/trans/utf8_mac.c NULL, NULL, NULL
NULL 69094 enc/trans/utf8_mac.c NULL, NULL, NULL, fun_so_from_utf8_mac,
NULL 696 enc/trans/utf_16_32.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 697 enc/trans/utf_16_32.c NULL, NULL, NULL, fun_so_from_utf_16be
NULL 708 enc/trans/utf_16_32.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 709 enc/trans/utf_16_32.c NULL, NULL, NULL, fun_so_to_utf_16be
NULL 720 enc/trans/utf_16_32.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 721 enc/trans/utf_16_32.c NULL, NULL, NULL, fun_so_from_utf_16le
NULL 732 enc/trans/utf_16_32.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 733 enc/trans/utf_16_32.c NULL, NULL, NULL, fun_so_to_utf_16le
NULL 744 enc/trans/utf_16_32.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 745 enc/trans/utf_16_32.c NULL, NULL, NULL, fun_so_from_utf_32be
NULL 756 enc/trans/utf_16_32.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 757 enc/trans/utf_16_32.c NULL, NULL, NULL, fun_so_to_utf_32be
NULL 768 enc/trans/utf_16_32.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 769 enc/trans/utf_16_32.c NULL, NULL, NULL, fun_so_from_utf_32le
NULL 780 enc/trans/utf_16_32.c 0, NULL, NULL, /* state_size, state_init, state_fini */
NULL 781 enc/trans/utf_16_32.c NULL, NULL, NULL, fun_so_to_utf_32le
NULL 792 enc/trans/utf_16_32.c 1, state_init, NULL, /* state_size, state_init, state_fini */
NULL 793 enc/trans/utf_16_32.c NULL, fun_si_from_utf_16, NULL, fun_so_from_utf_16
NULL 804 enc/trans/utf_16_32.c 1, state_init, NULL, /* state_size, state_init, state_fini */
NULL 805 enc/trans/utf_16_32.c NULL, fun_si_from_utf_32, NULL, fun_so_from_utf_32
NULL 816 enc/trans/utf_16_32.c 1, state_init, NULL, /* state_size, state_init, state_fini */
NULL 817 enc/trans/utf_16_32.c NULL, NULL, NULL, fun_so_to_utf_16
NULL 828 enc/trans/utf_16_32.c 1, state_init, NULL, /* state_size, state_init, state_fini */
NULL 829 enc/trans/utf_16_32.c NULL, NULL, NULL, fun_so_to_utf_32
NULL 258 encoding.c if (idx < 0) return NULL;
NULL 600 encoding.c #define ENCDB_REGISTER(name, enc) enc_register_at(ENCINDEX_##enc, name, NULL)
NULL 1957 encoding.c rb_marshal_define_compat(rb_cEncoding, Qnil, NULL, enc_m_loader);
NULL 3578 enum.c const int unused = (assert(memo != NULL), 0);
NULL 3689 enum.c assert(memo != NULL);
NULL 554 enumerator.c return enumerator_with_index(0, NULL, obj);
NULL 1040 enumerator.c const VALUE *argv = NULL;
NULL 65 error.c return NULL;
NULL 100 error.c const char *fn = NIL_P(file) ? NULL : RSTRING_PTR(file);
NULL 103 error.c err_vcatf(mesg, NULL, fn, line, fmt, args);
NULL 109 error.c const char *pre = NULL;
NULL 167 error.c str = warn_vsprintf(NULL, file, line, fmt, args);
NULL 182 error.c str = warn_vsprintf(NULL, file, line, fmt, args);
NULL 194 error.c NIL_P(file) ? NULL : RSTRING_PTR(file), line,
NULL 318 error.c return NULL;
NULL 386 error.c const char *file = NULL;
NULL 393 error.c report_bug(file, line, fmt, NULL);
NULL 401 error.c const char *file = NULL;
NULL 462 error.c report_bug_valist(RSTRING_PTR(file), line, fmt, NULL, args);
NULL 472 error.c rb_vm_bugreport(NULL);
NULL 540 error.c etype = NULL;
NULL 29 ext/-test-/bignum/intpack.c buf = rb_str_new(NULL, numwords * wordsize);
NULL 52 ext/-test-/bignum/intpack.c size = rb_absint_numwords(val, 1, NULL) - (neg && rb_absint_singlebit_p(val));
NULL 25 ext/-test-/debug/inspector.c return rb_debug_inspector_open(callback, NULL);
NULL 6 ext/-test-/fatal/rb_fatal.c const char *cmsg = NULL;
NULL 8 ext/-test-/gvl/call_without_gvl/call_without_gvl.c select(0, NULL, NULL, NULL, timeval);
NULL 10 ext/-test-/gvl/call_without_gvl/call_without_gvl.c return NULL;
NULL 25 ext/-test-/gvl/call_without_gvl/call_without_gvl.c rb_thread_call_without_gvl(native_sleep_callback, &timeval, RUBY_UBF_IO, NULL);
NULL 19 ext/-test-/popen_deadlock/infinite_loop_dlsym.c return NULL;
NULL 107 ext/-test-/string/cstr.c VALUE str2 = rb_str_new(NULL, 0);
NULL 8 ext/-test-/struct/duplicate.c return rb_struct_define(n, m, m, NULL);
NULL 16 ext/-test-/struct/duplicate.c return rb_struct_define_under(obj, n, m, m, NULL);
NULL 14 ext/-test-/tracepoint/tracepoint.c #define objects_max (sizeof(((struct tracepoint_track *)NULL)->objects)/sizeof(VALUE))
NULL 8 ext/-test-/wait_for_single_fd/wait_for_single_fd.c struct timeval *tvp = NULL;
NULL 49 ext/-test-/win32/console/attribute.c "attr", NULL);
NULL 243 ext/bigdecimal/bigdecimal.c pv = VpCreateRbObject(prec, NULL);
NULL 263 ext/bigdecimal/bigdecimal.c if (pv == NULL) goto SomeOneMayDoIt;
NULL 305 ext/bigdecimal/bigdecimal.c return NULL; /* NULL means to coerce */
NULL 313 ext/bigdecimal/bigdecimal.c return NULL;
NULL 626 ext/bigdecimal/bigdecimal.c assert(x != NULL);
NULL 1013 ext/bigdecimal/bigdecimal.c if (b == NULL) {
NULL 1292 ext/bigdecimal/bigdecimal.c Real *c=NULL, *res=NULL, *div = NULL;
NULL 1315 ext/bigdecimal/bigdecimal.c Real *c=NULL, *d=NULL, *res=NULL;
NULL 1403 ext/bigdecimal/bigdecimal.c Real *div = NULL, *mod = NULL;
NULL 1417 ext/bigdecimal/bigdecimal.c Real *a = NULL, *b = NULL, *c = NULL, *res = NULL, *d = NULL, *rr = NULL, *ff = NULL;
NULL 1418 ext/bigdecimal/bigdecimal.c Real *f = NULL;
NULL 1501 ext/bigdecimal/bigdecimal.c Real *div = NULL, *mod = NULL;
NULL 1520 ext/bigdecimal/bigdecimal.c Real *div = NULL;
NULL 1534 ext/bigdecimal/bigdecimal.c Real *res = NULL;
NULL 1535 ext/bigdecimal/bigdecimal.c Real *av = NULL, *bv = NULL, *cv = NULL;
NULL 2238 ext/bigdecimal/bigdecimal.c Real* exp = NULL;
NULL 2397 ext/bigdecimal/bigdecimal.c if (exp != NULL) {
NULL 2478 ext/bigdecimal/bigdecimal.c return VpNewRbClass(0, NULL, klass)->obj;
NULL 2608 ext/bigdecimal/bigdecimal.c if (ToValue(pv)) pv = VpCopy(NULL, pv);
NULL 2760 ext/bigdecimal/bigdecimal.c Real* vx = NULL;
NULL 2825 ext/bigdecimal/bigdecimal.c else if (vx == NULL) {
NULL 2892 ext/bigdecimal/bigdecimal.c Real* vx = NULL;
NULL 2980 ext/bigdecimal/bigdecimal.c else if (vx == NULL) {
NULL 3430 ext/bigdecimal/bigdecimal.c if (pv != NULL) {
NULL 3778 ext/bigdecimal/bigdecimal.c if (vp == NULL) return BASE_FIG*2+6;
NULL 3910 ext/bigdecimal/bigdecimal.c Real *vp = NULL;
NULL 4599 ext/bigdecimal/bigdecimal.c w = NULL;
NULL 4665 ext/bigdecimal/bigdecimal.c if (w != NULL) { /* free work variable */
NULL 5745 ext/bigdecimal/bigdecimal.c Real *f = NULL;
NULL 5746 ext/bigdecimal/bigdecimal.c Real *r = NULL;
NULL 6180 ext/bigdecimal/bigdecimal.c Real *w1 = NULL;
NULL 6181 ext/bigdecimal/bigdecimal.c Real *w2 = NULL;
NULL 5961 ext/date/date_core.c return d_lite_next_day(0, (VALUE *)NULL, self);
NULL 7654 ext/date/date_core.c if (gettimeofday(&tv, NULL) == -1)
NULL 8925 ext/date/date_core.c NULL,
NULL 8933 ext/date/date_core.c NULL,
NULL 440 ext/date/date_parse.c if ((p = strchr(s, ':')) != NULL) {
NULL 443 ext/date/date_parse.c if ((p = strchr(s, ':')) != NULL) {
NULL 446 ext/date/date_parse.c if ((p = strchr(s, ':')) != NULL) {
NULL 79 ext/date/date_strftime.c if (s == NULL || format == NULL || tmx == NULL || maxsize == 0)
NULL 83 ext/date/date_strftime.c if (strchr(format, '%') == NULL && strlen(format) + 1 >= maxsize) {
NULL 419 ext/date/date_strftime.c if (zone == NULL)
NULL 222 ext/dbm/dbm.c ((DBC*)dbm)->dbp->set_errfile(((DBC*)dbm)->dbp, NULL);
NULL 1133 ext/dbm/dbm.c version = rb_str_new2(db_version(NULL, NULL, NULL));
NULL 131 ext/digest/rmd160/rmd160.c _DIAGASSERT(context != NULL);
NULL 152 ext/digest/rmd160/rmd160.c _DIAGASSERT(state != NULL);
NULL 153 ext/digest/rmd160/rmd160.c _DIAGASSERT(block != NULL);
NULL 362 ext/digest/rmd160/rmd160.c _DIAGASSERT(context != NULL);
NULL 363 ext/digest/rmd160/rmd160.c _DIAGASSERT(data != NULL);
NULL 425 ext/digest/rmd160/rmd160.c _DIAGASSERT(digest != NULL);
NULL 426 ext/digest/rmd160/rmd160.c _DIAGASSERT(context != NULL);
NULL 451 ext/digest/rmd160/rmd160.c if (digest != NULL) {
NULL 15 ext/dl/callback/callback-0.c rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 25 ext/dl/callback/callback-0.c rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 35 ext/dl/callback/callback-0.c rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 45 ext/dl/callback/callback-0.c rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 55 ext/dl/callback/callback-0.c rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 1966 ext/dl/callback/callback-0.c rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 1978 ext/dl/callback/callback-0.c rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 1990 ext/dl/callback/callback-0.c rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 2002 ext/dl/callback/callback-0.c rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 2014 ext/dl/callback/callback-0.c rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 15 ext/dl/callback/callback-1.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 26 ext/dl/callback/callback-1.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 37 ext/dl/callback/callback-1.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 48 ext/dl/callback/callback-1.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 59 ext/dl/callback/callback-1.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 2066 ext/dl/callback/callback-1.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 2079 ext/dl/callback/callback-1.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 2092 ext/dl/callback/callback-1.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 2105 ext/dl/callback/callback-1.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 2118 ext/dl/callback/callback-1.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 15 ext/dl/callback/callback-2.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 26 ext/dl/callback/callback-2.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 37 ext/dl/callback/callback-2.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 48 ext/dl/callback/callback-2.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 59 ext/dl/callback/callback-2.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 2066 ext/dl/callback/callback-2.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 2079 ext/dl/callback/callback-2.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 2092 ext/dl/callback/callback-2.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 2105 ext/dl/callback/callback-2.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 2118 ext/dl/callback/callback-2.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 15 ext/dl/callback/callback-3.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 26 ext/dl/callback/callback-3.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 37 ext/dl/callback/callback-3.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 48 ext/dl/callback/callback-3.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 59 ext/dl/callback/callback-3.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 2066 ext/dl/callback/callback-3.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 2079 ext/dl/callback/callback-3.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 2092 ext/dl/callback/callback-3.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 2105 ext/dl/callback/callback-3.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 2118 ext/dl/callback/callback-3.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 15 ext/dl/callback/callback-4.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 26 ext/dl/callback/callback-4.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 37 ext/dl/callback/callback-4.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 48 ext/dl/callback/callback-4.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 59 ext/dl/callback/callback-4.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 2066 ext/dl/callback/callback-4.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 2079 ext/dl/callback/callback-4.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 2092 ext/dl/callback/callback-4.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 2105 ext/dl/callback/callback-4.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 2118 ext/dl/callback/callback-4.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 15 ext/dl/callback/callback-5.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 26 ext/dl/callback/callback-5.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 37 ext/dl/callback/callback-5.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 48 ext/dl/callback/callback-5.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 59 ext/dl/callback/callback-5.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 2066 ext/dl/callback/callback-5.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 2079 ext/dl/callback/callback-5.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 2092 ext/dl/callback/callback-5.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 2105 ext/dl/callback/callback-5.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 2118 ext/dl/callback/callback-5.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 15 ext/dl/callback/callback-6.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 26 ext/dl/callback/callback-6.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 37 ext/dl/callback/callback-6.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 48 ext/dl/callback/callback-6.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 59 ext/dl/callback/callback-6.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 2066 ext/dl/callback/callback-6.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 2079 ext/dl/callback/callback-6.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 2092 ext/dl/callback/callback-6.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 2105 ext/dl/callback/callback-6.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 2118 ext/dl/callback/callback-6.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 15 ext/dl/callback/callback-7.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 26 ext/dl/callback/callback-7.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 37 ext/dl/callback/callback-7.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 48 ext/dl/callback/callback-7.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 59 ext/dl/callback/callback-7.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 2066 ext/dl/callback/callback-7.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 2079 ext/dl/callback/callback-7.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 2092 ext/dl/callback/callback-7.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 2105 ext/dl/callback/callback-7.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 2118 ext/dl/callback/callback-7.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 15 ext/dl/callback/callback-8.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 26 ext/dl/callback/callback-8.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 37 ext/dl/callback/callback-8.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 48 ext/dl/callback/callback-8.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 59 ext/dl/callback/callback-8.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 2066 ext/dl/callback/callback-8.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 2079 ext/dl/callback/callback-8.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 2092 ext/dl/callback/callback-8.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 2105 ext/dl/callback/callback-8.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 2118 ext/dl/callback/callback-8.c ret = rb_funcall2(cb, rb_dl_cb_call, 0, NULL);
NULL 742 ext/etc/etc.c GET_COMPUTER_NAME(NULL, &len);
NULL 1123 ext/etc/etc.c NULL);
NULL 1175 ext/etc/etc.c "gid", "mem", NULL);
NULL 210 ext/fiddle/closure.c closure->pcl = mmap(NULL, sizeof(ffi_closure), PROT_READ | PROT_WRITE,
NULL 244 ext/fiddle/closure.c cl->argv[argc] = NULL;
NULL 138 ext/fiddle/function.c arg_types[len] = NULL;
NULL 162 ext/fiddle/function.c return NULL;
NULL 216 ext/fiddle/function.c args.values[argc] = NULL;
NULL 21 ext/fiddle/handle.c if( !VirtualQuery(_errno, &m, sizeof(m)) ) return NULL;
NULL 144 ext/fiddle/handle.c clib = NULL;
NULL 148 ext/fiddle/handle.c clib = NIL_P(lib) ? NULL : SafeStringValueCStr(lib);
NULL 152 ext/fiddle/handle.c clib = NIL_P(lib) ? NULL : SafeStringValueCStr(lib);
NULL 290 ext/fiddle/handle.c #define RTLD_NEXT NULL
NULL 293 ext/fiddle/handle.c #define RTLD_DEFAULT NULL
NULL 38 ext/fiddle/pointer.c return NULL;
NULL 125 ext/fiddle/pointer.c ptr = NULL;
NULL 163 ext/fiddle/pointer.c void *p = NULL;
NULL 164 ext/fiddle/pointer.c freefunc_t f = NULL;
NULL 216 ext/fiddle/pointer.c f = NULL;
NULL 652 ext/fiddle/pointer.c ptr = rb_fiddle_ptr_new(fp, 0, NULL);
NULL 656 ext/fiddle/pointer.c ptr = rb_fiddle_ptr_new(str, RSTRING_LEN(val), NULL);
NULL 670 ext/fiddle/pointer.c ptr = rb_fiddle_ptr_new(NUM2PTR(num), 0, NULL);
NULL 118 ext/io/console/console.c rawmode_arg_t *optp = NULL;
NULL 360 ext/io/console/console.c return ttymode(io, rb_yield, set_cookedmode, NULL);
NULL 383 ext/io/console/console.c set_cookedmode(&t, NULL);
NULL 424 ext/io/console/console.c return ttymode(io, rb_yield, set_noecho, NULL);
NULL 448 ext/io/console/console.c set_echo(&t, NULL);
NULL 450 ext/io/console/console.c set_noecho(&t, NULL);
NULL 872 ext/io/console/console.c return ttymode(io, rb_io_gets, set_noecho, NULL);
NULL 53 ext/io/wait/wait.c return NULL;
NULL 219 ext/io/wait/wait.c struct timeval *tv = NULL;
NULL 204 ext/nkf/nkf-utf8/nkf.c {-1, NULL, NULL}
NULL 262 ext/nkf/nkf-utf8/nkf.c {NULL, -1}
NULL 336 ext/nkf/nkf-utf8/nkf.c static const char *input_codename = NULL; /* NULL: unestablished, "": BINARY */
NULL 337 ext/nkf/nkf-utf8/nkf.c static nkf_encoding *input_encoding = NULL;
NULL 338 ext/nkf/nkf-utf8/nkf.c static nkf_encoding *output_encoding = NULL;
NULL 361 ext/nkf/nkf-utf8/nkf.c static void (*encode_fallback)(nkf_char c) = NULL;
NULL 480 ext/nkf/nkf-utf8/nkf.c {"UTF-16", 0, 0, 0, {0, 0, 0}, NULL, w_iconv16, 0},
NULL 481 ext/nkf/nkf-utf8/nkf.c {"UTF-32", 0, 0, 0, {0, 0, 0}, NULL, w_iconv32, 0},
NULL 483 ext/nkf/nkf-utf8/nkf.c {NULL, 0, 0, 0, {0, 0, 0}, NULL, NULL, 0}
NULL 692 ext/nkf/nkf-utf8/nkf.c if (ptr == NULL) {
NULL 706 ext/nkf/nkf-utf8/nkf.c if (ptr == NULL) {
NULL 788 ext/nkf/nkf-utf8/nkf.c return NULL;
NULL 801 ext/nkf/nkf-utf8/nkf.c return NULL;
NULL 3306 ext/nkf/nkf-utf8/nkf.c static nkf_state_t *nkf_state = NULL;
NULL 4271 ext/nkf/nkf-utf8/nkf.c NULL
NULL 4314 ext/nkf/nkf-utf8/nkf.c static nkf_char (*mime_iconv_back)(nkf_char c2,nkf_char c1,nkf_char c0) = NULL;
NULL 4373 ext/nkf/nkf-utf8/nkf.c mime_iconv_back = NULL;
NULL 4583 ext/nkf/nkf-utf8/nkf.c if (filename != NULL) printf("%s: ", filename);
NULL 5549 ext/nkf/nkf-utf8/nkf.c if (output_buffer == NULL) {
NULL 5608 ext/nkf/nkf-utf8/nkf.c encode_fallback = NULL;
NULL 5687 ext/nkf/nkf-utf8/nkf.c input_codename = NULL;
NULL 5688 ext/nkf/nkf-utf8/nkf.c input_encoding = NULL;
NULL 5689 ext/nkf/nkf-utf8/nkf.c output_encoding = NULL;
NULL 6362 ext/nkf/nkf-utf8/nkf.c unsigned char *cp_back = NULL;
NULL 6371 ext/nkf/nkf-utf8/nkf.c cp_back = NULL;
NULL 6538 ext/nkf/nkf-utf8/nkf.c encode_fallback = NULL;
NULL 6926 ext/nkf/nkf-utf8/nkf.c char *outfname = NULL;
NULL 6996 ext/nkf/nkf-utf8/nkf.c if (freopen("","wb",stdout) == NULL)
NULL 7003 ext/nkf/nkf-utf8/nkf.c setbuf(stdout, (char *) NULL);
NULL 7010 ext/nkf/nkf-utf8/nkf.c if (freopen("","rb",stdin) == NULL) return (-1);
NULL 7019 ext/nkf/nkf-utf8/nkf.c if (guess_f) print_guessed_code(NULL);
NULL 7025 ext/nkf/nkf-utf8/nkf.c input_codename = NULL;
NULL 7030 ext/nkf/nkf-utf8/nkf.c if ((fin = fopen((origfname = *argv++), "r")) == NULL) {
NULL 7083 ext/nkf/nkf-utf8/nkf.c if(freopen(outfname, "w", stdout) == NULL) {
NULL 7089 ext/nkf/nkf-utf8/nkf.c if (freopen("","wb",stdout) == NULL)
NULL 7098 ext/nkf/nkf-utf8/nkf.c if (freopen("","rb",fin) == NULL)
NULL 7107 ext/nkf/nkf-utf8/nkf.c char *filename = NULL;
NULL 168 ext/nkf/nkf.c kanji_convert(NULL);
NULL 203 ext/nkf/nkf.c kanji_convert( NULL );
NULL 34 ext/objspace/object_tracing.c return NULL;
NULL 329 ext/objspace/object_tracing.c return NULL;
NULL 343 ext/objspace/objspace_dump.c if (dc->root_category != NULL && category != dc->root_category)
NULL 345 ext/objspace/objspace_dump.c if (dc->root_category == NULL || category != dc->root_category) {
NULL 30 ext/openssl/openssl_missing.c return NULL;
NULL 134 ext/openssl/openssl_missing.c return NULL;
NULL 155 ext/openssl/openssl_missing.c if (psig != NULL)
NULL 157 ext/openssl/openssl_missing.c if (palg != NULL)
NULL 166 ext/openssl/openssl_missing.c if (psig != NULL)
NULL 168 ext/openssl/openssl_missing.c if (palg != NULL)
NULL 61 ext/openssl/ossl.c if (!sk) ossl_raise(eOSSLError, NULL); \
NULL 208 ext/openssl/ossl.c return PEM_def_callback(buf, max_len, flag, NULL);
NULL 348 ext/openssl/ossl.c msg = ERR_error_string(e, NULL);
NULL 393 ext/openssl/ossl.c rb_warn("error on stack: %s", ERR_error_string(e, NULL));
NULL 415 ext/openssl/ossl.c rb_ary_push(ary, rb_str_new2(ERR_error_string(e, NULL)));
NULL 129 ext/openssl/ossl_asn1.c bn = ASN1_ENUMERATED_to_BN(ai, NULL);
NULL 131 ext/openssl/ossl_asn1.c bn = ASN1_INTEGER_to_BN(ai, NULL);
NULL 134 ext/openssl/ossl_asn1.c ossl_raise(eOSSLError, NULL);
NULL 138 ext/openssl/ossl_asn1.c ossl_raise(eOSSLError, NULL);
NULL 154 ext/openssl/ossl_asn1.c BIGNUM *bn = NULL;
NULL 161 ext/openssl/ossl_asn1.c ossl_raise(eOSSLError, NULL);
NULL 166 ext/openssl/ossl_asn1.c ossl_raise(eOSSLError, NULL);
NULL 183 ext/openssl/ossl_asn1.c ossl_raise(eOSSLError, NULL);
NULL 246 ext/openssl/ossl_asn1.c return num_to_asn1integer(obj, NULL);
NULL 257 ext/openssl/ossl_asn1.c ossl_raise(eASN1Error, NULL);
NULL 272 ext/openssl/ossl_asn1.c ossl_raise(eASN1Error, NULL);
NULL 286 ext/openssl/ossl_asn1.c ossl_raise(eASN1Error, NULL);
NULL 314 ext/openssl/ossl_asn1.c if (!(t = ASN1_UTCTIME_adj(NULL, sec, off_days, 0)))
NULL 317 ext/openssl/ossl_asn1.c if (!(t = ASN1_UTCTIME_set(NULL, sec)))
NULL 319 ext/openssl/ossl_asn1.c ossl_raise(eASN1Error, NULL);
NULL 334 ext/openssl/ossl_asn1.c if (!(t = ASN1_GENERALIZEDTIME_adj(NULL, sec, off_days, 0)))
NULL 337 ext/openssl/ossl_asn1.c if (!(t = ASN1_GENERALIZEDTIME_set(NULL, sec)))
NULL 339 ext/openssl/ossl_asn1.c ossl_raise(eASN1Error, NULL);
NULL 352 ext/openssl/ossl_asn1.c ossl_raise(eASN1Error, NULL);
NULL 384 ext/openssl/ossl_asn1.c if(!(ai = d2i_ASN1_INTEGER(NULL, &p, length)))
NULL 385 ext/openssl/ossl_asn1.c ossl_raise(eASN1Error, NULL);
NULL 403 ext/openssl/ossl_asn1.c if(!(bstr = d2i_ASN1_BIT_STRING(NULL, &p, length)))
NULL 404 ext/openssl/ossl_asn1.c ossl_raise(eASN1Error, NULL);
NULL 424 ext/openssl/ossl_asn1.c if(!(ai = d2i_ASN1_ENUMERATED(NULL, &p, length)))
NULL 425 ext/openssl/ossl_asn1.c ossl_raise(eASN1Error, NULL);
NULL 441 ext/openssl/ossl_asn1.c if(!(null = d2i_ASN1_NULL(NULL, &p, length)))
NULL 442 ext/openssl/ossl_asn1.c ossl_raise(eASN1Error, NULL);
NULL 458 ext/openssl/ossl_asn1.c if(!(obj = d2i_ASN1_OBJECT(NULL, &p, length)))
NULL 459 ext/openssl/ossl_asn1.c ossl_raise(eASN1Error, NULL);
NULL 467 ext/openssl/ossl_asn1.c ossl_raise(eASN1Error, NULL);
NULL 486 ext/openssl/ossl_asn1.c if(!(time = d2i_ASN1_TIME(NULL, &p, length)))
NULL 487 ext/openssl/ossl_asn1.c ossl_raise(eASN1Error, NULL);
NULL 500 ext/openssl/ossl_asn1.c ossl_raise(eASN1Error, NULL);
NULL 520 ext/openssl/ossl_asn1.c { "OBJECT_DESCRIPTOR", NULL, }, /* 7 */
NULL 521 ext/openssl/ossl_asn1.c { "EXTERNAL", NULL, }, /* 8 */
NULL 522 ext/openssl/ossl_asn1.c { "REAL", NULL, }, /* 9 */
NULL 524 ext/openssl/ossl_asn1.c { "EMBEDDED_PDV", NULL, }, /* 11 */
NULL 526 ext/openssl/ossl_asn1.c { "RELATIVE_OID", NULL, }, /* 13 */
NULL 527 ext/openssl/ossl_asn1.c { "[UNIVERSAL 14]", NULL, }, /* 14 */
NULL 528 ext/openssl/ossl_asn1.c { "[UNIVERSAL 15]", NULL, }, /* 15 */
NULL 542 ext/openssl/ossl_asn1.c { "CHARACTER_STRING", NULL, }, /* 29 */
NULL 566 ext/openssl/ossl_asn1.c free_func = NULL;
NULL 797 ext/openssl/ossl_asn1.c ossl_raise(eASN1Error, NULL);
NULL 963 ext/openssl/ossl_asn1.c if(j & 0x80) ossl_raise(eASN1Error, NULL);
NULL 1222 ext/openssl/ossl_asn1.c len = ASN1_object_size(1, i2d_ASN1_TYPE(asn1, NULL), tn);
NULL 1231 ext/openssl/ossl_asn1.c ASN1_put_object(&p, 1, i2d_ASN1_TYPE(asn1, NULL), tn, tc);
NULL 1373 ext/openssl/ossl_asn1.c ossl_raise(eASN1Error, NULL);
NULL 38 ext/openssl/ossl_bio.c ossl_raise(eOSSLError, NULL);
NULL 44 ext/openssl/ossl_bio.c if (!bio) ossl_raise(eOSSLError, NULL);
NULL 53 ext/openssl/ossl_bio.c BIO *ret = NULL;
NULL 73 ext/openssl/ossl_bn.c ossl_raise(eBNError, NULL);
NULL 83 ext/openssl/ossl_bn.c BIGNUM *bn = NULL;
NULL 94 ext/openssl/ossl_bn.c ossl_raise(eBNError, NULL);
NULL 129 ext/openssl/ossl_bn.c ossl_raise(eBNError, NULL);
NULL 170 ext/openssl/ossl_bn.c ossl_raise(eBNError, NULL);
NULL 176 ext/openssl/ossl_bn.c size_t len = rb_absint_size(str, NULL);
NULL 190 ext/openssl/ossl_bn.c ossl_raise(eBNError, NULL);
NULL 202 ext/openssl/ossl_bn.c ossl_raise(eBNError, NULL);
NULL 211 ext/openssl/ossl_bn.c ossl_raise(eBNError, NULL);
NULL 216 ext/openssl/ossl_bn.c ossl_raise(eBNError, NULL);
NULL 221 ext/openssl/ossl_bn.c ossl_raise(eBNError, NULL);
NULL 226 ext/openssl/ossl_bn.c ossl_raise(eBNError, NULL);
NULL 262 ext/openssl/ossl_bn.c len = BN_bn2mpi(bn, NULL);
NULL 265 ext/openssl/ossl_bn.c ossl_raise(eBNError, NULL);
NULL 271 ext/openssl/ossl_bn.c ossl_raise(eBNError, NULL);
NULL 274 ext/openssl/ossl_bn.c if (!(buf = BN_bn2dec(bn))) ossl_raise(eBNError, NULL);
NULL 278 ext/openssl/ossl_bn.c if (!(buf = BN_bn2hex(bn))) ossl_raise(eBNError, NULL);
NULL 302 ext/openssl/ossl_bn.c ossl_raise(eBNError, NULL);
NULL 321 ext/openssl/ossl_bn.c self = ossl_bn_to_s(0, NULL, self);
NULL 374 ext/openssl/ossl_bn.c ossl_raise(eBNError, NULL); \
NULL 378 ext/openssl/ossl_bn.c ossl_raise(eBNError, NULL); \
NULL 399 ext/openssl/ossl_bn.c ossl_raise(eBNError, NULL); \
NULL 403 ext/openssl/ossl_bn.c ossl_raise(eBNError, NULL); \
NULL 430 ext/openssl/ossl_bn.c ossl_raise(eBNError, NULL); \
NULL 434 ext/openssl/ossl_bn.c ossl_raise(eBNError, NULL); \
NULL 493 ext/openssl/ossl_bn.c ossl_raise(eBNError, NULL);
NULL 497 ext/openssl/ossl_bn.c ossl_raise(eBNError, NULL);
NULL 502 ext/openssl/ossl_bn.c ossl_raise(eBNError, NULL);
NULL 520 ext/openssl/ossl_bn.c ossl_raise(eBNError, NULL); \
NULL 524 ext/openssl/ossl_bn.c ossl_raise(eBNError, NULL); \
NULL 561 ext/openssl/ossl_bn.c ossl_raise(eBNError, NULL); \
NULL 617 ext/openssl/ossl_bn.c ossl_raise(eBNError, NULL); \
NULL 621 ext/openssl/ossl_bn.c ossl_raise(eBNError, NULL); \
NULL 650 ext/openssl/ossl_bn.c ossl_raise(eBNError, NULL); \
NULL 684 ext/openssl/ossl_bn.c ossl_raise(eBNError, NULL); \
NULL 688 ext/openssl/ossl_bn.c ossl_raise(eBNError, NULL); \
NULL 713 ext/openssl/ossl_bn.c ossl_raise(eBNError, NULL); \
NULL 717 ext/openssl/ossl_bn.c ossl_raise(eBNError, NULL); \
NULL 754 ext/openssl/ossl_bn.c BIGNUM *add = NULL, *rem = NULL, *result;
NULL 767 ext/openssl/ossl_bn.c rem = NIL_P(vrem) ? NULL : GetBNPtr(vrem);
NULL 771 ext/openssl/ossl_bn.c ossl_raise(eBNError, NULL);
NULL 773 ext/openssl/ossl_bn.c if (!BN_generate_prime_ex(result, num, safe, add, rem, NULL)) {
NULL 775 ext/openssl/ossl_bn.c ossl_raise(eBNError, NULL);
NULL 816 ext/openssl/ossl_bn.c ossl_raise(eBNError, NULL);
NULL 910 ext/openssl/ossl_bn.c ossl_raise(eBNError, NULL);
NULL 942 ext/openssl/ossl_bn.c switch (BN_is_prime_ex(bn, checks, ossl_bn_ctx, NULL)) {
NULL 948 ext/openssl/ossl_bn.c ossl_raise(eBNError, NULL);
NULL 984 ext/openssl/ossl_bn.c switch (BN_is_prime_fasttest_ex(bn, checks, ossl_bn_ctx, do_trial_division, NULL)) {
NULL 990 ext/openssl/ossl_bn.c ossl_raise(eBNError, NULL);
NULL 17 ext/openssl/ossl_cipher.c ossl_raise(rb_eRuntimeError, NULL); \
NULL 72 ext/openssl/ossl_cipher.c if (EVP_CipherInit_ex(ctx, cipher, NULL, NULL, NULL, -1) != 1)
NULL 73 ext/openssl/ossl_cipher.c ossl_raise(eCipherError, NULL);
NULL 127 ext/openssl/ossl_cipher.c if (EVP_CipherInit_ex(ctx, cipher, NULL, dummy_key, NULL, -1) != 1)
NULL 128 ext/openssl/ossl_cipher.c ossl_raise(eCipherError, NULL);
NULL 147 ext/openssl/ossl_cipher.c ossl_raise(eCipherError, NULL);
NULL 156 ext/openssl/ossl_cipher.c return NULL;
NULL 193 ext/openssl/ossl_cipher.c if (EVP_CipherInit_ex(ctx, NULL, NULL, NULL, NULL, -1) != 1)
NULL 194 ext/openssl/ossl_cipher.c ossl_raise(eCipherError, NULL);
NULL 203 ext/openssl/ossl_cipher.c unsigned char key[EVP_MAX_KEY_LENGTH], *p_key = NULL;
NULL 204 ext/openssl/ossl_cipher.c unsigned char iv[EVP_MAX_IV_LENGTH], *p_iv = NULL;
NULL 229 ext/openssl/ossl_cipher.c (unsigned char *)RSTRING_PTR(pass), RSTRING_LENINT(pass), 1, key, NULL);
NULL 236 ext/openssl/ossl_cipher.c if (EVP_CipherInit_ex(ctx, NULL, NULL, p_key, p_iv, mode) != 1) {
NULL 237 ext/openssl/ossl_cipher.c ossl_raise(eCipherError, NULL);
NULL 305 ext/openssl/ossl_cipher.c unsigned char key[EVP_MAX_KEY_LENGTH], iv[EVP_MAX_IV_LENGTH], *salt = NULL;
NULL 321 ext/openssl/ossl_cipher.c if (EVP_CipherInit_ex(ctx, NULL, NULL, key, iv, -1) != 1)
NULL 322 ext/openssl/ossl_cipher.c ossl_raise(eCipherError, NULL);
NULL 398 ext/openssl/ossl_cipher.c ossl_raise(eCipherError, NULL);
NULL 429 ext/openssl/ossl_cipher.c ossl_raise(eCipherError, NULL);
NULL 477 ext/openssl/ossl_cipher.c if (EVP_CipherInit_ex(ctx, NULL, NULL, (unsigned char *)RSTRING_PTR(key), NULL, -1) != 1)
NULL 478 ext/openssl/ossl_cipher.c ossl_raise(eCipherError, NULL);
NULL 511 ext/openssl/ossl_cipher.c if (EVP_CipherInit_ex(ctx, NULL, NULL, NULL, (unsigned char *)RSTRING_PTR(iv), -1) != 1)
NULL 512 ext/openssl/ossl_cipher.c ossl_raise(eCipherError, NULL);
NULL 550 ext/openssl/ossl_cipher.c if (!ossl_cipher_update_long(ctx, NULL, &out_len, in, in_len))
NULL 585 ext/openssl/ossl_cipher.c ret = rb_str_new(NULL, tag_len);
NULL 668 ext/openssl/ossl_cipher.c ossl_raise(eCipherError, NULL);
NULL 691 ext/openssl/ossl_cipher.c ossl_raise(eCipherError, NULL);
NULL 45 ext/openssl/ossl_config.c conf = NCONF_new(NULL);
NULL 48 ext/openssl/ossl_config.c ossl_raise(eConfigError, NULL);
NULL 55 ext/openssl/ossl_config.c ossl_raise(eConfigError, NULL);
NULL 52 ext/openssl/ossl_digest.c ASN1_OBJECT *oid = NULL;
NULL 84 ext/openssl/ossl_digest.c if (EVP_DigestInit_ex(ctx, md, NULL) != 1) {
NULL 99 ext/openssl/ossl_digest.c if (ctx == NULL)
NULL 138 ext/openssl/ossl_digest.c if (EVP_DigestInit_ex(ctx, md, NULL) != 1) {
NULL 158 ext/openssl/ossl_digest.c ossl_raise(eDigestError, NULL);
NULL 177 ext/openssl/ossl_digest.c if (EVP_DigestInit_ex(ctx, EVP_MD_CTX_md(ctx), NULL) != 1) {
NULL 227 ext/openssl/ossl_digest.c str = rb_str_new(NULL, EVP_MD_CTX_size(ctx));
NULL 233 ext/openssl/ossl_digest.c EVP_DigestFinal_ex(ctx, (unsigned char *)RSTRING_PTR(str), NULL);
NULL 220 ext/openssl/ossl_engine.c ossl_raise(eEngineError, NULL);
NULL 224 ext/openssl/ossl_engine.c ossl_raise(eEngineError, NULL);
NULL 226 ext/openssl/ossl_engine.c 0, NULL, (void(*)(void))ossl_pem_passwd_cb);
NULL 240 ext/openssl/ossl_engine.c ossl_raise(eEngineError, NULL);
NULL 294 ext/openssl/ossl_engine.c if(!ENGINE_finish(e)) ossl_raise(eEngineError, NULL);
NULL 327 ext/openssl/ossl_engine.c if(!ciph) ossl_raise(eEngineError, NULL);
NULL 360 ext/openssl/ossl_engine.c if(!md) ossl_raise(eEngineError, NULL);
NULL 384 ext/openssl/ossl_engine.c sid = NIL_P(id) ? NULL : StringValueCStr(id);
NULL 385 ext/openssl/ossl_engine.c sdata = NIL_P(data) ? NULL : StringValueCStr(data);
NULL 387 ext/openssl/ossl_engine.c pkey = ENGINE_load_private_key(e, sid, NULL, sdata);
NULL 388 ext/openssl/ossl_engine.c if (!pkey) ossl_raise(eEngineError, NULL);
NULL 414 ext/openssl/ossl_engine.c sid = NIL_P(id) ? NULL : StringValueCStr(id);
NULL 415 ext/openssl/ossl_engine.c sdata = NIL_P(data) ? NULL : StringValueCStr(data);
NULL 417 ext/openssl/ossl_engine.c pkey = ENGINE_load_public_key(e, sid, NULL, sdata);
NULL 418 ext/openssl/ossl_engine.c if (!pkey) ossl_raise(eEngineError, NULL);
NULL 471 ext/openssl/ossl_engine.c NIL_P(val) ? NULL : StringValueCStr(val), 0);
NULL 472 ext/openssl/ossl_engine.c if (!ret) ossl_raise(eEngineError, NULL);
NULL 502 ext/openssl/ossl_engine.c if ((defn = ENGINE_get_cmd_defns(e)) != NULL){
NULL 63 ext/openssl/ossl_hmac.c ossl_raise(eHMACError, NULL);
NULL 113 ext/openssl/ossl_hmac.c GetDigestPtr(digest), NULL);
NULL 235 ext/openssl/ossl_hmac.c if (string2hex(buf, buf_len, &hexbuf, NULL) != 2 * (int)buf_len) {
NULL 270 ext/openssl/ossl_hmac.c HMAC_Init_ex(ctx, NULL, 0, NULL, NULL);
NULL 301 ext/openssl/ossl_hmac.c (unsigned char *)RSTRING_PTR(data), RSTRING_LEN(data), NULL, &buf_len);
NULL 335 ext/openssl/ossl_hmac.c (unsigned char *)RSTRING_PTR(data), RSTRING_LEN(data), NULL, &buf_len);
NULL 336 ext/openssl/ossl_hmac.c if (string2hex(buf, buf_len, &hexbuf, NULL) != 2 * (int)buf_len) {
NULL 64 ext/openssl/ossl_ns_spki.c ossl_raise(eSPKIError, NULL);
NULL 92 ext/openssl/ossl_ns_spki.c if (!(spki = d2i_NETSCAPE_SPKI(NULL, &p, RSTRING_LEN(buffer)))) {
NULL 93 ext/openssl/ossl_ns_spki.c ossl_raise(eSPKIError, NULL);
NULL 117 ext/openssl/ossl_ns_spki.c if ((len = i2d_NETSCAPE_SPKI(spki, NULL)) <= 0)
NULL 118 ext/openssl/ossl_ns_spki.c ossl_raise(eX509CertError, NULL);
NULL 122 ext/openssl/ossl_ns_spki.c ossl_raise(eX509CertError, NULL);
NULL 143 ext/openssl/ossl_ns_spki.c ossl_raise(eSPKIError, NULL);
NULL 167 ext/openssl/ossl_ns_spki.c ossl_raise(eSPKIError, NULL);
NULL 171 ext/openssl/ossl_ns_spki.c ossl_raise(eSPKIError, NULL);
NULL 195 ext/openssl/ossl_ns_spki.c ossl_raise(eSPKIError, NULL);
NULL 219 ext/openssl/ossl_ns_spki.c ossl_raise(eSPKIError, NULL);
NULL 265 ext/openssl/ossl_ns_spki.c ossl_raise(eSPKIError, NULL);
NULL 295 ext/openssl/ossl_ns_spki.c ossl_raise(eSPKIError, NULL);
NULL 323 ext/openssl/ossl_ns_spki.c ossl_raise(eSPKIError, NULL);
NULL 160 ext/openssl/ossl_ocsp.c ossl_raise(eOCSPError, NULL);
NULL 216 ext/openssl/ossl_ocsp.c ret = OCSP_request_add1_nonce(req, NULL, -1);
NULL 223 ext/openssl/ossl_ocsp.c if(!ret) ossl_raise(eOCSPError, NULL);
NULL 277 ext/openssl/ossl_ocsp.c ossl_raise(eOCSPError, NULL);
NULL 305 ext/openssl/ossl_ocsp.c ossl_raise(eOCSPError, NULL);
NULL 334 ext/openssl/ossl_ocsp.c STACK_OF(X509) *x509s = NULL;
NULL 356 ext/openssl/ossl_ocsp.c if (!ret) ossl_raise(eOCSPError, NULL);
NULL 405 ext/openssl/ossl_ocsp.c if((len = i2d_OCSP_REQUEST(req, NULL)) <= 0)
NULL 406 ext/openssl/ossl_ocsp.c ossl_raise(eOCSPError, NULL);
NULL 410 ext/openssl/ossl_ocsp.c ossl_raise(eOCSPError, NULL);
NULL 434 ext/openssl/ossl_ocsp.c if(NIL_P(basic_resp)) bs = NULL;
NULL 438 ext/openssl/ossl_ocsp.c ossl_raise(eOCSPError, NULL);
NULL 452 ext/openssl/ossl_ocsp.c ossl_raise(eOCSPError, NULL);
NULL 564 ext/openssl/ossl_ocsp.c if((len = i2d_OCSP_RESPONSE(res, NULL)) <= 0)
NULL 565 ext/openssl/ossl_ocsp.c ossl_raise(eOCSPError, NULL);
NULL 569 ext/openssl/ossl_ocsp.c ossl_raise(eOCSPError, NULL);
NULL 586 ext/openssl/ossl_ocsp.c ossl_raise(eOCSPError, NULL);
NULL 660 ext/openssl/ossl_ocsp.c ret = OCSP_basic_add1_nonce(bs, NULL, -1);
NULL 667 ext/openssl/ossl_ocsp.c if(!ret) ossl_raise(eOCSPError, NULL);
NULL 711 ext/openssl/ossl_ocsp.c ths = nxt = rev = NULL;
NULL 715 ext/openssl/ossl_ocsp.c rev = X509_gmtime_adj(NULL, NUM2INT(tmp));
NULL 719 ext/openssl/ossl_ocsp.c ths = X509_gmtime_adj(NULL, NUM2INT(tmp));
NULL 722 ext/openssl/ossl_ocsp.c nxt = X509_gmtime_adj(NULL, NUM2INT(tmp));
NULL 750 ext/openssl/ossl_ocsp.c if(error) ossl_raise(eOCSPError, NULL);
NULL 785 ext/openssl/ossl_ocsp.c revtime = thisupd = nextupd = NULL;
NULL 790 ext/openssl/ossl_ocsp.c ossl_raise(eOCSPError, NULL);
NULL 831 ext/openssl/ossl_ocsp.c STACK_OF(X509) *x509s = NULL;
NULL 853 ext/openssl/ossl_ocsp.c if (!ret) ossl_raise(eOCSPError, NULL);
NULL 902 ext/openssl/ossl_ocsp.c if ((len = i2d_OCSP_BASICRESP(res, NULL)) <= 0)
NULL 903 ext/openssl/ossl_ocsp.c ossl_raise(eOCSPError, NULL);
NULL 907 ext/openssl/ossl_ocsp.c ossl_raise(eOCSPError, NULL);
NULL 924 ext/openssl/ossl_ocsp.c ossl_raise(eOCSPError, NULL);
NULL 972 ext/openssl/ossl_ocsp.c newid = OCSP_cert_to_id(NULL, x509s, x509i);
NULL 975 ext/openssl/ossl_ocsp.c ossl_raise(eOCSPError, NULL);
NULL 1037 ext/openssl/ossl_ocsp.c OCSP_id_get0_info(NULL, NULL, NULL, &serial, id);
NULL 1057 ext/openssl/ossl_ocsp.c OCSP_id_get0_info(&name_hash, NULL, NULL, NULL, id);
NULL 1059 ext/openssl/ossl_ocsp.c if (string2hex(name_hash->data, name_hash->length, &hexbuf, NULL) < 0)
NULL 1080 ext/openssl/ossl_ocsp.c OCSP_id_get0_info(NULL, NULL, &key_hash, NULL, id);
NULL 1082 ext/openssl/ossl_ocsp.c if (string2hex(key_hash->data, key_hash->length, &hexbuf, NULL) < 0)
NULL 1103 ext/openssl/ossl_ocsp.c OCSP_id_get0_info(NULL, &oid, NULL, NULL, id);
NULL 1130 ext/openssl/ossl_ocsp.c if ((len = i2d_OCSP_CERTID(id, NULL)) <= 0)
NULL 1131 ext/openssl/ossl_ocsp.c ossl_raise(eOCSPError, NULL);
NULL 1135 ext/openssl/ossl_ocsp.c ossl_raise(eOCSPError, NULL);
NULL 62 ext/openssl/ossl_pkcs12.c if(!(p12 = PKCS12_new())) ossl_raise(ePKCS12Error, NULL);
NULL 103 ext/openssl/ossl_pkcs12.c passphrase = NIL_P(pass) ? NULL : StringValueCStr(pass);
NULL 104 ext/openssl/ossl_pkcs12.c friendlyname = NIL_P(name) ? NULL : StringValueCStr(name);
NULL 107 ext/openssl/ossl_pkcs12.c x509s = NIL_P(ca) ? NULL : ossl_x509_ary2sk(ca);
NULL 128 ext/openssl/ossl_pkcs12.c if(!p12) ossl_raise(ePKCS12Error, NULL);
NULL 156 ext/openssl/ossl_pkcs12.c STACK_OF(X509) *x509s = NULL;
NULL 161 ext/openssl/ossl_pkcs12.c passphrase = NIL_P(pass) ? NULL : StringValueCStr(pass);
NULL 205 ext/openssl/ossl_pkcs12.c if((len = i2d_PKCS12(p12, NULL)) <= 0)
NULL 206 ext/openssl/ossl_pkcs12.c ossl_raise(ePKCS12Error, NULL);
NULL 210 ext/openssl/ossl_pkcs12.c ossl_raise(ePKCS12Error, NULL);
NULL 154 ext/openssl/ossl_pkcs7.c if (!pkcs7) ossl_raise(ePKCS7Error, NULL);
NULL 167 ext/openssl/ossl_pkcs7.c ossl_raise(ePKCS7Error, NULL);
NULL 181 ext/openssl/ossl_pkcs7.c if (!pkcs7) ossl_raise(ePKCS7Error, NULL);
NULL 194 ext/openssl/ossl_pkcs7.c ossl_raise(ePKCS7Error, NULL);
NULL 213 ext/openssl/ossl_pkcs7.c out = NULL;
NULL 216 ext/openssl/ossl_pkcs7.c if(!pkcs7) ossl_raise(ePKCS7Error, NULL);
NULL 244 ext/openssl/ossl_pkcs7.c in = NIL_P(data) ? NULL : ossl_obj2bio(data);
NULL 247 ext/openssl/ossl_pkcs7.c ossl_raise(ePKCS7Error, NULL);
NULL 252 ext/openssl/ossl_pkcs7.c ossl_raise(ePKCS7Error, NULL);
NULL 282 ext/openssl/ossl_pkcs7.c if(NIL_P(certs)) x509s = NULL;
NULL 293 ext/openssl/ossl_pkcs7.c ossl_raise(ePKCS7Error, NULL);
NULL 346 ext/openssl/ossl_pkcs7.c ossl_raise(ePKCS7Error, NULL);
NULL 364 ext/openssl/ossl_pkcs7.c ossl_raise(ePKCS7Error, NULL);
NULL 389 ext/openssl/ossl_pkcs7.c p7 = PEM_read_bio_PKCS7(in, &pkcs, NULL, NULL);
NULL 396 ext/openssl/ossl_pkcs7.c DATA_PTR(self) = NULL;
NULL 421 ext/openssl/ossl_pkcs7.c ossl_raise(ePKCS7Error, NULL);
NULL 476 ext/openssl/ossl_pkcs7.c ossl_raise(ePKCS7Error, NULL);
NULL 513 ext/openssl/ossl_pkcs7.c ossl_raise(ePKCS7Error, NULL);
NULL 541 ext/openssl/ossl_pkcs7.c ossl_raise(ePKCS7Error, NULL);
NULL 623 ext/openssl/ossl_pkcs7.c else sk = NULL;
NULL 646 ext/openssl/ossl_pkcs7.c ossl_raise(ePKCS7Error, NULL);
NULL 669 ext/openssl/ossl_pkcs7.c certs = NULL;
NULL 692 ext/openssl/ossl_pkcs7.c crls = NULL;
NULL 732 ext/openssl/ossl_pkcs7.c ossl_raise(ePKCS7Error, NULL);
NULL 778 ext/openssl/ossl_pkcs7.c in = NIL_P(indata) ? NULL : ossl_obj2bio(indata);
NULL 779 ext/openssl/ossl_pkcs7.c if(NIL_P(certs)) x509s = NULL;
NULL 792 ext/openssl/ossl_pkcs7.c ossl_raise(ePKCS7Error, NULL);
NULL 796 ext/openssl/ossl_pkcs7.c if (ok < 0) ossl_raise(ePKCS7Error, NULL);
NULL 824 ext/openssl/ossl_pkcs7.c ossl_raise(ePKCS7Error, NULL);
NULL 827 ext/openssl/ossl_pkcs7.c ossl_raise(ePKCS7Error, NULL);
NULL 846 ext/openssl/ossl_pkcs7.c ossl_raise(ePKCS7Error, NULL);
NULL 848 ext/openssl/ossl_pkcs7.c if(!(out = PKCS7_dataInit(pkcs7, NULL))) goto err;
NULL 862 ext/openssl/ossl_pkcs7.c ossl_raise(ePKCS7Error, NULL);
NULL 877 ext/openssl/ossl_pkcs7.c if((len = i2d_PKCS7(pkcs7, NULL)) <= 0)
NULL 878 ext/openssl/ossl_pkcs7.c ossl_raise(ePKCS7Error, NULL);
NULL 882 ext/openssl/ossl_pkcs7.c ossl_raise(ePKCS7Error, NULL);
NULL 897 ext/openssl/ossl_pkcs7.c ossl_raise(ePKCS7Error, NULL);
NULL 901 ext/openssl/ossl_pkcs7.c ossl_raise(ePKCS7Error, NULL);
NULL 919 ext/openssl/ossl_pkcs7.c ossl_raise(ePKCS7Error, NULL);
NULL 939 ext/openssl/ossl_pkcs7.c ossl_raise(ePKCS7Error, NULL);
NULL 974 ext/openssl/ossl_pkcs7.c ossl_raise(ePKCS7Error, NULL);
NULL 999 ext/openssl/ossl_pkcs7.c ossl_raise(ePKCS7Error, NULL);
NULL 1015 ext/openssl/ossl_pkcs7.c ossl_raise(ePKCS7Error, NULL);
NULL 115 ext/openssl/ossl_pkey.c pkey = PEM_read_PrivateKey(fp, NULL, ossl_pem_passwd_cb, NULL);
NULL 118 ext/openssl/ossl_pkey.c ossl_raise(ePKeyError, NULL);
NULL 148 ext/openssl/ossl_pkey.c if (!(pkey = d2i_PrivateKey_bio(bio, NULL))) {
NULL 150 ext/openssl/ossl_pkey.c if (!(pkey = PEM_read_bio_PrivateKey(bio, NULL, ossl_pem_passwd_cb, (void *)pass))) {
NULL 152 ext/openssl/ossl_pkey.c if (!(pkey = d2i_PUBKEY_bio(bio, NULL))) {
NULL 154 ext/openssl/ossl_pkey.c pkey = PEM_read_bio_PUBKEY(bio, NULL, ossl_pem_passwd_cb, (void *)pass);
NULL 180 ext/openssl/ossl_pkey.c if (rb_funcallv(obj, id_private_q, 0, NULL) != Qtrue) {
NULL 204 ext/openssl/ossl_pkey.c if (rb_funcallv(obj, id_private_q, 0, NULL) != Qtrue) {
NULL 224 ext/openssl/ossl_pkey.c ossl_raise(ePKeyError, NULL);
NULL 274 ext/openssl/ossl_pkey.c if (rb_funcallv(self, id_private_q, 0, NULL) != Qtrue)
NULL 289 ext/openssl/ossl_pkey.c ossl_raise(ePKeyError, NULL);
NULL 343 ext/openssl/ossl_pkey.c ossl_raise(ePKeyError, NULL);
NULL 110 ext/openssl/ossl_pkey.h if (bn == NULL) \
NULL 117 ext/openssl/ossl_pkey.h _type##_get0_##_group(obj, &bn, NULL, NULL)) \
NULL 119 ext/openssl/ossl_pkey.h _type##_get0_##_group(obj, NULL, &bn, NULL)) \
NULL 121 ext/openssl/ossl_pkey.h _type##_get0_##_group(obj, NULL, NULL, &bn))
NULL 125 ext/openssl/ossl_pkey.h _type##_get0_##_group(obj, &bn, NULL)) \
NULL 127 ext/openssl/ossl_pkey.h _type##_get0_##_group(obj, NULL, &bn))
NULL 137 ext/openssl/ossl_pkey.h BIGNUM *bn1 = NULL, *orig_bn1 = NIL_P(v1) ? NULL : GetBNPtr(v1);\
NULL 138 ext/openssl/ossl_pkey.h BIGNUM *bn2 = NULL, *orig_bn2 = NIL_P(v2) ? NULL : GetBNPtr(v2);\
NULL 139 ext/openssl/ossl_pkey.h BIGNUM *bn3 = NULL, *orig_bn3 = NIL_P(v3) ? NULL : GetBNPtr(v3);\
NULL 148 ext/openssl/ossl_pkey.h ossl_raise(eBNError, NULL); \
NULL 168 ext/openssl/ossl_pkey.h BIGNUM *bn1 = NULL, *orig_bn1 = NIL_P(v1) ? NULL : GetBNPtr(v1);\
NULL 169 ext/openssl/ossl_pkey.h BIGNUM *bn2 = NULL, *orig_bn2 = NIL_P(v2) ? NULL : GetBNPtr(v2);\
NULL 176 ext/openssl/ossl_pkey.h ossl_raise(eBNError, NULL); \
NULL 201 ext/openssl/ossl_pkey.h obj->_name = NULL; \
NULL 206 ext/openssl/ossl_pkey.h if (obj->_name == NULL) \
NULL 208 ext/openssl/ossl_pkey.h if (obj->_name == NULL) \
NULL 209 ext/openssl/ossl_pkey.h ossl_raise(eBNError, NULL); \
NULL 210 ext/openssl/ossl_pkey.h if (BN_copy(obj->_name, bn) == NULL) \
NULL 211 ext/openssl/ossl_pkey.h ossl_raise(eBNError, NULL); \
NULL 72 ext/openssl/ossl_pkey_dh.c ossl_raise(eDHError, NULL);
NULL 108 ext/openssl/ossl_pkey_dh.c return NULL;
NULL 134 ext/openssl/ossl_pkey_dh.c return NULL;
NULL 139 ext/openssl/ossl_pkey_dh.c return NULL;
NULL 171 ext/openssl/ossl_pkey_dh.c ossl_raise(eDHError, NULL);
NULL 218 ext/openssl/ossl_pkey_dh.c ossl_raise(eDHError, NULL);
NULL 224 ext/openssl/ossl_pkey_dh.c dh = PEM_read_bio_DHparams(in, NULL, NULL, NULL);
NULL 227 ext/openssl/ossl_pkey_dh.c dh = d2i_DHparams_bio(in, NULL);
NULL 231 ext/openssl/ossl_pkey_dh.c ossl_raise(eDHError, NULL);
NULL 236 ext/openssl/ossl_pkey_dh.c ossl_raise(eDHError, NULL);
NULL 255 ext/openssl/ossl_pkey_dh.c DH_get0_key(dh, &bn, NULL);
NULL 274 ext/openssl/ossl_pkey_dh.c DH_get0_key(dh, NULL, &bn);
NULL 302 ext/openssl/ossl_pkey_dh.c ossl_raise(eDHError, NULL);
NULL 306 ext/openssl/ossl_pkey_dh.c ossl_raise(eDHError, NULL);
NULL 331 ext/openssl/ossl_pkey_dh.c if((len = i2d_DHparams(dh, NULL)) <= 0)
NULL 332 ext/openssl/ossl_pkey_dh.c ossl_raise(eDHError, NULL);
NULL 336 ext/openssl/ossl_pkey_dh.c ossl_raise(eDHError, NULL);
NULL 388 ext/openssl/ossl_pkey_dh.c ossl_raise(eDHError, NULL);
NULL 392 ext/openssl/ossl_pkey_dh.c ossl_raise(eDHError, NULL);
NULL 431 ext/openssl/ossl_pkey_dh.c ossl_raise(eDHError, NULL);
NULL 506 ext/openssl/ossl_pkey_dh.c DH_get0_pqg(dh, &dh_p, NULL, NULL);
NULL 513 ext/openssl/ossl_pkey_dh.c ossl_raise(eDHError, NULL);
NULL 30 ext/openssl/ossl_pkey_dsa.c DSA_get0_key(dsa, NULL, &bn);
NULL 86 ext/openssl/ossl_pkey_dsa.c ossl_raise(eDSAError, NULL);
NULL 126 ext/openssl/ossl_pkey_dsa.c return NULL;
NULL 131 ext/openssl/ossl_pkey_dsa.c return NULL;
NULL 163 ext/openssl/ossl_pkey_dsa.c return NULL;
NULL 168 ext/openssl/ossl_pkey_dsa.c return NULL;
NULL 193 ext/openssl/ossl_pkey_dsa.c ossl_raise(eDSAError, NULL);
NULL 231 ext/openssl/ossl_pkey_dsa.c ossl_raise(eDSAError, NULL);
NULL 238 ext/openssl/ossl_pkey_dsa.c dsa = PEM_read_bio_DSAPrivateKey(in, NULL, ossl_pem_passwd_cb, (void *)pass);
NULL 241 ext/openssl/ossl_pkey_dsa.c dsa = PEM_read_bio_DSA_PUBKEY(in, NULL, NULL, NULL);
NULL 245 ext/openssl/ossl_pkey_dsa.c dsa = d2i_DSAPrivateKey_bio(in, NULL);
NULL 249 ext/openssl/ossl_pkey_dsa.c dsa = d2i_DSA_PUBKEY_bio(in, NULL);
NULL 255 ext/openssl/ossl_pkey_dsa.c dsa = PEM_read_bio_DSAPublicKey(in, NULL, NULL, NULL);
NULL 266 ext/openssl/ossl_pkey_dsa.c ossl_raise(eDSAError, NULL);
NULL 286 ext/openssl/ossl_pkey_dsa.c DSA_get0_key(dsa, &bn, NULL);
NULL 330 ext/openssl/ossl_pkey_dsa.c const EVP_CIPHER *ciph = NULL;
NULL 340 ext/openssl/ossl_pkey_dsa.c ossl_raise(eDSAError, NULL);
NULL 343 ext/openssl/ossl_pkey_dsa.c if (!PEM_write_bio_DSAPrivateKey(out, dsa, ciph, NULL, 0,
NULL 346 ext/openssl/ossl_pkey_dsa.c ossl_raise(eDSAError, NULL);
NULL 351 ext/openssl/ossl_pkey_dsa.c ossl_raise(eDSAError, NULL);
NULL 380 ext/openssl/ossl_pkey_dsa.c if((len = i2d_func(dsa, NULL)) <= 0)
NULL 381 ext/openssl/ossl_pkey_dsa.c ossl_raise(eDSAError, NULL);
NULL 385 ext/openssl/ossl_pkey_dsa.c ossl_raise(eDSAError, NULL);
NULL 438 ext/openssl/ossl_pkey_dsa.c ossl_raise(eDSAError, NULL);
NULL 442 ext/openssl/ossl_pkey_dsa.c ossl_raise(eDSAError, NULL);
NULL 482 ext/openssl/ossl_pkey_dsa.c ossl_raise(eDSAError, NULL);
NULL 517 ext/openssl/ossl_pkey_dsa.c DSA_get0_pqg(dsa, NULL, &dsa_q, NULL);
NULL 527 ext/openssl/ossl_pkey_dsa.c ossl_raise(eDSAError, NULL);
NULL 566 ext/openssl/ossl_pkey_dsa.c ossl_raise(eDSAError, NULL);
NULL 46 ext/openssl/ossl_pkey_ec.c if ((key) == NULL) \
NULL 58 ext/openssl/ossl_pkey_ec.c if (ec_group == NULL) \
NULL 65 ext/openssl/ossl_pkey_ec.c if ((group) == NULL) \
NULL 77 ext/openssl/ossl_pkey_ec.c if (ec_point == NULL) \
NULL 84 ext/openssl/ossl_pkey_ec.c if ((point) == NULL) \
NULL 146 ext/openssl/ossl_pkey_ec.c ossl_raise(eECError, NULL);
NULL 167 ext/openssl/ossl_pkey_ec.c ossl_raise(eECError, NULL);
NULL 171 ext/openssl/ossl_pkey_ec.c ossl_raise(eECError, NULL);
NULL 180 ext/openssl/ossl_pkey_ec.c ossl_raise(eECError, NULL);
NULL 207 ext/openssl/ossl_pkey_ec.c ossl_raise(eECError, NULL);
NULL 242 ext/openssl/ossl_pkey_ec.c ossl_raise(eECError, NULL);
NULL 244 ext/openssl/ossl_pkey_ec.c EC_KEY *other_ec = NULL;
NULL 248 ext/openssl/ossl_pkey_ec.c ossl_raise(eECError, NULL);
NULL 257 ext/openssl/ossl_pkey_ec.c ec = PEM_read_bio_ECPrivateKey(in, NULL, ossl_pem_passwd_cb, (void *)pass);
NULL 260 ext/openssl/ossl_pkey_ec.c ec = PEM_read_bio_EC_PUBKEY(in, NULL, ossl_pem_passwd_cb, (void *)pass);
NULL 264 ext/openssl/ossl_pkey_ec.c ec = d2i_ECPrivateKey_bio(in, NULL);
NULL 268 ext/openssl/ossl_pkey_ec.c ec = d2i_EC_PUBKEY_bio(in, NULL);
NULL 308 ext/openssl/ossl_pkey_ec.c if ((group = (EC_GROUP *)EC_KEY_get0_group(ec)) != NULL) {
NULL 351 ext/openssl/ossl_pkey_ec.c old_ec_group->group = NULL;
NULL 377 ext/openssl/ossl_pkey_ec.c if ((bn = EC_KEY_get0_private_key(ec)) == NULL)
NULL 392 ext/openssl/ossl_pkey_ec.c BIGNUM *bn = NULL;
NULL 402 ext/openssl/ossl_pkey_ec.c if (bn == NULL)
NULL 424 ext/openssl/ossl_pkey_ec.c if (new_point->point == NULL)
NULL 445 ext/openssl/ossl_pkey_ec.c if ((point = EC_KEY_get0_public_key(ec)) == NULL)
NULL 464 ext/openssl/ossl_pkey_ec.c EC_POINT *point = NULL;
NULL 474 ext/openssl/ossl_pkey_ec.c if (point == NULL)
NULL 525 ext/openssl/ossl_pkey_ec.c if (EC_KEY_get0_public_key(ec) == NULL)
NULL 540 ext/openssl/ossl_pkey_ec.c const EVP_CIPHER *cipher = NULL;
NULL 545 ext/openssl/ossl_pkey_ec.c i = PEM_write_bio_ECPrivateKey(out, ec, cipher, NULL, 0, ossl_pem_passwd_cb, (void *)pass);
NULL 695 ext/openssl/ossl_pkey_ec.c buf_len = ECDH_compute_key(RSTRING_PTR(str), buf_len, point, ec, NULL);
NULL 721 ext/openssl/ossl_pkey_ec.c if (EC_KEY_get0_private_key(ec) == NULL)
NULL 804 ext/openssl/ossl_pkey_ec.c EC_GROUP *group = NULL;
NULL 807 ext/openssl/ossl_pkey_ec.c if (ec_group->group != NULL)
NULL 813 ext/openssl/ossl_pkey_ec.c const EC_METHOD *method = NULL;
NULL 829 ext/openssl/ossl_pkey_ec.c if ((group = EC_GROUP_new(method)) == NULL)
NULL 838 ext/openssl/ossl_pkey_ec.c if ((group = EC_GROUP_dup(arg1_group)) == NULL)
NULL 843 ext/openssl/ossl_pkey_ec.c group = PEM_read_bio_ECPKParameters(in, NULL, NULL, NULL);
NULL 846 ext/openssl/ossl_pkey_ec.c group = d2i_ECPKParameters_bio(in, NULL);
NULL 860 ext/openssl/ossl_pkey_ec.c if (group == NULL)
NULL 872 ext/openssl/ossl_pkey_ec.c EC_GROUP *(*new_curve)(const BIGNUM *, const BIGNUM *, const BIGNUM *, BN_CTX *) = NULL;
NULL 887 ext/openssl/ossl_pkey_ec.c if ((group = new_curve(p, a, b, ossl_bn_ctx)) == NULL)
NULL 898 ext/openssl/ossl_pkey_ec.c if (group == NULL)
NULL 913 ext/openssl/ossl_pkey_ec.c EC_GROUP *group1 = NULL, *group2 = NULL;
NULL 932 ext/openssl/ossl_pkey_ec.c EC_GROUP *group = NULL;
NULL 948 ext/openssl/ossl_pkey_ec.c EC_GROUP *group = NULL;
NULL 972 ext/openssl/ossl_pkey_ec.c EC_GROUP *group = NULL;
NULL 976 ext/openssl/ossl_pkey_ec.c bn_obj = ossl_bn_new(NULL);
NULL 994 ext/openssl/ossl_pkey_ec.c EC_GROUP *group = NULL;
NULL 998 ext/openssl/ossl_pkey_ec.c bn_obj = ossl_bn_new(NULL);
NULL 1014 ext/openssl/ossl_pkey_ec.c EC_GROUP *group = NULL;
NULL 1018 ext/openssl/ossl_pkey_ec.c if (group == NULL)
NULL 1034 ext/openssl/ossl_pkey_ec.c EC_builtin_curve *curves = NULL;
NULL 1036 ext/openssl/ossl_pkey_ec.c int crv_len = rb_long2int(EC_get_builtin_curves(NULL, 0));
NULL 1040 ext/openssl/ossl_pkey_ec.c if (curves == NULL)
NULL 1067 ext/openssl/ossl_pkey_ec.c EC_GROUP *group = NULL;
NULL 1084 ext/openssl/ossl_pkey_ec.c EC_GROUP *group = NULL;
NULL 1100 ext/openssl/ossl_pkey_ec.c EC_GROUP *group = NULL;
NULL 1125 ext/openssl/ossl_pkey_ec.c EC_GROUP *group = NULL;
NULL 1153 ext/openssl/ossl_pkey_ec.c EC_GROUP *group = NULL;
NULL 1173 ext/openssl/ossl_pkey_ec.c EC_GROUP *group = NULL;
NULL 1193 ext/openssl/ossl_pkey_ec.c EC_GROUP *group = NULL;
NULL 1226 ext/openssl/ossl_pkey_ec.c ossl_raise(eECError, NULL);
NULL 1271 ext/openssl/ossl_pkey_ec.c ossl_raise(eEC_GROUP, NULL);
NULL 1316 ext/openssl/ossl_pkey_ec.c EC_POINT *point = NULL;
NULL 1319 ext/openssl/ossl_pkey_ec.c const EC_GROUP *group = NULL;
NULL 1354 ext/openssl/ossl_pkey_ec.c point = EC_POINT_bn2point(group, bn, NULL, ossl_bn_ctx);
NULL 1362 ext/openssl/ossl_pkey_ec.c if (point == NULL) {
NULL 1371 ext/openssl/ossl_pkey_ec.c if (point == NULL)
NULL 1372 ext/openssl/ossl_pkey_ec.c ossl_raise(eEC_POINT, NULL);
NULL 1539 ext/openssl/ossl_pkey_ec.c if (EC_POINT_point2bn(group, point, form, bn, ossl_bn_ctx) == NULL)
NULL 1568 ext/openssl/ossl_pkey_ec.c const BIGNUM *bn_g = NULL;
NULL 1584 ext/openssl/ossl_pkey_ec.c ossl_raise(eEC_POINT, NULL);
NULL 1617 ext/openssl/ossl_pkey_ec.c ossl_raise(eEC_POINT, NULL);
NULL 88 ext/openssl/ossl_pkey_rsa.c ossl_raise(eRSAError, NULL);
NULL 127 ext/openssl/ossl_pkey_rsa.c return NULL;
NULL 135 ext/openssl/ossl_pkey_rsa.c return NULL;
NULL 164 ext/openssl/ossl_pkey_rsa.c return NULL;
NULL 194 ext/openssl/ossl_pkey_rsa.c ossl_raise(eRSAError, NULL);
NULL 234 ext/openssl/ossl_pkey_rsa.c if (!rsa) ossl_raise(eRSAError, NULL);
NULL 240 ext/openssl/ossl_pkey_rsa.c rsa = PEM_read_bio_RSAPrivateKey(in, NULL, ossl_pem_passwd_cb, (void *)pass);
NULL 243 ext/openssl/ossl_pkey_rsa.c rsa = PEM_read_bio_RSA_PUBKEY(in, NULL, NULL, NULL);
NULL 247 ext/openssl/ossl_pkey_rsa.c rsa = d2i_RSAPrivateKey_bio(in, NULL);
NULL 251 ext/openssl/ossl_pkey_rsa.c rsa = d2i_RSA_PUBKEY_bio(in, NULL);
NULL 255 ext/openssl/ossl_pkey_rsa.c rsa = PEM_read_bio_RSAPublicKey(in, NULL, NULL, NULL);
NULL 259 ext/openssl/ossl_pkey_rsa.c rsa = d2i_RSAPublicKey_bio(in, NULL);
NULL 268 ext/openssl/ossl_pkey_rsa.c ossl_raise(eRSAError, NULL);
NULL 325 ext/openssl/ossl_pkey_rsa.c const EVP_CIPHER *ciph = NULL;
NULL 337 ext/openssl/ossl_pkey_rsa.c ossl_raise(eRSAError, NULL);
NULL 340 ext/openssl/ossl_pkey_rsa.c if (!PEM_write_bio_RSAPrivateKey(out, rsa, ciph, NULL, 0,
NULL 343 ext/openssl/ossl_pkey_rsa.c ossl_raise(eRSAError, NULL);
NULL 348 ext/openssl/ossl_pkey_rsa.c ossl_raise(eRSAError, NULL);
NULL 376 ext/openssl/ossl_pkey_rsa.c if((len = i2d_func(rsa, NULL)) <= 0)
NULL 377 ext/openssl/ossl_pkey_rsa.c ossl_raise(eRSAError, NULL);
NULL 381 ext/openssl/ossl_pkey_rsa.c ossl_raise(eRSAError, NULL);
NULL 406 ext/openssl/ossl_pkey_rsa.c RSA_get0_key(rsa, &rsa_n, NULL, NULL);
NULL 415 ext/openssl/ossl_pkey_rsa.c if (buf_len < 0) ossl_raise(eRSAError, NULL);
NULL 438 ext/openssl/ossl_pkey_rsa.c RSA_get0_key(rsa, &rsa_n, NULL, NULL);
NULL 447 ext/openssl/ossl_pkey_rsa.c if (buf_len < 0) ossl_raise(eRSAError, NULL);
NULL 470 ext/openssl/ossl_pkey_rsa.c RSA_get0_key(rsa, &rsa_n, NULL, NULL);
NULL 481 ext/openssl/ossl_pkey_rsa.c if (buf_len < 0) ossl_raise(eRSAError, NULL);
NULL 504 ext/openssl/ossl_pkey_rsa.c RSA_get0_key(rsa, &rsa_n, NULL, NULL);
NULL 515 ext/openssl/ossl_pkey_rsa.c if (buf_len < 0) ossl_raise(eRSAError, NULL);
NULL 576 ext/openssl/ossl_pkey_rsa.c ossl_raise(eRSAError, NULL);
NULL 580 ext/openssl/ossl_pkey_rsa.c ossl_raise(eRSAError, NULL);
NULL 606 ext/openssl/ossl_pkey_rsa.c ossl_raise(eRSAError, NULL);
NULL 73 ext/openssl/ossl_rand.c ossl_raise(eRandomError, NULL);
NULL 92 ext/openssl/ossl_rand.c ossl_raise(eRandomError, NULL);
NULL 150 ext/openssl/ossl_rand.c ossl_raise(eRandomError, NULL);
NULL 170 ext/openssl/ossl_rand.c ossl_raise(eRandomError, NULL);
NULL 192 ext/openssl/ossl_rand.c ossl_raise(eRandomError, NULL);
NULL 132 ext/openssl/ossl_ssl.c ctx->cert_store = NULL;
NULL 246 ext/openssl/ossl_ssl.c success = rb_protect(ossl_call_client_cert_cb, obj, NULL);
NULL 280 ext/openssl/ossl_ssl.c dh = rb_protect(ossl_call_tmp_dh_callback, args, NULL);
NULL 281 ext/openssl/ossl_ssl.c if (!RTEST(dh)) return NULL;
NULL 314 ext/openssl/ossl_ssl.c ecdh = rb_protect(ossl_call_tmp_ecdh_callback, args, NULL);
NULL 315 ext/openssl/ossl_ssl.c if (!RTEST(ecdh)) return NULL;
NULL 362 ext/openssl/ossl_ssl.c if ((ptr = SSL_get_ex_data(ssl, ossl_ssl_ex_ptr_idx)) == NULL)
NULL 363 ext/openssl/ossl_ssl.c return NULL;
NULL 372 ext/openssl/ossl_ssl.c return NULL;
NULL 375 ext/openssl/ossl_ssl.c return NULL;
NULL 407 ext/openssl/ossl_ssl.c if ((ptr = SSL_get_ex_data(ssl, ossl_ssl_ex_ptr_idx)) == NULL)
NULL 456 ext/openssl/ossl_ssl.c if ((ptr = SSL_CTX_get_ex_data(ctx, ossl_ssl_ex_ptr_idx)) == NULL)
NULL 486 ext/openssl/ossl_ssl.c ossl_raise(eSSLError, NULL);
NULL 536 ext/openssl/ossl_ssl.c if ((ptr = SSL_get_ex_data(ssl, ossl_ssl_ex_ptr_idx)) == NULL)
NULL 559 ext/openssl/ossl_ssl.c if ((ptr = SSL_get_ex_data(ssl, ossl_ssl_ex_ptr_idx)) == NULL)
NULL 589 ext/openssl/ossl_ssl.c VALUE encoded = rb_str_new(NULL, 0);
NULL 719 ext/openssl/ossl_ssl.c X509 *cert = NULL, *client_ca = NULL;
NULL 720 ext/openssl/ossl_ssl.c EVP_PKEY *key = NULL;
NULL 721 ext/openssl/ossl_ssl.c char *ca_path = NULL, *ca_file = NULL;
NULL 777 ext/openssl/ossl_ssl.c cert = NIL_P(val) ? NULL : GetX509CertPtr(val); /* NO DUP NEEDED */
NULL 779 ext/openssl/ossl_ssl.c key = NIL_P(val) ? NULL : GetPKeyPtr(val); /* NO DUP NEEDED */
NULL 815 ext/openssl/ossl_ssl.c ca_file = NIL_P(val) ? NULL : StringValueCStr(val);
NULL 817 ext/openssl/ossl_ssl.c ca_path = NIL_P(val) ? NULL : StringValueCStr(val);
NULL 1033 ext/openssl/ossl_ssl.c ossl_raise(eSSLError, NULL);
NULL 1057 ext/openssl/ossl_ssl.c ossl_raise(eSSLError, NULL);
NULL 1369 ext/openssl/ossl_ssl.c return TypedData_Wrap_Struct(klass, &ossl_ssl_type, NULL);
NULL 1414 ext/openssl/ossl_ssl.c ossl_raise(eSSLError, NULL);
NULL 1422 ext/openssl/ossl_ssl.c rb_call_super(0, NULL);
NULL 1836 ext/openssl/ossl_ssl.c X509 *cert = NULL;
NULL 1862 ext/openssl/ossl_ssl.c X509 *cert = NULL;
NULL 2030 ext/openssl/ossl_ssl.c char *hostname = NULL;
NULL 2038 ext/openssl/ossl_ssl.c ossl_raise(eSSLError, NULL);
NULL 26 ext/openssl/ossl_ssl_session.c return TypedData_Wrap_Struct(klass, &ossl_ssl_session_type, NULL);
NULL 39 ext/openssl/ossl_ssl_session.c SSL_SESSION *ctx = NULL;
NULL 49 ext/openssl/ossl_ssl_session.c if ((ctx = SSL_get1_session(ssl)) == NULL)
NULL 54 ext/openssl/ossl_ssl_session.c ctx = PEM_read_bio_SSL_SESSION(in, NULL, NULL, NULL);
NULL 58 ext/openssl/ossl_ssl_session.c ctx = d2i_SSL_SESSION_bio(in, NULL);
NULL 68 ext/openssl/ossl_ssl_session.c if (ctx == NULL)
NULL 207 ext/openssl/ossl_ssl_session.c const unsigned char *p = NULL;
NULL 231 ext/openssl/ossl_ssl_session.c len = i2d_SSL_SESSION(ctx, NULL);
NULL 67 ext/openssl/ossl_x509attr.c ossl_raise(eX509AttrError, NULL);
NULL 81 ext/openssl/ossl_x509attr.c ossl_raise(eX509AttrError, NULL);
NULL 98 ext/openssl/ossl_x509attr.c ossl_raise(eX509AttrError, NULL);
NULL 123 ext/openssl/ossl_x509attr.c ossl_raise(eX509AttrError, NULL);
NULL 147 ext/openssl/ossl_x509attr.c if(!obj) ossl_raise(eX509AttrError, NULL);
NULL 173 ext/openssl/ossl_x509attr.c ossl_raise(eX509AttrError, NULL);
NULL 203 ext/openssl/ossl_x509attr.c X509_ATTRIBUTE *new_attr = X509_ATTRIBUTE_create_by_OBJ(NULL, obj, 0, NULL, -1);
NULL 205 ext/openssl/ossl_x509attr.c ossl_raise(eX509AttrError, NULL);
NULL 216 ext/openssl/ossl_x509attr.c ossl_raise(eX509AttrError, NULL);
NULL 246 ext/openssl/ossl_x509attr.c if ((len = i2d_ASN1_SET_ANY(sk, NULL)) <= 0) {
NULL 248 ext/openssl/ossl_x509attr.c ossl_raise(eX509AttrError, NULL);
NULL 254 ext/openssl/ossl_x509attr.c ossl_raise(eX509AttrError, NULL);
NULL 275 ext/openssl/ossl_x509attr.c if((len = i2d_X509_ATTRIBUTE(attr, NULL)) <= 0)
NULL 276 ext/openssl/ossl_x509attr.c ossl_raise(eX509AttrError, NULL);
NULL 280 ext/openssl/ossl_x509attr.c ossl_raise(eX509AttrError, NULL);
NULL 67 ext/openssl/ossl_x509cert.c ossl_raise(eX509CertError, NULL);
NULL 87 ext/openssl/ossl_x509cert.c x509 = PEM_read_X509(fp, NULL, NULL, NULL);
NULL 101 ext/openssl/ossl_x509cert.c ossl_raise(eX509CertError, NULL);
NULL 141 ext/openssl/ossl_x509cert.c if (!x509) ossl_raise(eX509CertError, NULL);
NULL 165 ext/openssl/ossl_x509cert.c x509 = PEM_read_bio_X509(in, &x, NULL, NULL);
NULL 173 ext/openssl/ossl_x509cert.c if (!x509) ossl_raise(eX509CertError, NULL);
NULL 190 ext/openssl/ossl_x509cert.c if (!x509) ossl_raise(eX509CertError, NULL);
NULL 211 ext/openssl/ossl_x509cert.c if ((len = i2d_X509(x509, NULL)) <= 0)
NULL 212 ext/openssl/ossl_x509cert.c ossl_raise(eX509CertError, NULL);
NULL 216 ext/openssl/ossl_x509cert.c ossl_raise(eX509CertError, NULL);
NULL 235 ext/openssl/ossl_x509cert.c if (!out) ossl_raise(eX509CertError, NULL);
NULL 239 ext/openssl/ossl_x509cert.c ossl_raise(eX509CertError, NULL);
NULL 260 ext/openssl/ossl_x509cert.c if (!out) ossl_raise(eX509CertError, NULL);
NULL 264 ext/openssl/ossl_x509cert.c ossl_raise(eX509CertError, NULL);
NULL 283 ext/openssl/ossl_x509cert.c if (!(req = X509_to_X509_REQ(x509, NULL, EVP_md5()))) {
NULL 284 ext/openssl/ossl_x509cert.c ossl_raise(eX509CertError, NULL);
NULL 322 ext/openssl/ossl_x509cert.c ossl_raise(eX509CertError, NULL);
NULL 370 ext/openssl/ossl_x509cert.c if (!out) ossl_raise(eX509CertError, NULL);
NULL 374 ext/openssl/ossl_x509cert.c ossl_raise(eX509CertError, NULL);
NULL 393 ext/openssl/ossl_x509cert.c ossl_raise(eX509CertError, NULL);
NULL 410 ext/openssl/ossl_x509cert.c ossl_raise(eX509CertError, NULL);
NULL 428 ext/openssl/ossl_x509cert.c ossl_raise(eX509CertError, NULL);
NULL 445 ext/openssl/ossl_x509cert.c ossl_raise(eX509CertError, NULL);
NULL 463 ext/openssl/ossl_x509cert.c ossl_raise(eX509CertError, NULL);
NULL 480 ext/openssl/ossl_x509cert.c ossl_raise(eX509CertError, NULL);
NULL 497 ext/openssl/ossl_x509cert.c ossl_raise(eX509CertError, NULL);
NULL 514 ext/openssl/ossl_x509cert.c ossl_raise(eX509CertError, NULL);
NULL 531 ext/openssl/ossl_x509cert.c ossl_raise(eX509CertError, NULL);
NULL 548 ext/openssl/ossl_x509cert.c ossl_raise(eX509CertError, NULL);
NULL 569 ext/openssl/ossl_x509cert.c ossl_raise(eX509CertError, NULL);
NULL 597 ext/openssl/ossl_x509cert.c ossl_raise(eX509CertError, NULL);
NULL 674 ext/openssl/ossl_x509cert.c ossl_raise(eX509CertError, NULL);
NULL 696 ext/openssl/ossl_x509cert.c ossl_raise(eX509CertError, NULL);
NULL 83 ext/openssl/ossl_x509crl.c if(!tmp) ossl_raise(eX509CRLError, NULL);
NULL 100 ext/openssl/ossl_x509crl.c ossl_raise(eX509CRLError, NULL);
NULL 119 ext/openssl/ossl_x509crl.c crl = PEM_read_bio_X509_CRL(in, &x, NULL, NULL);
NULL 127 ext/openssl/ossl_x509crl.c if (!crl) ossl_raise(eX509CRLError, NULL);
NULL 142 ext/openssl/ossl_x509crl.c ossl_raise(eX509CRLError, NULL);
NULL 173 ext/openssl/ossl_x509crl.c ossl_raise(eX509CRLError, NULL);
NULL 190 ext/openssl/ossl_x509crl.c ossl_raise(eX509CRLError, NULL);
NULL 192 ext/openssl/ossl_x509crl.c X509_CRL_get0_signature(NULL, &alg, crl);
NULL 195 ext/openssl/ossl_x509crl.c ossl_raise(eX509CRLError, NULL);
NULL 221 ext/openssl/ossl_x509crl.c ossl_raise(eX509CRLError, NULL);
NULL 243 ext/openssl/ossl_x509crl.c ossl_raise(eX509CRLError, NULL);
NULL 272 ext/openssl/ossl_x509crl.c ossl_raise(eX509CRLError, NULL);
NULL 323 ext/openssl/ossl_x509crl.c ossl_raise(eX509CRLError, NULL);
NULL 340 ext/openssl/ossl_x509crl.c ossl_raise(eX509CRLError, NULL);
NULL 358 ext/openssl/ossl_x509crl.c ossl_raise(eX509CRLError, NULL);
NULL 377 ext/openssl/ossl_x509crl.c ossl_raise(eX509CRLError, NULL);
NULL 391 ext/openssl/ossl_x509crl.c ossl_raise(eX509CRLError, NULL);
NULL 395 ext/openssl/ossl_x509crl.c ossl_raise(eX509CRLError, NULL);
NULL 414 ext/openssl/ossl_x509crl.c ossl_raise(eX509CRLError, NULL);
NULL 418 ext/openssl/ossl_x509crl.c ossl_raise(eX509CRLError, NULL);
NULL 437 ext/openssl/ossl_x509crl.c ossl_raise(eX509CRLError, NULL);
NULL 441 ext/openssl/ossl_x509crl.c ossl_raise(eX509CRLError, NULL);
NULL 498 ext/openssl/ossl_x509crl.c ossl_raise(eX509CRLError, NULL);
NULL 516 ext/openssl/ossl_x509crl.c ossl_raise(eX509CRLError, NULL);
NULL 34 ext/openssl/ossl_x509ext.c X509V3_set_ctx((ctx), NULL, NULL, NULL, NULL, 0); \
NULL 81 ext/openssl/ossl_x509ext.c ossl_raise(eX509ExtError, NULL);
NULL 105 ext/openssl/ossl_x509ext.c ossl_raise(eX509ExtError, NULL);
NULL 261 ext/openssl/ossl_x509ext.c conf = NIL_P(rconf) ? NULL : GetConfigPtr(rconf);
NULL 282 ext/openssl/ossl_x509ext.c ossl_raise(eX509ExtError, NULL);
NULL 316 ext/openssl/ossl_x509ext.c ossl_raise(eX509ExtError, NULL);
NULL 336 ext/openssl/ossl_x509ext.c if(!obj) ossl_raise(eX509ExtError, NULL);
NULL 352 ext/openssl/ossl_x509ext.c ossl_raise(eX509ExtError, NULL);
NULL 356 ext/openssl/ossl_x509ext.c ossl_raise(eX509ExtError, NULL);
NULL 390 ext/openssl/ossl_x509ext.c ossl_raise(eX509ExtError, NULL);
NULL 407 ext/openssl/ossl_x509ext.c ossl_raise(eX509ExtError, NULL);
NULL 433 ext/openssl/ossl_x509ext.c if((len = i2d_X509_EXTENSION(ext, NULL)) <= 0)
NULL 434 ext/openssl/ossl_x509ext.c ossl_raise(eX509ExtError, NULL);
NULL 438 ext/openssl/ossl_x509ext.c ossl_raise(eX509ExtError, NULL);
NULL 72 ext/openssl/ossl_x509name.c ossl_raise(eX509NameError, NULL);
NULL 100 ext/openssl/ossl_x509name.c ossl_raise(eX509NameError, NULL);
NULL 176 ext/openssl/ossl_x509name.c ossl_raise(eX509NameError, NULL);
NULL 212 ext/openssl/ossl_x509name.c ossl_raise(eX509NameError, NULL);
NULL 226 ext/openssl/ossl_x509name.c buf = X509_NAME_oneline(name, NULL, 0);
NULL 258 ext/openssl/ossl_x509name.c ossl_raise(eX509NameError, NULL);
NULL 262 ext/openssl/ossl_x509name.c ossl_raise(eX509NameError, NULL);
NULL 296 ext/openssl/ossl_x509name.c ossl_raise(eX509NameError, NULL);
NULL 300 ext/openssl/ossl_x509name.c ossl_raise(eX509NameError, NULL);
NULL 423 ext/openssl/ossl_x509name.c if((len = i2d_X509_NAME(name, NULL)) <= 0)
NULL 424 ext/openssl/ossl_x509name.c ossl_raise(eX509NameError, NULL);
NULL 428 ext/openssl/ossl_x509name.c ossl_raise(eX509NameError, NULL);
NULL 67 ext/openssl/ossl_x509req.c ossl_raise(eX509ReqError, NULL);
NULL 91 ext/openssl/ossl_x509req.c ossl_raise(eX509ReqError, NULL);
NULL 108 ext/openssl/ossl_x509req.c ossl_raise(eX509ReqError, NULL);
NULL 127 ext/openssl/ossl_x509req.c req = PEM_read_bio_X509_REQ(in, &x, NULL, NULL);
NULL 135 ext/openssl/ossl_x509req.c if (!req) ossl_raise(eX509ReqError, NULL);
NULL 150 ext/openssl/ossl_x509req.c ossl_raise(eX509ReqError, NULL);
NULL 168 ext/openssl/ossl_x509req.c ossl_raise(eX509ReqError, NULL);
NULL 172 ext/openssl/ossl_x509req.c ossl_raise(eX509ReqError, NULL);
NULL 190 ext/openssl/ossl_x509req.c if ((len = i2d_X509_REQ(req, NULL)) <= 0)
NULL 191 ext/openssl/ossl_x509req.c ossl_raise(eX509ReqError, NULL);
NULL 195 ext/openssl/ossl_x509req.c ossl_raise(eX509ReqError, NULL);
NULL 211 ext/openssl/ossl_x509req.c ossl_raise(eX509ReqError, NULL);
NULL 215 ext/openssl/ossl_x509req.c ossl_raise(eX509ReqError, NULL);
NULL 237 ext/openssl/ossl_x509req.c ossl_raise(eX509ReqError, NULL);
NULL 267 ext/openssl/ossl_x509req.c ossl_raise(eX509ReqError, NULL);
NULL 281 ext/openssl/ossl_x509req.c ossl_raise(eX509ReqError, NULL);
NULL 295 ext/openssl/ossl_x509req.c ossl_raise(eX509ReqError, NULL);
NULL 313 ext/openssl/ossl_x509req.c ossl_raise(eX509ReqError, NULL);
NULL 315 ext/openssl/ossl_x509req.c X509_REQ_get0_signature(NULL, &alg, req);
NULL 318 ext/openssl/ossl_x509req.c ossl_raise(eX509ReqError, NULL);
NULL 334 ext/openssl/ossl_x509req.c ossl_raise(eX509ReqError, NULL);
NULL 349 ext/openssl/ossl_x509req.c ossl_raise(eX509ReqError, NULL);
NULL 366 ext/openssl/ossl_x509req.c ossl_raise(eX509ReqError, NULL);
NULL 390 ext/openssl/ossl_x509req.c ossl_raise(eX509ReqError, NULL);
NULL 437 ext/openssl/ossl_x509req.c ossl_raise(eX509ReqError, NULL);
NULL 450 ext/openssl/ossl_x509req.c ossl_raise(eX509ReqError, NULL);
NULL 67 ext/openssl/ossl_x509revoked.c ossl_raise(eX509RevError, NULL);
NULL 81 ext/openssl/ossl_x509revoked.c ossl_raise(eX509RevError, NULL);
NULL 98 ext/openssl/ossl_x509revoked.c ossl_raise(eX509RevError, NULL);
NULL 152 ext/openssl/ossl_x509revoked.c ossl_raise(eX509RevError, NULL);
NULL 204 ext/openssl/ossl_x509revoked.c ossl_raise(eX509RevError, NULL);
NULL 218 ext/openssl/ossl_x509revoked.c ossl_raise(eX509RevError, NULL);
NULL 116 ext/openssl/ossl_x509store.c if((store = X509_STORE_new()) == NULL){
NULL 117 ext/openssl/ossl_x509store.c ossl_raise(eX509StoreError, NULL);
NULL 154 ext/openssl/ossl_x509store.c store->ex_data.sk = NULL;
NULL 225 ext/openssl/ossl_x509store.c char *path = NULL;
NULL 233 ext/openssl/ossl_x509store.c if(lookup == NULL) ossl_raise(eX509StoreError, NULL);
NULL 235 ext/openssl/ossl_x509store.c ossl_raise(eX509StoreError, NULL);
NULL 246 ext/openssl/ossl_x509store.c char *path = NULL;
NULL 254 ext/openssl/ossl_x509store.c if(lookup == NULL) ossl_raise(eX509StoreError, NULL);
NULL 256 ext/openssl/ossl_x509store.c ossl_raise(eX509StoreError, NULL);
NULL 279 ext/openssl/ossl_x509store.c ossl_raise(eX509StoreError, NULL);
NULL 301 ext/openssl/ossl_x509store.c ossl_raise(eX509StoreError, NULL);
NULL 316 ext/openssl/ossl_x509store.c ossl_raise(eX509StoreError, NULL);
NULL 376 ext/openssl/ossl_x509store.c RDATA(obj)->data = NULL;
NULL 402 ext/openssl/ossl_x509store.c if((ctx = X509_STORE_CTX_new()) == NULL){
NULL 403 ext/openssl/ossl_x509store.c ossl_raise(eX509StoreError, NULL);
NULL 421 ext/openssl/ossl_x509store.c X509 *x509 = NULL;
NULL 422 ext/openssl/ossl_x509store.c STACK_OF(X509) *x509s = NULL;
NULL 431 ext/openssl/ossl_x509store.c ossl_raise(eX509StoreError, NULL);
NULL 457 ext/openssl/ossl_x509store.c ossl_raise(eX509CertError, NULL);
NULL 471 ext/openssl/ossl_x509store.c if((chain = X509_STORE_CTX_get0_chain(ctx)) == NULL){
NULL 35 ext/pathname/pathname.c str = rb_check_funcall(arg, id_to_path, 0, NULL);
NULL 231 ext/pathname/pathname.c if (ext == NULL) {
NULL 151 ext/psych/psych_emitter.c yaml_tag_directive_t * head = NULL;
NULL 152 ext/psych/psych_emitter.c yaml_tag_directive_t * tail = NULL;
NULL 210 ext/psych/psych_emitter.c (RARRAY_LEN(version) > 0) ? &version_directive : NULL,
NULL 285 ext/psych/psych_emitter.c (yaml_char_t *)(NIL_P(anchor) ? NULL : StringValuePtr(anchor)),
NULL 286 ext/psych/psych_emitter.c (yaml_char_t *)(NIL_P(tag) ? NULL : StringValuePtr(tag)),
NULL 334 ext/psych/psych_emitter.c (yaml_char_t *)(NIL_P(anchor) ? NULL : StringValuePtr(anchor)),
NULL 335 ext/psych/psych_emitter.c (yaml_char_t *)(NIL_P(tag) ? NULL : StringValuePtr(tag)),
NULL 401 ext/psych/psych_emitter.c (yaml_char_t *)(NIL_P(anchor) ? NULL : StringValuePtr(anchor)),
NULL 402 ext/psych/psych_emitter.c (yaml_char_t *)(NIL_P(tag) ? NULL : StringValuePtr(tag)),
NULL 452 ext/psych/psych_emitter.c (yaml_char_t *)(NIL_P(anchor) ? NULL : StringValuePtr(anchor))
NULL 64 ext/psych/yaml/api.c return NULL;
NULL 706 ext/psych/yaml/api.c yaml_version_directive_t *version_directive_copy = NULL;
NULL 711 ext/psych/yaml/api.c } tag_directives_copy = { NULL, NULL, NULL };
NULL 712 ext/psych/yaml/api.c yaml_tag_directive_t value = { NULL, NULL };
NULL 745 ext/psych/yaml/api.c value.handle = NULL;
NULL 746 ext/psych/yaml/api.c value.prefix = NULL;
NULL 794 ext/psych/yaml/api.c yaml_char_t *anchor_copy = NULL;
NULL 822 ext/psych/yaml/api.c yaml_char_t *anchor_copy = NULL;
NULL 823 ext/psych/yaml/api.c yaml_char_t *tag_copy = NULL;
NULL 824 ext/psych/yaml/api.c yaml_char_t *value_copy = NULL;
NULL 878 ext/psych/yaml/api.c yaml_char_t *anchor_copy = NULL;
NULL 879 ext/psych/yaml/api.c yaml_char_t *tag_copy = NULL;
NULL 933 ext/psych/yaml/api.c yaml_char_t *anchor_copy = NULL;
NULL 934 ext/psych/yaml/api.c yaml_char_t *tag_copy = NULL;
NULL 1047 ext/psych/yaml/api.c } nodes = { NULL, NULL, NULL };
NULL 1048 ext/psych/yaml/api.c yaml_version_directive_t *version_directive_copy = NULL;
NULL 1053 ext/psych/yaml/api.c } tag_directives_copy = { NULL, NULL, NULL };
NULL 1054 ext/psych/yaml/api.c yaml_tag_directive_t value = { NULL, NULL };
NULL 1090 ext/psych/yaml/api.c value.handle = NULL;
NULL 1091 ext/psych/yaml/api.c value.prefix = NULL;
NULL 1175 ext/psych/yaml/api.c return NULL;
NULL 1190 ext/psych/yaml/api.c return NULL;
NULL 1206 ext/psych/yaml/api.c yaml_char_t *tag_copy = NULL;
NULL 1207 ext/psych/yaml/api.c yaml_char_t *value_copy = NULL;
NULL 1264 ext/psych/yaml/api.c yaml_char_t *tag_copy = NULL;
NULL 1269 ext/psych/yaml/api.c } items = { NULL, NULL, NULL };
NULL 1314 ext/psych/yaml/api.c yaml_char_t *tag_copy = NULL;
NULL 1319 ext/psych/yaml/api.c } pairs = { NULL, NULL, NULL };
NULL 173 ext/psych/yaml/dumper.c emitter->document = NULL;
NULL 197 ext/psych/yaml/dumper.c emitter->anchors = NULL;
NULL 199 ext/psych/yaml/dumper.c emitter->document = NULL;
NULL 252 ext/psych/yaml/dumper.c if (!anchor) return NULL;
NULL 268 ext/psych/yaml/dumper.c yaml_char_t *anchor = NULL;
NULL 368 ext/psych/yaml/emitter.c yaml_tag_directive_t copy = { NULL, NULL };
NULL 559 ext/psych/yaml/emitter.c {NULL, NULL}
NULL 1682 ext/psych/yaml/emitter.c emitter->anchor_data.anchor = NULL;
NULL 1684 ext/psych/yaml/emitter.c emitter->tag_data.handle = NULL;
NULL 1686 ext/psych/yaml/emitter.c emitter->tag_data.suffix = NULL;
NULL 1688 ext/psych/yaml/emitter.c emitter->scalar_data.value = NULL;
NULL 2181 ext/psych/yaml/emitter.c const char *chomp_hint = NULL;
NULL 101 ext/psych/yaml/loader.c parser->document = NULL;
NULL 109 ext/psych/yaml/loader.c parser->document = NULL;
NULL 335 ext/psych/yaml/loader.c } items = { NULL, NULL, NULL };
NULL 402 ext/psych/yaml/loader.c } pairs = { NULL, NULL, NULL };
NULL 50 ext/psych/yaml/parser.c parser->tokens.head : NULL)
NULL 346 ext/psych/yaml/parser.c yaml_version_directive_t *version_directive = NULL;
NULL 350 ext/psych/yaml/parser.c } tag_directives = { NULL, NULL };
NULL 373 ext/psych/yaml/parser.c if (!yaml_parser_process_directives(parser, NULL, NULL, NULL))
NULL 378 ext/psych/yaml/parser.c DOCUMENT_START_EVENT_INIT(*event, NULL, NULL, NULL, 1,
NULL 407 ext/psych/yaml/parser.c version_directive = NULL;
NULL 408 ext/psych/yaml/parser.c tag_directives.start = tag_directives.end = NULL;
NULL 533 ext/psych/yaml/parser.c yaml_char_t *anchor = NULL;
NULL 534 ext/psych/yaml/parser.c yaml_char_t *tag_handle = NULL;
NULL 535 ext/psych/yaml/parser.c yaml_char_t *tag_suffix = NULL;
NULL 536 ext/psych/yaml/parser.c yaml_char_t *tag = NULL;
NULL 598 ext/psych/yaml/parser.c tag_handle = tag_suffix = NULL;
NULL 618 ext/psych/yaml/parser.c tag_handle = tag_suffix = NULL;
NULL 981 ext/psych/yaml/parser.c MAPPING_START_EVENT_INIT(*event, NULL, NULL,
NULL 1218 ext/psych/yaml/parser.c SCALAR_EVENT_INIT(*event, NULL, NULL, value, 0,
NULL 1237 ext/psych/yaml/parser.c {NULL, NULL}
NULL 1240 ext/psych/yaml/parser.c yaml_version_directive_t *version_directive = NULL;
NULL 1245 ext/psych/yaml/parser.c } tag_directives = { NULL, NULL, NULL };
NULL 1307 ext/psych/yaml/parser.c *tag_directives_start_ref = *tag_directives_end_ref = NULL;
NULL 1341 ext/psych/yaml/parser.c yaml_tag_directive_t copy = { NULL, NULL };
NULL 1583 ext/psych/yaml/scanner.c return yaml_parser_set_scanner_error(parser, NULL, parser->mark,
NULL 1644 ext/psych/yaml/scanner.c return yaml_parser_set_scanner_error(parser, NULL, parser->mark,
NULL 1730 ext/psych/yaml/scanner.c return yaml_parser_set_scanner_error(parser, NULL, parser->mark,
NULL 2000 ext/psych/yaml/scanner.c yaml_char_t *name = NULL;
NULL 2002 ext/psych/yaml/scanner.c yaml_char_t *handle = NULL, *prefix = NULL;
NULL 2261 ext/psych/yaml/scanner.c yaml_char_t *handle_value = NULL;
NULL 2262 ext/psych/yaml/scanner.c yaml_char_t *prefix_value = NULL;
NULL 2297 ext/psych/yaml/scanner.c if (!yaml_parser_scan_tag_uri(parser, 1, NULL, start_mark, &prefix_value))
NULL 2390 ext/psych/yaml/scanner.c yaml_char_t *handle = NULL;
NULL 2391 ext/psych/yaml/scanner.c yaml_char_t *suffix = NULL;
NULL 2415 ext/psych/yaml/scanner.c if (!yaml_parser_scan_tag_uri(parser, 0, NULL, start_mark, &suffix))
NULL 2443 ext/psych/yaml/scanner.c if (!yaml_parser_scan_tag_uri(parser, 0, NULL, start_mark, &suffix))
NULL 126 ext/psych/yaml/yaml_private.h #define NULL_STRING { NULL, NULL, NULL }
NULL 169 ext/pty/pty.c if ((p = getenv("SHELL")) != NULL) {
NULL 263 ext/pty/pty.c if (sigaction(SIGCHLD, &old, NULL) == -1) goto error;
NULL 265 ext/pty/pty.c if ((slavedevice = ptsname(masterfd)) == NULL) goto error;
NULL 282 ext/pty/pty.c sigaction(SIGCHLD, &old, NULL);
NULL 350 ext/pty/pty.c if((slavedevice = ptsname(masterfd)) == NULL) goto error;
NULL 283 ext/racc/cparse/cparse.c rb_block_call(v->lexer, v->lexmid, 0, NULL, lexer_i, v->value_v);
NULL 200 ext/readline/readline.c return NULL;
NULL 207 ext/readline/readline.c if (input == NULL) /* editline may give NULL as input. */
NULL 214 ext/readline/readline.c rb_thread_call_without_gvl2(getc_func, &data, RUBY_UBF_IO, NULL);
NULL 227 ext/readline/readline.c ret = rb_wait_for_single_fd(data.fd, RB_WAITFD_IN, NULL);
NULL 247 ext/readline/readline.c rb_wait_for_single_fd(fileno(rl_instream), RB_WAITFD_IN, NULL);
NULL 343 ext/readline/readline.c rl_instream = NULL;
NULL 344 ext/readline/readline.c readline_rl_instream = NULL;
NULL 355 ext/readline/readline.c rl_outstream = NULL;
NULL 356 ext/readline/readline.c readline_rl_outstream = NULL;
NULL 477 ext/readline/readline.c char *prompt = NULL;
NULL 510 ext/readline/readline.c if (rl_deprep_term_function != NULL) /* NULL in libedit. [ruby-dev:29116] */
NULL 556 ext/readline/readline.c if (f == NULL) {
NULL 592 ext/readline/readline.c if (f == NULL) {
NULL 884 ext/readline/readline.c if (rl_line_buffer == NULL)
NULL 948 ext/readline/readline.c return NULL;
NULL 960 ext/readline/readline.c if (matches == 0) return NULL;
NULL 962 ext/readline/readline.c if (result == NULL) rb_memerror();
NULL 970 ext/readline/readline.c if (result[i + 1] == NULL) rb_memerror();
NULL 973 ext/readline/readline.c result[matches + 1] = NULL;
NULL 1002 ext/readline/readline.c if (result[0] == NULL) rb_memerror();
NULL 1230 ext/readline/readline.c static char *basic_word_break_characters = NULL;
NULL 1233 ext/readline/readline.c if (basic_word_break_characters == NULL) {
NULL 1263 ext/readline/readline.c if (rl_basic_word_break_characters == NULL)
NULL 1285 ext/readline/readline.c static char *completer_word_break_characters = NULL;
NULL 1288 ext/readline/readline.c if (completer_word_break_characters == NULL) {
NULL 1318 ext/readline/readline.c if (rl_completer_word_break_characters == NULL)
NULL 1351 ext/readline/readline.c rl_special_prefixes = NULL;
NULL 1375 ext/readline/readline.c if (rl_special_prefixes == NULL) return Qnil;
NULL 1400 ext/readline/readline.c static char *basic_quote_characters = NULL;
NULL 1403 ext/readline/readline.c if (basic_quote_characters == NULL) {
NULL 1433 ext/readline/readline.c if (rl_basic_quote_characters == NULL)
NULL 1456 ext/readline/readline.c static char *completer_quote_characters = NULL;
NULL 1459 ext/readline/readline.c if (completer_quote_characters == NULL) {
NULL 1489 ext/readline/readline.c if (rl_completer_quote_characters == NULL)
NULL 1510 ext/readline/readline.c static char *filename_quote_characters = NULL;
NULL 1513 ext/readline/readline.c if (filename_quote_characters == NULL) {
NULL 1543 ext/readline/readline.c if (rl_filename_quote_characters == NULL)
NULL 1590 ext/readline/readline.c HIST_ENTRY *entry = NULL;
NULL 1600 ext/readline/readline.c if (entry == NULL) {
NULL 1610 ext/readline/readline.c HIST_ENTRY *entry = NULL;
NULL 1619 ext/readline/readline.c entry = replace_history_entry(history_replace_offset_func(i), RSTRING_PTR(str), NULL);
NULL 1621 ext/readline/readline.c if (entry == NULL) {
NULL 1703 ext/readline/readline.c if (entry == NULL)
NULL 1953 ext/readline/readline.c if (history_get(history_get_offset_func(0)) == NULL) {
NULL 1957 ext/readline/readline.c if (replace_history_entry(0, "a", NULL) == NULL) {
NULL 205 ext/ripper/ripper.c #define DVARS_TOPSCOPE NULL
NULL 7416 ext/ripper/ripper.c if ((yyvsp[-1].val) == NULL) {
NULL 12662 ext/ripper/ripper.c if ((c = tokadd_string(func, '\n', 0, NULL, &enc)) == -1) {
NULL 15848 ext/ripper/ripper.c struct vtable *required_kw_vars = vtable_alloc(NULL);
NULL 15849 ext/ripper/ripper.c struct vtable *kw_vars = vtable_alloc(NULL);
NULL 16777 ext/ripper/ripper.c if (ptr && (n = parser->heap) != NULL) {
NULL 16784 ext/ripper/ripper.c } while ((n = n->u2.node) != NULL);
NULL 16796 ext/ripper/ripper.c while ((n = *prev) != NULL) {
NULL 16998 ext/ripper/ripper.c {0, NULL}
NULL 17010 ext/ripper/ripper.c return NULL;
NULL 151 ext/ripper/ripper.y #define DVARS_TOPSCOPE NULL
NULL 2698 ext/ripper/ripper.y if ($3 == NULL) {
NULL 6913 ext/ripper/ripper.y if ((c = tokadd_string(func, '\n', 0, NULL, &enc)) == -1) {
NULL 10099 ext/ripper/ripper.y struct vtable *required_kw_vars = vtable_alloc(NULL);
NULL 10100 ext/ripper/ripper.y struct vtable *kw_vars = vtable_alloc(NULL);
NULL 11028 ext/ripper/ripper.y if (ptr && (n = parser->heap) != NULL) {
NULL 11035 ext/ripper/ripper.y } while ((n = n->u2.node) != NULL);
NULL 11047 ext/ripper/ripper.y while ((n = *prev) != NULL) {
NULL 11249 ext/ripper/ripper.y {0, NULL}
NULL 11261 ext/ripper/ripper.y return NULL;
NULL 101 ext/sdbm/_sdbm.c #ifndef NULL
NULL 124 ext/sdbm/_sdbm.c #define bad(x) ((x).dptr == NULL || (x).dsize < 0)
NULL 145 ext/sdbm/_sdbm.c datum nullitem = {NULL, 0};
NULL 155 ext/sdbm/_sdbm.c if (file == NULL || !*file)
NULL 156 ext/sdbm/_sdbm.c return errno = EINVAL, (DBM *) NULL;
NULL 162 ext/sdbm/_sdbm.c if ((dirname = malloc(n)) == NULL)
NULL 163 ext/sdbm/_sdbm.c return errno = ENOMEM, (DBM *) NULL;
NULL 205 ext/sdbm/_sdbm.c if ((db = (DBM *) malloc(sizeof(DBM))) == NULL)
NULL 206 ext/sdbm/_sdbm.c return errno = ENOMEM, (DBM *) NULL;
NULL 261 ext/sdbm/_sdbm.c return (DBM *) NULL;
NULL 267 ext/sdbm/_sdbm.c if (db == NULL)
NULL 279 ext/sdbm/_sdbm.c if (db == NULL || bad(key))
NULL 291 ext/sdbm/_sdbm.c if (db == NULL || bad(key))
NULL 318 ext/sdbm/_sdbm.c if (db == NULL || bad(key))
NULL 470 ext/sdbm/_sdbm.c if (db == NULL)
NULL 489 ext/sdbm/_sdbm.c if (db == NULL)
NULL 602 ext/sdbm/_sdbm.c if (key.dptr != NULL)
NULL 784 ext/socket/ancdata.c if (inet_ntop(AF_INET, &addr, addrbuf, (socklen_t)sizeof(addrbuf)) == NULL)
NULL 805 ext/socket/ancdata.c if (inet_ntop(AF_INET, &pktinfo.ipi_addr, buf, sizeof(buf)) == NULL)
NULL 809 ext/socket/ancdata.c if (if_indextoname(pktinfo.ipi_ifindex, buf) == NULL)
NULL 813 ext/socket/ancdata.c if (inet_ntop(AF_INET, &pktinfo.ipi_spec_dst, buf, sizeof(buf)) == NULL)
NULL 837 ext/socket/ancdata.c if (inet_ntop(AF_INET6, &addr, addrbuf, (socklen_t)sizeof(addrbuf)) == NULL)
NULL 841 ext/socket/ancdata.c if (if_indextoname(ifindex, ifbuf) == NULL)
NULL 1403 ext/socket/ancdata.c for (cmh = CMSG_FIRSTHDR(mh); cmh != NULL; cmh = CMSG_NXTHDR(mh, cmh)) {
NULL 1434 ext/socket/ancdata.c io = rb_io_fdopen(fd, O_RDWR, NULL);
NULL 1649 ext/socket/ancdata.c for (cmh = CMSG_FIRSTHDR(&mh); cmh != NULL; cmh = CMSG_NXTHDR(&mh, cmh)) {
NULL 430 ext/socket/basicsocket.c ucred_t *uc = NULL;
NULL 136 ext/socket/getaddrinfo.c {0, 0, 0, 0, NULL, NULL},
NULL 172 ext/socket/getaddrinfo.c if (((ai)->ai_canonname = (char *)malloc(strlen(str) + 1)) != NULL) {\
NULL 184 ext/socket/getaddrinfo.c == NULL) {\
NULL 224 ext/socket/getaddrinfo.c } while ((ai = next) != NULL);
NULL 273 ext/socket/getaddrinfo.c struct addrinfo *top = NULL;
NULL 296 ext/socket/getaddrinfo.c sentinel.ai_next = NULL;
NULL 304 ext/socket/getaddrinfo.c pai->ai_canonname = NULL;
NULL 305 ext/socket/getaddrinfo.c pai->ai_addr = NULL;
NULL 306 ext/socket/getaddrinfo.c pai->ai_next = NULL;
NULL 309 ext/socket/getaddrinfo.c if (hostname == NULL && servname == NULL)
NULL 386 ext/socket/getaddrinfo.c proto = NULL;
NULL 389 ext/socket/getaddrinfo.c proto = NULL;
NULL 401 ext/socket/getaddrinfo.c if ((sp = getservbyname((char*)servname, proto)) == NULL)
NULL 421 ext/socket/getaddrinfo.c if (hostname == NULL) {
NULL 527 ext/socket/getaddrinfo.c *res = NULL;
NULL 567 ext/socket/getaddrinfo.c *res = NULL;
NULL 582 ext/socket/getaddrinfo.c top = NULL;
NULL 583 ext/socket/getaddrinfo.c sentinel.ai_next = NULL;
NULL 596 ext/socket/getaddrinfo.c if (hp == NULL) {
NULL 613 ext/socket/getaddrinfo.c if ((hp->h_name == NULL) || (hp->h_name[0] == 0) ||
NULL 614 ext/socket/getaddrinfo.c (hp->h_addr_list[0] == NULL))
NULL 617 ext/socket/getaddrinfo.c for (i = 0; (ap = hp->h_addr_list[i]) != NULL; i++) {
NULL 673 ext/socket/getaddrinfo.c *res = NULL;
NULL 154 ext/socket/getnameinfo.c if (sa == NULL)
NULL 174 ext/socket/getnameinfo.c if (serv == NULL || servlen == 0) {
NULL 216 ext/socket/getnameinfo.c if (host == NULL || hostlen == 0) {
NULL 220 ext/socket/getnameinfo.c == NULL)
NULL 252 ext/socket/getnameinfo.c == NULL)
NULL 105 ext/socket/ifaddr.c for (ifa = ifaddrs; ifa != NULL; ifa = ifa->ifa_next)
NULL 392 ext/socket/init.c revents = rb_wait_for_single_fd(fd, RB_WAITFD_IN|RB_WAITFD_OUT, NULL);
NULL 69 ext/socket/ipsocket.c lres = NULL;
NULL 675 ext/socket/option.c if (if_indextoname(ifindex, ifbuf) == NULL)
NULL 695 ext/socket/option.c if (inet_ntop(AF_INET, &s.imr_multiaddr, addrbuf, (socklen_t)sizeof(addrbuf)) == NULL)
NULL 699 ext/socket/option.c if (inet_ntop(AF_INET, &s.imr_interface, addrbuf, (socklen_t)sizeof(addrbuf)) == NULL)
NULL 719 ext/socket/option.c if (inet_ntop(AF_INET, &s.imr_multiaddr, addrbuf, (socklen_t)sizeof(addrbuf)) == NULL)
NULL 723 ext/socket/option.c if (inet_ntop(AF_INET, &s.imr_address, addrbuf, (socklen_t)sizeof(addrbuf)) == NULL)
NULL 760 ext/socket/option.c if (inet_ntop(AF_INET, &s, addrbuf, (socklen_t)sizeof(addrbuf)) == NULL)
NULL 801 ext/socket/option.c if (inet_ntop(AF_INET6, &s.ipv6mr_multiaddr, addrbuf, (socklen_t)sizeof(addrbuf)) == NULL)
NULL 65 ext/socket/raddrinfo.c for (r = *res; r != NULL; r = r->ai_next) {
NULL 116 ext/socket/raddrinfo.c tmp_servname = NULL;
NULL 172 ext/socket/raddrinfo.c u = STRTOUL(service, NULL, 10);
NULL 223 ext/socket/raddrinfo.c struct addrinfo *ai = NULL;
NULL 247 ext/socket/raddrinfo.c ai0->ai_canonname = NULL;
NULL 272 ext/socket/raddrinfo.c ai0->ai_canonname = NULL;
NULL 389 ext/socket/raddrinfo.c error = rb_getnameinfo(addr, addrlen, buf, buflen, NULL, 0, NI_NUMERICHOST);
NULL 421 ext/socket/raddrinfo.c ep = NULL;
NULL 441 ext/socket/raddrinfo.c return NULL;
NULL 508 ext/socket/raddrinfo.c struct rb_addrinfo* res = NULL;
NULL 579 ext/socket/raddrinfo.c NULL, 0, 0);
NULL 670 ext/socket/raddrinfo.c hostp = host_str(host, hbuf, sizeof(hbuf), NULL);
NULL 677 ext/socket/raddrinfo.c if (h->h_aliases != NULL) {
NULL 835 ext/socket/raddrinfo.c if (res == NULL)
NULL 1213 ext/socket/raddrinfo.c hbuf, (socklen_t)sizeof(hbuf), NULL, 0,
NULL 1286 ext/socket/raddrinfo.c if (if_indextoname(addr->sll_ifindex, buf) == NULL)
NULL 1359 ext/socket/raddrinfo.c char *np = NULL, *ap = NULL, *endp;
NULL 2104 ext/socket/raddrinfo.c if (family != AF_INET6) return NULL;
NULL 942 ext/socket/socket.c if (res0 == NULL) {
NULL 1028 ext/socket/socket.c if (h == NULL) {
NULL 1040 ext/socket/socket.c if (h->h_aliases != NULL) {
NULL 1227 ext/socket/socket.c struct rb_addrinfo *res = NULL;
NULL 1287 ext/socket/socket.c hptr = NULL;
NULL 1297 ext/socket/socket.c pptr = NULL;
NULL 1498 ext/socket/socket.c if (addr == NULL)
NULL 1543 ext/socket/socket.c if (addr == NULL)
NULL 1597 ext/socket/socket.c struct ifaddrs *ifp = NULL;
NULL 1609 ext/socket/socket.c if (p->ifa_addr != NULL && IS_IP_FAMILY(p->ifa_addr->sa_family)) {
NULL 1645 ext/socket/socket.c const char *reason = NULL;
NULL 1650 ext/socket/socket.c lc.lifc_buf = NULL;
NULL 1699 ext/socket/socket.c if (lc.lifc_buf != NULL)
NULL 1719 ext/socket/socket.c const char *reason = NULL;
NULL 1752 ext/socket/socket.c buf = NULL;
NULL 1856 ext/socket/socket.c ret = pGetAdaptersAddresses(AF_UNSPEC, 0, NULL, NULL, &len);
NULL 1863 ext/socket/socket.c ret = pGetAdaptersAddresses(AF_UNSPEC, 0, NULL, adapters, &len);
NULL 239 ext/socket/unixsocket.c arg.msg.msg_name = NULL;
NULL 335 ext/socket/unixsocket.c arg.msg.msg_name = NULL;
NULL 615 ext/stringio/stringio.c rb_scan_args(argc, argv, "11", NULL, &whence);
NULL 1391 ext/stringio/stringio.c rb_scan_args(argc, argv, "11:", NULL, NULL, &opts);
NULL 1416 ext/stringio/stringio.c rb_scan_args(argc, argv, "10:", &str, NULL);
NULL 31 ext/syslog/syslog.c static const char *syslog_ident = NULL;
NULL 65 ext/syslog/syslog.c syslog_ident = NULL;
NULL 45 ext/tk/stubs.c if (nativethread_checked || ip == (Tcl_Interp *)NULL) {
NULL 51 ext/tk/stubs.c if (Tcl_GetVar2(ip, "tcl_platform", "threaded", TCL_GLOBAL_ONLY) != (char*)NULL) {
NULL 207 ext/tk/stubs.c return(tclStubsPtr != (TclStubs*)NULL);
NULL 213 ext/tk/stubs.c return(tkStubsPtr != (TkStubs*)NULL);
NULL 234 ext/tk/stubs.c return (Tcl_Interp*)NULL;
NULL 251 ext/tk/stubs.c return (Tcl_Interp*)NULL;
NULL 259 ext/tk/stubs.c return (Tcl_Interp*)NULL;
NULL 266 ext/tk/stubs.c return (Tcl_Interp*)NULL;
NULL 272 ext/tk/stubs.c return (Tcl_Interp*)NULL;
NULL 278 ext/tk/stubs.c return (Tcl_Interp*)NULL;
NULL 522 ext/tk/stubs.c return (Tcl_Interp*)NULL;
NULL 274 ext/tk/tcltklib.c #define IS_TCL_VALID_STRING(obj) ((obj)->bytes != (char*)NULL)
NULL 283 ext/tk/tcltklib.c #define rb_thread_alive_p(thread) rb_funcall2((thread), ID_alive_p, 0, NULL)
NULL 349 ext/tk/tcltklib.c Tcl_Obj *nameObj1, *nameObj2 = NULL, *retObj;
NULL 378 ext/tk/tcltklib.c Tcl_Obj *nameObj1, *nameObj2 = NULL, *retObj;
NULL 615 ext/tk/tcltklib.c (Tcl_GetCurrentNamespace(interp) == (Tcl_Namespace *)NULL)
NULL 623 ext/tk/tcltklib.c ((ptr)->default_ns == (Tcl_Namespace*)NULL || Tcl_GetCurrentNamespace((ptr)->ip) != (ptr)->default_ns)
NULL 749 ext/tk/tcltklib.c if (iPtr->varFramePtr != NULL) {
NULL 798 ext/tk/tcltklib.c return((struct tcltkip *)NULL);
NULL 800 ext/tk/tcltklib.c if (ptr->ip == (Tcl_Interp*)NULL) {
NULL 802 ext/tk/tcltklib.c return((struct tcltkip *)NULL);
NULL 828 ext/tk/tcltklib.c if (ptr->ip == (Tcl_Interp*)NULL) {
NULL 844 ext/tk/tcltklib.c } else if (ptr->ip == (Tcl_Interp*)NULL) {
NULL 974 ext/tk/tcltklib.c static char *rubytk_kitpath = NULL;
NULL 1085 ext/tk/tcltklib.c if (chan == NULL) {
NULL 1086 ext/tk/tcltklib.c chan = Tcl_OpenFileChannel(NULL, DEV_NULL, "r", 0);
NULL 1087 ext/tk/tcltklib.c if (chan != NULL) {
NULL 1088 ext/tk/tcltklib.c Tcl_SetChannelOption(NULL, chan, "-encoding", "utf-8");
NULL 1093 ext/tk/tcltklib.c if (chan == NULL) {
NULL 1094 ext/tk/tcltklib.c chan = Tcl_OpenFileChannel(NULL, DEV_NULL, "w", 0);
NULL 1095 ext/tk/tcltklib.c if (chan != NULL) {
NULL 1096 ext/tk/tcltklib.c Tcl_SetChannelOption(NULL, chan, "-encoding", "utf-8");
NULL 1101 ext/tk/tcltklib.c if (chan == NULL) {
NULL 1102 ext/tk/tcltklib.c chan = Tcl_OpenFileChannel(NULL, DEV_NULL, "w", 0);
NULL 1103 ext/tk/tcltklib.c if (chan != NULL) {
NULL 1104 ext/tk/tcltklib.c Tcl_SetChannelOption(NULL, chan, "-encoding", "utf-8");
NULL 1145 ext/tk/tcltklib.c if (rubytk_kitpath == NULL) {
NULL 1167 ext/tk/tcltklib.c Tcl_StaticPackage(0, "Itcl", Itcl_Init, NULL);
NULL 1172 ext/tk/tcltklib.c Tcl_StaticPackage(0, "Mk4tcl", Mk4tcl_Init, NULL);
NULL 1175 ext/tk/tcltklib.c Tcl_StaticPackage(0, "pwb", Pwb_Init, NULL);
NULL 1177 ext/tk/tcltklib.c Tcl_StaticPackage(0, "rubytk_kitpath", rubytk_kitpath_init, NULL);
NULL 1178 ext/tk/tcltklib.c Tcl_StaticPackage(0, "rechan", Rechan_Init, NULL);
NULL 1179 ext/tk/tcltklib.c Tcl_StaticPackage(0, "vfs", Vfs_Init, NULL);
NULL 1181 ext/tk/tcltklib.c Tcl_StaticPackage(0, "zlib", Zlib_Init, NULL);
NULL 1190 ext/tk/tcltklib.c Tcl_StaticPackage(0, "dde", Dde_Init, NULL);
NULL 1192 ext/tk/tcltklib.c Tcl_StaticPackage(0, "registry", Registry_Init, NULL);
NULL 1209 ext/tk/tcltklib.c const char *encoding = NULL;
NULL 1212 ext/tk/tcltklib.c if (path == NULL) {
NULL 1268 ext/tk/tcltklib.c if (rubytk_kitpath == NULL) {
NULL 1273 ext/tk/tcltklib.c const char *base = ruby_enc_find_basename(rb_sourcefile(), NULL, NULL,
NULL 1289 ext/tk/tcltklib.c if (rubytk_kitpath == NULL) {
NULL 1457 ext/tk/tcltklib.c if (ptr != (struct tcltkip *)NULL) {
NULL 1528 ext/tk/tcltklib.c argv[2] = (Tcl_Obj *)NULL;
NULL 1565 ext/tk/tcltklib.c argv[1] = Tcl_GetStringFromObj(state_obj, (int*)NULL);
NULL 1566 ext/tk/tcltklib.c argv[2] = (char *)NULL;
NULL 1604 ext/tk/tcltklib.c argv[2] = (char *)NULL;
NULL 1632 ext/tk/tcltklib.c static Tcl_TimerToken timer_token = (Tcl_TimerToken)NULL;
NULL 1658 ext/tk/tcltklib.c timer_token = (Tcl_TimerToken)NULL;
NULL 1739 ext/tk/tcltklib.c timer_token = (Tcl_TimerToken)NULL;
NULL 1766 ext/tk/tcltklib.c if (Tcl_GetMaster(ptr->ip) != (Tcl_Interp*)NULL) {
NULL 1817 ext/tk/tcltklib.c if (Tcl_GetMaster(ptr->ip) != (Tcl_Interp*)NULL) {
NULL 1871 ext/tk/tcltklib.c if (Tcl_GetMaster(ptr->ip) != (Tcl_Interp*)NULL) {
NULL 1980 ext/tk/tcltklib.c if (Tcl_GetMaster(ptr->ip) != (Tcl_Interp*)NULL) {
NULL 2005 ext/tk/tcltklib.c return tk_funcall(lib_num_of_mainwindows_core, 0, (VALUE*)NULL, self);
NULL 2007 ext/tk/tcltklib.c return lib_num_of_mainwindows_core(self, 0, (VALUE*)NULL);
NULL 2054 ext/tk/tcltklib.c return tk_funcall(call_DoOneEvent_core, 0, (VALUE*)NULL, flag_val);
NULL 2169 ext/tk/tcltklib.c if (check_var != (int*)NULL) {
NULL 2180 ext/tk/tcltklib.c if (rb_prohibit_interrupt || check_var != (int*)NULL) {
NULL 2196 ext/tk/tcltklib.c if (eventloop_interp != (Tcl_Interp*)NULL
NULL 2243 ext/tk/tcltklib.c timer_token = (Tcl_TimerToken)NULL;
NULL 2273 ext/tk/tcltklib.c if (check_var != (int *)NULL) {
NULL 2277 ext/tk/tcltklib.c if (interp != (Tcl_Interp*)NULL
NULL 2322 ext/tk/tcltklib.c if (check_var != (int*)NULL && !NIL_P(rbtk_pending_exception)) {
NULL 2376 ext/tk/tcltklib.c if (check_var != (int *)NULL) {
NULL 2380 ext/tk/tcltklib.c if (interp != (Tcl_Interp*)NULL
NULL 2463 ext/tk/tcltklib.c if (check_var != (int*)NULL
NULL 2670 ext/tk/tcltklib.c timer_token = (Tcl_TimerToken)NULL;
NULL 2769 ext/tk/tcltklib.c (int*)NULL, (Tcl_Interp*)NULL);
NULL 2786 ext/tk/tcltklib.c if (Tcl_GetMaster(ptr->ip) != (Tcl_Interp*)NULL) {
NULL 2793 ext/tk/tcltklib.c eventloop_interp = (Tcl_Interp*)NULL;
NULL 2803 ext/tk/tcltklib.c (int*)NULL, (Tcl_Interp*)NULL);
NULL 2914 ext/tk/tcltklib.c if (Tcl_GetMaster(ptr->ip) != (Tcl_Interp*)NULL) {
NULL 3000 ext/tk/tcltklib.c q->done, (Tcl_Interp*)NULL);
NULL 3064 ext/tk/tcltklib.c if (Tcl_GetMaster(ptr->ip) != (Tcl_Interp*)NULL) {
NULL 3130 ext/tk/tcltklib.c encoding = (Tcl_Encoding)NULL;
NULL 3133 ext/tk/tcltklib.c encoding = Tcl_GetEncoding((Tcl_Interp*)NULL, RSTRING_PTR(enc));
NULL 3137 ext/tk/tcltklib.c encoding = Tcl_GetEncoding((Tcl_Interp*)NULL, RSTRING_PTR(enc));
NULL 3153 ext/tk/tcltklib.c Tcl_AppendResult(interp, Tcl_DStringValue(&dstr), (char*)NULL);
NULL 3160 ext/tk/tcltklib.c Tcl_AppendResult(interp, RSTRING_PTR(msg), (char*)NULL);
NULL 3364 ext/tk/tcltklib.c Tcl_AppendResult(interp, RSTRING_PTR(ret), (char *)NULL);
NULL 3423 ext/tk/tcltklib.c if (interp == (Tcl_Interp*)NULL) {
NULL 3439 ext/tk/tcltklib.c buf, " for 1)", (char *)NULL);
NULL 3568 ext/tk/tcltklib.c if (interp == (Tcl_Interp*)NULL) {
NULL 3579 ext/tk/tcltklib.c Tcl_AppendResult(interp, "too few arguments", (char *)NULL);
NULL 3607 ext/tk/tcltklib.c str, "'", (char *)NULL);
NULL 3688 ext/tk/tcltklib.c if (interp != (Tcl_Interp*)NULL
NULL 3743 ext/tk/tcltklib.c cmd = Tcl_GetStringFromObj(argv[0], (int*)NULL);
NULL 3750 ext/tk/tcltklib.c cmd, " ?returnCode?\"", (char *)NULL);
NULL 3754 ext/tk/tcltklib.c if (interp == (Tcl_Interp*)NULL) return TCL_OK;
NULL 3772 ext/tk/tcltklib.c "fail to call \"", cmd, "\"", (char *)NULL);
NULL 3786 ext/tk/tcltklib.c param = Tcl_GetStringFromObj(argv[1], (int*)NULL);
NULL 3792 ext/tk/tcltklib.c argv[1], "\"", (char *)NULL);
NULL 3800 ext/tk/tcltklib.c param, "\"", (char *)NULL);
NULL 3812 ext/tk/tcltklib.c cmd, " ?returnCode?\"", (char *)NULL);
NULL 3845 ext/tk/tcltklib.c static CONST char *updateOptions[] = {"idletasks", (char *) NULL};
NULL 3849 ext/tk/tcltklib.c if (interp == (Tcl_Interp*)NULL) {
NULL 3886 ext/tk/tcltklib.c "\": must be idletasks", (char *) NULL);
NULL 3900 ext/tk/tcltklib.c (char *) NULL);
NULL 3903 ext/tk/tcltklib.c objv[0], " [ idletasks ]\"", (char *) NULL);
NULL 3913 ext/tk/tcltklib.c lib_eventloop_launcher(0, flags, (int *)NULL, interp); /* ignore result */
NULL 3997 ext/tk/tcltklib.c static CONST char *updateOptions[] = {"idletasks", (char *) NULL};
NULL 4003 ext/tk/tcltklib.c if (interp == (Tcl_Interp*)NULL) {
NULL 4056 ext/tk/tcltklib.c "\": must be idletasks", (char *) NULL);
NULL 4072 ext/tk/tcltklib.c (char *) NULL);
NULL 4075 ext/tk/tcltklib.c objv[0], " [ idletasks ]\"", (char *) NULL);
NULL 4168 ext/tk/tcltklib.c return (char *) NULL;
NULL 4193 ext/tk/tcltklib.c if (interp == (Tcl_Interp*)NULL) {
NULL 4238 ext/tk/tcltklib.c nameString, " name\"", (char *) NULL);
NULL 4332 ext/tk/tcltklib.c "\": would wait forever", (char *) NULL);
NULL 4379 ext/tk/tcltklib.c return (char *) NULL;
NULL 4431 ext/tk/tcltklib.c (char *) NULL };
NULL 4438 ext/tk/tcltklib.c if (interp == (Tcl_Interp*)NULL) {
NULL 4472 ext/tk/tcltklib.c (char *) NULL);
NULL 4476 ext/tk/tcltklib.c (char *) NULL);
NULL 4523 ext/tk/tcltklib.c (char *) NULL);
NULL 4614 ext/tk/tcltklib.c if (!tk_stubs_init_p() || Tk_MainWindow(interp) == (Tk_Window)NULL) {
NULL 4615 ext/tk/tcltklib.c window = NULL;
NULL 4620 ext/tk/tcltklib.c if (window == NULL) {
NULL 4623 ext/tk/tcltklib.c (char*)NULL);
NULL 4681 ext/tk/tcltklib.c (char *) NULL);
NULL 4712 ext/tk/tcltklib.c if (!tk_stubs_init_p() || Tk_MainWindow(interp) == (Tk_Window)NULL) {
NULL 4713 ext/tk/tcltklib.c window = NULL;
NULL 4722 ext/tk/tcltklib.c if (window == NULL) {
NULL 4725 ext/tk/tcltklib.c (char*)NULL);
NULL 4818 ext/tk/tcltklib.c return (char *)NULL;
NULL 4879 ext/tk/tcltklib.c if (interp == (Tcl_Interp*)NULL) {
NULL 4912 ext/tk/tcltklib.c nameString, " name\"", (char *) NULL);
NULL 5033 ext/tk/tcltklib.c (char *) NULL };
NULL 5042 ext/tk/tcltklib.c if (interp == (Tcl_Interp*)NULL) {
NULL 5076 ext/tk/tcltklib.c (char *) NULL);
NULL 5080 ext/tk/tcltklib.c (char *) NULL);
NULL 5128 ext/tk/tcltklib.c (char *) NULL);
NULL 5229 ext/tk/tcltklib.c if (!tk_stubs_init_p() || Tk_MainWindow(interp) == (Tk_Window)NULL) {
NULL 5230 ext/tk/tcltklib.c window = NULL;
NULL 5235 ext/tk/tcltklib.c if (!tk_stubs_init_p() || tkwin == (Tk_Window)NULL) {
NULL 5236 ext/tk/tcltklib.c window = NULL;
NULL 5243 ext/tk/tcltklib.c window = NULL;
NULL 5248 ext/tk/tcltklib.c if (window == NULL) {
NULL 5251 ext/tk/tcltklib.c (char*)NULL);
NULL 5309 ext/tk/tcltklib.c (char *) NULL);
NULL 5350 ext/tk/tcltklib.c if (!tk_stubs_init_p() || Tk_MainWindow(interp) == (Tk_Window)NULL) {
NULL 5351 ext/tk/tcltklib.c window = NULL;
NULL 5356 ext/tk/tcltklib.c if (!tk_stubs_init_p() || tkwin == (Tk_Window)NULL) {
NULL 5357 ext/tk/tcltklib.c window = NULL;
NULL 5364 ext/tk/tcltklib.c window = NULL;
NULL 5373 ext/tk/tcltklib.c if (window == NULL) {
NULL 5376 ext/tk/tcltklib.c (char*)NULL);
NULL 5504 ext/tk/tcltklib.c if (Tcl_ListObjLength((Tcl_Interp*)NULL, slave_list, &len) == TCL_OK) {
NULL 5506 ext/tk/tcltklib.c Tcl_ListObjIndex((Tcl_Interp*)NULL, slave_list, i, &elem);
NULL 5508 ext/tk/tcltklib.c if (elem == (Tcl_Obj*)NULL) continue;
NULL 5514 ext/tk/tcltklib.c slave_name = Tcl_GetStringFromObj(elem, (int*)NULL);
NULL 5520 ext/tk/tcltklib.c if (slave == (Tcl_Interp*)NULL) continue;
NULL 5556 ext/tk/tcltklib.c if (Tcl_SplitList((Tcl_Interp*)NULL,
NULL 5564 ext/tk/tcltklib.c if (slave == (Tcl_Interp*)NULL) continue;
NULL 5638 ext/tk/tcltklib.c if (ip == (Tcl_Interp*)NULL) {
NULL 5674 ext/tk/tcltklib.c (ClientData)NULL, (Tcl_CmdDeleteProc *)NULL);
NULL 5676 ext/tk/tcltklib.c (ClientData)NULL, (Tcl_CmdDeleteProc *)NULL);
NULL 5678 ext/tk/tcltklib.c (ClientData)NULL, (Tcl_CmdDeleteProc *)NULL);
NULL 5681 ext/tk/tcltklib.c (ClientData)NULL, (Tcl_CmdDeleteProc *)NULL);
NULL 5683 ext/tk/tcltklib.c (ClientData)NULL, (Tcl_CmdDeleteProc *)NULL);
NULL 5685 ext/tk/tcltklib.c (ClientData)NULL, (Tcl_CmdDeleteProc *)NULL);
NULL 5705 ext/tk/tcltklib.c if (tk_stubs_init_p() && Tk_MainWindow(ip) != (Tk_Window)NULL) {
NULL 5775 ext/tk/tcltklib.c if ( ptr->ip != (Tcl_Interp*)NULL
NULL 5777 ext/tk/tcltklib.c && Tcl_GetMaster(ptr->ip) != (Tcl_Interp*)NULL
NULL 5789 ext/tk/tcltklib.c if (ptr->ip == (Tcl_Interp*)NULL) {
NULL 5804 ext/tk/tcltklib.c ptr->ip = (Tcl_Interp*)NULL;
NULL 5833 ext/tk/tcltklib.c (ClientData)NULL, (Tcl_CmdDeleteProc *)NULL);
NULL 5837 ext/tk/tcltklib.c (ClientData)NULL, (Tcl_CmdDeleteProc *)NULL);
NULL 5844 ext/tk/tcltklib.c (ClientData)mainWin, (Tcl_CmdDeleteProc *)NULL);
NULL 5848 ext/tk/tcltklib.c (ClientData)mainWin, (Tcl_CmdDeleteProc *)NULL);
NULL 5855 ext/tk/tcltklib.c (ClientData)NULL, (Tcl_CmdDeleteProc *)NULL);
NULL 5859 ext/tk/tcltklib.c (ClientData)NULL, (Tcl_CmdDeleteProc *)NULL);
NULL 5866 ext/tk/tcltklib.c (ClientData)mainWin, (Tcl_CmdDeleteProc *)NULL);
NULL 5870 ext/tk/tcltklib.c (ClientData)mainWin, (Tcl_CmdDeleteProc *)NULL);
NULL 5877 ext/tk/tcltklib.c (ClientData)mainWin, (Tcl_CmdDeleteProc *)NULL);
NULL 5881 ext/tk/tcltklib.c (ClientData)mainWin, (Tcl_CmdDeleteProc *)NULL);
NULL 5888 ext/tk/tcltklib.c (ClientData)mainWin, (Tcl_CmdDeleteProc *)NULL);
NULL 5892 ext/tk/tcltklib.c (ClientData)mainWin, (Tcl_CmdDeleteProc *)NULL);
NULL 5923 ext/tk/tcltklib.c nameString = Tcl_GetStringFromObj(objv[0], (int*)NULL);
NULL 5928 ext/tk/tcltklib.c nameString, " slave_name\"", (char *) NULL);
NULL 5933 ext/tk/tcltklib.c slave_name = Tcl_GetStringFromObj(objv[1], (int*)NULL);
NULL 5939 ext/tk/tcltklib.c if (slave == NULL) {
NULL 5941 ext/tk/tcltklib.c slave_name, "\"", (char *)NULL);
NULL 5950 ext/tk/tcltklib.c (ClientData)mainWin, (Tcl_CmdDeleteProc *)NULL);
NULL 5954 ext/tk/tcltklib.c (ClientData)mainWin, (Tcl_CmdDeleteProc *)NULL);
NULL 5988 ext/tk/tcltklib.c "invalid command name \"namespace\"", (char*)NULL);
NULL 6012 ext/tk/tcltklib.c cp_objv[objc] = (Tcl_Obj *)NULL;
NULL 6033 ext/tk/tcltklib.c argv[i] = Tcl_GetStringFromObj(objv[i], (int*)NULL);
NULL 6035 ext/tk/tcltklib.c argv[objc] = (char *)NULL;
NULL 6089 ext/tk/tcltklib.c (ClientData) 0, (Tcl_CmdDeleteProc *)NULL);
NULL 6131 ext/tk/tcltklib.c Tk_Window mainWin = (Tk_Window)NULL;
NULL 6151 ext/tk/tcltklib.c if (ptr->ip == NULL) {
NULL 6176 ext/tk/tcltklib.c == (Tcl_Namespace*)NULL) {
NULL 6196 ext/tk/tcltklib.c if (strcmp(Tcl_DStringValue(&encodingName), Tcl_GetEncodingName(NULL))) {
NULL 6198 ext/tk/tcltklib.c Tcl_SetSystemEncoding(NULL, Tcl_DStringValue(&encodingName));
NULL 6283 ext/tk/tcltklib.c (Tcl_PackageInitProc *) NULL);
NULL 6298 ext/tk/tcltklib.c Tcl_CreateObjCommand(ptr->ip, "ruby", ip_ruby_eval, (ClientData)NULL,
NULL 6299 ext/tk/tcltklib.c (Tcl_CmdDeleteProc *)NULL);
NULL 6301 ext/tk/tcltklib.c Tcl_CreateObjCommand(ptr->ip, "ruby_eval", ip_ruby_eval, (ClientData)NULL,
NULL 6302 ext/tk/tcltklib.c (Tcl_CmdDeleteProc *)NULL);
NULL 6304 ext/tk/tcltklib.c Tcl_CreateObjCommand(ptr->ip, "ruby_cmd", ip_ruby_cmd, (ClientData)NULL,
NULL 6305 ext/tk/tcltklib.c (Tcl_CmdDeleteProc *)NULL);
NULL 6308 ext/tk/tcltklib.c Tcl_CreateCommand(ptr->ip, "ruby", ip_ruby_eval, (ClientData)NULL,
NULL 6309 ext/tk/tcltklib.c (Tcl_CmdDeleteProc *)NULL);
NULL 6311 ext/tk/tcltklib.c Tcl_CreateCommand(ptr->ip, "ruby_eval", ip_ruby_eval, (ClientData)NULL,
NULL 6312 ext/tk/tcltklib.c (Tcl_CmdDeleteProc *)NULL);
NULL 6314 ext/tk/tcltklib.c Tcl_CreateCommand(ptr->ip, "ruby_cmd", ip_ruby_cmd, (ClientData)NULL,
NULL 6315 ext/tk/tcltklib.c (Tcl_CmdDeleteProc *)NULL);
NULL 6322 ext/tk/tcltklib.c (ClientData)mainWin, (Tcl_CmdDeleteProc *)NULL);
NULL 6325 ext/tk/tcltklib.c (ClientData)mainWin, (Tcl_CmdDeleteProc *)NULL);
NULL 6328 ext/tk/tcltklib.c (ClientData)mainWin, (Tcl_CmdDeleteProc *)NULL);
NULL 6332 ext/tk/tcltklib.c (ClientData)mainWin, (Tcl_CmdDeleteProc *)NULL);
NULL 6335 ext/tk/tcltklib.c (ClientData)mainWin, (Tcl_CmdDeleteProc *)NULL);
NULL 6338 ext/tk/tcltklib.c (ClientData)mainWin, (Tcl_CmdDeleteProc *)NULL);
NULL 6351 ext/tk/tcltklib.c (ClientData)NULL, (Tcl_CmdDeleteProc *)NULL);
NULL 6355 ext/tk/tcltklib.c (ClientData)NULL, (Tcl_CmdDeleteProc *)NULL);
NULL 6361 ext/tk/tcltklib.c if (mainWin != (Tk_Window)NULL) {
NULL 6430 ext/tk/tcltklib.c if (slave->ip == NULL) {
NULL 6446 ext/tk/tcltklib.c mainWin = (tk_stubs_init_p())? Tk_MainWindow(slave->ip): (Tk_Window)NULL;
NULL 6450 ext/tk/tcltklib.c (ClientData)mainWin, (Tcl_CmdDeleteProc *)NULL);
NULL 6454 ext/tk/tcltklib.c (ClientData)mainWin, (Tcl_CmdDeleteProc *)NULL);
NULL 6467 ext/tk/tcltklib.c (ClientData)NULL, (Tcl_CmdDeleteProc *)NULL);
NULL 6471 ext/tk/tcltklib.c (ClientData)NULL, (Tcl_CmdDeleteProc *)NULL);
NULL 6562 ext/tk/tcltklib.c if (Tcl_GetVar(ptr->ip,"tcl_interactive",TCL_GLOBAL_ONLY) == (char*)NULL) {
NULL 6609 ext/tk/tcltklib.c return tk_funcall(ip_create_console_core, 0, (VALUE*)NULL, self);
NULL 6637 ext/tk/tcltklib.c mainWin = (tk_stubs_init_p())? Tk_MainWindow(ptr->ip): (Tk_Window)NULL;
NULL 6641 ext/tk/tcltklib.c (ClientData)mainWin, (Tcl_CmdDeleteProc *)NULL);
NULL 6645 ext/tk/tcltklib.c (ClientData)mainWin, (Tcl_CmdDeleteProc *)NULL);
NULL 6662 ext/tk/tcltklib.c return tk_funcall(ip_make_safe_core, 0, (VALUE*)NULL, self);
NULL 6728 ext/tk/tcltklib.c mainWin = (tk_stubs_init_p())? Tk_MainWindow(ptr->ip): (Tk_Window)NULL;
NULL 6735 ext/tk/tcltklib.c (ClientData)mainWin, (Tcl_CmdDeleteProc *)NULL);
NULL 6739 ext/tk/tcltklib.c (ClientData)mainWin, (Tcl_CmdDeleteProc *)NULL);
NULL 6748 ext/tk/tcltklib.c (ClientData)mainWin, (Tcl_CmdDeleteProc *)NULL);
NULL 6752 ext/tk/tcltklib.c (ClientData)mainWin, (Tcl_CmdDeleteProc *)NULL);
NULL 6797 ext/tk/tcltklib.c if (ptr == (struct tcltkip *)NULL || ptr->ip == (Tcl_Interp *)NULL) {
NULL 6836 ext/tk/tcltklib.c } else if (Tk_MainWindow(ptr->ip) == (Tk_Window)NULL) {
NULL 6847 ext/tk/tcltklib.c return tk_funcall(ip_has_mainwindow_p_core, 0, (VALUE*)NULL, self);
NULL 7020 ext/tk/tcltklib.c q_dat = (VALUE)NULL;
NULL 7029 ext/tk/tcltklib.c ret = (VALUE)NULL;
NULL 7038 ext/tk/tcltklib.c q->argv = (VALUE*)NULL;
NULL 7039 ext/tk/tcltklib.c q->interp = (VALUE)NULL;
NULL 7040 ext/tk/tcltklib.c q->result = (VALUE)NULL;
NULL 7041 ext/tk/tcltklib.c q->thread = (VALUE)NULL;
NULL 7088 ext/tk/tcltklib.c ptr = (struct tcltkip *)NULL;
NULL 7226 ext/tk/tcltklib.c for(i = 0; i < argc; i++) { argv[i] = (VALUE)NULL; }
NULL 7514 ext/tk/tcltklib.c q_dat = (VALUE)NULL;
NULL 7521 ext/tk/tcltklib.c ret = (VALUE)NULL;
NULL 7530 ext/tk/tcltklib.c q->interp = (VALUE)NULL;
NULL 7531 ext/tk/tcltklib.c q->result = (VALUE)NULL;
NULL 7532 ext/tk/tcltklib.c q->thread = (VALUE)NULL;
NULL 7751 ext/tk/tcltklib.c msg_obj = NULL;
NULL 7880 ext/tk/tcltklib.c return tk_funcall(lib_restart_core, 0, (VALUE*)NULL, self);
NULL 7898 ext/tk/tcltklib.c if (Tcl_GetMaster(ptr->ip) != (Tcl_Interp*)NULL) {
NULL 7934 ext/tk/tcltklib.c interp = (Tcl_Interp *)NULL;
NULL 7942 ext/tk/tcltklib.c interp = (Tcl_Interp *)NULL;
NULL 7963 ext/tk/tcltklib.c encoding = (Tcl_Encoding)NULL;
NULL 7967 ext/tk/tcltklib.c encoding = (Tcl_Encoding)NULL;
NULL 7973 ext/tk/tcltklib.c encoding = (Tcl_Encoding)NULL;
NULL 7975 ext/tk/tcltklib.c encoding = Tcl_GetEncoding((Tcl_Interp*)NULL,
NULL 7977 ext/tk/tcltklib.c if (encoding == (Tcl_Encoding)NULL) {
NULL 7994 ext/tk/tcltklib.c encoding = Tcl_GetEncoding((Tcl_Interp*)NULL,
NULL 7996 ext/tk/tcltklib.c if (encoding == (Tcl_Encoding)NULL) {
NULL 8001 ext/tk/tcltklib.c encoding = (Tcl_Encoding)NULL;
NULL 8014 ext/tk/tcltklib.c encoding = Tcl_GetEncoding((Tcl_Interp*)NULL, RSTRING_PTR(encodename));
NULL 8015 ext/tk/tcltklib.c if (encoding == (Tcl_Encoding)NULL) {
NULL 8118 ext/tk/tcltklib.c interp = (Tcl_Interp *)NULL;
NULL 8119 ext/tk/tcltklib.c } else if (get_ip(ip_obj) == (struct tcltkip *)NULL) {
NULL 8120 ext/tk/tcltklib.c interp = (Tcl_Interp *)NULL;
NULL 8154 ext/tk/tcltklib.c encoding = (Tcl_Encoding)NULL;
NULL 8158 ext/tk/tcltklib.c encoding = (Tcl_Encoding)NULL;
NULL 8164 ext/tk/tcltklib.c encoding = (Tcl_Encoding)NULL;
NULL 8166 ext/tk/tcltklib.c encoding = Tcl_GetEncoding((Tcl_Interp*)NULL,
NULL 8168 ext/tk/tcltklib.c if (encoding == (Tcl_Encoding)NULL) {
NULL 8190 ext/tk/tcltklib.c s = (char*)NULL;
NULL 8202 ext/tk/tcltklib.c encoding = Tcl_GetEncoding((Tcl_Interp*)NULL, RSTRING_PTR(encodename));
NULL 8203 ext/tk/tcltklib.c if (encoding == (Tcl_Encoding)NULL) {
NULL 8397 ext/tk/tcltklib.c return rb_str_new2(Tcl_GetEncodingName((Tcl_Encoding)NULL));
NULL 8412 ext/tk/tcltklib.c Tcl_SetSystemEncoding((Tcl_Interp *)NULL, (CONST char *)NULL);
NULL 8417 ext/tk/tcltklib.c if (Tcl_SetSystemEncoding((Tcl_Interp *)NULL,
NULL 8455 ext/tk/tcltklib.c char **argv = (char **)NULL;
NULL 8483 ext/tk/tcltklib.c argv[argc] = (char *)NULL;
NULL 8561 ext/tk/tcltklib.c char **argv = (char **)NULL;
NULL 8633 ext/tk/tcltklib.c unknown_objv[++objc] = (Tcl_Obj*)NULL;
NULL 8643 ext/tk/tcltklib.c unknown_argv[++argc] = (char *)NULL;
NULL 8703 ext/tk/tcltklib.c argv[argc] = (char *)NULL;
NULL 8849 ext/tk/tcltklib.c av[argc] = NULL;
NULL 8861 ext/tk/tcltklib.c av[argc] = NULL;
NULL 8883 ext/tk/tcltklib.c av[i] = (Tcl_Obj*)NULL;
NULL 8886 ext/tk/tcltklib.c av[i] = (char*)NULL;
NULL 8923 ext/tk/tcltklib.c Tcl_Obj **av = (Tcl_Obj **)NULL;
NULL 8925 ext/tk/tcltklib.c char **av = (char **)NULL;
NULL 9013 ext/tk/tcltklib.c q_dat = (VALUE)NULL;
NULL 9022 ext/tk/tcltklib.c ret = (VALUE)NULL;
NULL 9031 ext/tk/tcltklib.c q->interp = (VALUE)NULL;
NULL 9032 ext/tk/tcltklib.c q->result = (VALUE)NULL;
NULL 9033 ext/tk/tcltklib.c q->thread = (VALUE)NULL;
NULL 9078 ext/tk/tcltklib.c Tcl_Obj **av = (Tcl_Obj **)NULL;
NULL 9080 ext/tk/tcltklib.c char **av = (char **)NULL;
NULL 9308 ext/tk/tcltklib.c NIL_P(index) ? NULL : RSTRING_PTR(index),
NULL 9312 ext/tk/tcltklib.c if (ret == (Tcl_Obj*)NULL) {
NULL 9346 ext/tk/tcltklib.c NIL_P(index) ? NULL : RSTRING_PTR(index),
NULL 9350 ext/tk/tcltklib.c if (ret == (char*)NULL) {
NULL 9445 ext/tk/tcltklib.c NIL_P(index) ? NULL : RSTRING_PTR(index),
NULL 9451 ext/tk/tcltklib.c if (ret == (Tcl_Obj*)NULL) {
NULL 9486 ext/tk/tcltklib.c NIL_P(index) ? NULL : RSTRING_PTR(index),
NULL 9490 ext/tk/tcltklib.c if (ret == (char*)NULL) {
NULL 9568 ext/tk/tcltklib.c NIL_P(index) ? NULL : RSTRING_PTR(index),
NULL 9698 ext/tk/tcltklib.c interp = (Tcl_Interp *)NULL;
NULL 9699 ext/tk/tcltklib.c } else if (get_ip(ip_obj) == (struct tcltkip *)NULL) {
NULL 9700 ext/tk/tcltklib.c interp = (Tcl_Interp *)NULL;
NULL 9727 ext/tk/tcltklib.c if (interp == (Tcl_Interp*)NULL) {
NULL 9782 ext/tk/tcltklib.c if (interp == (Tcl_Interp*)NULL) {
NULL 10075 ext/tk/tcltklib.c if (Tcl_GetEncoding((Tcl_Interp*)NULL, RSTRING_PTR(name)) == (Tcl_Encoding)NULL) {
NULL 10130 ext/tk/tcltklib.c if (ptr == (struct tcltkip *) NULL) return 0;
NULL 10180 ext/tk/tcltklib.c struct tcltkip *ptr = (struct tcltkip *) NULL;
NULL 10187 ext/tk/tcltklib.c ptr = (struct tcltkip *) NULL;
NULL 10204 ext/tk/tcltklib.c enc = rb_str_new2(Tcl_GetEncodingName((Tcl_Encoding)NULL));
NULL 10312 ext/tk/tcltklib.c if (ptr == (struct tcltkip *) NULL) return 0;
NULL 10651 ext/tk/tcltklib.c struct dummy_TkMenuRef *menuRefPtr = NULL;
NULL 10663 ext/tk/tcltklib.c = (Tcl_HashTable *) Tcl_GetAssocData(ptr->ip, MENU_HASH_KEY, NULL))
NULL 10664 ext/tk/tcltklib.c != NULL) {
NULL 10667 ext/tk/tcltklib.c != NULL) {
NULL 10673 ext/tk/tcltklib.c if (menuRefPtr == (struct dummy_TkMenuRef *) NULL) {
NULL 10677 ext/tk/tcltklib.c if (menuRefPtr->menuPtr == (struct dummy_TkMenu *) NULL) {
NULL 10703 ext/tk/tcltklib.c (struct dummy_TkMenuEntry *)NULL);
NULL 11022 ext/tk/tcltklib.c eventloop_interp = (Tcl_Interp*)NULL;
NULL 1047 ext/tk/tkutil/tkutil.c if (RSTRING_PTR(value) == (char*)NULL) return Qnil;
NULL 1107 ext/tk/tkutil/tkutil.c if (RSTRING_PTR(value) == (char*)NULL) return INT2FIX(0);
NULL 1145 ext/tk/tkutil/tkutil.c if (RSTRING_PTR(value) == (char*)NULL) return rb_tainted_str_new2("");
NULL 1157 ext/tk/tkutil/tkutil.c if (RSTRING_PTR(value) == (char*)NULL) return rb_tainted_str_new2("");
NULL 1206 ext/tk/tkutil/tkutil.c if (ptr->key[i] != NULL) {
NULL 1208 ext/tk/tkutil/tkutil.c ptr->key[i] = NULL;
NULL 1246 ext/tk/tkutil/tkutil.c inf->key[idx] = NULL;
NULL 1257 ext/tk/tkutil/tkutil.c if (inf_ptr != (struct cbsubst_info **)NULL) *inf_ptr = inf;
NULL 1266 ext/tk/tkutil/tkutil.c allocate_cbsubst_info((struct cbsubst_info **)NULL));
NULL 53 ext/win32ole/win32ole.c static HINSTANCE ghhctrl = NULL;
NULL 54 ext/win32ole/win32ole.c static HINSTANCE gole32 = NULL;
NULL 55 ext/win32ole/win32ole.c static FNCOCREATEINSTANCEEX *gCoCreateInstanceEx = NULL;
NULL 69 ext/win32ole/win32ole.c static IMultiLanguage2 *pIMultiLanguage = NULL;
NULL 71 ext/win32ole/win32ole.c static IMultiLanguage *pIMultiLanguage = NULL;
NULL 73 ext/win32ole/win32ole.c #define pIMultiLanguage NULL /* dummy */
NULL 175 ext/win32ole/win32ole.c {NULL, ole_free, ole_size,},
NULL 567 ext/win32ole/win32ole.c hr = CoCreateInstance(&CLSID_CMultiLanguage, NULL, CLSCTX_INPROC_SERVER,
NULL 570 ext/win32ole/win32ole.c hr = CoCreateInstance(&CLSID_CMultiLanguage, NULL, CLSCTX_INPROC_SERVER,
NULL 642 ext/win32ole/win32ole.c static BOOL (*pGetCPInfoEx)(UINT, DWORD, struct myCPINFOEX *) = NULL;
NULL 699 ext/win32ole/win32ole.c &dw, cWIN32OLE_cp, pw, NULL, pm, size);
NULL 710 ext/win32ole/win32ole.c #define ole_wc2mb_conv(pw, pm, size) WideCharToMultiByte(cWIN32OLE_cp, 0, (pw), -1, (pm), (size), NULL, NULL)
NULL 719 ext/win32ole/win32ole.c ole_ml_wc2mb_conv(pw, NULL, size, {});
NULL 726 ext/win32ole/win32ole.c size = ole_wc2mb_conv(pw, NULL, 0);
NULL 742 ext/win32ole/win32ole.c return ole_wc2mb_alloc(pw, ole_alloc_str, NULL);
NULL 757 ext/win32ole/win32ole.c char *pSource = NULL;
NULL 758 ext/win32ole/win32ole.c char *pDescription = NULL;
NULL 760 ext/win32ole/win32ole.c if(pExInfo->pfnDeferredFillIn != NULL) {
NULL 763 ext/win32ole/win32ole.c if (pExInfo->bstrSource != NULL) {
NULL 766 ext/win32ole/win32ole.c if (pExInfo->bstrDescription != NULL) {
NULL 776 ext/win32ole/win32ole.c if(pSource != NULL) {
NULL 783 ext/win32ole/win32ole.c if(pDescription != NULL) {
NULL 820 ext/win32ole/win32ole.c hr = OleInitialize(NULL);
NULL 828 ext/win32ole/win32ole.c previous_filter = NULL;
NULL 868 ext/win32ole/win32ole.c return NULL;
NULL 907 ext/win32ole/win32ole.c &dw, cp, pm, &n, NULL, &size);
NULL 911 ext/win32ole/win32ole.c pw = SysAllocStringLen(NULL, size);
NULL 921 ext/win32ole/win32ole.c size = MultiByteToWideChar(cp, 0, pm, len, NULL, 0);
NULL 922 ext/win32ole/win32ole.c pw = SysAllocStringLen(NULL, size);
NULL 931 ext/win32ole/win32ole.c VALUE str = rb_enc_str_new(NULL, size, cWIN32OLE_enc);
NULL 981 ext/win32ole/win32ole.c V_DISPATCH(var) = NULL;
NULL 983 ext/win32ole/win32ole.c V_UNKNOWN(var) = NULL;
NULL 1010 ext/win32ole/win32ole.c VOID *p = NULL;
NULL 1025 ext/win32ole/win32ole.c if (p == NULL) {
NULL 1095 ext/win32ole/win32ole.c return NULL;
NULL 1106 ext/win32ole/win32ole.c VOID *p = NULL;
NULL 1113 ext/win32ole/win32ole.c if ((V_VT(&var) == VT_DISPATCH && V_DISPATCH(&var) == NULL) ||
NULL 1114 ext/win32ole/win32ole.c (V_VT(&var) == VT_UNKNOWN && V_UNKNOWN(&var) == NULL)) {
NULL 1184 ext/win32ole/win32ole.c SAFEARRAYBOUND *psab = NULL;
NULL 1185 ext/win32ole/win32ole.c SAFEARRAY *psa = NULL;
NULL 1215 ext/win32ole/win32ole.c if (psa == NULL)
NULL 1233 ext/win32ole/win32ole.c if (psa != NULL)
NULL 1242 ext/win32ole/win32ole.c struct oledata *pole = NULL;
NULL 1336 ext/win32ole/win32ole.c struct oledata *pole = NULL;
NULL 1340 ext/win32ole/win32ole.c pole->pDispatch = NULL;
NULL 1354 ext/win32ole/win32ole.c pole->pDispatch = NULL;
NULL 1611 ext/win32ole/win32ole.c if (pDispatch != NULL ) {
NULL 1631 ext/win32ole/win32ole.c if(punk != NULL) {
NULL 1698 ext/win32ole/win32ole.c NULL, NULL, NULL, &ft);
NULL 1713 ext/win32ole/win32ole.c LONG err = RegQueryValueEx(hkey, subkey, NULL, &dwtype, NULL, &size);
NULL 1717 ext/win32ole/win32ole.c err = RegQueryValueEx(hkey, subkey, NULL, &dwtype, (BYTE *)pbuf, &size);
NULL 1722 ext/win32ole/win32ole.c DWORD len = ExpandEnvironmentStrings(pbuf2, NULL, 0);
NULL 1742 ext/win32ole/win32ole.c val = reg_get_val(hsubkey, NULL);
NULL 1763 ext/win32ole/win32ole.c char *pName = NULL;
NULL 1803 ext/win32ole/win32ole.c pName = NULL;
NULL 1837 ext/win32ole/win32ole.c err = RegQueryValueEx(hpid, "", NULL, &dwtype, (BYTE *)clsid, &len);
NULL 1888 ext/win32ole/win32ole.c hr = gCoCreateInstanceEx(&clsid, NULL, clsctx, &serverinfo, 1, &multi_qi);
NULL 1928 ext/win32ole/win32ole.c hr = pMoniker->lpVtbl->BindToObject(pMoniker, pBindCtx, NULL,
NULL 2037 ext/win32ole/win32ole.c struct oledata *pole = NULL;
NULL 2119 ext/win32ole/win32ole.c struct oledata * pole = NULL;
NULL 2137 ext/win32ole/win32ole.c struct oledata * pole = NULL;
NULL 2226 ext/win32ole/win32ole.c if (strtoul(str, NULL, 10) == g_cp_to_check) {
NULL 2478 ext/win32ole/win32ole.c hr = CoCreateInstance(&clsid, NULL, CLSCTX_INPROC_SERVER | CLSCTX_LOCAL_SERVER,
NULL 2546 ext/win32ole/win32ole.c struct oledata *pole = NULL;
NULL 2560 ext/win32ole/win32ole.c VARIANTARG* realargs = NULL;
NULL 2570 ext/win32ole/win32ole.c op.dp.rgvarg = NULL;
NULL 2571 ext/win32ole/win32ole.c op.dp.rgdispidNamedArgs = NULL;
NULL 2628 ext/win32ole/win32ole.c op.pNamedArgs[i] = NULL;
NULL 2714 ext/win32ole/win32ole.c &op.dp, NULL,
NULL 2807 ext/win32ole/win32ole.c struct oledata *pole = NULL;
NULL 2812 ext/win32ole/win32ole.c VARIANTARG* realargs = NULL;
NULL 3115 ext/win32ole/win32ole.c struct oledata *pole = NULL;
NULL 3144 ext/win32ole/win32ole.c pBuf[0] = NULL;
NULL 3155 ext/win32ole/win32ole.c NULL, &excepinfo, &argErr);
NULL 3181 ext/win32ole/win32ole.c struct oledata *pole = NULL;
NULL 3184 ext/win32ole/win32ole.c pole->pDispatch = NULL;
NULL 3195 ext/win32ole/win32ole.c while(pEnum->lpVtbl->Next(pEnum, 1, &variant, NULL) == S_OK) {
NULL 3231 ext/win32ole/win32ole.c struct oledata *pole = NULL;
NULL 3238 ext/win32ole/win32ole.c IEnumVARIANT *pEnum = NULL;
NULL 3244 ext/win32ole/win32ole.c dispParams.rgvarg = NULL;
NULL 3245 ext/win32ole/win32ole.c dispParams.rgdispidNamedArgs = NULL;
NULL 3334 ext/win32ole/win32ole.c NULL, NULL, NULL);
NULL 3344 ext/win32ole/win32ole.c &bstr, NULL, NULL, NULL);
NULL 3363 ext/win32ole/win32ole.c struct oledata *pole = NULL;
NULL 3456 ext/win32ole/win32ole.c struct oledata *pole = NULL;
NULL 3488 ext/win32ole/win32ole.c struct oledata *pole = NULL;
NULL 3524 ext/win32ole/win32ole.c struct oledata *pole = NULL;
NULL 3566 ext/win32ole/win32ole.c struct oledata *pole = NULL;
NULL 3620 ext/win32ole/win32ole.c hr = ole_docinfo_from_type(pRefTypeInfo, &bstr, NULL, NULL, NULL);
NULL 3779 ext/win32ole/win32ole.c struct oledata *pole = NULL;
NULL 3820 ext/win32ole/win32ole.c struct oledata *pole = NULL;
NULL 3850 ext/win32ole/win32ole.c struct oledata *pole = NULL;
NULL 9 ext/win32ole/win32ole_error.c char *p_msg = NULL;
NULL 10 ext/win32ole/win32ole_error.c char *term = NULL;
NULL 19 ext/win32ole/win32ole_error.c NULL, hr,
NULL 21 ext/win32ole/win32ole_error.c (LPTSTR)&p_msg, 0, NULL);
NULL 26 ext/win32ole/win32ole_error.c NULL, hr, cWIN32OLE_lcid,
NULL 27 ext/win32ole/win32ole_error.c (LPTSTR)&p_msg, 0, NULL);
NULL 128 ext/win32ole/win32ole_event.c {NULL, oleevent_free, oleevent_size,},
NULL 248 ext/win32ole/win32ole_event.c *ppv = NULL;
NULL 288 ext/win32ole/win32ole_event.c *pInfo = NULL;
NULL 314 ext/win32ole/win32ole_event.c if(pEv == NULL) return NULL;
NULL 318 ext/win32ole/win32ole_event.c pEv->pTypeInfo = NULL;
NULL 326 ext/win32ole/win32ole_event.c if(pEVObj != NULL) {
NULL 329 ext/win32ole/win32ole_event.c pEVObj = NULL;
NULL 493 ext/win32ole/win32ole_event.c struct oledata *pole = NULL;
NULL 554 ext/win32ole/win32ole_event.c NULL, NULL, NULL);
NULL 611 ext/win32ole/win32ole_event.c hr = pTypeInfo->lpVtbl->GetContainingTypeLib(pTypeInfo, &pTypeLib, NULL);
NULL 713 ext/win32ole/win32ole_event.c ITypeInfo *pTypeInfo2 = NULL;
NULL 715 ext/win32ole/win32ole_event.c TYPEATTR *pTypeAttr2 = NULL;
NULL 717 ext/win32ole/win32ole_event.c struct oledata *pole = NULL;
NULL 731 ext/win32ole/win32ole_event.c hr = find_iid(ole, NULL, piid, ppTypeInfo);
NULL 874 ext/win32ole/win32ole_event.c poleev->pConnectionPoint = NULL;
NULL 893 ext/win32ole/win32ole_event.c poleev->pConnectionPoint = NULL;
NULL 895 ext/win32ole/win32ole_event.c poleev->pDispatch = NULL;
NULL 904 ext/win32ole/win32ole_event.c struct oledata *pole = NULL;
NULL 1003 ext/win32ole/win32ole_event.c while(PeekMessage(&msg,NULL,0,0,PM_REMOVE)) {
NULL 1040 ext/win32ole/win32ole_event.c if (poleev->pConnectionPoint == NULL) {
NULL 1175 ext/win32ole/win32ole_event.c poleev->pConnectionPoint = NULL;
NULL 47 ext/win32ole/win32ole_method.c {NULL, olemethod_free, olemethod_size,},
NULL 94 ext/win32ole/win32ole_method.c &bstr, NULL, NULL, NULL);
NULL 105 ext/win32ole/win32ole_method.c pFuncDesc=NULL;
NULL 190 ext/win32ole/win32ole_method.c &bstr, NULL, NULL, NULL);
NULL 202 ext/win32ole/win32ole_method.c pFuncDesc=NULL;
NULL 246 ext/win32ole/win32ole_method.c pmethod->pTypeInfo = NULL;
NULL 247 ext/win32ole/win32ole_method.c pmethod->pOwnerTypeInfo = NULL;
NULL 556 ext/win32ole/win32ole_method.c &bstr, NULL, NULL, NULL);
NULL 615 ext/win32ole/win32ole_method.c hr = ole_docinfo_from_type(pmethod->pTypeInfo, &name, NULL, NULL, NULL);
NULL 649 ext/win32ole/win32ole_method.c hr = ole_method_docinfo_from_type(pTypeInfo, method_index, NULL, &bhelpstring,
NULL 650 ext/win32ole/win32ole_method.c NULL, NULL);
NULL 680 ext/win32ole/win32ole_method.c hr = ole_method_docinfo_from_type(pTypeInfo, method_index, NULL, NULL,
NULL 681 ext/win32ole/win32ole_method.c NULL, &bhelpfile);
NULL 711 ext/win32ole/win32ole_method.c hr = ole_method_docinfo_from_type(pTypeInfo, method_index, NULL, NULL,
NULL 712 ext/win32ole/win32ole_method.c &helpcontext, NULL);
NULL 33 ext/win32ole/win32ole_param.c {NULL, oleparam_free, oleparam_size,},
NULL 80 ext/win32ole/win32ole_param.c pparam->pTypeInfo = NULL;
NULL 25 ext/win32ole/win32ole_record.c {NULL, olerecord_free, olerecord_size,},
NULL 42 ext/win32ole/win32ole_record.c &bstr, NULL, NULL, NULL);
NULL 133 ext/win32ole/win32ole_record.c void *pdata = NULL;
NULL 146 ext/win32ole/win32ole_record.c hr = pri->lpVtbl->GetFieldNames(pri, &count, NULL);
NULL 158 ext/win32ole/win32ole_record.c pdata = NULL;
NULL 249 ext/win32ole/win32ole_record.c pvar->pri = NULL;
NULL 250 ext/win32ole/win32ole_record.c pvar->pdata = NULL;
NULL 284 ext/win32ole/win32ole_record.c ITypeLib *pTypeLib = NULL;
NULL 285 ext/win32ole/win32ole_record.c IRecordInfo *pri = NULL;
NULL 319 ext/win32ole/win32ole_record.c olerecord_set_ivar(self, pri, NULL);
NULL 52 ext/win32ole/win32ole_type.c {NULL, oletype_free, oletype_size,},
NULL 97 ext/win32ole/win32ole_type.c &bstr, NULL, NULL, NULL);
NULL 202 ext/win32ole/win32ole_type.c poletype->pTypeInfo = NULL;
NULL 233 ext/win32ole/win32ole_type.c &bstr, NULL, NULL, NULL);
NULL 555 ext/win32ole/win32ole_type.c hr = ole_docinfo_from_type(pTypeInfo, NULL, &bhelpstr, NULL, NULL);
NULL 616 ext/win32ole/win32ole_type.c hr = ole_docinfo_from_type(pTypeInfo, NULL, NULL, NULL, &bhelpfile);
NULL 644 ext/win32ole/win32ole_type.c hr = ole_docinfo_from_type(pTypeInfo, NULL, NULL,
NULL 645 ext/win32ole/win32ole_type.c &helpcontext, NULL);
NULL 696 ext/win32ole/win32ole_type.c pVarDesc = NULL;
NULL 36 ext/win32ole/win32ole_typelib.c {NULL, oletypelib_free, oletypelib_size,},
NULL 218 ext/win32ole/win32ole_typelib.c poletypelib->pTypeLib = NULL;
NULL 261 ext/win32ole/win32ole_typelib.c tlib = reg_get_val(hversion, NULL);
NULL 323 ext/win32ole/win32ole_typelib.c tlib = reg_get_val(hversion, NULL);
NULL 339 ext/win32ole/win32ole_typelib.c tlib = reg_get_val(hversion, NULL);
NULL 475 ext/win32ole/win32ole_typelib.c NULL, &bstr, NULL, NULL);
NULL 621 ext/win32ole/win32ole_typelib.c ITypeLib *pTypeLib = NULL;
NULL 651 ext/win32ole/win32ole_typelib.c ITypeLib *pTypeLib = NULL;
NULL 657 ext/win32ole/win32ole_typelib.c &bstr, NULL, NULL, NULL);
NULL 678 ext/win32ole/win32ole_typelib.c &bstr, NULL, NULL, NULL);
NULL 728 ext/win32ole/win32ole_typelib.c typelib = reg_get_val(hversion, NULL);
NULL 803 ext/win32ole/win32ole_typelib.c ITypeLib *pTypeLib = NULL;
NULL 27 ext/win32ole/win32ole_variable.c {NULL, olevariable_free, olevariable_size,},
NULL 28 ext/win32ole/win32ole_variant.c {NULL, olevariant_free, olevariant_size,},
NULL 54 ext/win32ole/win32ole_variant.c void *pdest = NULL;
NULL 55 ext/win32ole/win32ole_variant.c SAFEARRAY *p = NULL;
NULL 66 ext/win32ole/win32ole_variant.c if (p != NULL) {
NULL 290 ext/win32ole/win32ole_variant.c SAFEARRAYBOUND *psab = NULL;
NULL 291 ext/win32ole/win32ole_variant.c SAFEARRAY *psa = NULL;
NULL 317 ext/win32ole/win32ole_variant.c if (psa == NULL) {
NULL 436 ext/win32ole/win32ole_variant.c SAFEARRAY *psa = NULL;
NULL 443 ext/win32ole/win32ole_variant.c if (psa == NULL) {
NULL 464 ext/win32ole/win32ole_variant.c if (pid == NULL) {
NULL 519 ext/win32ole/win32ole_variant.c if (psa == NULL) {
NULL 568 ext/win32ole/win32ole_variant.c VOID *p = NULL;
NULL 576 ext/win32ole/win32ole_variant.c if (psa == NULL) {
NULL 585 ext/win32ole/win32ole_variant.c if ((V_VT(&var) == VT_DISPATCH && V_DISPATCH(&var) == NULL) ||
NULL 586 ext/win32ole/win32ole_variant.c (V_VT(&var) == VT_UNKNOWN && V_UNKNOWN(&var) == NULL)) {
NULL 2313 ext/zlib/zlib.c gz->ec = NULL;
NULL 3444 ext/zlib/zlib.c rb_io_extract_encoding_option(opts, &gz->enc, &gz->enc2, NULL);
NULL 253 file.c CFStringGetBytes(m, all, kCFStringEncodingUTF8, '?', FALSE, NULL, 0, &buflen);
NULL 393 file.c {NULL, RUBY_TYPED_DEFAULT_FREE, stat_memsize,},
NULL 1043 file.c len = MultiByteToWideChar(CP_UTF8, 0, RSTRING_PTR(tmp), -1, NULL, 0);
NULL 1047 file.c FILE_SHARE_READ | FILE_SHARE_WRITE, NULL, OPEN_EXISTING,
NULL 1048 file.c FILE_FLAG_BACKUP_SEMANTICS, NULL);
NULL 2570 file.c struct timeval tvbuf[2], *tvp = NULL;
NULL 2613 file.c struct utimbuf utbuf, *utp = NULL;
NULL 2638 file.c struct timespec tss[2], *tsp = NULL;
NULL 3054 file.c char *last = NULL;
NULL 3506 file.c char *w32buf = NULL;
NULL 3525 file.c bufsize = cygwin_conv_path(flags, path, NULL, 0);
NULL 3558 file.c len = MultiByteToWideChar(CP_UTF8, 0, RSTRING_PTR(tmp), -1, NULL, 0);
NULL 3578 file.c len = WideCharToMultiByte(CP_UTF8, 0, wfd.cFileName, wlen, NULL, 0, NULL, NULL);
NULL 3581 file.c WideCharToMultiByte(CP_UTF8, 0, wfd.cFileName, wlen, p, len + 1, NULL, NULL);
NULL 3585 file.c WideCharToMultiByte(CP_UTF8, 0, wfd.cFileName, wlen, RSTRING_PTR(tmp), len + 1, NULL, NULL);
NULL 3828 file.c char *path_names = NULL, *basedir_names = NULL, *curdir_names = NULL;
NULL 3829 file.c char *ptr, *prefixptr = NULL, *pend;
NULL 4895 file.c DATA_PTR(obj) = NULL;
NULL 1350 gc.c objspace->eden_heap.pages = NULL;
NULL 1434 gc.c page->prev = NULL;
NULL 1435 gc.c page->next = NULL;
NULL 1554 gc.c if ((page = heap_tomb->pages) != NULL) {
NULL 1558 gc.c return NULL;
NULL 1566 gc.c if (page == NULL) {
NULL 1676 gc.c if (RGENGC_CHECK_MODE) assert(heap->free_pages == NULL);
NULL 1689 gc.c if (heap->free_pages == NULL &&
NULL 1702 gc.c while (heap->free_pages == NULL) {
NULL 1711 gc.c page->freelist = NULL;
NULL 1720 gc.c if (LIKELY(p != NULL)) {
NULL 1732 gc.c if (LIKELY(p != NULL)) {
NULL 2156 gc.c RCLASS_EXT(obj)->subclasses = NULL;
NULL 2162 gc.c RANY(obj)->as.klass.ptr = NULL;
NULL 2235 gc.c if (RCLASS_CALLABLE_M_TBL(obj) != NULL) {
NULL 2240 gc.c RCLASS_EXT(obj)->subclasses = NULL;
NULL 2245 gc.c RANY(obj)->as.klass.ptr = NULL;
NULL 2343 gc.c RVALUE *pstart = NULL, *pend;
NULL 3536 gc.c heap->free_pages = NULL;
NULL 3538 gc.c heap->pooled_pages = NULL;
NULL 3547 gc.c heap->using_page = NULL;
NULL 3549 gc.c heap->freelist = NULL;
NULL 3596 gc.c if (sweep_page == NULL) return FALSE;
NULL 3632 gc.c sweep_page->free_next = NULL;
NULL 3638 gc.c if (heap->sweep_pages == NULL) {
NULL 3646 gc.c return heap->free_pages != NULL;
NULL 3724 gc.c return stack->chunk == NULL;
NULL 3731 gc.c stack_chunk_t *chunk = stack->chunk ? stack->chunk->next : NULL;
NULL 3800 gc.c stack_chunk_t *next = NULL;
NULL 3802 gc.c while (chunk != NULL) {
NULL 4334 gc.c if (LIKELY(objspace->mark_func_data == NULL)) {
NULL 5180 gc.c gc_marks_check(objspace, NULL, NULL);
NULL 5279 gc.c gc_mark_roots(objspace, NULL);
NULL 5494 gc.c heap_eden->pooled_pages = NULL;
NULL 5522 gc.c PUSH_MARK_FUNC_DATA(NULL);
NULL 5556 gc.c PUSH_MARK_FUNC_DATA(NULL);
NULL 6369 gc.c PUSH_MARK_FUNC_DATA(NULL);
NULL 7268 gc.c if (ptr != NULL && *ptr) {
NULL 7326 gc.c if (ptr != NULL && *ptr) {
NULL 7598 gc.c return NULL;
NULL 8192 gc.c st_delete(w->wmap2obj, &wmap, NULL);
NULL 64 gc.h #define RUBY_FREE_UNLESS_NULL(ptr) if(ptr){ruby_xfree(ptr);(ptr)=NULL;}
NULL 37 goruby.c if (infd < 0) return NULL;
NULL 42 goruby.c ret = n > 0 ? ruby_options(argc, argv) : NULL;
NULL 2909 hash.c return rb_str_conv_enc_opts(str, NULL, enc,
NULL 2967 hash.c *pstr = str = rb_str_conv_enc(str, NULL, rb_utf8_encoding());
NULL 3202 hash.c len = MultiByteToWideChar(CP_UTF8, 0, name, -1, NULL, 0);
NULL 3213 hash.c len2 = MultiByteToWideChar(CP_UTF8, 0, value, -1, NULL, 0);
NULL 3276 hash.c if (mem_ptr == NULL)
NULL 328 id_table.c return st_delete(tbl2st(tbl), (st_data_t *)&id, NULL);
NULL 447 id_table.c VALUE *debug_values = NULL;
NULL 343 include/ruby/intern.h #define rb_fd_select(n, rfds, wfds, efds, timeout) rb_w32_select((n), (rfds) ? ((rb_fdset_t*)(rfds))->fdset : NULL, (wfds) ? ((rb_fdset_t*)(wfds))->fdset : NULL, (efds) ? ((rb_fdset_t*)(efds))->fdset: NULL, (timeout))
NULL 392 internal.h rb_fix_divmod_fix(x, y, &div, NULL);
NULL 403 internal.h rb_fix_divmod_fix(x, y, NULL, &mod);
NULL 460 io.c #define NEED_READCONV(fptr) ((fptr)->encs.enc2 != NULL || (fptr)->encs.ecflags & ~ECONV_CRLF_NEWLINE_DECORATOR)
NULL 461 io.c #define NEED_WRITECONV(fptr) (((fptr)->encs.enc != NULL && (fptr)->encs.enc != rb_ascii8bit_encoding()) || ((fptr)->encs.ecflags & ((ECONV_DECORATOR_MASK & ~ECONV_CRLF_NEWLINE_DECORATOR)|ECONV_STATEFUL_DECORATOR_MASK)))
NULL 588 io.c #define NEED_READCONV(fptr) ((fptr)->encs.enc2 != NULL || NEED_NEWLINE_DECORATOR_ON_READ(fptr))
NULL 589 io.c #define NEED_WRITECONV(fptr) (((fptr)->encs.enc != NULL && (fptr)->encs.enc != rb_ascii8bit_encoding()) || NEED_NEWLINE_DECORATOR_ON_WRITE(fptr) || ((fptr)->encs.ecflags & (ECONV_DECORATOR_MASK|ECONV_STATEFUL_DECORATOR_MASK)))
NULL 746 io.c if (fptr->rbuf.ptr == NULL) {
NULL 998 io.c RUBY_UBF_IO, NULL);
NULL 1060 io.c RUBY_UBF_IO, NULL);
NULL 1193 io.c fptr->writeconv = NULL;
NULL 1312 io.c if (fptr->wbuf.ptr == NULL && !(!nosync && (fptr->mode & FMODE_SYNC))) {
NULL 1747 io.c if (fptr->rbuf.ptr == NULL) {
NULL 2298 io.c res = rb_econv_convert(fptr->readconv, NULL, NULL, &dp, de, 0);
NULL 2945 io.c io_shift_cbuf(fptr, (int)cnt - i, NULL);
NULL 4098 io.c res = rb_econv_convert(fptr->writeconv, NULL, NULL, &dp, de, 0);
NULL 4136 io.c res = rb_econv_convert(fptr->writeconv, NULL, NULL, &dp, de, 0);
NULL 4286 io.c buf->ptr = NULL;
NULL 4295 io.c fptr->readconv = NULL;
NULL 4305 io.c fptr->writeconv = NULL;
NULL 4774 io.c fptr->readconv = NULL;
NULL 4778 io.c fptr->writeconv = NULL;
NULL 4785 io.c fptr->encs.enc2 = NULL;
NULL 4881 io.c const char *m = modestr, *p = NULL;
NULL 5044 io.c if (ext == NULL) {
NULL 5050 io.c intern = NULL;
NULL 5052 io.c else if (intern == NULL) {
NULL 5055 io.c if (intern == NULL || intern == (rb_encoding *)Qnil ||
NULL 5058 io.c *enc = (default_ext && intern != ext) ? NULL : ext;
NULL 5059 io.c *enc2 = NULL;
NULL 5117 io.c ext_enc = NULL;
NULL 5120 io.c int_enc = NULL;
NULL 5146 io.c rb_encoding *extencoding = NULL;
NULL 5147 io.c rb_encoding *intencoding = NULL;
NULL 5200 io.c rb_io_ext_int_to_encs(rb_to_encoding(encoding), NULL, enc_p, enc2_p, 0);
NULL 5280 io.c rb_io_ext_int_to_encs(NULL, NULL, &enc, &enc2, 0);
NULL 5307 io.c e = (fmode & FMODE_BINMODE) ? rb_ascii8bit_encoding() : NULL;
NULL 5308 io.c rb_io_ext_int_to_encs(e, NULL, &enc, &enc2, fmode);
NULL 5350 io.c rb_io_ext_int_to_encs(rb_ascii8bit_encoding(), NULL, &enc, &enc2, fmode);
NULL 5480 io.c if (setvbuf(file, NULL, _IOFBF, 0) != 0)
NULL 5571 io.c fptr->encs.enc2 = NULL;
NULL 5583 io.c rb_io_ext_int_to_encs(NULL, NULL, &cc.enc, &cc.enc2, fmode);
NULL 5617 io.c e = (fmode & FMODE_BINMODE) ? rb_ascii8bit_encoding() : NULL;
NULL 5618 io.c rb_io_ext_int_to_encs(e, NULL, &convconfig.enc, &convconfig.enc2, fmode);
NULL 5817 io.c (np = memchr(p, '\n', e-p)) != NULL) {
NULL 5822 io.c fdsize = (int)ruby_strtoul(p, (char **)NULL, 10);
NULL 5897 io.c struct rb_execarg *eargp = NIL_P(execarg_obj) ? NULL : rb_execarg_get(execarg_obj);
NULL 5924 io.c char **args = NULL;
NULL 5926 io.c char **envp = NULL;
NULL 5998 io.c rb_execarg_run_options(eargp, sargp, NULL, 0);
NULL 6015 io.c rb_execarg_run_options(sargp, NULL, NULL, 0);
NULL 6069 io.c rb_execarg_run_options(eargp, sargp, NULL, 0);
NULL 6075 io.c rb_execarg_run_options(sargp, NULL, NULL, 0);
NULL 6804 io.c if (setvbuf(fptr->stdio_file, NULL, _IOFBF, 0) != 0)
NULL 6808 io.c if (setvbuf(fptr->stdio_file, NULL, _IONBF, BUFSIZ) != 0)
NULL 6812 io.c if (setvbuf(fptr->stdio_file, NULL, _IOLBF, BUFSIZ) != 0)
NULL 7392 io.c buf->ptr = NULL;
NULL 7403 io.c fp->stdio_file = NULL;
NULL 7412 io.c fp->readconv = NULL;
NULL 7413 io.c fp->writeconv = NULL;
NULL 7419 io.c fp->encs.enc = NULL;
NULL 7420 io.c fp->encs.enc2 = NULL;
NULL 8370 io.c port = pipe_open_s(str, "r", FMODE_READABLE|DEFAULT_TEXTMODE, NULL);
NULL 9444 io.c enc2 = NULL;
NULL 9450 io.c enc2 = NULL;
NULL 9457 io.c enc2 = NULL;
NULL 9466 io.c rb_io_ext_int_to_encs(NULL, NULL, &enc, &enc2, 0);
NULL 9473 io.c parse_mode_enc(RSTRING_PTR(tmp), enc, &enc, &enc2, NULL);
NULL 9478 io.c rb_io_ext_int_to_encs(find_encoding(v1), NULL, &enc, &enc2, 0);
NULL 9741 io.c argc = rb_scan_args(argc, argv, "13:", NULL, NULL, NULL, NULL, &opt);
NULL 9778 io.c argc = rb_scan_args(argc, argv, "13:", NULL, NULL, NULL, NULL, &opt);
NULL 9849 io.c argc = rb_scan_args(argc, argv, "13:", NULL, NULL, &offset, NULL, &opt);
NULL 9894 io.c convconfig_t convconfig = {NULL, NULL, 0, Qnil};
NULL 9896 io.c rb_scan_args(argc, argv, "12", NULL, NULL, &offset);
NULL 9931 io.c rb_scan_args(argc, argv, "21:", NULL, &string, &offset, &opt);
NULL 10056 io.c return NULL;
NULL 10111 io.c ret = rb_wait_for_single_fd(stp->src_fd, RB_WAITFD_IN, NULL);
NULL 10143 io.c ret = maygvl_select(has_gvl, rb_fd_max(&stp->fds), &stp->fds, NULL, NULL, NULL);
NULL 10166 io.c ret = rb_fd_select(rb_fd_max(&stp->fds), NULL, &stp->fds, NULL, NULL);
NULL 10206 io.c r = sendfile(in_fd, out_fd, pos, &count, NULL, 0);
NULL 10209 io.c r = sendfile(in_fd, out_fd, pos, (size_t)count, NULL, &sbytes, 0);
NULL 10288 io.c ss = simple_sendfile(stp->dst_fd, stp->src_fd, NULL, ss);
NULL 11232 io.c rb_scan_args(argc, argv, "11:", NULL, NULL, &opts);
NULL 11278 io.c str = rb_str_new(NULL, 0);
NULL 12181 io.c {NULL, 0}
NULL 94 iseq.c if (iseq->body->param.keyword != NULL) {
NULL 305 iseq.c ISEQ_COMPILE_DATA(iseq)->ivar_cache_table = NULL;
NULL 498 iseq.c return NULL;
NULL 600 iseq.c return iseq_load(data, NULL, opt);
NULL 606 iseq.c return iseq_load(data, RTEST(parent) ? (rb_iseq_t *)parent : NULL, opt);
NULL 613 iseq.c rb_iseq_t *iseq = NULL;
NULL 614 iseq.c const rb_iseq_t *const parent = base_block ? base_block->iseq : NULL;
NULL 736 iseq.c {iseqw_mark, NULL, iseqw_memsize,},
NULL 841 iseq.c line, NULL, ISEQ_TYPE_TOP, &option));
NULL 1644 iseq.c const rb_iseq_t *iseq = NULL;
NULL 1654 iseq.c iseq = NULL;
NULL 66 iseq.h return NULL;
NULL 236 load.c ext = NULL;
NULL 608 load.c if ((iseq = rb_iseq_load_iseq(fname)) != NULL) {
NULL 613 load.c rb_parser_set_context(parser, NULL, TRUE);
NULL 615 load.c iseq = rb_iseq_new_top(node, rb_str_new2("<top (required)>"), fname, rb_realpath_internal(Qnil, fname, 1), NULL);
NULL 1572 marshal.c if (ivar) r_ivar(v, NULL, arg);
NULL 1829 marshal.c r_ivar(data, NULL, arg);
NULL 1879 marshal.c r_ivar(v, NULL, arg);
NULL 455 math.c DBL_MAX_EXP <= (numbits = rb_absint_numwords(x, 1, NULL))) {
NULL 508 math.c DBL_MAX_EXP <= (numbits = rb_absint_numwords(x, 1, NULL))) {
NULL 548 math.c DBL_MAX_EXP <= (numbits = rb_absint_numwords(x, 1, NULL))) {
NULL 57 missing/alloca.c #ifndef NULL
NULL 93 missing/alloca.c static char *addr = NULL; /* address of first
NULL 97 missing/alloca.c if (addr == NULL)
NULL 144 missing/alloca.c static header *last_alloca_header = NULL; /* -> last alloca header */
NULL 163 missing/alloca.c for (hp = last_alloca_header; hp != NULL;)
NULL 180 missing/alloca.c return NULL; /* no allocation required */
NULL 124 missing/langinfo.c return NULL;
NULL 132 missing/langinfo.c return NULL;
NULL 74 missing/setproctitle.c static char *argv_start = NULL;
NULL 77 missing/setproctitle.c static char **argv1_addr = NULL;
NULL 87 missing/setproctitle.c char *lastargv = NULL;
NULL 88 missing/setproctitle.c char *lastenvp = NULL;
NULL 98 missing/setproctitle.c if (argc == 0 || argv[0] == NULL)
NULL 102 missing/setproctitle.c for (i = 0; envp[i] != NULL; i++)
NULL 104 missing/setproctitle.c if ((environ = calloc(i + 1, sizeof(*environ))) == NULL) {
NULL 114 missing/setproctitle.c if (lastargv == NULL || lastargv + 1 == argv[i])
NULL 118 missing/setproctitle.c for (i = 0; envp[i] != NULL; i++) {
NULL 130 missing/setproctitle.c for (i = 0; envp[i] != NULL; i++)
NULL 132 missing/setproctitle.c environ[i] = NULL;
NULL 155 missing/setproctitle.c if (fmt != NULL) {
NULL 169 missing/setproctitle.c *argv1_addr = NULL;
NULL 59 nacl/pepper_main.c static PPB_GetInterface get_browser_interface = NULL;
NULL 60 nacl/pepper_main.c static PPB_Core* core_interface = NULL;
NULL 61 nacl/pepper_main.c static PPB_Messaging* messaging_interface = NULL;
NULL 62 nacl/pepper_main.c static PPB_Var* var_interface = NULL;
NULL 63 nacl/pepper_main.c static PPB_URLLoader* loader_interface = NULL;
NULL 64 nacl/pepper_main.c static PPB_URLRequestInfo* request_interface = NULL;
NULL 65 nacl/pepper_main.c static PPB_URLResponseInfo* response_interface = NULL;
NULL 66 nacl/pepper_main.c static PPB_FileRef* fileref_interface = NULL;
NULL 67 nacl/pepper_main.c static struct st_table* instance_data = NULL;
NULL 112 nacl/pepper_main.c return NULL;
NULL 128 nacl/pepper_main.c pthread_mutex_init(&data->mutex, NULL);
NULL 129 nacl/pepper_main.c pthread_cond_init(&data->cond, NULL);
NULL 217 nacl/pepper_main.c if (var_interface != NULL)
NULL 239 nacl/pepper_main.c if (var_interface != NULL) {
NULL 248 nacl/pepper_main.c return NULL;
NULL 259 nacl/pepper_main.c if (var_interface != NULL) {
NULL 287 nacl/pepper_main.c if (var_interface == NULL) {
NULL 300 nacl/pepper_main.c if (var_interface == NULL) {
NULL 386 nacl/pepper_main.c return NULL;
NULL 397 nacl/pepper_main.c err = pthread_create(&instance->th, NULL, &init_libraries, instance);
NULL 467 nacl/pepper_main.c return NULL;
NULL 476 nacl/pepper_main.c return NULL;
NULL 645 nacl/pepper_main.c if (strstr(message, "eval:") != NULL) {
NULL 652 nacl/pepper_main.c err = pthread_create(&instance_data->th, NULL, &pruby_eval, instance_data);
NULL 675 nacl/pepper_main.c if (core_interface == NULL) return PP_ERROR_NOINTERFACE;
NULL 678 nacl/pepper_main.c if (var_interface == NULL) return PP_ERROR_NOINTERFACE;
NULL 681 nacl/pepper_main.c if (messaging_interface == NULL) return PP_ERROR_NOINTERFACE;
NULL 684 nacl/pepper_main.c if (loader_interface == NULL) return PP_ERROR_NOINTERFACE;
NULL 687 nacl/pepper_main.c if (request_interface == NULL) return PP_ERROR_NOINTERFACE;
NULL 690 nacl/pepper_main.c if (response_interface == NULL) return PP_ERROR_NOINTERFACE;
NULL 693 nacl/pepper_main.c if (fileref_interface == NULL) return PP_ERROR_NOINTERFACE;
NULL 722 nacl/pepper_main.c return NULL;
NULL 154 numeric.c if (rb_absint_size(val, NULL) > sizeof(int)) return NUMERR_TOOLARGE;
NULL 2589 numeric.c return rb_num2ulong_internal(val, NULL);
NULL 480 object.c if (enc == NULL) enc = rb_default_external_encoding();
NULL 2564 object.c NULL;
NULL 2744 object.c rb_scan_args(argc, argv, "11", NULL, NULL);
NULL 910 pack.c numbytes = rb_absint_numwords(from, 7, NULL);
NULL 913 pack.c buf = rb_str_new(NULL, numbytes);
NULL 205 parse.c #define DVARS_TOPSCOPE NULL
NULL 7411 parse.c if ((yyvsp[-1].node) == NULL) {
NULL 12586 parse.c if ((c = tokadd_string(func, '\n', 0, NULL, &enc)) == -1) {
NULL 15772 parse.c struct vtable *required_kw_vars = vtable_alloc(NULL);
NULL 15773 parse.c struct vtable *kw_vars = vtable_alloc(NULL);
NULL 16701 parse.c if (ptr && (n = parser->heap) != NULL) {
NULL 16708 parse.c } while ((n = n->u2.node) != NULL);
NULL 16720 parse.c while ((n = *prev) != NULL) {
NULL 16922 parse.c {0, NULL}
NULL 16934 parse.c return NULL;
NULL 151 parse.y #define DVARS_TOPSCOPE NULL
NULL 2698 parse.y if ($3 == NULL) {
NULL 6913 parse.y if ((c = tokadd_string(func, '\n', 0, NULL, &enc)) == -1) {
NULL 10099 parse.y struct vtable *required_kw_vars = vtable_alloc(NULL);
NULL 10100 parse.y struct vtable *kw_vars = vtable_alloc(NULL);
NULL 11028 parse.y if (ptr && (n = parser->heap) != NULL) {
NULL 11035 parse.y } while ((n = n->u2.node) != NULL);
NULL 11047 parse.y while ((n = *prev) != NULL) {
NULL 11249 parse.y {0, NULL}
NULL 11261 parse.y return NULL;
NULL 190 prelude.c NULL, ISEQ_TYPE_TOP, &optimization));
NULL 398 proc.c return NULL;
NULL 402 proc.c return NULL;
NULL 490 proc.c if ((ptr = get_local_variable_ptr(bind->env, lid)) == NULL) {
NULL 534 proc.c if ((ptr = get_local_variable_ptr(bind->env, lid)) == NULL) {
NULL 1007 proc.c return NULL;
NULL 2342 proc.c return NULL;
NULL 2364 proc.c return NULL;
NULL 2634 proc.c if (cref == NULL) {
NULL 871 process.c return wait4(pid, st, flags, NULL);
NULL 1256 process.c envp = envp_str ? (char **)RSTRING_PTR(envp_str) : NULL;
NULL 1295 process.c execl(shell, "sh", "-c", str, (char *) NULL);
NULL 1303 process.c execle("/bin/sh", "sh", "-c", str, (char *)NULL, (char **)RSTRING_PTR(envp_str)); /* async-signal-safe */
NULL 1305 process.c execl("/bin/sh", "sh", "-c", str, (char *)NULL); /* async-signal-safe (since SUSv4) */
NULL 1446 process.c status = spawnl(P_NOWAIT, (shell ? shell : "/bin/sh"), "sh", "-c", str, (char*)NULL);
NULL 2209 process.c const char *p, *ep, *null=NULL;
NULL 2302 process.c return NULL;
NULL 2387 process.c st_delete(stenv, &stkey, NULL);
NULL 2407 process.c p = NULL;
NULL 3124 process.c struct rb_execarg *const sargp = NULL;
NULL 3135 process.c char *abspath = NULL;
NULL 3141 process.c preserving_errno(rb_execarg_run_options(sargp, NULL, errmsg, errmsg_buflen));
NULL 3478 process.c ret = pthread_setcancelstate(old->cancelstate, NULL);
NULL 3485 process.c ret = pthread_sigmask(SIG_SETMASK, &old->sigmask, NULL); /* not async-signal-safe */
NULL 3526 process.c ret = sigaction(sig, NULL, &oact); /* async-signal-safe */
NULL 3550 process.c ret = sigaction(sig, &act, NULL); /* async-signal-safe */
NULL 3565 process.c ret = sigprocmask(SIG_SETMASK, &old->sigmask, NULL); /* async-signal-safe */
NULL 3663 process.c if (handle_fork_error(status, NULL, &try_gc))
NULL 3718 process.c switch (pid = rb_fork_ruby(NULL)) {
NULL 3941 process.c pid = rb_fork_async_signal_safe(NULL, rb_exec_atfork, eargp, eargp->redirect_fds, errmsg, errmsg_buflen);
NULL 3969 process.c rb_execarg_run_options(&sarg, NULL, errmsg, errmsg_buflen);
NULL 4021 process.c return rb_spawn_internal(argc, argv, NULL, 0);
NULL 4073 process.c pid = rb_spawn_internal(argc, argv, NULL, 0);
NULL 4613 process.c ioctl(fd, TIOCNOTTY, NULL);
NULL 5155 process.c grptr = NULL;
NULL 5848 process.c ngroups = getgroups(0, NULL);
NULL 6048 process.c switch (rb_fork_ruby(NULL)) { \
NULL 7295 process.c t = time(NULL);
NULL 7892 process.c rb_cProcessTms = rb_struct_define_under(rb_mProcess, "Tms", "utime", "stime", "cutime", "cstime", NULL);
NULL 350 random.c if (!rb_typeddata_is_kind_of(obj, &random_data_type)) return NULL;
NULL 371 random.c len = rb_absint_numwords(seed, 32, NULL);
NULL 488 random.c if (!CryptAcquireContext(&prov, NULL, NULL, PROV_RSA_FULL, CRYPT_VERIFYCONTEXT)) {
NULL 851 random.c len = rb_absint_numwords(limit, 32, NULL);
NULL 1113 random.c return obj_random_bytes(obj, NULL, n);
NULL 1320 range.c "begin", "end", "excl", NULL);
NULL 1934 rational.c rb_scan_args(argc, argv, "01", NULL);
NULL 1963 rational.c rb_scan_args(argc, argv, "01", NULL);
NULL 2204 rational.c if (!read_digits(s, strict, &ip, NULL))
NULL 2228 rational.c if (!read_digits(s, strict, &exp, NULL))
NULL 2247 rational.c if (!read_digits(s, strict, num, NULL))
NULL 460 re.c if (resenc == NULL) resenc = rb_default_external_encoding();
NULL 610 re.c enc, OnigDefaultSyntax, NULL);
NULL 631 re.c rb_reg_expr_str(str, (char*)ptr, len, enc, NULL);
NULL 651 re.c rb_reg_expr_str(str, (char*)ptr, len, enc, NULL);
NULL 674 re.c if (resenc == NULL) resenc = rb_default_external_encoding();
NULL 854 re.c *reg = NULL;
NULL 2802 re.c if (rb_reg_initialize_str(re, s, options, err, NULL, 0) != 0) {
NULL 2815 re.c enc, options, err, NULL, 0) != 0) {
NULL 2835 re.c if (rb_reg_initialize(re, s, len, enc, options, err, NULL, 0) != 0) {
NULL 3255 re.c NULL, ONIG_OPTION_NONE);
NULL 75 regcomp.c else return NULL;
NULL 155 regcomp.c buf->p = NULL;
NULL 1281 regcomp.c if (NCDR(x) == NULL) return ONIGERR_PARSER_BUG;
NULL 1286 regcomp.c if (NCDR(x) != NULL) return ONIGERR_INVALID_CONDITION_PATTERN;
NULL 1408 regcomp.c if (NCDR(x) == NULL) return ONIGERR_PARSER_BUG;
NULL 1412 regcomp.c if (NCDR(x) != NULL) return ONIGERR_INVALID_CONDITION_PATTERN;
NULL 1684 regcomp.c if (NCDR(x) != NULL) {
NULL 3473 regcomp.c xnode = onig_node_new_list(NULL, NULL);
NULL 3492 regcomp.c snode = onig_node_new_str(NULL, NULL);
NULL 3605 regcomp.c prev_node = snode = onig_node_new_str(NULL, NULL);
NULL 4009 regcomp.c np1 = onig_node_new_list(np, NULL);
NULL 4035 regcomp.c tqn->head_exact = NULL;
NULL 5426 regcomp.c reg->exact_end = (UChar* )NULL;
NULL 5430 regcomp.c reg->exact = (UChar* )NULL;
NULL 5683 regcomp.c prev->chain = (regex_t* )NULL;
NULL 5709 regcomp.c if (IS_NOT_NULL(einfo)) einfo->par = (UChar* )NULL;
NULL 5732 regcomp.c reg->repeat_range = (OnigRepeatRange* )NULL;
NULL 5831 regcomp.c scan_env.mem_nodes_dynamic = (Node** )NULL;
NULL 5948 regcomp.c (reg)->exact = (UChar* )NULL;
NULL 5949 regcomp.c (reg)->int_map = (int* )NULL;
NULL 5950 regcomp.c (reg)->int_map_backward = (int* )NULL;
NULL 5951 regcomp.c (reg)->chain = (regex_t* )NULL;
NULL 5953 regcomp.c (reg)->p = (UChar* )NULL;
NULL 5956 regcomp.c (reg)->name_table = (void* )NULL;
NULL 5972 regcomp.c r = onig_compile(reg, pattern, pattern_end, einfo, NULL, 0);
NULL 5989 regcomp.c r = onig_compile(*reg, pattern, pattern_end, einfo, NULL, 0);
NULL 5993 regcomp.c *reg = NULL;
NULL 86 regenc.c if (prev) *prev = (const UChar* )NULL; /* Sorry */
NULL 95 regenc.c return (UChar* )NULL;
NULL 105 regenc.c return (UChar* )NULL;
NULL 119 regenc.c return (q <= end ? q : NULL);
NULL 54 regenc.h #ifndef NULL
NULL 76 regenc.h #define ONIG_CHECK_NULL_RETURN(p) if (ONIG_IS_NULL(p)) return NULL
NULL 69 regexec.c if ((prev != NULL) && ONIGENC_MBC_TO_CODE(enc, prev, end) == 0x0d)
NULL 486 regexec.c heap_addr = NULL;\
NULL 495 regexec.c heap_addr = NULL;\
NULL 593 regexec.c if (state_check_buff != NULL) {\
NULL 631 regexec.c stk->u.state.state_check = ((state_check_buff != NULL) ? (snum) : 0);\
NULL 637 regexec.c if (state_check_buff != NULL) {\
NULL 1367 regexec.c char *xmalloc_base = NULL;
NULL 1633 regexec.c onig_print_compiled_byte_code(stderr, p, p + strlen((char *)p),NULL, encode); \
NULL 3140 regexec.c return (UChar* )NULL;
NULL 3152 regexec.c return (UChar* )NULL;
NULL 3197 regexec.c return (UChar* )NULL;
NULL 3229 regexec.c return (UChar* )NULL;
NULL 3255 regexec.c return (UChar* )NULL;
NULL 3313 regexec.c return (UChar* )NULL;
NULL 3361 regexec.c return (UChar* )NULL;
NULL 3416 regexec.c return (UChar* )NULL;
NULL 3458 regexec.c return (UChar* )NULL;
NULL 3520 regexec.c return (UChar* )NULL;
NULL 3563 regexec.c return (UChar* )NULL;
NULL 3620 regexec.c return (UChar* )NULL;
NULL 3666 regexec.c return (UChar* )NULL;
NULL 3717 regexec.c return (UChar* )NULL;
NULL 3731 regexec.c return (UChar* )NULL;
NULL 3746 regexec.c return (UChar* )NULL;
NULL 3818 regexec.c UChar *p, *pprev = (UChar* )NULL;
NULL 4258 regexec.c prev = (UChar* )NULL;
NULL 4289 regexec.c prev = (UChar* )NULL;
NULL 4325 regexec.c &low, &high, (UChar** )NULL)) goto mismatch;
NULL 145 regint.h #define THREAD_SYSTEM_INIT pthread_mutex_init(&gOnigMutex, NULL)
NULL 345 regint.h #define CHECK_NULL_RETURN(p) if (IS_NULL(p)) return NULL
NULL 268 regparse.c #define PFETCH_READY UChar* pfetch_prev = NULL; (void)pfetch_prev
NULL 504 regparse.c reg->name_table = (void* )NULL;
NULL 514 regparse.c e = (NameEntry* )NULL;
NULL 657 regparse.c e->name = NULL;
NULL 662 regparse.c e->back_refs = (int* )NULL;
NULL 667 regparse.c t->e = NULL;
NULL 685 regparse.c reg->name_table = NULL;
NULL 704 regparse.c return (NameEntry* )NULL;
NULL 771 regparse.c e->back_refs = (int* )NULL;
NULL 779 regparse.c t->e = NULL;
NULL 804 regparse.c t->e[i].name = NULL;
NULL 808 regparse.c t->e[i].back_refs = (int* )NULL;
NULL 960 regparse.c env->error = (UChar* )NULL;
NULL 961 regparse.c env->error_end = (UChar* )NULL;
NULL 968 regparse.c env->mem_nodes_dynamic = (Node** )NULL;
NULL 1033 regparse.c static FreeNode* FreeNodeList = (FreeNode* )NULL;
NULL 1182 regparse.c cc->mbuf = NULL;
NULL 1244 regparse.c cc->mbuf = NULL;
NULL 1311 regparse.c n = onig_node_new_list(x, NULL);
NULL 1344 regparse.c NANCHOR(node)->target = NULL;
NULL 1365 regparse.c NBREF(node)->back_dynamic = (int* )NULL;
NULL 1392 regparse.c return NULL;
NULL 1426 regparse.c NQTFR(node)->target = NULL;
NULL 1455 regparse.c NENCLOSE(node)->target = NULL;
NULL 1588 regparse.c return NULL;
NULL 1611 regparse.c return node_new_str(NULL, NULL);
NULL 1898 regparse.c *pbuf = (BBuf* )NULL;
NULL 1942 regparse.c *pbuf = (BBuf* )NULL;
NULL 2038 regparse.c *pbuf = (BBuf* )NULL;
NULL 2955 regparse.c if (env->sourcefile == NULL)
NULL 4607 regparse.c prev_cc = asc_prev_cc = (CClassNode* )NULL;
NULL 4639 regparse.c asc_cc = NULL;
NULL 4979 regparse.c Node *target, *work1 = NULL, *work2 = NULL;
NULL 4991 regparse.c *np = NULL;
NULL 5119 regparse.c UChar *name = NULL;
NULL 5389 regparse.c *np = NULL;
NULL 5554 regparse.c OnigTypeCClassTable = NULL;
NULL 5730 regparse.c Node* left = NULL;
NULL 5731 regparse.c Node* right = NULL;
NULL 5732 regparse.c Node* target1 = NULL;
NULL 5733 regparse.c Node* target2 = NULL;
NULL 5767 regparse.c right = NULL;
NULL 5770 regparse.c left = NULL;
NULL 5771 regparse.c target1 = NULL;
NULL 5791 regparse.c Node* np1 = NULL;
NULL 5792 regparse.c Node* np2 = NULL;
NULL 5793 regparse.c Node* qn = NULL;
NULL 5794 regparse.c Node* list1 = NULL;
NULL 5795 regparse.c Node* list2 = NULL;
NULL 5825 regparse.c np2 = NULL;
NULL 5830 regparse.c qn = NULL;
NULL 5833 regparse.c np1 = NULL;
NULL 5834 regparse.c list2 = NULL;
NULL 5935 regparse.c *np = NULL;
NULL 6332 regparse.c *targetp = node_new_list(*targetp, NULL);
NULL 6337 regparse.c tmp = NCDR(*targetp) = node_new_list(qn, NULL);
NULL 6358 regparse.c *top = NULL;
NULL 6369 regparse.c *top = node_new_list(node, NULL);
NULL 6384 regparse.c *headp = node_new_list(node, NULL);
NULL 6401 regparse.c *top = NULL;
NULL 6412 regparse.c *top = onig_node_new_alt(node, NULL);
NULL 6423 regparse.c *headp = onig_node_new_alt(node, NULL);
NULL 6493 regparse.c *root = NULL;
NULL 445 ruby.c path = rb_readlink(fname, NULL);
NULL 499 ruby.c len = WideCharToMultiByte(CP_UTF8, 0, wlibpath, ret, NULL, 0, NULL, NULL);
NULL 502 ruby.c WideCharToMultiByte(CP_UTF8, 0, wlibpath, ret, libpath, len, NULL, NULL);
NULL 542 ruby.c char *p2 = NULL;
NULL 2055 ruby.c return str_conv_enc(str, NULL, rb_default_external_encoding());
NULL 19 ruby_assert.h rb_assert_failure(__FILE__, __LINE__, NULL, expr)
NULL 212 signal.c {NULL, 0}
NULL 675 signal.c if (sigaction(sig, NULL, &old) < 0) return FALSE;
NULL 723 signal.c pthread_sigmask(SIG_SETMASK, &mask, NULL);
NULL 733 signal.c pthread_sigmask(SIG_SETMASK, &mask, NULL);
NULL 315 siphash.c sip_hash *h = NULL;
NULL 317 siphash.c if (!(h = (sip_hash *) malloc(sizeof(sip_hash)))) return NULL;
NULL 128 sprintf.c return NULL;
NULL 131 sprintf.c return NULL;
NULL 881 sprintf.c tmp = rb_str_new(NULL, numdigits);
NULL 915 sprintf.c tmp = rb_str_new(NULL, numdigits);
NULL 1439 sprintf.c return rb_enc_vsprintf(NULL, fmt, ap);
NULL 262 strftime.c if (format == NULL || format_len == 0 || vtm == NULL) {
NULL 271 strftime.c enc = NULL;
NULL 621 strftime.c if (vtm->zone == NULL) {
NULL 918 strftime.c vtm, timev, NULL, gmt,
NULL 1183 strftime.c #ifndef NULL
NULL 1233 strftime.c (char *) NULL
NULL 482 string.c case 0: return NULL;
NULL 1216 string.c st_delete(rb_vm_fstring_table(), &fstr, NULL);
NULL 1664 string.c return str_strlen(str, NULL);
NULL 1678 string.c return LONG2NUM(str_strlen(str, NULL));
NULL 2673 string.c rb_enc_to_index(ptr_enc), ENC_CODERANGE_UNKNOWN, NULL);
NULL 2736 string.c encidx, ENC_CODERANGE(v), NULL);
NULL 3190 string.c pos += str_strlen(str, NULL);
NULL 3202 string.c if (pos > str_strlen(str, NULL))
NULL 4033 string.c long beg, len = str_strlen(str, NULL);
NULL 4307 string.c rb_str_splice(str, beg, str_strlen(indx, NULL), val);
NULL 4315 string.c if (rb_range_beg_len(indx, &beg, &len, str_strlen(str, NULL), 2)) {
NULL 5478 string.c if (resenc == NULL) resenc = rb_default_external_encoding();
NULL 5790 string.c current_buffer->next = NULL;
NULL 8010 string.c while ((tp = rb_enc_prev_char(s, t, e, enc)) != NULL) {
NULL 8962 string.c rep = NULL;
NULL 9278 string.c if (resenc == NULL) resenc = rb_default_external_encoding();
NULL 9299 string.c if (resenc == NULL) resenc = rb_default_external_encoding();
NULL 285 struct.c rb_add_method_iseq(nstr, SYM2ID(name), iseq, NULL, METHOD_VISI_PUBLIC);
NULL 294 struct.c rb_add_method_iseq(nstr, SYM2ID(name), iseq, NULL, METHOD_VISI_PUBLIC);
NULL 398 symbol.c if (!st_delete(global_symbols.str_sym, &str_data, NULL)) {
NULL 674 thread.c th->vm->running_thread = NULL;
NULL 1093 thread.c gettimeofday(tp, NULL);
NULL 1166 thread.c gettimeofday(&tv, NULL);
NULL 3539 thread.c fd_set *r = NULL, *w = NULL, *e = NULL;
NULL 3590 thread.c set->fdset = NULL;
NULL 3721 thread.c result = rb_wait_for_single_fd(fd, events, NULL);
NULL 3835 thread.c struct timespec *timeout = NULL;
NULL 3856 thread.c result = ppoll(&fds, 1, timeout, NULL);
NULL 3947 thread.c args.read = (events & RB_WAITFD_IN) ? init_set_fd(fd, &rfds) : NULL;
NULL 3948 thread.c args.write = (events & RB_WAITFD_OUT) ? init_set_fd(fd, &wfds) : NULL;
NULL 3949 thread.c args.except = (events & RB_WAITFD_PRI) ? init_set_fd(fd, &efds) : NULL;
NULL 4097 thread.c th->join_list = NULL;
NULL 4142 thread.c {NULL, RUBY_TYPED_DEFAULT_FREE, thgroup_memsize,},
NULL 285 thread_pthread.c r = pthread_cond_init(&cond->cond, NULL);
NULL 456 thread_pthread.c pthread_key_create(&ruby_native_thread_key, NULL);
NULL 632 thread_pthread.c CHECK_ERR(get_thread_info(find_thread(NULL), &info));
NULL 1001 thread_pthread.c pthread_attr_t *const attrp = NULL;
NULL 1577 thread_pthread.c return NULL;
NULL 1626 thread_pthread.c err = pthread_create(&timer_thread.id, NULL, thread_timer, &GET_VM()->gvl);
NULL 52 thread_sync.c #define mutex_mark NULL
NULL 231 thread_sync.c static const rb_thread_t *patrol_thread = NULL;
NULL 286 thread_sync.c patrol_thread = NULL;
NULL 333 thread_sync.c const char *err = NULL;
NULL 357 thread_sync.c mutex->next_mutex = NULL;
NULL 390 thread_sync.c th->keeping_mutexes = NULL;
NULL 1255 thread_sync.c "que", "waiters", NULL);
NULL 1280 thread_sync.c "que", "waiters", "queue_waiters", "size", NULL);
NULL 1300 thread_sync.c "waiters", NULL);
NULL 38 thread_win32.c NULL,
NULL 41 thread_win32.c (LPTSTR) & lpMsgBuf, 0, NULL) == 0)
NULL 45 thread_win32.c NULL,
NULL 48 thread_win32.c (LPTSTR) & lpMsgBuf, 0, NULL);
NULL 86 thread_win32.c HANDLE lock = CreateMutex(NULL, FALSE, NULL);
NULL 87 thread_win32.c if (lock == NULL) {
NULL 480 thread_win32.c gettimeofday(&now, NULL);
NULL 656 thread_win32.c fd_set *r = NULL, *w = NULL, *e = NULL;
NULL 769 thread_win32.c if (ruby_stack_length(NULL) * sizeof(VALUE) >= len) {
NULL 287 time.c rb_absint_size(v, NULL) <= sizeof(WIDEVALUE)) {
NULL 501 time.c if ((tmp = rb_check_funcall(v, rb_intern("to_r"), 0, NULL)) != Qundef) {
NULL 657 time.c if (*t != (time_t)(int)*t) return NULL;
NULL 679 time.c result = NULL;
NULL 698 time.c return NULL;
NULL 942 time.c if (t == NULL)
NULL 943 time.c return NULL;
NULL 1073 time.c now = time(NULL);
NULL 1162 time.c return NULL;
NULL 1350 time.c now = time(NULL);
NULL 1476 time.c return NULL;
NULL 1516 time.c return NULL;
NULL 1587 time.c return NULL;
NULL 1592 time.c return NULL;
NULL 1624 time.c (tobj)->vtm.zone = NULL)
NULL 1739 time.c return NULL;
NULL 1744 time.c return NULL;
NULL 2347 time.c return rb_class_new_instance(0, NULL, klass);
NULL 2746 time.c if (guess_lo < guess && guess < guess_hi && (tm = GUESS(&guess)) != NULL) {
NULL 2849 time.c return NULL;
NULL 2874 time.c return NULL;
NULL 2882 time.c return NULL;
NULL 2910 time.c return NULL;
NULL 4134 time.c if (tobj->vtm.zone == NULL)
NULL 4595 time.c get_attr(offset, (offset = rb_rescue(validate_utc_offset, offset, NULL, Qnil)));
NULL 4596 time.c get_attr(zone, (zone = rb_rescue(validate_zone_name, zone, NULL, Qnil)));
NULL 4894 time.c rb_define_virtual_variable("$find_time_numguess", find_time_numguess_getter, NULL);
NULL 178 transcode.c entry->lib = NULL;
NULL 179 transcode.c entry->transcoder = NULL;
NULL 193 transcode.c return NULL;
NULL 197 transcode.c return NULL;
NULL 266 transcode.c q->next = NULL;
NULL 291 transcode.c q->next = NULL;
NULL 296 transcode.c st_add_direct(bfs.visited, (st_data_t)sname, (st_data_t)NULL);
NULL 319 transcode.c bfs.base_enc = NULL;
NULL 384 transcode.c return NULL;
NULL 860 transcode.c ec->source_encoding_name = NULL;
NULL 861 transcode.c ec->destination_encoding_name = NULL;
NULL 863 transcode.c ec->replacement_str = NULL;
NULL 865 transcode.c ec->replacement_enc = NULL;
NULL 867 transcode.c ec->in_buf_start = NULL;
NULL 868 transcode.c ec->in_data_start = NULL;
NULL 869 transcode.c ec->in_data_end = NULL;
NULL 870 transcode.c ec->in_buf_end = NULL;
NULL 875 transcode.c ec->last_tc = NULL;
NULL 877 transcode.c ec->last_error.error_tc = NULL;
NULL 878 transcode.c ec->last_error.source_encoding = NULL;
NULL 879 transcode.c ec->last_error.destination_encoding = NULL;
NULL 880 transcode.c ec->last_error.error_bytes_start = NULL;
NULL 883 transcode.c ec->source_encoding = NULL;
NULL 884 transcode.c ec->destination_encoding = NULL;
NULL 937 transcode.c return NULL;
NULL 947 transcode.c return NULL;
NULL 973 transcode.c transcoder_entry_t **entries = NULL;
NULL 995 transcode.c entries = NULL;
NULL 1000 transcode.c toarg.entries = NULL;
NULL 1006 transcode.c return NULL;
NULL 1013 transcode.c return NULL;
NULL 1072 transcode.c return NULL;
NULL 1076 transcode.c return NULL;
NULL 1081 transcode.c return NULL;
NULL 1224 transcode.c res = rb_trans_conv(ec, NULL, NULL, output_ptr, output_stop,
NULL 1504 transcode.c if (tc == NULL)
NULL 1538 transcode.c if (ec == NULL)
NULL 1539 transcode.c return NULL;
NULL 1578 transcode.c return NULL;
NULL 1588 transcode.c const unsigned char *insert_str = NULL;
NULL 1613 transcode.c if (insert_str == NULL)
NULL 1621 transcode.c tc = NULL;
NULL 1655 transcode.c if (*buf_start_p == NULL) {
NULL 1789 transcode.c return NULL;
NULL 1800 transcode.c return NULL;
NULL 1803 transcode.c data.ascii_compat_name = NULL;
NULL 1980 transcode.c mesg = rb_str_new(NULL, 0);
NULL 2211 transcode.c str2 = allocate_converted_string(encname, encname2, str, len, NULL, 0, &len2);
NULL 2378 transcode.c ret = rb_econv_convert(ec, NULL, NULL, out_pos, out_stop, 0);
NULL 2382 transcode.c ret = rb_econv_convert(ec, NULL, NULL, out_pos, out_stop, ECONV_PARTIAL_INPUT);
NULL 2603 transcode.c return NULL;
NULL 2619 transcode.c enc = NULL;
NULL 2758 transcode.c argc = rb_scan_args(argc, argv, "02:", NULL, NULL, &opt);
NULL 2923 transcode.c {NULL, econv_free, econv_memsize,},
NULL 2930 transcode.c return TypedData_Wrap_Struct(klass, &econv_data_type, NULL);
NULL 2987 transcode.c if (result_name == NULL)
NULL 3026 transcode.c senc = NULL;
NULL 3035 transcode.c denc = NULL;
NULL 3265 transcode.c *senc_p = NULL;
NULL 3266 transcode.c *denc_p = NULL;
NULL 3774 transcode.c ip = is = NULL;
NULL 3850 transcode.c dst = rb_str_new(NULL, 0);
NULL 3898 transcode.c dst = rb_str_new(NULL, 0);
NULL 4120 transcode.c str = rb_str_new(NULL, n);
NULL 524 util.c char *buf, *cwd = getcwd(NULL, 0);
NULL 2042 util.c if (s1 != NULL) {
NULL 3954 util.c if (rve != NULL)
NULL 450 variable.c if (NIL_P(path)) return NULL;
NULL 2075 variable.c return !rb_autoloading_value(mod, id, NULL);
NULL 42 vm.c return NULL;
NULL 54 vm.c return NULL;
NULL 108 vm.c if (prev_cref != NULL && prev_cref != (void *)1 /* TODO: why CREF_NEXT(cref) is 1? */) {
NULL 158 vm.c rb_cref_t *cref = vm_cref_new(rb_cObject, METHOD_VISI_PRIVATE /* toplevel visibility is private */, FALSE, NULL, FALSE);
NULL 896 vm.c iseq = rb_iseq_new_top(node, tempstr, tempstr, tempstr, NULL);
NULL 934 vm.c th->passed_bmethod_me = NULL;
NULL 972 vm.c if (th->passed_bmethod_me == NULL) {
NULL 1018 vm.c return invoke_block_from_c_splattable(th, blockptr, blockptr->self, argc, argv, NULL, cref);
NULL 1025 vm.c return invoke_block_from_c_splattable(th, blockptr, blockptr->self, argc, argv, NULL, NULL);
NULL 1032 vm.c return invoke_block_from_c_splattable(th, blockptr, blockptr->self, argc, argv, blockargptr, NULL);
NULL 1046 vm.c val = invoke_block_from_c_unsplattable(th, &proc->block, self, argc, argv, blockptr, NULL);
NULL 1062 vm.c return invoke_block_from_c_unsplattable(th, &proc->block, self, argc, argv, blockptr, NULL);
NULL 1218 vm.c if (cfp == NULL) {
NULL 1219 vm.c return NULL;
NULL 1240 vm.c if (cfp->self != self) return NULL;
NULL 1241 vm.c if (!vm_env_cref_by_cref(cfp->ep)) return NULL;
NULL 1243 vm.c if (CREF_CLASS(cref) != cbase) return NULL;
NULL 1674 vm.c catch_iseq = NULL;
NULL 1691 vm.c escape_cfp = NULL;
NULL 1834 vm.c if (catch_iseq != NULL) { /* found catch table */
NULL 2096 vm.c {NULL, NULL, vm_memsize,},
NULL 2299 vm.c if (th->keeping_mutexes != NULL) {
NULL 2319 vm.c ruby_current_thread = NULL;
NULL 2631 vm.c rb_vm_bugreport(NULL);
NULL 2944 vm.c th->cfp->ep[-1] = (VALUE)vm_cref_new(rb_cObject, METHOD_VISI_PRIVATE, FALSE, NULL, FALSE);
NULL 3229 vm.c void (*ruby_vm_collect_usage_func_insn)(int insn) = NULL;
NULL 3230 vm.c void (*ruby_vm_collect_usage_func_operand)(int insn, int n, VALUE op) = NULL;
NULL 3231 vm.c void (*ruby_vm_collect_usage_func_register)(int reg, int isset) = NULL;
NULL 268 vm_args.c args->kw_argv = NULL;
NULL 557 vm_args.c args->kw_argv = NULL;
NULL 562 vm_args.c args->kw_arg = NULL;
NULL 563 vm_args.c args->kw_argv = NULL;
NULL 616 vm_args.c args->kw_argv == NULL) {
NULL 653 vm_args.c if (args->kw_argv != NULL) {
NULL 670 vm_args.c args_setup_kw_parameters(NULL, 0, NULL, iseq, klocals);
NULL 779 vm_args.c calling->blockptr = NULL;
NULL 813 vm_args.c calling->blockptr = NULL;
NULL 1282 vm_backtrace.c if (frame == Qnil) return NULL;
NULL 1295 vm_backtrace.c return NULL;
NULL 418 vm_core.h if (iseq->body == NULL) {
NULL 116 vm_dump.c else if ((me = rb_vm_frame_method_entry(cfp)) != NULL) {
NULL 207 vm_dump.c env = NULL;
NULL 603 vm_dump.c pSymInitialize(ph, NULL, TRUE);
NULL 643 vm_dump.c while (pStackWalk64(mac, ph, th, &frame, &context, NULL,
NULL 644 vm_dump.c NULL, NULL, NULL)) {
NULL 738 vm_dump.c if (freep == NULL)
NULL 1080 vm_dump.c if (sysctl(mib, MIB_KERN_PROC_PID_LEN, &kp, &len, NULL, 0) == -1) {
NULL 522 vm_eval.c default: return NULL;
NULL 903 vm_eval.c if (RUBY_VM_CONTROL_FRAME_STACK_OVERFLOW_P(th, prev_cfp)) return NULL;
NULL 904 vm_eval.c if (prev_cfp->sp + 1 != argv) return NULL;
NULL 1083 vm_eval.c const rb_block_t *blockptr = NULL;
NULL 1299 vm_eval.c rb_env_t *env = NULL;
NULL 1367 vm_eval.c cref = NULL; /* use stacked CREF */
NULL 1627 vm_eval.c return vm_yield_with_cref(th, 0, NULL, cref);
NULL 1634 vm_eval.c rb_cref_t *cref = vm_cref_push(GET_THREAD(), under, NULL, SPECIAL_CONST_P(self) && !NIL_P(under));
NULL 1911 vm_eval.c th->errinfo = (VALUE)THROW_DATA_NEW(tag, NULL, TAG_THROW);
NULL 64 vm_insnhelper.c if (me == NULL || callable_class_p(me->defined_class)) {
NULL 180 vm_insnhelper.c cfp->block_iseq = NULL;
NULL 250 vm_insnhelper.c if (lep && (th == NULL || th->root_lep != lep)) {
NULL 381 vm_insnhelper.c if (obj == Qfalse) return NULL;
NULL 391 vm_insnhelper.c return NULL;
NULL 400 vm_insnhelper.c return NULL;
NULL 411 vm_insnhelper.c if ((me = check_method_entry(ep[-1], FALSE)) != NULL) return me;
NULL 425 vm_insnhelper.c return NULL;
NULL 435 vm_insnhelper.c if (obj == Qfalse) return NULL;
NULL 454 vm_insnhelper.c return NULL;
NULL 464 vm_insnhelper.c if ((cref = check_cref(ep[-1], FALSE)) != NULL) return cref;
NULL 536 vm_insnhelper.c if ((cref = cref_replace_with_duplicated_cref_each_frame((VALUE *)&ep[-1], FALSE, Qfalse)) != NULL) {
NULL 554 vm_insnhelper.c if (cref != NULL) {
NULL 576 vm_insnhelper.c return NULL;
NULL 595 vm_insnhelper.c *new_cref_ptr = NULL;
NULL 601 vm_insnhelper.c rb_cref_t *prev_cref = NULL;
NULL 912 vm_insnhelper.c rb_control_frame_t *escape_cfp = NULL;
NULL 1210 vm_insnhelper.c cc.me = NULL;
NULL 1633 vm_insnhelper.c vm_push_frame(th, NULL, VM_FRAME_MAGIC_CFUNC, recv,
NULL 1705 vm_insnhelper.c !(ci->kw_arg != NULL)) {
NULL 1744 vm_insnhelper.c return vm_getivar(calling->recv, cc->me->def->body.attr.id, NULL, cc, 1);
NULL 1752 vm_insnhelper.c return vm_setivar(calling->recv, cc->me->def->body.attr.id, val, NULL, cc, 1);
NULL 1913 vm_insnhelper.c cc->me = klass ? rb_callable_method_entry(klass, ci->mid) : NULL;
NULL 1915 vm_insnhelper.c if (cc->me != NULL) {
NULL 2006 vm_insnhelper.c cme = NULL;
NULL 2055 vm_insnhelper.c VM_ASSERT(cc->me != NULL);
NULL 2104 vm_insnhelper.c cc->me = NULL;
NULL 2113 vm_insnhelper.c cc->me = NULL;
NULL 2149 vm_insnhelper.c if (cc->me != NULL) {
NULL 2177 vm_insnhelper.c VM_ASSERT(cc->me != NULL);
NULL 2303 vm_insnhelper.c th->passed_bmethod_me = NULL;
NULL 2504 vm_insnhelper.c is->once.running_thread = NULL;
NULL 176 vm_insnhelper.h calling.blockptr = NULL; \
NULL 25 vm_method.c #define GLOBAL_METHOD_CACHE(c,m) (rb_bug("global method cache disabled improperly"), NULL)
NULL 114 vm_method.c for (; entry != NULL; entry = entry->next) {
NULL 153 vm_method.c if (def != NULL) {
NULL 236 vm_method.c if (opts != NULL) {
NULL 397 vm_method.c if (def != NULL) method_definition_reset(me);
NULL 571 vm_method.c me = rb_method_entry_create(mid, defined_class, visi, NULL);
NULL 572 vm_method.c if (def == NULL) def = method_definition_create(type, original_id);
NULL 595 vm_method.c VM_ASSERT(me->def != NULL);
NULL 627 vm_method.c rb_method_entry_t *me = rb_method_entry_make(klass, mid, klass, visi, type, NULL, mid, opts);
NULL 654 vm_method.c me->def->type, method_definition_addref(me->def), 0, NULL);
NULL 790 vm_method.c return method_entry_get(klass, id, NULL);
NULL 803 vm_method.c if ((mtbl = RCLASS_CALLABLE_M_TBL(defined_class)) == NULL) {
NULL 851 vm_method.c if (UNDEFINED_METHOD_ENTRY_P(me)) me = NULL;
NULL 861 vm_method.c return method_entry_resolve_refinement(klass, id, TRUE, NULL);
NULL 875 vm_method.c return method_entry_resolve_refinement(klass, id, FALSE, NULL);
NULL 935 vm_method.c return resolve_refined_method(refinements, me, NULL);
NULL 1554 vm_method.c VM_METHOD_TYPE_ALIAS, NULL, orig_me->called_id,
NULL 2046 vm_method.c if (ptr != NULL && (val = atoi(ptr)) > 0) {
NULL 2057 vm_method.c if (global_method_cache.entries == NULL) {
NULL 122 vsnprintf.c #ifndef NULL
NULL 1006 vsnprintf.c if ((cp = va_arg(ap, char *)) == NULL)
NULL 1016 vsnprintf.c if (p != NULL && (p - cp) < prec)
NULL 61 win32/file.c wchar_t *buffer = NULL;
NULL 71 win32/file.c if ((len = GetEnvironmentVariableW(L"HOME", NULL, 0)) != 0) {
NULL 75 win32/file.c else if ((len = GetEnvironmentVariableW(L"HOMEDRIVE", NULL, 0)) != 0) {
NULL 77 win32/file.c if ((len = GetEnvironmentVariableW(L"HOMEPATH", NULL, 0)) != 0) {
NULL 85 win32/file.c else if ((len = GetEnvironmentVariableW(L"USERPROFILE", NULL, 0)) != 0) {
NULL 119 win32/file.c return NULL;
NULL 295 win32/file.c nlen = WideCharToMultiByte(cp, 0, ws, len, NULL, 0, NULL, NULL);
NULL 298 win32/file.c WideCharToMultiByte(cp, 0, ws, len, RSTRING_PTR(dst) + olen, nlen, NULL, NULL);
NULL 319 win32/file.c char *fullpath = NULL;
NULL 320 win32/file.c wchar_t *wfullpath = NULL, *wpath = NULL, *wpath_pos = NULL;
NULL 321 win32/file.c wchar_t *wdir = NULL, *wdir_pos = NULL;
NULL 322 win32/file.c wchar_t *whome = NULL, *buffer = NULL, *buffer_pos = NULL;
NULL 373 win32/file.c if (whome == NULL) {
NULL 454 win32/file.c if (whome == NULL) {
NULL 547 win32/file.c if (whome_len && wcsrchr(L"\\/:", buffer_pos[-1]) == NULL) {
NULL 566 win32/file.c if (wdir_len && wcsrchr(L"\\/:", buffer_pos[-1]) == NULL) {
NULL 592 win32/file.c size = GetFullPathNameW(buffer, PATH_BUFFER_SIZE, wfullpath_buffer, NULL);
NULL 596 win32/file.c size = GetFullPathNameW(buffer, size, wfullpath, NULL);
NULL 677 win32/file.c len = MultiByteToWideChar(cp, 0, RSTRING_PTR(path), RSTRING_LEN(path), NULL, 0);
NULL 723 win32/file.c NULL, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, NULL);
NULL 742 win32/file.c int e = 0, n = MultiByteToWideChar(CP_ACP, 0, mode, -1, NULL, 0);
NULL 747 win32/file.c len = MultiByteToWideChar(CP_UTF8, 0, name, n, NULL, 0);
NULL 16 win32/stub.c wlenexe = (size_t)GetModuleFileNameW(NULL, exename, sizeof(exename) / sizeof(*exename));
NULL 17 win32/stub.c lenexe = WideCharToMultiByte(CP_UTF8, 0, exename, wlenexe, NULL, 0, NULL, NULL);
NULL 38 win32/stub.c WideCharToMultiByte(CP_UTF8, 0, exename, wlenexe, p, lenexe, NULL, NULL);
NULL 46 win32/stub.c *av = NULL;
NULL 389 win32/win32.c (VALUE)_get_osfhandle(fd), oper, NULL,
NULL 444 win32/win32.c get_proc_address("shell32", "SHGetPathFromIDListEx", NULL);
NULL 448 win32/win32.c if (SHGetSpecialFolderLocation(NULL, n, &pidl) == 0) {
NULL 485 win32/win32.c return NULL;
NULL 574 win32/win32.c NTLoginName = rb_w32_wstr_to_mbstr(CP_UTF8, env, -1, NULL);
NULL 578 win32/win32.c NTLoginName = rb_w32_wstr_to_mbstr(CP_UTF8, env, -1, NULL);
NULL 624 win32/win32.c static st_table *socklist = NULL;
NULL 625 win32/win32.c static st_table *conlist = NULL;
NULL 666 win32/win32.c socklist = NULL;
NULL 674 win32/win32.c conlist = NULL;
NULL 678 win32/win32.c uenvarea = NULL;
NULL 828 win32/win32.c return NULL;
NULL 841 win32/win32.c return NULL;
NULL 849 win32/win32.c child->hProcess = NULL;
NULL 861 win32/win32.c child->hProcess = NULL;
NULL 865 win32/win32.c return NULL;
NULL 1125 win32/win32.c return NULL;
NULL 1131 win32/win32.c return NULL;
NULL 1136 win32/win32.c sa.lpSecurityDescriptor = NULL;
NULL 1169 win32/win32.c return NULL;
NULL 1174 win32/win32.c psa->bInheritHandle, dwCreationFlags, NULL, NULL,
NULL 1181 win32/win32.c return NULL;
NULL 1221 win32/win32.c char *p = NULL;
NULL 1222 win32/win32.c const char *shell = NULL;
NULL 1223 win32/win32.c WCHAR *wcmd = NULL, *wshell = NULL;
NULL 1229 win32/win32.c char *cmd_sep = NULL;
NULL 1234 win32/win32.c if (!(p = dln_find_exe_r(prog, NULL, fbuf, sizeof(fbuf)))) {
NULL 1295 win32/win32.c shell = dln_find_exe_r(shell, NULL, fbuf, sizeof(fbuf));
NULL 1325 win32/win32.c if (!e && shell && !(wshell = mbstr_to_wstr(cp, shell, -1, NULL))) e = E2BIG;
NULL 1327 win32/win32.c if (!e && cmd && !(wcmd = mbstr_to_wstr(cp, cmd, -1, NULL))) e = E2BIG;
NULL 1332 win32/win32.c ret = child_result(CreateChild(wcmd, wshell, NULL, NULL, NULL, NULL, 0), mode);
NULL 1364 win32/win32.c WCHAR *wcmd = NULL, *wprog = NULL;
NULL 1378 win32/win32.c else if ((cmd = dln_find_exe_r(prog, NULL, fbuf, sizeof(fbuf)))) {
NULL 1395 win32/win32.c progs[1] = NULL;
NULL 1396 win32/win32.c len = join_argv(NULL, progs, ntcmd, cp, 1);
NULL 1399 win32/win32.c if (argv[0]) len += join_argv(NULL, argv, ntcmd, cp, 0);
NULL 1407 win32/win32.c len = join_argv(NULL, argv, FALSE, cp, 1);
NULL 1412 win32/win32.c if (!e && cmd && !(wcmd = mbstr_to_wstr(cp, cmd, -1, NULL))) e = E2BIG;
NULL 1414 win32/win32.c if (!e && prog && !(wprog = mbstr_to_wstr(cp, prog, -1, NULL))) e = E2BIG;
NULL 1417 win32/win32.c ret = child_result(CreateChild(wcmd, wprog, NULL, NULL, NULL, NULL, flags), mode);
NULL 1590 win32/win32.c NtCmdLineElement *cmdhead = NULL, **cmdtail = &cmdhead;
NULL 1598 win32/win32.c *vec = NULL;
NULL 1825 win32/win32.c get_proc_address("kernel32", "GetFinalPathNameByHandleW", NULL);
NULL 1839 win32/win32.c return CreateFileW(path, access, share_mode, NULL, OPEN_EXISTING,
NULL 1840 win32/win32.c FILE_FLAG_BACKUP_SEMANTICS|flags, NULL);
NULL 1917 win32/win32.c return NULL;
NULL 1923 win32/win32.c return NULL;
NULL 1927 win32/win32.c return NULL;
NULL 1934 win32/win32.c if (p == NULL)
NULL 1935 win32/win32.c return NULL;
NULL 1960 win32/win32.c return NULL;
NULL 2008 win32/win32.c int len = WideCharToMultiByte(cp, 0, wstr, clen, NULL, 0, NULL, NULL);
NULL 2010 win32/win32.c WideCharToMultiByte(cp, 0, wstr, clen, ptr, len, NULL, NULL);
NULL 2024 win32/win32.c int len = MultiByteToWideChar(cp, 0, str, clen, NULL, 0);
NULL 2040 win32/win32.c WCHAR *wpath = filecp_to_wstr(filename, NULL);
NULL 2042 win32/win32.c return NULL;
NULL 2053 win32/win32.c WCHAR *wpath = utf8_to_wstr(filename, NULL);
NULL 2055 win32/win32.c return NULL;
NULL 2074 win32/win32.c dirp->curr = NULL;
NULL 2114 win32/win32.c len = WideCharToMultiByte(CP_UTF8, 0, wstr, clen, NULL, 0, NULL, NULL);
NULL 2116 win32/win32.c WideCharToMultiByte(CP_UTF8, 0, wstr, clen, RSTRING_PTR(src), len, NULL, NULL);
NULL 2126 win32/win32.c return rb_str_conv_enc_opts(src, NULL, enc, ECONV_UNDEF_REPLACE, Qnil);
NULL 2203 win32/win32.c return NULL;
NULL 2343 win32/win32.c static ioinfo ** __pioinfo = NULL;
NULL 2367 win32/win32.c char *p = (char*)get_proc_address("ucrtbase.dll", "_isatty", NULL);
NULL 2467 win32/win32.c hF = CreateFile("NUL", 0, 0, NULL, OPEN_ALWAYS, 0, NULL);
NULL 2513 win32/win32.c setvbuf(stderr, NULL, _IONBF, 0);
NULL 2522 win32/win32.c if (socklist_lookup(sock, NULL))
NULL 2572 win32/win32.c buffer, sizeof(buffer), NULL) == 0 &&
NULL 2575 win32/win32.c buffer, sizeof(buffer), NULL) == 0)
NULL 2582 win32/win32.c while ((p = strpbrk(p, "\r\n")) != NULL) {
NULL 2823 win32/win32.c if (PeekNamedPipe((HANDLE)sock, NULL, 0, NULL, &n, NULL)) {
NULL 2979 win32/win32.c gettimeofday(&limit, NULL);
NULL 3001 win32/win32.c if (extract_fd(NULL, else_rd.fdset, is_invalid_handle) > 0 ||
NULL 3002 win32/win32.c extract_fd(NULL, else_wr.fdset, is_invalid_handle) > 0) {
NULL 3071 win32/win32.c gettimeofday(&now, NULL);
NULL 3103 win32/win32.c FARPROC ptr = NULL;
NULL 3106 win32/win32.c &ptr, sizeof(ptr), &dmy, NULL, NULL);
NULL 3397 win32/win32.c wol.hEvent = CreateEvent(NULL, TRUE, FALSE, NULL);
NULL 3402 win32/win32.c &wol, NULL);
NULL 3404 win32/win32.c ret = WSARecv(s, &wbuf, 1, &size, &flg, &wol, NULL);
NULL 3409 win32/win32.c &wol, NULL);
NULL 3411 win32/win32.c ret = WSASend(s, &wbuf, 1, &size, flags, &wol, NULL);
NULL 3426 win32/win32.c return overlapped_socket_io(TRUE, fd, buf, len, flags, NULL, NULL);
NULL 3441 win32/win32.c return overlapped_socket_io(FALSE, fd, (char *)buf, len, flags, NULL, NULL);
NULL 3493 win32/win32.c static WSARecvMsg_t pWSARecvMsg = NULL;
NULL 3518 win32/win32.c if ((ret = pWSARecvMsg(s, &wsamsg, &len, NULL, NULL)) == SOCKET_ERROR) {
NULL 3529 win32/win32.c wol.hEvent = CreateEvent(NULL, TRUE, FALSE, NULL);
NULL 3530 win32/win32.c ret = pWSARecvMsg(s, &wsamsg, &size, &wol, NULL);
NULL 3551 win32/win32.c static WSASendMsg_t pWSASendMsg = NULL;
NULL 3575 win32/win32.c if ((ret = pWSASendMsg(s, &wsamsg, flags, &len, NULL, NULL)) == SOCKET_ERROR) {
NULL 3586 win32/win32.c wol.hEvent = CreateEvent(NULL, TRUE, FALSE, NULL);
NULL 3587 win32/win32.c ret = pWSASendMsg(s, &wsamsg, flags, &size, &wol, NULL);
NULL 3640 win32/win32.c if (WSAEnumProtocols(NULL, NULL, &proto_buffers_len) == SOCKET_ERROR) {
NULL 3653 win32/win32.c WSAEnumProtocols(NULL, proto_buffers, &proto_buffers_len);
NULL 3670 win32/win32.c out = WSASocket(af, type, protocol, NULL, 0, 0);
NULL 3723 win32/win32.c if (r == NULL)
NULL 3741 win32/win32.c if (r == NULL)
NULL 3777 win32/win32.c if (r == NULL)
NULL 3795 win32/win32.c if (r == NULL)
NULL 3813 win32/win32.c if (r == NULL)
NULL 3831 win32/win32.c if (r == NULL)
NULL 3994 win32/win32.c static cigl_t pConvertInterfaceGuidToLuid = NULL;
NULL 3995 win32/win32.c static cilnA_t pConvertInterfaceLuidToNameA = NULL;
NULL 4005 win32/win32.c ret = GetAdaptersAddresses(AF_UNSPEC, 0, NULL, NULL, &size);
NULL 4011 win32/win32.c ret = GetAdaptersAddresses(AF_UNSPEC, 0, NULL, root, &size);
NULL 4021 win32/win32.c "ConvertInterfaceGuidToLuid", NULL);
NULL 4025 win32/win32.c "ConvertInterfaceLuidToNameA", NULL);
NULL 4027 win32/win32.c for (prev = NULL, addr = root; addr; addr = addr->Next) {
NULL 4106 win32/win32.c struct netent *getnetent (void) {return (struct netent *) NULL;}
NULL 4108 win32/win32.c struct netent *getnetbyaddr(long net, int type) {return (struct netent *)NULL;}
NULL 4110 win32/win32.c struct netent *getnetbyname(const char *name) {return (struct netent *)NULL;}
NULL 4112 win32/win32.c struct protoent *getprotoent (void) {return (struct protoent *) NULL;}
NULL 4114 win32/win32.c struct servent *getservent (void) {return (struct servent *) NULL;}
NULL 4276 win32/win32.c if (!GetNamedPipeHandleState((HANDLE)sock, &state, NULL, NULL, NULL, NULL, 0)) {
NULL 4281 win32/win32.c if (!SetNamedPipeHandleState((HANDLE)sock, &state, NULL, NULL)) {
NULL 4493 win32/win32.c gettimeofday(&tv, NULL);
NULL 4558 win32/win32.c len = GetCurrentDirectory(0, NULL);
NULL 4561 win32/win32.c return NULL;
NULL 4567 win32/win32.c return NULL;
NULL 4575 win32/win32.c return NULL;
NULL 4583 win32/win32.c return NULL;
NULL 4643 win32/win32.c if (hProc == NULL || hProc == INVALID_HANDLE_VALUE) {
NULL 4686 win32/win32.c if (hProc == NULL || hProc == INVALID_HANDLE_VALUE) {
NULL 4731 win32/win32.c if (!CreateHardLinkW(to, from, NULL)) {
NULL 4747 win32/win32.c if (!(wfrom = utf8_to_wstr(from, NULL)))
NULL 4749 win32/win32.c if (!(wto = utf8_to_wstr(to, NULL))) {
NULL 4767 win32/win32.c if (!(wfrom = filecp_to_wstr(from, NULL)))
NULL 4769 win32/win32.c if (!(wto = filecp_to_wstr(to, NULL))) {
NULL 4803 win32/win32.c if (!DeviceIoControl(f, FSCTL_GET_REPARSE_POINT, NULL, 0,
NULL 4804 win32/win32.c rp, size, &ret, NULL)) {
NULL 4889 win32/win32.c DWORD len = MultiByteToWideChar(cp, 0, path, -1, NULL, 0);
NULL 4904 win32/win32.c ret = WideCharToMultiByte(cp, 0, wname, len, buf, bufsize, NULL, NULL);
NULL 4951 win32/win32.c get_proc_address("kernel32", "CreateSymbolicLinkW", NULL);
NULL 4958 win32/win32.c len1 = MultiByteToWideChar(cp, 0, src, -1, NULL, 0);
NULL 4959 win32/win32.c len2 = MultiByteToWideChar(cp, 0, link, -1, NULL, 0);
NULL 5010 win32/win32.c if (len == 0) return NULL;
NULL 5014 win32/win32.c uenvarea = NULL;
NULL 5019 win32/win32.c return NULL;
NULL 5023 win32/win32.c uenvarea = wstr_to_mbstr(cp, wenvarea, wlen, NULL);
NULL 5026 win32/win32.c return NULL;
NULL 5032 win32/win32.c return NULL;
NULL 5127 win32/win32.c if (!(wfrom = utf8_to_wstr(from, NULL)))
NULL 5129 win32/win32.c if (!(wto = utf8_to_wstr(to, NULL))) {
NULL 5146 win32/win32.c if (!(wfrom = filecp_to_wstr(from, NULL)))
NULL 5148 win32/win32.c if (!(wto = filecp_to_wstr(to, NULL))) {
NULL 5252 win32/win32.c if (GetEnvironmentVariableW(L"TZ", NULL, 0) == 0 && GetLastError() == ERROR_ENVVAR_NOT_FOUND) return ret;
NULL 5268 win32/win32.c if (GetEnvironmentVariableW(L"TZ", NULL, 0) == 0 && GetLastError() == ERROR_ENVVAR_NOT_FOUND) {
NULL 5592 win32/win32.c return NULL;
NULL 5629 win32/win32.c if (!(wpath = mbstr_to_wstr(cp, path, -1, NULL)))
NULL 5657 win32/win32.c if (!(wpath = mbstr_to_wstr(cp, path, -1, NULL)))
NULL 5731 win32/win32.c if (!(wpath = mbstr_to_wstr(cp, path, -1, NULL)))
NULL 5844 win32/win32.c arg.stackaddr = NULL;
NULL 5851 win32/win32.c thr = CreateThread(NULL, 0, call_asynchronous, &arg, 0, &val);
NULL 5920 win32/win32.c if (!(*myenv = wstr_to_utf8(env, NULL))) {
NULL 5926 win32/win32.c *myenv = NULL;
NULL 5955 win32/win32.c static query_func *pNtQueryInformationProcess = NULL;
NULL 5959 win32/win32.c pNtQueryInformationProcess = (query_func *)get_proc_address("ntdll.dll", "NtQueryInformationProcess", NULL);
NULL 6015 win32/win32.c if (!(wfile = utf8_to_wstr(file, NULL)))
NULL 6049 win32/win32.c if (!(wfile = filecp_to_wstr(file, NULL)))
NULL 6102 win32/win32.c sec.lpSecurityDescriptor = NULL;
NULL 6193 win32/win32.c h = CreateFile("NUL", 0, 0, NULL, OPEN_ALWAYS, 0, NULL);
NULL 6206 win32/win32.c h = CreateFileW(file, access, FILE_SHARE_READ | FILE_SHARE_WRITE | share_delete, &sec, create, attr, NULL);
NULL 6290 win32/win32.c sec.lpSecurityDescriptor = NULL;
NULL 6308 win32/win32.c OPEN_EXISTING, FILE_FLAG_OVERLAPPED, NULL);
NULL 6318 win32/win32.c h = CreateFile("NUL", 0, 0, NULL, OPEN_ALWAYS, 0, NULL);
NULL 6338 win32/win32.c h = CreateFile("NUL", 0, 0, NULL, OPEN_ALWAYS, 0, NULL);
NULL 6393 win32/win32.c return NULL;
NULL 6398 win32/win32.c return NULL;
NULL 6740 win32/win32.c socklist_delete(&sock, NULL);
NULL 6775 win32/win32.c ol->hEvent = CreateEvent(NULL, TRUE, TRUE, NULL);
NULL 6864 win32/win32.c if (GetNamedPipeHandleState((HANDLE)_osfhnd(fd), &state, NULL, NULL, NULL, NULL, 0) && (state & PIPE_NOWAIT)) {
NULL 7063 win32/win32.c str = rb_str_conv_enc_opts(str, NULL, rb_enc_from_index(ENCINDEX_UTF_8),
NULL 7081 win32/win32.c if (!WriteConsoleW(handle, ptr, len, &written, NULL))
NULL 7090 win32/win32.c if (!WriteConsoleW(handle, ptr, curlen, &written, NULL)) {
NULL 7151 win32/win32.c if (!SetFileTime(hFile, NULL, &atime, &mtime)) {
NULL 7171 win32/win32.c if (!(wpath = utf8_to_wstr(path, NULL)))
NULL 7185 win32/win32.c if (!(wpath = filecp_to_wstr(path, NULL)))
NULL 7199 win32/win32.c if (!(wpath = utf8_to_wstr(path, NULL)))
NULL 7213 win32/win32.c if (CreateDirectoryW(wpath, NULL) == FALSE) {
NULL 7233 win32/win32.c if (!(wpath = utf8_to_wstr(path, NULL)))
NULL 7247 win32/win32.c if (!(wpath = filecp_to_wstr(path, NULL)))
NULL 7282 win32/win32.c if (!(wpath = filecp_to_wstr(path, NULL)))
NULL 7296 win32/win32.c if (!(wpath = utf8_to_wstr(path, NULL)))
NULL 7340 win32/win32.c if (!(wpath = utf8_to_wstr(path, NULL)))
NULL 7354 win32/win32.c if (!(wpath = filecp_to_wstr(path, NULL)))
NULL 7368 win32/win32.c if (!(wpath = utf8_to_wstr(path, NULL)))
NULL 7400 win32/win32.c get_proc_address("kernel32", "SetFileInformationByHandle", NULL);
NULL 7466 win32/win32.c pInetNtop = (inet_ntop_t *)get_proc_address("ws2_32", "inet_ntop", NULL);
NULL 7484 win32/win32.c pInetPton = (inet_pton_t *)get_proc_address("ws2_32", "inet_pton", NULL);
NULL 7581 win32/win32.c return NULL;
NULL 7605 win32/win32.c return NULL;
NULL 7614 win32/win32.c rp->tm_isdst = systemtime_to_localtime(NULL, &gst, &lst);
NULL 7654 win32/win32.c socklist_delete(&sock, NULL);
NULL 9 win32/winmain.c return main(0, NULL);