NULL 118 bcmath/bcmath.c NULL, NULL 119 bcmath/bcmath.c NULL, NULL 125 bcmath/bcmath.c NULL, NULL 355 bcmath/bcmath.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Division by zero"); NULL 391 bcmath/bcmath.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Division by zero"); NULL 513 bcmath/bcmath.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Square root of negative number"); NULL 51 bcmath/libbcmath/src/add.c bc_num sum = NULL; NULL 131 bcmath/libbcmath/src/div.c if (num1 == NULL) bc_out_of_memory(); NULL 137 bcmath/libbcmath/src/div.c if (num2 == NULL) bc_out_of_memory(); NULL 168 bcmath/libbcmath/src/div.c if (mval == NULL) bc_out_of_memory (); NULL 50 bcmath/libbcmath/src/divmod.c bc_num quotient = NULL; NULL 85 bcmath/libbcmath/src/divmod.c return bc_divmod (num1, num2, NULL, result, scale TSRMLS_CC); NULL 42 bcmath/libbcmath/src/init.c bc_num _bc_Free_list = NULL; NULL 56 bcmath/libbcmath/src/init.c if (_bc_Free_list != NULL) { NULL 61 bcmath/libbcmath/src/init.c if (temp == NULL) bc_out_of_memory (); NULL 70 bcmath/libbcmath/src/init.c if (temp->n_ptr == NULL) bc_out_of_memory(); NULL 85 bcmath/libbcmath/src/init.c if (*num == NULL) return; NULL 97 bcmath/libbcmath/src/init.c *num = NULL; NULL 57 bcmath/libbcmath/src/num2str.c if (str == NULL) bc_out_of_memory(); NULL 135 bcmath/libbcmath/src/output.c digits = NULL; NULL 156 bcmath/libbcmath/src/output.c if (temp == NULL) bc_out_of_memory(); NULL 164 bcmath/libbcmath/src/output.c if (digits != NULL) NULL 167 bcmath/libbcmath/src/output.c while (digits != NULL) NULL 61 bcmath/libbcmath/src/recmul.c if (_bc_Free_list != NULL) { NULL 68 bcmath/libbcmath/src/recmul.c if (temp == NULL) bc_out_of_memory (); NULL 75 bcmath/libbcmath/src/recmul.c temp->n_ptr = NULL; NULL 51 bcmath/libbcmath/src/sub.c bc_num diff = NULL; NULL 119 bz2/bz2.c NULL, NULL 120 bz2/bz2.c NULL, NULL 187 bz2/bz2.c NULL, /* seek */ NULL 188 bz2/bz2.c NULL, /* cast */ NULL 189 bz2/bz2.c NULL, /* stat */ NULL 190 bz2/bz2.c NULL /* set_option */ NULL 214 bz2/bz2.c php_stream *retstream = NULL, *stream = NULL; NULL 215 bz2/bz2.c char *path_copy = NULL; NULL 216 bz2/bz2.c BZFILE *bz_file = NULL; NULL 222 bz2/bz2.c return NULL; NULL 226 bz2/bz2.c virtual_filepath_ex(path, &path_copy, NULL TSRMLS_CC); NULL 232 bz2/bz2.c return NULL; NULL 241 bz2/bz2.c path_copy = NULL; NULL 243 bz2/bz2.c if (bz_file == NULL) { NULL 275 bz2/bz2.c return NULL; NULL 282 bz2/bz2.c NULL, /* close */ NULL 283 bz2/bz2.c NULL, /* fstat */ NULL 284 bz2/bz2.c NULL, /* stat */ NULL 285 bz2/bz2.c NULL, /* opendir */ NULL 287 bz2/bz2.c NULL, /* unlink */ NULL 288 bz2/bz2.c NULL, /* rename */ NULL 289 bz2/bz2.c NULL, /* mkdir */ NULL 290 bz2/bz2.c NULL /* rmdir */ NULL 295 bz2/bz2.c NULL, NULL 341 bz2/bz2.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "length may not be negative"); NULL 350 bz2/bz2.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "could not read valid bz2 data from stream"); NULL 368 bz2/bz2.c php_stream *stream = NULL; NULL 375 bz2/bz2.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "'%s' is not a valid mode for bzopen(). Only 'w' and 'r' are supported.", mode); NULL 382 bz2/bz2.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "filename cannot be empty"); NULL 390 bz2/bz2.c stream = php_stream_bz2open(NULL, NULL 394 bz2/bz2.c NULL); NULL 404 bz2/bz2.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "cannot use stream opened in mode '%s'", stream->mode); NULL 407 bz2/bz2.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "cannot use stream opened in mode '%s'", stream->mode); NULL 415 bz2/bz2.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "cannot read from a stream opened in write only mode"); NULL 424 bz2/bz2.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "cannot write to a stream opened in read only mode"); NULL 441 bz2/bz2.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "first parameter has to be string or file-resource"); NULL 484 bz2/bz2.c char *dest = NULL; /* Destination to place the compressed data into */ NULL 548 bz2/bz2.c bzs.bzalloc = NULL; NULL 549 bz2/bz2.c bzs.bzfree = NULL; NULL 313 bz2/bz2_filter.c php_stream_filter_ops *fops = NULL; NULL 320 bz2/bz2_filter.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed allocating %zu bytes", sizeof(php_bz2_filter_data)); NULL 321 bz2/bz2_filter.c return NULL; NULL 333 bz2/bz2_filter.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed allocating %zu bytes", data->inbuf_len); NULL 335 bz2/bz2_filter.c return NULL; NULL 340 bz2/bz2_filter.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed allocating %zu bytes", data->outbuf_len); NULL 343 bz2/bz2_filter.c return NULL; NULL 351 bz2/bz2_filter.c zval **tmpzval = NULL; NULL 363 bz2/bz2_filter.c tmpzval = NULL; NULL 400 bz2/bz2_filter.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid parameter given for number of blocks to allocate. (%ld)", Z_LVAL_PP(tmpzval)); NULL 415 bz2/bz2_filter.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid parameter given for work factor. (%ld)", Z_LVAL(tmp)); NULL 434 bz2/bz2_filter.c return NULL; NULL 33 bz2/php_bz2.h #define phpext_bz2_ptr NULL NULL 54 bz2/php_bz2.h #define php_stream_bz2open(wrapper, path, mode, options, opened_path) _php_stream_bz2open((wrapper), (path), (mode), (options), (opened_path), NULL STREAMS_CC TSRMLS_CC) NULL 39 calendar/cal_unix.c ts = time(NULL); NULL 160 calendar/calendar.c NULL, NULL 161 calendar/calendar.c NULL, NULL 162 calendar/calendar.c NULL, NULL 313 calendar/calendar.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "invalid calendar ID %ld.", cal); NULL 335 calendar/calendar.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "invalid calendar ID %ld.", cal); NULL 344 calendar/calendar.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "invalid date."); NULL 377 calendar/calendar.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "invalid calendar ID %ld.", cal); NULL 399 calendar/calendar.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "invalid calendar ID %ld", cal); NULL 508 calendar/calendar.c *ret = NULL; NULL 509 calendar/calendar.c return NULL; NULL 607 calendar/calendar.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Year out of range (0-9999)."); NULL 709 calendar/calendar.c char *monthname = NULL; NULL 55 calendar/easter.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "This function is only valid for years between 1970 and 2037 inclusive"); NULL 36 com_dotnet/com_com.c zval *server_params = NULL; NULL 38 com_dotnet/com_com.c char *module_name, *typelib_name = NULL, *server_name = NULL; NULL 39 com_dotnet/com_com.c char *user_name = NULL, *domain_name = NULL, *password = NULL; NULL 47 com_dotnet/com_com.c ITypeLib *TL = NULL; NULL 51 com_dotnet/com_com.c RPC_C_AUTHN_WINNT, RPC_C_AUTHZ_NONE, NULL, NULL 152 com_dotnet/com_com.c info.pAuthInfo = NULL; NULL 158 com_dotnet/com_com.c IBindCtx *pBindCtx = NULL; NULL 159 com_dotnet/com_com.c IMoniker *pMoniker = NULL; NULL 184 com_dotnet/com_com.c NULL, &IID_IDispatch, (LPVOID*)&V_DISPATCH(&obj->v)); NULL 200 com_dotnet/com_com.c qi.pItf = NULL; NULL 203 com_dotnet/com_com.c res = CoCreateInstanceEx(&clsid, NULL, ctx, &info, 1, &qi); NULL 211 com_dotnet/com_com.c res = CoCreateInstance(&clsid, NULL, CLSCTX_SERVER, &IID_IDispatch, (LPVOID*)&V_DISPATCH(&obj->v)); NULL 263 com_dotnet/com_com.c if (SUCCEEDED(ITypeLib_GetDocumentation(TL, -1, &name, NULL, NULL, NULL))) { NULL 266 com_dotnet/com_com.c if (SUCCESS == zend_ts_hash_add(&php_com_typelibraries, typelib_name, typelib_name_len+1, (void*)&TL, sizeof(ITypeLib*), NULL)) { NULL 293 com_dotnet/com_com.c IUnknown *unk = NULL; NULL 294 com_dotnet/com_com.c IDispatch *obj = NULL; NULL 296 com_dotnet/com_com.c OLECHAR *module = NULL; NULL 310 com_dotnet/com_com.c php_com_throw_exception(res, NULL TSRMLS_CC); NULL 312 com_dotnet/com_com.c res = GetActiveObject(&clsid, NULL, &unk); NULL 315 com_dotnet/com_com.c php_com_throw_exception(res, NULL TSRMLS_CC); NULL 320 com_dotnet/com_com.c php_com_throw_exception(res, NULL TSRMLS_CC); NULL 351 com_dotnet/com_com.c char *source = NULL, *desc = NULL, *msg = NULL; NULL 396 com_dotnet/com_com.c msg = NULL; NULL 443 com_dotnet/com_com.c obj->typeinfo = NULL; NULL 455 com_dotnet/com_com.c zend_hash_init(obj->id_of_name_cache, 2, NULL, NULL, 0); NULL 457 com_dotnet/com_com.c zend_hash_update(obj->id_of_name_cache, name, namelen, dispid, sizeof(*dispid), NULL); NULL 470 com_dotnet/com_com.c VARIANT *vargs = NULL, *byref_vals = NULL; NULL 475 com_dotnet/com_com.c if (!f || f->arg_info == NULL) { NULL 476 com_dotnet/com_com.c f = NULL; NULL 482 com_dotnet/com_com.c char *winerr = NULL; NULL 483 com_dotnet/com_com.c char *msg = NULL; NULL 539 com_dotnet/com_com.c disp_params.rgdispidNamedArgs = NULL; NULL 591 com_dotnet/com_com.c VARIANT *vargs = NULL; NULL 606 com_dotnet/com_com.c disp_params.rgdispidNamedArgs = NULL; NULL 637 com_dotnet/com_com.c char *winerr = NULL; NULL 638 com_dotnet/com_com.c char *msg = NULL; NULL 681 com_dotnet/com_com.c zval *object, *sinkobject, *sink=NULL; NULL 682 com_dotnet/com_com.c char *dispname = NULL, *typelibname = NULL; NULL 685 com_dotnet/com_com.c ITypeInfo *typeinfo = NULL; NULL 705 com_dotnet/com_com.c } else if (sink != NULL) { NULL 743 com_dotnet/com_com.c char *ifacename = NULL; NULL 744 com_dotnet/com_com.c char *typelibname = NULL; NULL 747 com_dotnet/com_com.c php_com_dotnet_object *obj = NULL; NULL 765 com_dotnet/com_com.c php_com_process_typeinfo(typeinfo, NULL, 1, NULL, obj ? obj->code_page : COMG(code_page) TSRMLS_CC); NULL 787 com_dotnet/com_com.c result = MsgWaitForMultipleObjects(0, NULL, FALSE, timeoutms, QS_ALLINPUT); NULL 790 com_dotnet/com_com.c while (PeekMessage(&msg, NULL, 0, 0, PM_REMOVE)) { NULL 809 com_dotnet/com_com.c ITypeLib *pTL = NULL; NULL 830 com_dotnet/com_com.c pTL = NULL; NULL 128 com_dotnet/com_dotnet.c IUnknown *unk = NULL; NULL 138 com_dotnet/com_dotnet.c hr = CoCreateInstance(&CLSID_CorRuntimeHost, NULL, CLSCTX_ALL, NULL 166 com_dotnet/com_dotnet.c if (COMG(dotnet_runtime_stuff) == NULL) { NULL 198 com_dotnet/com_dotnet.c IUnknown *unk = NULL; NULL 201 com_dotnet/com_dotnet.c if (COMG(dotnet_runtime_stuff) == NULL) { NULL 241 com_dotnet/com_dotnet.c IObjectHandle *handle = NULL; NULL 306 com_dotnet/com_dotnet.c stuff->dotnet_host = NULL; NULL 309 com_dotnet/com_dotnet.c COMG(dotnet_runtime_stuff) = NULL; NULL 318 com_dotnet/com_dotnet.c stuff->dotnet_domain = NULL; NULL 248 com_dotnet/com_extension.c NULL, NULL 249 com_dotnet/com_extension.c NULL, NULL 270 com_dotnet/com_extension.c char *strtok_buf = NULL; NULL 273 com_dotnet/com_extension.c if (!new_value || !new_value[0] || (typelib_file = VCWD_FOPEN(new_value, "r"))==NULL) { NULL 289 com_dotnet/com_extension.c if (typelib_name == NULL) { NULL 293 com_dotnet/com_extension.c modifier = php_strtok_r(NULL, "#", &strtok_buf); NULL 294 com_dotnet/com_extension.c if (modifier != NULL) { NULL 310 com_dotnet/com_extension.c if ((pTL = php_com_load_typelib_via_cache(typelib_name, COMG(code_page), &cached TSRMLS_CC)) != NULL) { NULL 352 com_dotnet/com_extension.c INIT_CLASS_ENTRY(ce, "com_exception", NULL); NULL 353 com_dotnet/com_extension.c php_com_exception_class_entry = zend_register_internal_class_ex(&ce, zend_exception_get_default(TSRMLS_C), NULL TSRMLS_CC); NULL 357 com_dotnet/com_extension.c INIT_CLASS_ENTRY(ce, "com_safearray_proxy", NULL); NULL 363 com_dotnet/com_extension.c INIT_CLASS_ENTRY(ce, "variant", NULL); NULL 368 com_dotnet/com_extension.c INIT_CLASS_ENTRY(ce, "com", NULL); NULL 373 com_dotnet/com_extension.c zend_ts_hash_init(&php_com_typelibraries, 0, NULL, php_com_typelibrary_dtor, 1); NULL 376 com_dotnet/com_extension.c INIT_CLASS_ENTRY(ce, "dotnet", NULL); NULL 52 com_dotnet/com_handlers.c DISPATCH_METHOD|DISPATCH_PROPERTYGET, &v, 0, NULL, 1 TSRMLS_CC); NULL 174 com_dotnet/com_handlers.c php_com_throw_exception(res, NULL TSRMLS_CC); NULL 195 com_dotnet/com_handlers.c return NULL; NULL 221 com_dotnet/com_handlers.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Operation not yet supported on a COM object"); NULL 227 com_dotnet/com_handlers.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot delete properties from a COM object"); NULL 232 com_dotnet/com_handlers.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot delete properties from a COM object"); NULL 242 com_dotnet/com_handlers.c return NULL; NULL 264 com_dotnet/com_handlers.c zend_internal_function f, *fptr = NULL; NULL 273 com_dotnet/com_handlers.c return NULL; NULL 277 com_dotnet/com_handlers.c return NULL; NULL 281 com_dotnet/com_handlers.c if (obj->method_cache == NULL || FAILURE == zend_hash_find(obj->method_cache, name, len, (void**)&fptr)) { NULL 284 com_dotnet/com_handlers.c f.arg_info = NULL; NULL 295 com_dotnet/com_handlers.c ITypeInfo *TI = NULL; NULL 348 com_dotnet/com_handlers.c zend_hash_init(obj->method_cache, 2, NULL, function_dtor, 0); NULL 364 com_dotnet/com_handlers.c return NULL; NULL 369 com_dotnet/com_handlers.c zval ***args = NULL; NULL 414 com_dotnet/com_handlers.c f.arg_info = NULL; \ NULL 433 com_dotnet/com_handlers.c return NULL; NULL 502 com_dotnet/com_handlers.c DISPATCH_METHOD|DISPATCH_PROPERTYGET, &v, 0, NULL, 1, 0 TSRMLS_CC)) { NULL 568 com_dotnet/com_handlers.c NULL, NULL 569 com_dotnet/com_handlers.c NULL, /* com_object_get, */ NULL 570 com_dotnet/com_handlers.c NULL, /* com_object_set, */ NULL 584 com_dotnet/com_handlers.c NULL, /* get_debug_info */ NULL 585 com_dotnet/com_handlers.c NULL, /* get_closure */ NULL 586 com_dotnet/com_handlers.c NULL, /* get_gc */ NULL 619 com_dotnet/com_handlers.c obj->typeinfo = NULL; NULL 625 com_dotnet/com_handlers.c obj->sink_dispatch = NULL; NULL 679 com_dotnet/com_handlers.c retval.handle = zend_objects_store_put(obj, NULL, php_com_object_free_storage, php_com_object_clone TSRMLS_CC); NULL 100 com_dotnet/com_iterator.c I->zdata = NULL; NULL 139 com_dotnet/com_iterator.c NULL NULL 146 com_dotnet/com_iterator.c IEnumVARIANT *iev = NULL; NULL 159 com_dotnet/com_iterator.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "variant is not an object or array VT=%d", V_VT(&obj->v)); NULL 160 com_dotnet/com_iterator.c return NULL; NULL 170 com_dotnet/com_iterator.c I->zdata = NULL; NULL 181 com_dotnet/com_iterator.c php_error_docref(NULL TSRMLS_CC, E_WARNING, NULL 208 com_dotnet/com_iterator.c &dp, &v, NULL, NULL))) { NULL 221 com_dotnet/com_iterator.c if (iev == NULL) { NULL 248 com_dotnet/com_iterator.c return NULL; NULL 35 com_dotnet/com_misc.c if (message == NULL) { NULL 64 com_dotnet/com_misc.c z->value.obj.handle = zend_objects_store_put(obj, NULL, php_com_object_free_storage, php_com_object_clone TSRMLS_CC); NULL 83 com_dotnet/com_misc.c if ((V_VT(&obj->v) == VT_DISPATCH) && (V_DISPATCH(&obj->v) != NULL)) { NULL 89 com_dotnet/com_misc.c z->value.obj.handle = zend_objects_store_put(obj, NULL, php_com_object_free_storage, php_com_object_clone TSRMLS_CC); NULL 109 com_dotnet/com_misc.c php_error_docref(NULL TSRMLS_CC, E_WARNING, NULL 35 com_dotnet/com_olechar.c OLECHAR *olestring = NULL; NULL 41 com_dotnet/com_olechar.c string_len = MultiByteToWideChar(codepage, flags, string, -1, NULL, 0); NULL 59 com_dotnet/com_olechar.c php_error_docref(NULL TSRMLS_CC, E_WARNING, NULL 74 com_dotnet/com_olechar.c length = WideCharToMultiByte(codepage, 0, olestring, -1, NULL, 0, NULL, NULL); NULL 78 com_dotnet/com_olechar.c length = WideCharToMultiByte(codepage, 0, olestring, -1, string, length, NULL, NULL); NULL 90 com_dotnet/com_olechar.c php_error_docref(NULL TSRMLS_CC, E_WARNING, NULL 81 com_dotnet/com_persist.c *ppvObject = NULL; NULL 275 com_dotnet/com_persist.c if (stm == NULL) NULL 276 com_dotnet/com_persist.c return NULL; NULL 296 com_dotnet/com_persist.c #define CPH_NO_OBJ() if (helper->unk == NULL) { php_com_throw_exception(E_INVALIDARG, "No COM object is associated with this helper instance" TSRMLS_CC); return; } NULL 340 com_dotnet/com_persist.c OLECHAR *olename = NULL; NULL 359 com_dotnet/com_persist.c php_com_throw_exception(res, NULL TSRMLS_CC); NULL 361 com_dotnet/com_persist.c php_com_throw_exception(res, NULL TSRMLS_CC); NULL 372 com_dotnet/com_persist.c char *filename, *fullpath = NULL; NULL 375 com_dotnet/com_persist.c OLECHAR *olefilename = NULL; NULL 389 com_dotnet/com_persist.c fullpath = expand_filepath(filename, NULL TSRMLS_CC); NULL 409 com_dotnet/com_persist.c olefilename = NULL; NULL 421 com_dotnet/com_persist.c php_com_throw_exception(res, NULL TSRMLS_CC); NULL 425 com_dotnet/com_persist.c php_com_throw_exception(res, NULL TSRMLS_CC); NULL 452 com_dotnet/com_persist.c if (!(fullpath = expand_filepath(filename, NULL TSRMLS_CC))) { NULL 468 com_dotnet/com_persist.c php_com_throw_exception(res, NULL TSRMLS_CC); NULL 472 com_dotnet/com_persist.c php_com_throw_exception(res, NULL TSRMLS_CC); NULL 495 com_dotnet/com_persist.c php_com_throw_exception(res, NULL TSRMLS_CC); NULL 501 com_dotnet/com_persist.c php_com_throw_exception(res, NULL TSRMLS_CC); NULL 523 com_dotnet/com_persist.c php_com_throw_exception(res, NULL TSRMLS_CC); NULL 528 com_dotnet/com_persist.c php_com_throw_exception(res, NULL TSRMLS_CC); NULL 539 com_dotnet/com_persist.c IStream *stm = NULL; NULL 550 com_dotnet/com_persist.c if (stream == NULL) { NULL 556 com_dotnet/com_persist.c if (stm == NULL) { NULL 564 com_dotnet/com_persist.c if (helper->unk == NULL) { NULL 565 com_dotnet/com_persist.c IDispatch *disp = NULL; NULL 587 com_dotnet/com_persist.c php_com_throw_exception(res, NULL TSRMLS_CC); NULL 599 com_dotnet/com_persist.c IStream *stm = NULL; NULL 612 com_dotnet/com_persist.c if (stream == NULL) { NULL 618 com_dotnet/com_persist.c if (stm == NULL) { NULL 636 com_dotnet/com_persist.c php_com_throw_exception(res, NULL TSRMLS_CC); NULL 648 com_dotnet/com_persist.c php_com_dotnet_object *obj = NULL; NULL 649 com_dotnet/com_persist.c zval *zobj = NULL; NULL 664 com_dotnet/com_persist.c if (V_VT(&obj->v) != VT_DISPATCH || V_DISPATCH(&obj->v) == NULL) { NULL 680 com_dotnet/com_persist.c CPH_ME(__construct, NULL) NULL 681 com_dotnet/com_persist.c CPH_ME(GetCurFileName, NULL) NULL 682 com_dotnet/com_persist.c CPH_ME(SaveToFile, NULL) NULL 683 com_dotnet/com_persist.c CPH_ME(LoadFromFile, NULL) NULL 684 com_dotnet/com_persist.c CPH_ME(GetMaxStreamSize, NULL) NULL 685 com_dotnet/com_persist.c CPH_ME(InitNew, NULL) NULL 686 com_dotnet/com_persist.c CPH_ME(LoadFromStream, NULL) NULL 687 com_dotnet/com_persist.c CPH_ME(SaveToStream, NULL) NULL 746 com_dotnet/com_persist.c retval.handle = zend_objects_store_put(helper, NULL, helper_free_storage, helper_clone TSRMLS_CC); NULL 757 com_dotnet/com_persist.c helper_handlers.clone_obj = NULL; NULL 765 com_dotnet/com_persist.c NULL, "com_dotnet_istream_wrapper", module_number); NULL 198 com_dotnet/com_saproxy.c php_com_throw_exception(res, NULL TSRMLS_CC); NULL 277 com_dotnet/com_saproxy.c php_com_throw_exception(res, NULL TSRMLS_CC); NULL 292 com_dotnet/com_saproxy.c return NULL; NULL 304 com_dotnet/com_saproxy.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Operation not yet supported on a COM object"); NULL 310 com_dotnet/com_saproxy.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot delete properties from a COM object"); NULL 315 com_dotnet/com_saproxy.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot delete properties from a COM object"); NULL 321 com_dotnet/com_saproxy.c return NULL; NULL 327 com_dotnet/com_saproxy.c return NULL; NULL 338 com_dotnet/com_saproxy.c return NULL; NULL 386 com_dotnet/com_saproxy.c NULL, NULL 387 com_dotnet/com_saproxy.c NULL, /* saproxy_object_get, */ NULL 388 com_dotnet/com_saproxy.c NULL, /* saproxy_object_set, */ NULL 437 com_dotnet/com_saproxy.c php_com_saproxy *proxy, *rel = NULL; NULL 464 com_dotnet/com_saproxy.c Z_OBJ_HANDLE_P(proxy_out) = zend_objects_store_put(proxy, NULL, saproxy_free_storage, saproxy_clone TSRMLS_CC); NULL 551 com_dotnet/com_saproxy.c NULL NULL 40 com_dotnet/com_typeinfo.c ITypeLib *TL = NULL; NULL 48 com_dotnet/com_typeinfo.c if (search_string == NULL) { NULL 49 com_dotnet/com_typeinfo.c return NULL; NULL 52 com_dotnet/com_typeinfo.c major = php_strtok_r(NULL, ",", &strtok_buf); NULL 53 com_dotnet/com_typeinfo.c minor = php_strtok_r(NULL, ",", &strtok_buf); NULL 71 com_dotnet/com_typeinfo.c if (FAILED(hr) && (major == NULL || minor == NULL)) { NULL 72 com_dotnet/com_typeinfo.c IDispatch *disp = NULL; NULL 73 com_dotnet/com_typeinfo.c ITypeInfo *info = NULL; NULL 76 com_dotnet/com_typeinfo.c if (SUCCEEDED(hr = CoCreateInstance(&clsid, NULL, CLSCTX_SERVER, &IID_IDispatch, (LPVOID*)&disp)) && NULL 102 com_dotnet/com_typeinfo.c ERROR_SUCCESS == RegQueryInfoKey(hkey, NULL, NULL, NULL, &SubKeys, NULL 103 com_dotnet/com_typeinfo.c &MaxSubKeyLength, NULL, NULL, NULL, NULL, NULL, NULL)) { NULL 109 com_dotnet/com_typeinfo.c for (i = 0; i < SubKeys && TL == NULL; i++) { NULL 112 com_dotnet/com_typeinfo.c if (ERROR_SUCCESS == RegQueryInfoKey(hsubkey, NULL, NULL, NULL, &VersionCount, NULL 113 com_dotnet/com_typeinfo.c NULL, NULL, NULL, NULL, NULL, NULL, NULL)) { NULL 122 com_dotnet/com_typeinfo.c char *str = NULL; NULL 168 com_dotnet/com_typeinfo.c if (TL == NULL) { NULL 190 com_dotnet/com_typeinfo.c if(c.name == NULL) { NULL 200 com_dotnet/com_typeinfo.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Type library constant %s is already defined", c.name); NULL 256 com_dotnet/com_typeinfo.c search_string, l+1, (void*)&TL, sizeof(ITypeLib*), NULL)) { NULL 267 com_dotnet/com_typeinfo.c ITypeInfo *typeinfo = NULL; NULL 268 com_dotnet/com_typeinfo.c ITypeLib *typelib = NULL; NULL 273 com_dotnet/com_typeinfo.c if (dispname == NULL && sink) { NULL 284 com_dotnet/com_typeinfo.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "IProvideClassInfo: this code not yet written!"); NULL 287 com_dotnet/com_typeinfo.c } else if (dispname == NULL) { NULL 301 com_dotnet/com_typeinfo.c } else if (typelibname == NULL) { NULL 310 com_dotnet/com_typeinfo.c typeinfo = NULL; NULL 408 com_dotnet/com_typeinfo.c { 0, NULL } NULL 414 com_dotnet/com_typeinfo.c for (i = 0; vt_names[i].name != NULL; i++) { NULL 427 com_dotnet/com_typeinfo.c clsid_str = php_com_olestring_to_string(ole_clsid, NULL, codepage TSRMLS_CC); NULL 440 com_dotnet/com_typeinfo.c char *ansiname = NULL; NULL 449 com_dotnet/com_typeinfo.c if (id_to_name == NULL || attr->typekind == TKIND_DISPATCH) { NULL 458 com_dotnet/com_typeinfo.c ITypeInfo_GetDocumentation(typeinfo, MEMBERID_NIL, &olename, NULL, NULL, NULL); NULL 470 com_dotnet/com_typeinfo.c zend_hash_init(id_to_name, 0, NULL, ZVAL_PTR_DTOR, 0); NULL 488 com_dotnet/com_typeinfo.c ITypeInfo_GetDocumentation(typeinfo, func->memid, &olename, NULL, NULL, NULL); NULL 515 com_dotnet/com_typeinfo.c ITypeInfo_GetDocumentation(typeinfo, func->memid, NULL, &olename, NULL, NULL); NULL 569 com_dotnet/com_typeinfo.c ITypeInfo_GetDocumentation(typeinfo, func->memid, NULL, &olename, NULL, NULL); NULL 587 com_dotnet/com_typeinfo.c zend_hash_index_update(id_to_name, func->memid, (void*)&tmp, sizeof(zval *), NULL); NULL 37 com_dotnet/com_variant.c SAFEARRAY *sa = NULL; NULL 91 com_dotnet/com_variant.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "COM: converting from PHP array to VARIANT array; only arrays with numeric keys are allowed"); NULL 171 com_dotnet/com_variant.c OLECHAR *olestring = NULL; NULL 219 com_dotnet/com_variant.c olestring = NULL; NULL 223 com_dotnet/com_variant.c if (V_UNKNOWN(v) != NULL) { NULL 236 com_dotnet/com_variant.c if (V_DISPATCH(v) != NULL) { NULL 254 com_dotnet/com_variant.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "variant->zval: conversion from 0x%x ret=%d", V_VT(v), ret); NULL 388 com_dotnet/com_variant.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "variant->variant: failed to copy from 0x%x to 0x%x", V_VT(dstvar), V_VT(srcvar)); NULL 401 com_dotnet/com_variant.c zval *zvalue = NULL; NULL 461 com_dotnet/com_variant.c obj->typeinfo = NULL; NULL 470 com_dotnet/com_variant.c zval *zobj, *zvalue = NULL; NULL 483 com_dotnet/com_variant.c obj->typeinfo = NULL; NULL 488 com_dotnet/com_variant.c obj->sink_dispatch = NULL; NULL 513 com_dotnet/com_variant.c VARIANT *vleft = NULL, *vright = NULL; NULL 514 com_dotnet/com_variant.c zval *zleft = NULL, *zright = NULL; NULL 604 com_dotnet/com_variant.c php_com_throw_exception(result, NULL TSRMLS_CC); NULL 721 com_dotnet/com_variant.c VARIANT *vleft = NULL; NULL 722 com_dotnet/com_variant.c zval *zleft = NULL; NULL 765 com_dotnet/com_variant.c php_com_throw_exception(result, NULL TSRMLS_CC); NULL 819 com_dotnet/com_variant.c VARIANT *vleft = NULL; NULL 820 com_dotnet/com_variant.c zval *zleft = NULL; NULL 854 com_dotnet/com_variant.c VARIANT *vleft = NULL, *vright = NULL; NULL 855 com_dotnet/com_variant.c zval *zleft = NULL, *zright = NULL; NULL 912 com_dotnet/com_variant.c zval *zleft = NULL; NULL 962 com_dotnet/com_variant.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Timestamp value must be a positive value."); NULL 1025 com_dotnet/com_variant.c obj->typeinfo = NULL; NULL 66 com_dotnet/com_wrapper.c NULL, "com_dotnet_dispatch_wrapper", module_number); NULL 117 com_dotnet/com_wrapper.c *ppvObject = NULL; NULL 161 com_dotnet/com_wrapper.c *ppTInfo = NULL; NULL 212 com_dotnet/com_wrapper.c pVarResult, pExcepInfo, NULL); NULL 255 com_dotnet/com_wrapper.c zval *retval = NULL; NULL 256 com_dotnet/com_wrapper.c zval ***params = NULL; NULL 296 com_dotnet/com_wrapper.c &retval, pdp->cArgs, params, 1, NULL TSRMLS_CC)) { NULL 426 com_dotnet/com_wrapper.c *ppunk = NULL; NULL 454 com_dotnet/com_wrapper.c char *name = NULL; NULL 460 com_dotnet/com_wrapper.c if (disp->dispid_to_name == NULL) { NULL 463 com_dotnet/com_wrapper.c zend_hash_init(disp->name_to_dispid, 0, NULL, ZVAL_PTR_DTOR, 0); NULL 464 com_dotnet/com_wrapper.c zend_hash_init(disp->dispid_to_name, 0, NULL, ZVAL_PTR_DTOR, 0); NULL 490 com_dotnet/com_wrapper.c zend_hash_index_update(disp->dispid_to_name, pid, (void*)&tmp, sizeof(zval *), NULL); NULL 494 com_dotnet/com_wrapper.c zend_hash_update(disp->name_to_dispid, name, namelen, (void*)&tmp, sizeof(zval *), NULL); NULL 522 com_dotnet/com_wrapper.c zend_hash_index_update(disp->dispid_to_name, pid, (void*)&tmp, sizeof(zval *), NULL); NULL 526 com_dotnet/com_wrapper.c zend_hash_update(disp->name_to_dispid, name, namelen, (void*)&tmp, sizeof(zval *), NULL); NULL 537 com_dotnet/com_wrapper.c if (disp == NULL) NULL 538 com_dotnet/com_wrapper.c return NULL; NULL 586 com_dotnet/com_wrapper.c char *name = NULL; NULL 598 com_dotnet/com_wrapper.c zend_hash_init(disp->name_to_dispid, 0, NULL, ZVAL_PTR_DTOR, 0); NULL 611 com_dotnet/com_wrapper.c Z_STRLEN_PP(ntmp)+1, (void*)&tmp, sizeof(zval *), NULL); NULL 622 com_dotnet/com_wrapper.c php_dispatchex *disp = NULL; NULL 625 com_dotnet/com_wrapper.c return NULL; NULL 632 com_dotnet/com_wrapper.c if (obj == NULL) NULL 633 com_dotnet/com_wrapper.c return NULL; NULL 640 com_dotnet/com_wrapper.c return NULL; NULL 119 ctype/ctype.c NULL, NULL 120 ctype/ctype.c NULL, NULL 121 ctype/ctype.c NULL, NULL 122 ctype/ctype.c NULL, NULL 29 ctype/php_ctype.h #define phpext_ctype_ptr NULL NULL 95 curl/interface.c static MUTEX_T *php_curl_openssl_tsl = NULL; NULL 141 curl/interface.c NULL, NULL 171 curl/interface.c char *copystr = NULL; NULL 181 curl/interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid URL '%s'", url); NULL 186 curl/interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Protocol 'file' disabled in cURL"); NULL 214 curl/interface.c stream = (php_stream *) zend_fetch_resource(&ch->handlers->std_err TSRMLS_CC, -1, NULL, NULL, 2, php_file_le_stream(), php_file_le_pstream()); NULL 215 curl/interface.c if (stream == NULL) { NULL 217 curl/interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "CURLOPT_STDERR resource has gone away, resetting to stderr"); NULL 220 curl/interface.c ch->handlers->std_err = NULL; NULL 226 curl/interface.c stream = (php_stream *) zend_fetch_resource(&ch->handlers->read->stream TSRMLS_CC, -1, NULL, NULL, 2, php_file_le_stream(), php_file_le_pstream()); NULL 227 curl/interface.c if (stream == NULL) { NULL 229 curl/interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "CURLOPT_INFILE resource has gone away, resetting to default"); NULL 234 curl/interface.c ch->handlers->read->stream = NULL; NULL 240 curl/interface.c stream = (php_stream *) zend_fetch_resource(&ch->handlers->write_header->stream TSRMLS_CC, -1, NULL, NULL, 2, php_file_le_stream(), php_file_le_pstream()); NULL 241 curl/interface.c if (stream == NULL) { NULL 243 curl/interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "CURLOPT_WRITEHEADER resource has gone away, resetting to default"); NULL 247 curl/interface.c ch->handlers->write_header->stream = NULL; NULL 254 curl/interface.c stream = (php_stream *) zend_fetch_resource(&ch->handlers->write->stream TSRMLS_CC, -1, NULL, NULL, 2, php_file_le_stream(), php_file_le_pstream()); NULL 255 curl/interface.c if (stream == NULL) { NULL 257 curl/interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "CURLOPT_FILE resource has gone away, resetting to default"); NULL 261 curl/interface.c ch->handlers->write->stream = NULL; NULL 387 curl/interface.c NULL, NULL 388 curl/interface.c NULL, NULL 401 curl/interface.c PHP_INI_ENTRY("curl.cainfo", "", PHP_INI_SYSTEM, NULL) NULL 468 curl/interface.c {NULL, 0} NULL 481 curl/interface.c while (*p != NULL) { NULL 482 curl/interface.c n += sprintf(str + n, "%s%s", *p, *(p + 1) != NULL ? ", " : ""); NULL 529 curl/interface.c le_curl = zend_register_list_destructors_ex(_php_curl_close, NULL, "curl", module_number); NULL 530 curl/interface.c le_curl_multi_handle = zend_register_list_destructors_ex(_php_curl_multi_close, NULL, "curl_multi", module_number); NULL 922 curl/interface.c while (*p != NULL) { NULL 964 curl/interface.c CRYPTO_set_id_callback(NULL); NULL 965 curl/interface.c CRYPTO_set_locking_callback(NULL); NULL 972 curl/interface.c php_curl_openssl_tsl = NULL; NULL 1016 curl/interface.c zval *retval_ptr = NULL; NULL 1017 curl/interface.c zval *handle = NULL; NULL 1018 curl/interface.c zval *zdata = NULL; NULL 1033 curl/interface.c fci.object_ptr = NULL; NULL 1039 curl/interface.c fci.symbol_table = NULL; NULL 1045 curl/interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not call the CURLOPT_WRITEFUNCTION"); NULL 1082 curl/interface.c zval *zdltotal = NULL; NULL 1083 curl/interface.c zval *zdlnow = NULL; NULL 1084 curl/interface.c zval *zultotal = NULL; NULL 1085 curl/interface.c zval *zulnow = NULL; NULL 1109 curl/interface.c fci.object_ptr = NULL; NULL 1114 curl/interface.c fci.symbol_table = NULL; NULL 1120 curl/interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot call the CURLOPT_PROGRESSFUNCTION"); NULL 1158 curl/interface.c zval *handle = NULL; NULL 1159 curl/interface.c zval *zfd = NULL; NULL 1160 curl/interface.c zval *zlength = NULL; NULL 1183 curl/interface.c fci.object_ptr = NULL; NULL 1188 curl/interface.c fci.symbol_table = NULL; NULL 1194 curl/interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot call the CURLOPT_READFUNCTION"); NULL 1240 curl/interface.c zval *handle = NULL; NULL 1241 curl/interface.c zval *zdata = NULL; NULL 1259 curl/interface.c fci.symbol_table = NULL; NULL 1260 curl/interface.c fci.object_ptr = NULL; NULL 1270 curl/interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not call the CURLOPT_HEADERFUNCTION"); NULL 1321 curl/interface.c zval *retval = NULL; NULL 1335 curl/interface.c error = call_user_function(EG(function_table), NULL, func, retval, 2, argv TSRMLS_CC); NULL 1337 curl/interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not call the CURLOPT_PASSWDFUNCTION"); NULL 1340 curl/interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Returned password is too long for libcurl to handle"); NULL 1345 curl/interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "User handler '%s' did not return a string", Z_STRVAL_P(func)); NULL 1394 curl/interface.c if (d == NULL) { NULL 1411 curl/interface.c zval *protocol_list = NULL; NULL 1416 curl/interface.c while (*p != NULL) { NULL 1441 curl/interface.c (*ch)->handlers->write->stream = NULL; NULL 1442 curl/interface.c (*ch)->handlers->write_header->stream = NULL; NULL 1443 curl/interface.c (*ch)->handlers->read->stream = NULL; NULL 1491 curl/interface.c zval *certhash = NULL; NULL 1519 curl/interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not extract hash key from certificate info"); NULL 1536 curl/interface.c char *url = NULL; NULL 1546 curl/interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not initialize a new cURL handle"); NULL 1615 curl/interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot duplicate cURL handle"); NULL 1699 curl/interface.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "CURLOPT_SSL_VERIFYHOST with value 1 is deprecated and will be removed as of libcurl 7.28.1. It is recommended to use value 2 instead"); NULL 1701 curl/interface.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "CURLOPT_SSL_VERIFYHOST no longer accepts the value 1, value 2 will be used instead"); NULL 1794 curl/interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "CURLPROTO_FILE cannot be activated when an open_basedir is set"); NULL 1812 curl/interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "CURLOPT_FOLLOWLOCATION cannot be activated when an open_basedir is set"); NULL 1895 curl/interface.c FILE *fp = NULL; NULL 1927 curl/interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "the provided file handle is not writable"); NULL 1942 curl/interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "the provided file handle is not writable"); NULL 1964 curl/interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "the provided file handle is not writable"); NULL 2047 curl/interface.c struct HttpPost *first = NULL; NULL 2048 curl/interface.c struct HttpPost *last = NULL; NULL 2052 curl/interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Couldn't get HashTable in CURLOPT_POSTFIELDS"); NULL 2062 curl/interface.c char *string_key = NULL; NULL 2070 curl/interface.c zend_hash_get_current_key_ex(postfields, &string_key, &string_key_len, &num_key, 0, NULL); NULL 2147 curl/interface.c char *post = NULL; NULL 2164 curl/interface.c struct curl_slist *slist = NULL; NULL 2168 curl/interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "You must pass either an object or an array with the CURLOPT_HTTPHEADER, CURLOPT_QUOTE, CURLOPT_HTTP200ALIASES and CURLOPT_POSTQUOTE arguments"); NULL 2182 curl/interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not build curl_slist"); NULL 2201 curl/interface.c char *copystr = NULL; NULL 2228 curl/interface.c curl_easy_setopt(ch->cp, CURLOPT_DEBUGFUNCTION, NULL); NULL 2229 curl/interface.c curl_easy_setopt(ch->cp, CURLOPT_DEBUGDATA, NULL); NULL 2259 curl/interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid curl configuration option"); NULL 2291 curl/interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Array keys must be CURLOPT constants or equivalent integer values"); NULL 2350 curl/interface.c stream = (php_stream*)zend_fetch_resource(&ch->handlers->std_err TSRMLS_CC, -1, NULL, NULL, 2, php_file_le_stream(), php_file_le_pstream()); NULL 2396 curl/interface.c struct curl_certinfo *ci = NULL; NULL 2406 curl/interface.c if (s_code != NULL) { NULL 2517 curl/interface.c char *s_code = NULL; NULL 2576 curl/interface.c struct curl_certinfo *ci = NULL; NULL 2642 curl/interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Attempt to close cURL handle from a callback"); NULL 111 curl/multi.c ch = (php_curl *) zend_fetch_resource(&z_ch TSRMLS_CC, -1, le_curl_name, NULL, 1, le_curl); NULL 267 curl/multi.c zval *zmsgs_in_queue = NULL; NULL 276 curl/multi.c if (tmp_msg == NULL) { NULL 350 curl/multi.c ch = (php_curl *) zend_fetch_resource(&pz_ch TSRMLS_CC, -1, le_curl_name, NULL, 1, le_curl); NULL 357 curl/multi.c rsrc->ptr = NULL; NULL 189 curl/php_curl.h #define curl_module_ptr NULL NULL 113 curl/streams.c zend_hash_next_index_insert(Z_ARRVAL_P(curlstream->headers), &header, sizeof(zval *), NULL); NULL 263 curl/streams.c NULL, /* seek */ NULL 274 curl/streams.c zval *tmp, **ctx_opt = NULL; NULL 285 curl/streams.c curlstream->headers_slist = NULL; NULL 351 curl/streams.c zval **header = NULL; NULL 364 curl/streams.c copy_ctx_opt = php_trim(Z_STRVAL_PP(ctx_opt), Z_STRLEN_PP(ctx_opt), NULL, 0, NULL, 3 TSRMLS_CC); NULL 367 curl/streams.c trimmed = php_trim(p, strlen(p), NULL, 0, NULL, 3 TSRMLS_CC); NULL 370 curl/streams.c p = php_strtok_r(NULL, "\r\n", &token); NULL 400 curl/streams.c if (Z_TYPE_PP(ctx_opt) != IS_STRING || !is_numeric_string(Z_STRVAL_PP(ctx_opt), Z_STRLEN_PP(ctx_opt), &mr, NULL, 1)) { NULL 481 curl/streams.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", curl_multi_strerror(m)); NULL 483 curl/streams.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "There was an error mcode=%d", m); NULL 495 curl/streams.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", curl_easy_strerror(msg->data.result)); NULL 497 curl/streams.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "There was an error mcode=%d", msg->data.result); NULL 511 curl/streams.c return NULL; NULL 516 curl/streams.c NULL, /* stream_close: curl streams know how to clean themselves up */ NULL 517 curl/streams.c NULL, /* stream_stat: curl streams know how to stat themselves */ NULL 518 curl/streams.c NULL, /* stat url */ NULL 519 curl/streams.c NULL, /* opendir */ NULL 521 curl/streams.c NULL, /* unlink */ NULL 522 curl/streams.c NULL, /* rename */ NULL 523 curl/streams.c NULL, /* mkdir */ NULL 524 curl/streams.c NULL /* rmdir */ NULL 529 curl/streams.c NULL, NULL 226 date/lib/astro.c timelib_update_ts(t_loc, NULL); NULL 234 date/lib/astro.c timelib_update_ts(t_utc, NULL); NULL 177 date/lib/parse_date.c { NULL, 0, 0, NULL }, NULL 182 date/lib/parse_date.c { NULL, 0, 0, NULL }, NULL 230 date/lib/parse_date.c { NULL, 0, 0 } NULL 252 date/lib/parse_date.c { NULL, 1, 0 } NULL 295 date/lib/parse_date.c { NULL, 0, 0 } NULL 465 date/lib/parse_date.c tmp_nr = strtoll(str, NULL, 10); NULL 472 date/lib/parse_date.c return timelib_get_nr_ex(ptr, max_length, NULL); NULL 508 date/lib/parse_date.c tmp_nr = strtod(str, NULL); NULL 546 date/lib/parse_date.c return HOUR(strtol(begin, NULL, 10)); NULL 551 date/lib/parse_date.c tmp = HOUR(strtol(begin, NULL, 10)) + strtol(begin + 2, NULL, 10); NULL 554 date/lib/parse_date.c tmp = HOUR(strtol(begin, NULL, 10)) + strtol(begin + 3, NULL, 10); NULL 557 date/lib/parse_date.c tmp = strtol(begin, NULL, 10); NULL 561 date/lib/parse_date.c tmp = HOUR(strtol(begin, NULL, 10)) + strtol(begin + 3, NULL, 10); NULL 642 date/lib/parse_date.c while (strchr(" \t.,:;/-0123456789", **ptr) == NULL) { NULL 651 date/lib/parse_date.c const timelib_relunit *tp, *value = NULL; NULL 706 date/lib/parse_date.c const timelib_tz_lookup_table *tp, *first_found_elem = NULL; NULL 757 date/lib/parse_date.c return NULL; NULL 836 date/lib/parse_date.c if ((res = tz_wrapper(tz_abbr, tzdb)) != NULL) { NULL 868 date/lib/parse_date.c char *str, *ptr = NULL; NULL 24685 date/lib/parse_date.c in.errors->warning_messages = NULL; NULL 24687 date/lib/parse_date.c in.errors->error_messages = NULL; NULL 24756 date/lib/parse_date.c if (strchr("0123456789", *ptr) == NULL) \ NULL 24763 date/lib/parse_date.c assert(time != NULL); NULL 24770 date/lib/parse_date.c time->tz_info = NULL; NULL 24775 date/lib/parse_date.c assert(time != NULL); NULL 24799 date/lib/parse_date.c in.errors->warning_messages = NULL; NULL 24801 date/lib/parse_date.c in.errors->error_messages = NULL; NULL 25136 date/lib/parse_date.c parsed->tz_abbr = now->tz_abbr ? strdup(now->tz_abbr) : NULL; NULL 25139 date/lib/parse_date.c parsed->tz_info = now->tz_info ? (!(options & TIMELIB_NO_CLONE) ? timelib_tzinfo_clone(now->tz_info) : now->tz_info) : NULL; NULL 25160 date/lib/parse_date.c return NULL; NULL 155 date/lib/parse_iso_intervals.c tmp_nr = strtoll(str, NULL, 10); NULL 193 date/lib/parse_iso_intervals.c return HOUR(strtol(begin, NULL, 10)); NULL 198 date/lib/parse_iso_intervals.c tmp = HOUR(strtol(begin, NULL, 10)) + strtol(begin + 2, NULL, 10); NULL 201 date/lib/parse_iso_intervals.c tmp = HOUR(strtol(begin, NULL, 10)) + strtol(begin + 3, NULL, 10); NULL 204 date/lib/parse_iso_intervals.c tmp = strtol(begin, NULL, 10); NULL 208 date/lib/parse_iso_intervals.c tmp = HOUR(strtol(begin, NULL, 10)) + strtol(begin + 3, NULL, 10); NULL 223 date/lib/parse_iso_intervals.c while (strchr(" \t.,:;/-0123456789", **ptr) == NULL) { NULL 281 date/lib/parse_iso_intervals.c char *str, *ptr = NULL; NULL 1054 date/lib/parse_iso_intervals.c in.errors->warning_messages = NULL; NULL 1056 date/lib/parse_iso_intervals.c in.errors->error_messages = NULL; NULL 86 date/lib/parse_tz.c int32_t *buffer = NULL; NULL 88 date/lib/parse_tz.c unsigned char *cbuffer = NULL; NULL 263 date/lib/parse_tz.c char *cur_locale = NULL, *tmp; NULL 265 date/lib/parse_tz.c tmp = setlocale(LC_CTYPE, NULL); NULL 329 date/lib/parse_tz.c tmp = NULL; NULL 346 date/lib/parse_tz.c return NULL; NULL 384 date/lib/parse_tz.c return NULL; NULL 392 date/lib/parse_tz.c return NULL; NULL 28 date/lib/timelib.c m = NULL; \ NULL 151 date/lib/timelib.c tz = NULL; NULL 157 date/lib/timelib.c timelib_update_ts(t, NULL); NULL 1937 date/lib/timezonemap.h { "a", 0, 3600, NULL }, NULL 1938 date/lib/timezonemap.h { "b", 0, 7200, NULL }, NULL 1939 date/lib/timezonemap.h { "c", 0, 10800, NULL }, NULL 1940 date/lib/timezonemap.h { "d", 0, 14400, NULL }, NULL 1941 date/lib/timezonemap.h { "e", 0, 18000, NULL }, NULL 1942 date/lib/timezonemap.h { "f", 0, 21600, NULL }, NULL 1943 date/lib/timezonemap.h { "g", 0, 25200, NULL }, NULL 1944 date/lib/timezonemap.h { "h", 0, 28800, NULL }, NULL 1945 date/lib/timezonemap.h { "i", 0, 32400, NULL }, NULL 1946 date/lib/timezonemap.h { "k", 0, 36000, NULL }, NULL 1947 date/lib/timezonemap.h { "l", 0, 39600, NULL }, NULL 1948 date/lib/timezonemap.h { "m", 0, 43200, NULL }, NULL 1949 date/lib/timezonemap.h { "n", 0, -3600, NULL }, NULL 1950 date/lib/timezonemap.h { "o", 0, -7200, NULL }, NULL 1951 date/lib/timezonemap.h { "p", 0, -10800, NULL }, NULL 1952 date/lib/timezonemap.h { "q", 0, -14400, NULL }, NULL 1953 date/lib/timezonemap.h { "r", 0, -18000, NULL }, NULL 1954 date/lib/timezonemap.h { "s", 0, -21600, NULL }, NULL 1955 date/lib/timezonemap.h { "t", 0, -25200, NULL }, NULL 1956 date/lib/timezonemap.h { "u", 0, -28800, NULL }, NULL 1957 date/lib/timezonemap.h { "v", 0, -32400, NULL }, NULL 1958 date/lib/timezonemap.h { "w", 0, -36000, NULL }, NULL 1959 date/lib/timezonemap.h { "x", 0, -39600, NULL }, NULL 1960 date/lib/timezonemap.h { "y", 0, -43200, NULL }, NULL 1980 date/lib/timezonemap.h { "z", 0, 0, NULL }, NULL 433 date/php_date.c PHP_ME(DateTime, __wakeup, NULL, ZEND_ACC_PUBLIC) NULL 434 date/php_date.c PHP_ME(DateTime, __set_state, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC) NULL 466 date/php_date.c PHP_ME(DateInterval, __wakeup, NULL, ZEND_ACC_PUBLIC) NULL 467 date/php_date.c PHP_ME(DateInterval, __set_state, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC) NULL 501 date/php_date.c PHP_INI_ENTRY("date.default_latitude", DATE_DEFAULT_LATITUDE, PHP_INI_ALL, NULL) NULL 502 date/php_date.c PHP_INI_ENTRY("date.default_longitude", DATE_DEFAULT_LONGITUDE, PHP_INI_ALL, NULL) NULL 503 date/php_date.c PHP_INI_ENTRY("date.sunset_zenith", DATE_SUNSET_ZENITH, PHP_INI_ALL, NULL) NULL 504 date/php_date.c PHP_INI_ENTRY("date.sunrise_zenith", DATE_SUNRISE_ZENITH, PHP_INI_ALL, NULL) NULL 538 date/php_date.c if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, NULL, "O", &object, date_ce_date) == FAILURE) { \ NULL 546 date/php_date.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "The " #class_name " object has not been correctly initialized by its constructor"); \ NULL 577 date/php_date.c NULL, NULL 578 date/php_date.c NULL, NULL 589 date/php_date.c NULL, /* globals dtor */ NULL 590 date/php_date.c NULL, /* post deactivate */ NULL 599 date/php_date.c date_globals->default_timezone = NULL; NULL 600 date/php_date.c date_globals->timezone = NULL; NULL 601 date/php_date.c date_globals->tzcache = NULL; NULL 619 date/php_date.c DATEG(timezone) = NULL; NULL 620 date/php_date.c DATEG(tzcache) = NULL; NULL 621 date/php_date.c DATEG(last_errors) = NULL; NULL 633 date/php_date.c DATEG(timezone) = NULL; NULL 637 date/php_date.c DATEG(tzcache) = NULL; NULL 641 date/php_date.c DATEG(last_errors) = NULL; NULL 783 date/php_date.c php_date_global_timezone_db = NULL; NULL 785 date/php_date.c DATEG(last_errors) = NULL; NULL 826 date/php_date.c zend_hash_init(DATEG(tzcache), 4, NULL, _php_date_tzinfo_dtor, 0); NULL 835 date/php_date.c zend_hash_add(DATEG(tzcache), formal_tzname, strlen(formal_tzname) + 1, (void *) &tzi, sizeof(timelib_tzinfo*), NULL); NULL 869 date/php_date.c php_error_docref(NULL TSRMLS_CC, E_WARNING, DATE_TZ_ERRMSG "We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone."); NULL 881 date/php_date.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Timezone database is corrupt - this should *never* happen!"); NULL 950 date/php_date.c timelib_time_offset *offset = NULL; NULL 1114 date/php_date.c ts = time(NULL); NULL 1137 date/php_date.c tzi = NULL; NULL 1155 date/php_date.c timelib_time_offset *offset = NULL; NULL 1166 date/php_date.c tzi = NULL; NULL 1274 date/php_date.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "idate format is one char"); NULL 1279 date/php_date.c ts = time(NULL); NULL 1284 date/php_date.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unrecognized date format token."); NULL 1307 date/php_date.c timelib_error_container *error = NULL; NULL 1317 date/php_date.c timelib_update_ts(parsed_time, NULL); NULL 1348 date/php_date.c t = timelib_strtotime(initial_ts, strlen(initial_ts), NULL, DATE_TIMEZONEDB, php_date_parse_tzfile_wrapper); /* we ignore the error here, as this should never fail */ NULL 1360 date/php_date.c timelib_unixtime2local(now, (timelib_sll) time(NULL)); NULL 1394 date/php_date.c timelib_tzinfo *tzi = NULL; NULL 1404 date/php_date.c timelib_unixtime2gmt(now, (timelib_sll) time(NULL)); NULL 1409 date/php_date.c timelib_unixtime2local(now, (timelib_sll) time(NULL)); NULL 1439 date/php_date.c php_error_docref(NULL TSRMLS_CC, E_STRICT, "You should be using the time() function instead"); NULL 1443 date/php_date.c timelib_update_ts(now, NULL); NULL 1449 date/php_date.c php_error_docref(NULL TSRMLS_CC, E_DEPRECATED, "The is_dst parameter is deprecated"); NULL 1527 date/php_date.c timelib_time_offset *offset = NULL; NULL 1529 date/php_date.c timestamp = (long) time(NULL); NULL 1541 date/php_date.c tzi = NULL; NULL 1621 date/php_date.c RETURN_LONG((long)time(NULL)); NULL 1629 date/php_date.c long timestamp = (long)time(NULL); NULL 1676 date/php_date.c long timestamp = (long)time(NULL); NULL 1742 date/php_date.c iterator->current = NULL; NULL 1774 date/php_date.c timelib_update_ts(it_time, NULL); NULL 1876 date/php_date.c iterator->current = NULL; NULL 1887 date/php_date.c date_ce_date = zend_register_internal_class_ex(&ce_date, NULL, NULL TSRMLS_CC); NULL 1912 date/php_date.c date_ce_timezone = zend_register_internal_class_ex(&ce_timezone, NULL, NULL TSRMLS_CC); NULL 1936 date/php_date.c date_ce_interval = zend_register_internal_class_ex(&ce_interval, NULL, NULL TSRMLS_CC); NULL 1942 date/php_date.c date_object_handlers_interval.get_property_ptr_ptr = NULL; NULL 1947 date/php_date.c date_ce_period = zend_register_internal_class_ex(&ce_period, NULL, NULL TSRMLS_CC); NULL 1974 date/php_date.c retval.handle = zend_objects_store_put(intern, (zend_objects_store_dtor_t)zend_objects_destroy_object, (zend_objects_free_object_storage_t) date_object_free_storage_date, NULL TSRMLS_CC); NULL 1982 date/php_date.c return date_object_new_date_ex(class_type, NULL TSRMLS_CC); NULL 1987 date/php_date.c php_date_obj *new_obj = NULL; NULL 2032 date/php_date.c *table = NULL; NULL 2055 date/php_date.c zend_hash_update(props, "date", 5, &zv, sizeof(zval), NULL); NULL 2061 date/php_date.c zend_hash_update(props, "timezone_type", 14, &zv, sizeof(zval), NULL); NULL 2084 date/php_date.c zend_hash_update(props, "timezone", 9, &zv, sizeof(zval), NULL); NULL 2104 date/php_date.c retval.handle = zend_objects_store_put(intern, (zend_objects_store_dtor_t)zend_objects_destroy_object, (zend_objects_free_object_storage_t) date_object_free_storage_timezone, NULL TSRMLS_CC); NULL 2112 date/php_date.c return date_object_new_timezone_ex(class_type, NULL TSRMLS_CC); NULL 2117 date/php_date.c php_timezone_obj *new_obj = NULL; NULL 2159 date/php_date.c retval.handle = zend_objects_store_put(intern, (zend_objects_store_dtor_t)zend_objects_destroy_object, (zend_objects_free_object_storage_t) date_object_free_storage_interval, NULL TSRMLS_CC); NULL 2167 date/php_date.c return date_object_new_interval_ex(class_type, NULL TSRMLS_CC); NULL 2172 date/php_date.c php_interval_obj *new_obj = NULL; NULL 2185 date/php_date.c *table = NULL; NULL 2208 date/php_date.c zend_hash_update(props, n, strlen(n) + 1, &zv, sizeof(zval), NULL); NULL 2222 date/php_date.c zend_hash_update(props, "days", 5, &zv, sizeof(zval), NULL); NULL 2242 date/php_date.c retval.handle = zend_objects_store_put(intern, (zend_objects_store_dtor_t)zend_objects_destroy_object, (zend_objects_free_object_storage_t) date_object_free_storage_period, NULL TSRMLS_CC); NULL 2250 date/php_date.c return date_object_new_period_ex(class_type, NULL TSRMLS_CC); NULL 2255 date/php_date.c php_period_obj *new_obj = NULL; NULL 2334 date/php_date.c DATEG(last_errors) = NULL; NULL 2342 date/php_date.c timelib_tzinfo *tzi = NULL; NULL 2343 date/php_date.c timelib_error_container *err = NULL; NULL 2363 date/php_date.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed to parse time string (%s) at position %d (%c): %s", time_str, NULL 2409 date/php_date.c timelib_unixtime2local(now, (timelib_sll) time(NULL)); NULL 2426 date/php_date.c zval *timezone_object = NULL; NULL 2427 date/php_date.c char *time_str = NULL; NULL 2435 date/php_date.c if (!php_date_initialize(zend_object_store_get_object(return_value TSRMLS_CC), time_str, time_str_len, NULL, timezone_object, 0 TSRMLS_CC)) { NULL 2446 date/php_date.c zval *timezone_object = NULL; NULL 2447 date/php_date.c char *time_str = NULL, *format_str = NULL; NULL 2466 date/php_date.c zval *timezone_object = NULL; NULL 2467 date/php_date.c char *time_str = NULL; NULL 2471 date/php_date.c zend_replace_error_handling(EH_THROW, NULL, &error_handling TSRMLS_CC); NULL 2473 date/php_date.c php_date_initialize(zend_object_store_get_object(getThis() TSRMLS_CC), time_str, time_str_len, NULL, timezone_object, 1 TSRMLS_CC); NULL 2481 date/php_date.c zval **z_date = NULL; NULL 2482 date/php_date.c zval **z_timezone = NULL; NULL 2483 date/php_date.c zval **z_timezone_type = NULL; NULL 2484 date/php_date.c zval *tmp_obj = NULL; NULL 2500 date/php_date.c php_date_initialize(*dateobj, tmp, Z_STRLEN_PP(z_date) + Z_STRLEN_PP(z_timezone) + 1, NULL, NULL, 0 TSRMLS_CC); NULL 2516 date/php_date.c php_date_initialize(*dateobj, Z_STRVAL_PP(z_date), Z_STRLEN_PP(z_date), NULL, tmp_obj, 0 TSRMLS_CC); NULL 2741 date/php_date.c timelib_error_container *err = NULL; NULL 2755 date/php_date.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed to parse time string (%s) at position %d (%c): %s", modify, NULL 2791 date/php_date.c timelib_update_ts(dateobj->time, NULL); NULL 2835 date/php_date.c timelib_update_ts(dateobj->time, NULL); NULL 2862 date/php_date.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Only non-special relative time specifications are supported for subtraction"); NULL 2880 date/php_date.c timelib_update_ts(dateobj->time, NULL); NULL 2944 date/php_date.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Can only do this for zones with ID for now"); NULL 3006 date/php_date.c timelib_update_ts(dateobj->time, NULL); NULL 3029 date/php_date.c timelib_update_ts(dateobj->time, NULL); NULL 3056 date/php_date.c timelib_update_ts(dateobj->time, NULL); NULL 3077 date/php_date.c timelib_update_ts(dateobj->time, NULL); NULL 3098 date/php_date.c timelib_update_ts(dateobj->time, NULL); NULL 3126 date/php_date.c timelib_update_ts(dateobj1->time, NULL); NULL 3127 date/php_date.c timelib_update_ts(dateobj2->time, NULL); NULL 3143 date/php_date.c *tzi = NULL; NULL 3154 date/php_date.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown or bad timezone (%s)", tz); NULL 3166 date/php_date.c timelib_tzinfo *tzi = NULL; NULL 3189 date/php_date.c timelib_tzinfo *tzi = NULL; NULL 3193 date/php_date.c zend_replace_error_handling(EH_THROW, NULL, &error_handling TSRMLS_CC); NULL 3412 date/php_date.c timelib_time *b = NULL, *e = NULL; NULL 3413 date/php_date.c timelib_rel_time *p = NULL; NULL 3421 date/php_date.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown or bad format (%s)", format); NULL 3429 date/php_date.c timelib_update_ts(b, NULL); NULL 3430 date/php_date.c timelib_update_ts(e, NULL); NULL 3434 date/php_date.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed to parse interval (%s)", format); NULL 3456 date/php_date.c key = NULL; NULL 3517 date/php_date.c key = NULL; NULL 3569 date/php_date.c char *interval_string = NULL; NULL 3575 date/php_date.c zend_replace_error_handling(EH_THROW, NULL, &error_handling TSRMLS_CC); NULL 3591 date/php_date.c zval **z_arg = NULL; NULL 3658 date/php_date.c char *time_str = NULL; NULL 3661 date/php_date.c timelib_error_container *err = NULL; NULL 3763 date/php_date.c timelib_time *b = NULL, *e = NULL; NULL 3764 date/php_date.c timelib_rel_time *p = NULL; NULL 3772 date/php_date.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown or bad format (%s)", format); NULL 3793 date/php_date.c zval *start, *end = NULL, *interval; NULL 3795 date/php_date.c char *isostr = NULL; NULL 3800 date/php_date.c zend_replace_error_handling(EH_THROW, NULL, &error_handling TSRMLS_CC); NULL 3804 date/php_date.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "This constructor accepts either (DateTime, DateInterval, int) OR (DateTime, DateInterval, DateTime) OR (string) as arguments."); NULL 3812 date/php_date.c dpobj->current = NULL; NULL 3816 date/php_date.c if (dpobj->start == NULL) { NULL 3817 date/php_date.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "The ISO interval '%s' did not contain a start date.", isostr); NULL 3819 date/php_date.c if (dpobj->interval == NULL) { NULL 3820 date/php_date.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "The ISO interval '%s' did not contain an interval.", isostr); NULL 3822 date/php_date.c if (dpobj->end == NULL && recurrences == 0) { NULL 3823 date/php_date.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "The ISO interval '%s' did not contain an end date or a recurrence count.", isostr); NULL 3827 date/php_date.c timelib_update_ts(dpobj->start, NULL); NULL 3830 date/php_date.c timelib_update_ts(dpobj->end, NULL); NULL 3896 date/php_date.c char *option = NULL; NULL 3905 date/php_date.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "A two-letter ISO 3166-1 compatible country code is expected"); NULL 3986 date/php_date.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Timezone ID '%s' is invalid", zone); NULL 3991 date/php_date.c DATEG(timezone) = NULL; NULL 4044 date/php_date.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "invalid format"); NULL 4052 date/php_date.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Wrong return format given, pick one of SUNFUNCS_RET_TIMESTAMP, SUNFUNCS_RET_STRING or SUNFUNCS_RET_DOUBLE"); NULL 178 dba/dba.c NULL, NULL 179 dba/dba.c NULL, NULL 184 dba/dba.c NULL, NULL 185 dba/dba.c NULL, NULL 197 dba/dba.c dba_info *info = NULL; \ NULL 211 dba/dba.c php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "Key does not have exactly two elements: (key, name)"); NULL 222 dba/dba.c *key_free = NULL; NULL 229 dba/dba.c *key_free = NULL; NULL 296 dba/dba.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "You cannot perform a modification to a database without proper access"); \ NULL 344 dba/dba.c { NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL } NULL 461 dba/dba.c DBA_G(default_hptr) = NULL; NULL 468 dba/dba.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "No such handler: %s", new_value); NULL 485 dba/dba.c dba_globals->default_hptr = NULL; NULL 494 dba/dba.c le_db = zend_register_list_destructors_ex(dba_close_rsrc, NULL, "dba", module_number); NULL 544 dba/dba.c dba_info *info = NULL; NULL 596 dba/dba.c return NULL; NULL 604 dba/dba.c zval ***args = (zval ***) NULL; NULL 609 dba/dba.c char *key = NULL, *error = NULL; NULL 614 dba/dba.c char mode[4], *pmode, *lock_file_mode = NULL; NULL 666 dba/dba.c php_error_docref2(NULL TSRMLS_CC, Z_STRVAL_PP(args[0]), Z_STRVAL_PP(args[1]), E_WARNING, "No default handler selected"); NULL 675 dba/dba.c php_error_docref2(NULL TSRMLS_CC, Z_STRVAL_PP(args[0]), Z_STRVAL_PP(args[1]), E_WARNING, "No such handler: %s", Z_STRVAL_PP(args[2])); NULL 706 dba/dba.c php_error_docref2(NULL TSRMLS_CC, Z_STRVAL_PP(args[0]), Z_STRVAL_PP(args[1]), E_NOTICE, "Handler %s does locking internally", hptr->name); NULL 712 dba/dba.c php_error_docref2(NULL TSRMLS_CC, Z_STRVAL_PP(args[0]), Z_STRVAL_PP(args[1]), E_WARNING, "Locking cannot be disabled for handler %s", hptr->name); NULL 761 dba/dba.c php_error_docref2(NULL TSRMLS_CC, Z_STRVAL_PP(args[0]), Z_STRVAL_PP(args[1]), E_WARNING, "Illegal DBA mode"); NULL 774 dba/dba.c php_error_docref2(NULL TSRMLS_CC, Z_STRVAL_PP(args[0]), Z_STRVAL_PP(args[1]), E_WARNING, "You cannot combine modifiers - (no lock) and t (test lock)"); NULL 780 dba/dba.c php_error_docref2(NULL TSRMLS_CC, Z_STRVAL_PP(args[0]), Z_STRVAL_PP(args[1]), E_WARNING, "Handler %s uses its own locking which doesn't support mode modifier t (test lock)", hptr->name); NULL 784 dba/dba.c php_error_docref2(NULL TSRMLS_CC, Z_STRVAL_PP(args[0]), Z_STRVAL_PP(args[1]), E_WARNING, "Handler %s doesn't uses locking for this mode which makes modifier t (test lock) obsolete", hptr->name); NULL 793 dba/dba.c php_error_docref2(NULL TSRMLS_CC, Z_STRVAL_PP(args[0]), Z_STRVAL_PP(args[1]), E_WARNING, "Illegal DBA mode"); NULL 812 dba/dba.c if ((other = php_dba_find(info->path TSRMLS_CC)) != NULL) { NULL 883 dba/dba.c info->fp = php_stream_open_wrapper(info->path, file_mode, STREAM_MUST_SEEK|REPORT_ERRORS|IGNORE_PATH|persistent_flag, NULL); NULL 896 dba/dba.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not cast stream"); NULL 912 dba/dba.c php_error_docref2(NULL TSRMLS_CC, Z_STRVAL_PP(args[0]), Z_STRVAL_PP(args[1]), E_WARNING, "Driver initialization failed for handler: %s%s%s", hptr->name, error?": ":"", error?error:""); NULL 919 dba/dba.c info->argv = NULL; NULL 926 dba/dba.c if (zend_hash_update(&EG(persistent_list), key, keylen+1, &new_le, sizeof(zend_rsrc_list_entry), NULL) == FAILURE) { NULL 928 dba/dba.c php_error_docref2(NULL TSRMLS_CC, Z_STRVAL_PP(args[0]), Z_STRVAL_PP(args[1]), E_WARNING, "Could not register persistent resource"); NULL 961 dba/dba.c dba_info *info = NULL; NULL 999 dba/dba.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Handler %s accepts only skip values greater than or equal to zero, using skip=0", info->hnd->name); NULL 1010 dba/dba.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Handler %s accepts only skip value -1 and greater, using skip=0", info->hnd->name); NULL 1014 dba/dba.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Handler %s does not support optional skip parameter, the value will be ignored", info->hnd->name); NULL 1020 dba/dba.c if((val = info->hnd->fetch(info, key_str, key_len, skip, &len TSRMLS_CC)) != NULL) { NULL 1049 dba/dba.c if (key[0] == '[' && (name = strchr(key, ']')) != NULL) { NULL 1066 dba/dba.c dba_info *info = NULL; NULL 1090 dba/dba.c dba_info *info = NULL; NULL 1149 dba/dba.c dba_info *info = NULL; NULL 1172 dba/dba.c dba_info *info = NULL; NULL 1203 dba/dba.c add_assoc_string(return_value, hptr->name, hptr->info(hptr, NULL TSRMLS_CC), 0); NULL 153 dba/dba_cdb.c char *new_entry = NULL; NULL 157 dba/dba_cdb.c return NULL; /* database was opened writeonly */ NULL 162 dba/dba_cdb.c return NULL; NULL 170 dba/dba_cdb.c return NULL; NULL 222 dba/dba_cdb.c if (cdb_file_read(cdb->file, buf, n) < n) return NULL; \ NULL 240 dba/dba_cdb.c if (n >= cdb->eod) return NULL; \ NULL 241 dba/dba_cdb.c if (cdb_file_lseek(cdb->file, (off_t)n, SEEK_SET TSRMLS_CC) != (off_t) n) return NULL; \ NULL 254 dba/dba_cdb.c return NULL; /* database was opened writeonly */ NULL 274 dba/dba_cdb.c key = NULL; NULL 295 dba/dba_cdb.c return NULL; /* database was opened writeonly */ NULL 306 dba/dba_cdb.c key = NULL; NULL 76 dba/dba_db1.c db = dbopen((char *)info->path, gmode, filemode, DB_HASH, NULL); NULL 78 dba/dba_db1.c if (db == NULL) { NULL 108 dba/dba_db1.c return NULL; NULL 153 dba/dba_db1.c return NULL; NULL 169 dba/dba_db1.c return NULL; NULL 79 dba/dba_db2.c if (db_open(info->path, type, gmode, filemode, NULL, NULL, &dbp)) { NULL 105 dba/dba_db2.c if (dba->dbp->get(dba->dbp, NULL, &gkey, &gval, 0)) { NULL 106 dba/dba_db2.c return NULL; NULL 122 dba/dba_db2.c if (dba->dbp->put(dba->dbp, NULL, &gkey, &gval, NULL 135 dba/dba_db2.c if (dba->dbp->get(dba->dbp, NULL, &gkey, &gval, 0)) { NULL 146 dba/dba_db2.c return dba->dbp->del(dba->dbp, NULL, &gkey, 0) ? FAILURE : SUCCESS; NULL 155 dba/dba_db2.c dba->cursor = NULL; NULL 159 dba/dba_db2.c if (dba->dbp->cursor(dba->dbp, NULL, &dba->cursor, 0)) { NULL 161 dba/dba_db2.c if (dba->dbp->cursor(dba->dbp, NULL, &dba->cursor)) { NULL 163 dba/dba_db2.c return NULL; NULL 177 dba/dba_db2.c return NULL; NULL 42 dba/dba_db3.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "%s%s", errpfx?errpfx:"", msg); NULL 58 dba/dba_db3.c DB *dbp = NULL; NULL 92 dba/dba_db3.c if ((err=db_create(&dbp, NULL, 0)) == 0) { NULL 94 dba/dba_db3.c if ((err=dbp->open(dbp, info->path, NULL, type, gmode, filemode)) == 0) { NULL 99 dba/dba_db3.c data->cursor = NULL; NULL 126 dba/dba_db3.c char *new = NULL; NULL 131 dba/dba_db3.c if (!dba->dbp->get(dba->dbp, NULL, &gkey, &gval, 0)) { NULL 148 dba/dba_db3.c if (!dba->dbp->put(dba->dbp, NULL, &gkey, &gval, NULL 162 dba/dba_db3.c if (!dba->dbp->get(dba->dbp, NULL, &gkey, &gval, 0)) { NULL 173 dba/dba_db3.c return dba->dbp->del(dba->dbp, NULL, &gkey, 0) ? FAILURE : SUCCESS; NULL 184 dba/dba_db3.c dba->cursor = NULL; NULL 185 dba/dba_db3.c if (dba->dbp->cursor(dba->dbp, NULL, &dba->cursor, 0) != 0) { NULL 186 dba/dba_db3.c return NULL; NULL 197 dba/dba_db3.c char *nkey = NULL; NULL 60 dba/dba_db4.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "%s%s", errpfx?errpfx:"", msg); NULL 76 dba/dba_db4.c DB *dbp = NULL; NULL 125 dba/dba_db4.c if ((err=db_create(&dbp, NULL, 0)) == 0) { NULL 129 dba/dba_db4.c (err=dbp->open(dbp, 0, info->path, NULL, type, gmode, filemode)) == 0) { NULL 131 dba/dba_db4.c (err=dbp->open(dbp, info->path, NULL, type, gmode, filemode)) == 0) { NULL 137 dba/dba_db4.c data->cursor = NULL; NULL 164 dba/dba_db4.c char *new = NULL; NULL 172 dba/dba_db4.c if (!dba->dbp->get(dba->dbp, NULL, &gkey, &gval, 0)) { NULL 192 dba/dba_db4.c if (!dba->dbp->put(dba->dbp, NULL, &gkey, &gval, NULL 211 dba/dba_db4.c if (!dba->dbp->get(dba->dbp, NULL, &gkey, &gval, 0)) { NULL 225 dba/dba_db4.c return dba->dbp->del(dba->dbp, NULL, &gkey, 0) ? FAILURE : SUCCESS; NULL 236 dba/dba_db4.c dba->cursor = NULL; NULL 237 dba/dba_db4.c if (dba->dbp->cursor(dba->dbp, NULL, &dba->cursor, 0) != 0) { NULL 238 dba/dba_db4.c return NULL; NULL 249 dba/dba_db4.c char *nkey = NULL; NULL 100 dba/dba_dbm.c char *new = NULL; NULL 152 dba/dba_dbm.c char *key = NULL; NULL 160 dba/dba_dbm.c dba->nextkey.dptr = NULL; NULL 168 dba/dba_dbm.c char *nkey = NULL; NULL 170 dba/dba_dbm.c if(!dba->nextkey.dptr) return NULL; NULL 178 dba/dba_dbm.c dba->nextkey.dptr = NULL; NULL 65 dba/dba_flatfile.c char *new = NULL; NULL 92 dba/dba_flatfile.c php_error_docref1(NULL TSRMLS_CC, key, E_WARNING, "Operation not possible"); NULL 98 dba/dba_flatfile.c php_error_docref1(NULL TSRMLS_CC, key, E_WARNING, "Key already exists"); NULL 138 dba/dba_flatfile.c return NULL; NULL 146 dba/dba_flatfile.c return NULL; NULL 159 dba/dba_flatfile.c return NULL; NULL 61 dba/dba_gdbm.c dbf = gdbm_open(info->path, 0, gmode, filemode, NULL); NULL 86 dba/dba_gdbm.c char *new = NULL; NULL 110 dba/dba_gdbm.c php_error_docref2(NULL TSRMLS_CC, key, val, E_WARNING, "%s", gdbm_strerror(gdbm_errno)); NULL 134 dba/dba_gdbm.c char *key = NULL; NULL 146 dba/dba_gdbm.c dba->nextkey.dptr = NULL; NULL 154 dba/dba_gdbm.c char *nkey = NULL; NULL 157 dba/dba_gdbm.c if(!dba->nextkey.dptr) return NULL; NULL 166 dba/dba_gdbm.c dba->nextkey.dptr = NULL; NULL 45 dba/dba_inifile.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "No key specified"); \ NULL 98 dba/dba_inifile.c php_error_docref1(NULL TSRMLS_CC, key, E_WARNING, "Operation not possible"); NULL 104 dba/dba_inifile.c php_error_docref1(NULL TSRMLS_CC, key, E_WARNING, "Key already exists"); NULL 147 dba/dba_inifile.c return NULL; NULL 156 dba/dba_inifile.c return NULL; NULL 164 dba/dba_inifile.c return NULL; NULL 80 dba/dba_ndbm.c char *new = NULL; NULL 124 dba/dba_ndbm.c char *key = NULL; NULL 137 dba/dba_ndbm.c char *nkey = NULL; NULL 83 dba/dba_qdbm.c char *value, *new = NULL; NULL 105 dba/dba_qdbm.c php_error_docref2(NULL TSRMLS_CC, key, val, E_WARNING, "%s", dperrmsg(dpecode)); NULL 114 dba/dba_qdbm.c value = dpget(dba->dbf, key, keylen, 0, -1, NULL); NULL 134 dba/dba_qdbm.c char *value, *new = NULL; NULL 152 dba/dba_qdbm.c char *value, *new = NULL; NULL 92 dba/dba_tcadb.c char *value, *new = NULL; NULL 125 dba/dba_tcadb.c php_error_docref2(NULL TSRMLS_CC, key, val, E_WARNING, "Error updating data"); NULL 155 dba/dba_tcadb.c char *value, *new = NULL; NULL 175 dba/dba_tcadb.c char *value, *new = NULL; NULL 194 dba/dba_tcadb.c return tcadboptimize(dba->tcadb, NULL) ? SUCCESS : FAILURE; NULL 68 dba/libcdb/cdb_make.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Fseek failed"); NULL 87 dba/libflatfile/flatfile.c datum value_datum = {NULL, 0}; NULL 96 dba/libflatfile/flatfile.c value_datum.dptr = NULL; NULL 252 dba/libflatfile/flatfile.c res.dptr = NULL; NULL 300 dba/libflatfile/flatfile.c res.dptr = NULL; NULL 88 dba/libinifile/inifile.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Can't truncate this stream"); NULL 89 dba/libinifile/inifile.c return NULL; NULL 118 dba/libinifile/inifile.c if (group_name[0] == '[' && (name = strchr(group_name, ']')) != NULL) { NULL 139 dba/libinifile/inifile.c return NULL; NULL 151 dba/libinifile/inifile.c return NULL; NULL 172 dba/libinifile/inifile.c while ((fline = php_stream_gets(dba->fp, NULL, 0)) != NULL) { NULL 246 dba/libinifile/inifile.c line_type ln = {{NULL,NULL},{NULL}}; NULL 298 dba/libinifile/inifile.c line_type ln = {{NULL,NULL},{NULL}}; NULL 317 dba/libinifile/inifile.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error in ftruncate: %d", res); NULL 339 dba/libinifile/inifile.c line_type ln = {{NULL,NULL},{NULL}}; NULL 368 dba/libinifile/inifile.c line_type ln = {{NULL,NULL},{NULL}}; NULL 391 dba/libinifile/inifile.c *ini_copy = NULL; NULL 394 dba/libinifile/inifile.c if ((fp = php_stream_temp_create(0, 64 * 1024)) == NULL) { NULL 395 dba/libinifile/inifile.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not create temporary stream"); NULL 396 dba/libinifile/inifile.c *ini_copy = NULL; NULL 400 dba/libinifile/inifile.c if ((*ini_copy = inifile_alloc(fp, 1, 0 TSRMLS_CC)) == NULL) { NULL 406 dba/libinifile/inifile.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not copy group [%zu - %zu] to temporary stream", pos_start, pos_end); NULL 420 dba/libinifile/inifile.c line_type ln = {{NULL,NULL},{NULL}}; NULL 431 dba/libinifile/inifile.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not copy [%zu - %zu] from temporary stream", pos_next, pos_start); NULL 450 dba/libinifile/inifile.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not copy [%zu - %zu] from temporary stream", pos_next, pos_start); NULL 464 dba/libinifile/inifile.c inifile *ini_tmp = NULL; NULL 465 dba/libinifile/inifile.c php_stream *fp_tmp = NULL; NULL 494 dba/libinifile/inifile.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not create temporary stream"); NULL 501 dba/libinifile/inifile.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not copy remainder to temporary stream"); NULL 542 dba/libinifile/inifile.c php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "Could not copy from temporary stream - ini file truncated"); NULL 566 dba/libinifile/inifile.c return inifile_delete_replace_append(dba, key, NULL, 0 TSRMLS_CC); NULL 148 dba/php_dba.h #define dba_module_ptr NULL NULL 60 dom/attr.c xmlAttrPtr nodep = NULL; NULL 61 dom/attr.c xmlNodePtr oldnode = NULL; NULL 63 dom/attr.c char *name, *value = NULL; NULL 82 dom/attr.c nodep = xmlNewProp(NULL, (xmlChar *) name, value); NULL 89 dom/attr.c if (intern != NULL) { NULL 91 dom/attr.c if (oldnode != NULL) { NULL 111 dom/attr.c if (attrp == NULL) { NULL 151 dom/attr.c if (attrp == NULL) { NULL 159 dom/attr.c if ((content = xmlNodeGetContent((xmlNodePtr) attrp)) != NULL) { NULL 177 dom/attr.c if (attrp == NULL) { NULL 218 dom/attr.c if (nodep == NULL) { NULL 231 dom/attr.c if (NULL == (*retval = php_dom_create_object(nodeparent, &ret, *retval, obj TSRMLS_CC))) { NULL 232 dom/attr.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot create required DOM object"); NULL 248 dom/attr.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Not yet implemented"); NULL 54 dom/cdatasection.c xmlNodePtr nodep = NULL, oldnode = NULL; NULL 56 dom/cdatasection.c char *value = NULL; NULL 67 dom/cdatasection.c nodep = xmlNewCDataBlock(NULL, (xmlChar *) value, value_len); NULL 75 dom/cdatasection.c if (intern != NULL) { NULL 77 dom/cdatasection.c if (oldnode != NULL) { NULL 86 dom/characterdata.c if (nodep == NULL) { NULL 93 dom/characterdata.c if ((content = xmlNodeGetContent(nodep)) != NULL) { NULL 110 dom/characterdata.c if (nodep == NULL) { NULL 148 dom/characterdata.c if (nodep == NULL) { NULL 190 dom/characterdata.c if (cur == NULL) { NULL 238 dom/characterdata.c ((nodep->doc != NULL) && (nodep->doc->dict != NULL) && NULL 244 dom/characterdata.c nodep->properties = NULL; NULL 273 dom/characterdata.c if (cur == NULL) { NULL 320 dom/characterdata.c if (cur == NULL) { NULL 335 dom/characterdata.c substring = NULL; NULL 362 dom/characterdata.c xmlChar *cur, *substring, *second = NULL; NULL 376 dom/characterdata.c if (cur == NULL) { NULL 391 dom/characterdata.c substring = NULL; NULL 46 dom/comment.c {NULL, NULL, NULL} NULL 54 dom/comment.c xmlNodePtr nodep = NULL, oldnode = NULL; NULL 56 dom/comment.c char *value = NULL; NULL 75 dom/comment.c if (intern != NULL) { NULL 77 dom/comment.c if (oldnode != NULL) { NULL 251 dom/document.c if (docp == NULL) { NULL 264 dom/document.c if (NULL == (*retval = php_dom_create_object((xmlNodePtr) dtdptr, &ret, *retval, obj TSRMLS_CC))) { NULL 265 dom/document.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot create required DOM object"); NULL 301 dom/document.c if (docp == NULL) { NULL 314 dom/document.c if (NULL == (*retval = php_dom_create_object(root, &ret, *retval, obj TSRMLS_CC))) { NULL 315 dom/document.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot create required DOM object"); NULL 334 dom/document.c if (docp == NULL) { NULL 342 dom/document.c if (encoding != NULL) { NULL 359 dom/document.c if (docp == NULL) { NULL 375 dom/document.c if (handler != NULL) { NULL 377 dom/document.c if (docp->encoding != NULL) { NULL 382 dom/document.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid Document Encoding"); NULL 406 dom/document.c if (docp == NULL) { NULL 426 dom/document.c if (docp == NULL) { NULL 470 dom/document.c if (docp == NULL) { NULL 478 dom/document.c if (version != NULL) { NULL 494 dom/document.c if (docp == NULL) { NULL 499 dom/document.c if (docp->version != NULL) { NULL 832 dom/document.c if (docp == NULL) { NULL 839 dom/document.c if (url != NULL) { NULL 855 dom/document.c if (docp == NULL) { NULL 860 dom/document.c if (docp->URL != NULL) { NULL 909 dom/document.c char *name, *value = NULL; NULL 922 dom/document.c node = xmlNewDocNode(docp, NULL, name, value); NULL 1053 dom/document.c char *name, *value = NULL; NULL 1101 dom/document.c node = xmlNewDocProp(docp, (xmlChar *) name, NULL); NULL 1119 dom/document.c xmlDocPtr docp = NULL; NULL 1166 dom/document.c dom_namednode_iter(intern, 0, namednode, NULL, local, NULL TSRMLS_CC); NULL 1193 dom/document.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot import: Node Type Not Supported"); NULL 1208 dom/document.c if ((retnodep->type == XML_ATTRIBUTE_NODE) && (nodep->ns != NULL)) { NULL 1209 dom/document.c xmlNsPtr nsptr = NULL; NULL 1213 dom/document.c if (nsptr == NULL) { NULL 1233 dom/document.c xmlNodePtr nodep = NULL; NULL 1234 dom/document.c xmlNsPtr nsptr = NULL; NULL 1236 dom/document.c char *uri, *name, *value = NULL; NULL 1237 dom/document.c char *localname = NULL, *prefix = NULL; NULL 1251 dom/document.c nodep = xmlNewDocNode (docp, NULL, localname, value); NULL 1252 dom/document.c if (nodep != NULL && uri != NULL) { NULL 1254 dom/document.c if (nsptr == NULL) { NULL 1265 dom/document.c if (prefix != NULL) { NULL 1270 dom/document.c if (nodep != NULL) { NULL 1277 dom/document.c if (nodep == NULL) { NULL 1296 dom/document.c xmlNodePtr nodep = NULL, root; NULL 1300 dom/document.c char *localname = NULL, *prefix = NULL; NULL 1311 dom/document.c if (root != NULL) { NULL 1315 dom/document.c nodep = (xmlNodePtr) xmlNewDocProp(docp, localname, NULL); NULL 1316 dom/document.c if (nodep != NULL && uri_len > 0) { NULL 1318 dom/document.c if (nsptr == NULL) { NULL 1328 dom/document.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Document Missing Root Element"); NULL 1333 dom/document.c if (prefix != NULL) { NULL 1338 dom/document.c if (nodep != NULL) { NULL 1345 dom/document.c if (nodep == NULL) { NULL 1376 dom/document.c dom_namednode_iter(intern, 0, namednode, NULL, local, nsuri TSRMLS_CC); NULL 1455 dom/document.c xmlDoc *docp = NULL, *olddoc; NULL 1457 dom/document.c char *encoding, *version = NULL; NULL 1480 dom/document.c if (intern != NULL) { NULL 1482 dom/document.c if (olddoc != NULL) { NULL 1486 dom/document.c olddoc->_private = NULL; NULL 1489 dom/document.c intern->document = NULL; NULL 1510 dom/document.c if (uri->scheme != NULL) { NULL 1531 dom/document.c if ((uri->scheme == NULL || isFileUri)) { NULL 1535 dom/document.c return NULL; NULL 1549 dom/document.c xmlParserCtxtPtr ctxt = NULL; NULL 1552 dom/document.c php_libxml_ref_obj *document = NULL; NULL 1556 dom/document.c char *directory=NULL, resolved_path[MAXPATHLEN]; NULL 1558 dom/document.c if (id != NULL) { NULL 1570 dom/document.c if (document == NULL) { NULL 1586 dom/document.c if (ctxt == NULL) { NULL 1587 dom/document.c return(NULL); NULL 1598 dom/document.c if(ctxt->directory != NULL) { NULL 1613 dom/document.c if (ctxt->sax != NULL) { NULL 1647 dom/document.c if (ret && ret->URL == NULL && ctxt->directory != NULL) { NULL 1651 dom/document.c ret = NULL; NULL 1653 dom/document.c ctxt->myDoc = NULL; NULL 1665 dom/document.c xmlDoc *docp = NULL, *newdoc; NULL 1673 dom/document.c if (id != NULL && ! instanceof_function(Z_OBJCE_P(id), dom_document_class_entry TSRMLS_CC)) { NULL 1674 dom/document.c id = NULL; NULL 1682 dom/document.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Empty string supplied as input"); NULL 1691 dom/document.c if (id != NULL) { NULL 1693 dom/document.c if (intern != NULL) { NULL 1695 dom/document.c doc_prop = NULL; NULL 1696 dom/document.c if (docp != NULL) { NULL 1699 dom/document.c intern->document->doc_props = NULL; NULL 1702 dom/document.c docp->_private = NULL; NULL 1705 dom/document.c intern->document = NULL; NULL 1716 dom/document.c DOM_RET_OBJ((xmlNodePtr) newdoc, &ret, NULL); NULL 1759 dom/document.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid Filename"); NULL 1773 dom/document.c bytes = xmlSaveFormatFileEnc(file, docp, NULL, format); NULL 1790 dom/document.c zval *id, *nodep = NULL; NULL 1809 dom/document.c if (nodep != NULL) { NULL 1818 dom/document.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not fetch buffer"); NULL 1954 dom/document.c cvp->userData = NULL; NULL 1975 dom/document.c char *source = NULL, *valid_file = NULL; NULL 1988 dom/document.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid Schema source"); NULL 1998 dom/document.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid Schema file source"); NULL 2019 dom/document.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid Schema"); NULL 2064 dom/document.c char *source = NULL, *valid_file = NULL; NULL 2077 dom/document.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid Schema source"); NULL 2087 dom/document.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid RelaxNG file source"); NULL 2108 dom/document.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid RelaxNG"); NULL 2155 dom/document.c xmlDoc *docp = NULL, *newdoc; NULL 2170 dom/document.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Empty string supplied as input"); NULL 2175 dom/document.c ctxt = htmlCreateFileParserCtxt(source, NULL); NULL 2191 dom/document.c if (ctxt->sax != NULL) { NULL 2202 dom/document.c if (id != NULL && instanceof_function(Z_OBJCE_P(id), dom_document_class_entry TSRMLS_CC)) { NULL 2204 dom/document.c if (intern != NULL) { NULL 2206 dom/document.c doc_prop = NULL; NULL 2207 dom/document.c if (docp != NULL) { NULL 2210 dom/document.c intern->document->doc_props = NULL; NULL 2213 dom/document.c docp->_private = NULL; NULL 2216 dom/document.c intern->document = NULL; NULL 2227 dom/document.c DOM_RET_OBJ((xmlNodePtr) newdoc, &ret, NULL); NULL 2268 dom/document.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid Filename"); NULL 2293 dom/document.c zval *id, *nodep = NULL; NULL 2298 dom/document.c xmlChar *mem = NULL; NULL 2313 dom/document.c if (nodep != NULL) { NULL 2323 dom/document.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not fetch buffer"); NULL 2336 dom/document.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error dumping HTML node"); NULL 2366 dom/document.c char *baseclass = NULL, *extendedclass = NULL; NULL 2368 dom/document.c zend_class_entry *basece = NULL, *ce = NULL; NULL 2378 dom/document.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Class %s does not exist", baseclass); NULL 2384 dom/document.c if (basece == NULL || ! instanceof_function(basece, dom_node_class_entry TSRMLS_CC)) { NULL 2385 dom/document.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Class %s is not derived from DOMNode.", baseclass); NULL 2392 dom/document.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Class %s does not exist", extendedclass); NULL 2397 dom/document.c if (ce == NULL || instanceof_function(ce, basece TSRMLS_CC)) { NULL 2402 dom/document.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Class %s could not be registered.", extendedclass); NULL 2406 dom/document.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Class %s is not derived from %s.", extendedclass, baseclass); NULL 57 dom/documentfragment.c xmlNodePtr nodep = NULL, oldnode = NULL; NULL 68 dom/documentfragment.c nodep = xmlNewDocFragment(NULL); NULL 76 dom/documentfragment.c if (intern != NULL) { NULL 78 dom/documentfragment.c if (oldnode != NULL) { NULL 97 dom/documentfragment.c while (prop != NULL) { NULL 101 dom/documentfragment.c while (cur != NULL) { NULL 109 dom/documentfragment.c if (tree->children != NULL) { NULL 111 dom/documentfragment.c while (cur != NULL) { NULL 126 dom/documentfragment.c char *data = NULL; NULL 143 dom/documentfragment.c err = xmlParseBalancedChunkMemory(nodep->doc, NULL, NULL, 0, data, &lst); NULL 52 dom/documenttype.c if (dtdptr == NULL) { NULL 78 dom/documenttype.c if (doctypep == NULL) { NULL 89 dom/documenttype.c dom_namednode_iter(obj, XML_ENTITY_NODE, intern, entityht, NULL, NULL TSRMLS_CC); NULL 109 dom/documenttype.c if (doctypep == NULL) { NULL 120 dom/documenttype.c dom_namednode_iter(obj, XML_NOTATION_NODE, intern, notationht, NULL, NULL TSRMLS_CC); NULL 138 dom/documenttype.c if (dtdptr == NULL) { NULL 166 dom/documenttype.c if (dtdptr == NULL) { NULL 192 dom/documenttype.c xmlOutputBuffer *buff = NULL; NULL 196 dom/documenttype.c if (dtdptr == NULL) { NULL 203 dom/documenttype.c if (dtdptr->doc != NULL && ((intsubset = dtdptr->doc->intSubset) != NULL)) { NULL 204 dom/documenttype.c buff = xmlAllocOutputBuffer(NULL); NULL 205 dom/documenttype.c if (buff != NULL) { NULL 206 dom/documenttype.c xmlNodeDumpOutput (buff, NULL, (xmlNodePtr) intsubset, 0, 0, NULL); NULL 52 dom/dom_iterators.c if(priv->node == NULL) { NULL 70 dom/dom_iterators.c ret->content = NULL; NULL 71 dom/dom_iterators.c ret->URI = NULL; NULL 72 dom/dom_iterators.c ret->orig = NULL; NULL 73 dom/dom_iterators.c ret->children = NULL; NULL 74 dom/dom_iterators.c ret->parent = NULL; NULL 75 dom/dom_iterators.c ret->doc = NULL; NULL 76 dom/dom_iterators.c ret->_private = NULL; NULL 77 dom/dom_iterators.c ret->last = NULL; NULL 78 dom/dom_iterators.c ret->prev = NULL; NULL 85 dom/dom_iterators.c xmlNode *nodep = NULL; NULL 93 dom/dom_iterators.c iter->node = NULL; NULL 99 dom/dom_iterators.c return NULL; NULL 107 dom/dom_iterators.c xmlNotation *notep = NULL; NULL 114 dom/dom_iterators.c iter->notation = NULL; NULL 120 dom/dom_iterators.c return NULL; NULL 163 dom/dom_iterators.c xmlNodePtr curnode = NULL; NULL 179 dom/dom_iterators.c if (intern != NULL && intern->ptr != NULL) { NULL 195 dom/dom_iterators.c zval *curobj, *curattr = NULL; NULL 197 dom/dom_iterators.c xmlNodePtr curnode = NULL, basenode; NULL 213 dom/dom_iterators.c if (intern != NULL && intern->ptr != NULL) { NULL 267 dom/dom_iterators.c NULL NULL 274 dom/dom_iterators.c xmlNodePtr nodep, curnode=NULL; NULL 275 dom/dom_iterators.c zval *curattr = NULL; NULL 292 dom/dom_iterators.c if (objmap != NULL) { NULL 96 dom/domimplementation.c char *name = NULL, *publicid = NULL, *systemid = NULL; NULL 97 dom/domimplementation.c xmlChar *pch1 = NULL, *pch2 = NULL, *localname = NULL; NULL 105 dom/domimplementation.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "qualifiedName is required"); NULL 115 dom/domimplementation.c if (uri != NULL && uri->opaque != NULL) { NULL 117 dom/domimplementation.c if (xmlStrchr(localname, (xmlChar) ':') != NULL) { NULL 135 dom/domimplementation.c doctype = xmlCreateIntSubset(NULL, localname, pch1, pch2); NULL 138 dom/domimplementation.c if (doctype == NULL) { NULL 139 dom/domimplementation.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to create DocumentType"); NULL 143 dom/domimplementation.c DOM_RET_OBJ((xmlNodePtr) doctype, &ret, NULL); NULL 153 dom/domimplementation.c zval *node = NULL; NULL 156 dom/domimplementation.c xmlDtdPtr doctype = NULL; NULL 157 dom/domimplementation.c xmlNsPtr nsptr = NULL; NULL 159 dom/domimplementation.c char *uri = NULL, *name = NULL; NULL 160 dom/domimplementation.c char *prefix = NULL, *localname = NULL; NULL 167 dom/domimplementation.c if (node != NULL) { NULL 170 dom/domimplementation.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid DocumentType object"); NULL 173 dom/domimplementation.c if (doctype->doc != NULL) { NULL 178 dom/domimplementation.c doctobj = NULL; NULL 183 dom/domimplementation.c if (errorcode == 0 && uri_len > 0 && ((nsptr = xmlNewNs(NULL, uri, prefix)) == NULL)) { NULL 188 dom/domimplementation.c if (prefix != NULL) { NULL 193 dom/domimplementation.c if (localname != NULL) { NULL 201 dom/domimplementation.c docp = xmlNewDoc(NULL); NULL 203 dom/domimplementation.c if (localname != NULL) { NULL 209 dom/domimplementation.c if (doctype != NULL) { NULL 217 dom/domimplementation.c if (localname != NULL) { NULL 218 dom/domimplementation.c nodep = xmlNewDocNode (docp, nsptr, localname, NULL); NULL 220 dom/domimplementation.c if (doctype != NULL) { NULL 221 dom/domimplementation.c docp->intSubset = NULL; NULL 222 dom/domimplementation.c doctype->parent = NULL; NULL 223 dom/domimplementation.c doctype->doc = NULL; NULL 224 dom/domimplementation.c docp->children = NULL; NULL 225 dom/domimplementation.c docp->last = NULL; NULL 230 dom/domimplementation.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unexpected Error"); NULL 240 dom/domimplementation.c DOM_RET_OBJ((xmlNodePtr) docp, &ret, NULL); NULL 242 dom/domimplementation.c if (doctobj != NULL) { NULL 45 dom/domimplementationlist.c {NULL, NULL, NULL} NULL 158 dom/element.c xmlNodePtr nodep = NULL, oldnode = NULL; NULL 160 dom/element.c char *name, *value = NULL, *uri = NULL; NULL 161 dom/element.c char *localname = NULL, *prefix = NULL; NULL 164 dom/element.c xmlNsPtr nsptr = NULL; NULL 184 dom/element.c nodep = xmlNewNode (NULL, (xmlChar *)localname); NULL 185 dom/element.c if (nodep != NULL && uri != NULL) { NULL 191 dom/element.c if (prefix != NULL) { NULL 195 dom/element.c if (nodep != NULL) { NULL 204 dom/element.c if (prefix != NULL) { NULL 210 dom/element.c nodep = xmlNewNode(NULL, (xmlChar *) name); NULL 223 dom/element.c if (intern != NULL) { NULL 225 dom/element.c if (oldnode != NULL) { NULL 246 dom/element.c if (nodep == NULL) { NULL 253 dom/element.c if (ns != NULL && ns->prefix) { NULL 288 dom/element.c if (nqname != NULL) { NULL 303 dom/element.c if (prefix != NULL) { NULL 306 dom/element.c if (ns != NULL) { NULL 313 dom/element.c if (nsPtr->prefix == NULL) { NULL 318 dom/element.c return NULL; NULL 321 dom/element.c return (xmlNodePtr)xmlHasNsProp(elem, name, NULL); NULL 334 dom/element.c xmlChar *value = NULL; NULL 359 dom/element.c if (value == NULL) { NULL 376 dom/element.c xmlNodePtr attr = NULL; NULL 386 dom/element.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Attribute Name is required"); NULL 404 dom/element.c if (attr != NULL) { NULL 418 dom/element.c if (xmlNewNs(nodep, (xmlChar *)value, NULL)) { NULL 425 dom/element.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "No such attribute '%s'", name); NULL 458 dom/element.c if (attrp == NULL) { NULL 464 dom/element.c if (php_dom_object_get_data(attrp) == NULL) { NULL 501 dom/element.c if (attrp == NULL) { NULL 510 dom/element.c curns = xmlNewNs(NULL, attrp->name, NULL); NULL 515 dom/element.c attrp = xmlNewDocNode(nodep->doc, NULL, (xmlChar *) attrp->children, attrp->name); NULL 517 dom/element.c attrp = xmlNewDocNode(nodep->doc, NULL, (xmlChar *)"xmlns", attrp->name); NULL 536 dom/element.c xmlAttr *attrp, *existattrp = NULL; NULL 554 dom/element.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Attribute node is required"); NULL 558 dom/element.c if (!(attrp->doc == NULL || attrp->doc == nodep->doc)) { NULL 564 dom/element.c if (existattrp != NULL && existattrp->type != XML_ATTRIBUTE_DECL) { NULL 565 dom/element.c if ((oldobj = php_dom_object_get_data((xmlNodePtr) existattrp)) != NULL && NULL 573 dom/element.c if (attrp->parent != NULL) { NULL 577 dom/element.c if (attrp->doc == NULL && nodep->doc != NULL) { NULL 579 dom/element.c php_libxml_increment_doc_ref((php_libxml_node_object *)attrobj, NULL TSRMLS_CC); NULL 585 dom/element.c if (existattrp != NULL) { NULL 653 dom/element.c dom_namednode_iter(intern, 0, namednode, NULL, local, NULL TSRMLS_CC); NULL 679 dom/element.c if (strattr != NULL) { NULL 685 dom/element.c if (nsptr != NULL) { NULL 704 dom/element.c if ((tree == NULL) || (ns == NULL) || (ns->type != XML_NAMESPACE_DECL)) { NULL 705 dom/element.c return NULL; NULL 713 dom/element.c if (ns->prefix == NULL) NULL 719 dom/element.c while (def != NULL) { NULL 720 dom/element.c if (counter > 1000) return(NULL); NULL 721 dom/element.c if (ns->prefix == NULL) NULL 744 dom/element.c xmlNodePtr elemp, nodep = NULL; NULL 749 dom/element.c char *localname = NULL, *prefix = NULL; NULL 758 dom/element.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Attribute Name is required"); NULL 776 dom/element.c if (nodep != NULL && nodep->type != XML_ATTRIBUTE_DECL) { NULL 781 dom/element.c (prefix == NULL && xmlStrEqual((xmlChar *) localname, (xmlChar *)"xmlns"))) && NULL 784 dom/element.c if (prefix == NULL) { NULL 785 dom/element.c nsptr = dom_get_nsdecl(elemp, NULL); NULL 791 dom/element.c if (nsptr && nsptr->prefix == NULL) { NULL 796 dom/element.c if ((tmpnsptr->prefix != NULL) && (tmpnsptr->href != NULL) && NULL 803 dom/element.c if (tmpnsptr == NULL) { NULL 809 dom/element.c if (nsptr == NULL) { NULL 810 dom/element.c if (prefix == NULL) { NULL 812 dom/element.c xmlNewNs(elemp, (xmlChar *)value, NULL); NULL 844 dom/element.c if (attr != NULL && attr->type != XML_ATTRIBUTE_DECL) { NULL 853 dom/element.c if (prefix != NULL) { NULL 893 dom/element.c if (nsptr != NULL) { NULL 895 dom/element.c if (nsptr->href != NULL) { NULL 897 dom/element.c nsptr->href = NULL; NULL 899 dom/element.c if (nsptr->prefix != NULL) { NULL 901 dom/element.c nsptr->prefix = NULL; NULL 909 dom/element.c if (php_dom_object_get_data((xmlNodePtr) attrp) == NULL) { NULL 943 dom/element.c if (attrp == NULL) { NULL 961 dom/element.c xmlAttr *attrp, *existattrp = NULL; NULL 979 dom/element.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Attribute node is required"); NULL 983 dom/element.c if (!(attrp->doc == NULL || attrp->doc == nodep->doc)) { NULL 989 dom/element.c if (nsp != NULL) { NULL 995 dom/element.c if (existattrp != NULL && existattrp->type != XML_ATTRIBUTE_DECL) { NULL 996 dom/element.c if ((oldobj = php_dom_object_get_data((xmlNodePtr) existattrp)) != NULL && NULL 1004 dom/element.c if (attrp->parent != NULL) { NULL 1008 dom/element.c if (attrp->doc == NULL && nodep->doc != NULL) { NULL 1010 dom/element.c php_libxml_increment_doc_ref((php_libxml_node_object *)attrobj, NULL TSRMLS_CC); NULL 1016 dom/element.c if (existattrp != NULL) { NULL 1048 dom/element.c dom_namednode_iter(intern, 0, namednode, NULL, local, nsuri TSRMLS_CC); NULL 1073 dom/element.c if (attr == NULL) { NULL 1103 dom/element.c if (value != NULL) { NULL 1109 dom/element.c if (nsp != NULL) { NULL 1125 dom/element.c if (id_val != NULL) { NULL 1126 dom/element.c xmlAddID(NULL, attrp->doc, id_val, attrp); NULL 1163 dom/element.c attrp = xmlHasNsProp(nodep, (xmlChar *)name, NULL); NULL 1164 dom/element.c if (attrp == NULL || attrp->type == XML_ATTRIBUTE_DECL) { NULL 1200 dom/element.c if (attrp == NULL || attrp->type == XML_ATTRIBUTE_DECL) { NULL 53 dom/entity.c if (nodep == NULL) { NULL 81 dom/entity.c if (nodep == NULL) { NULL 110 dom/entity.c if (nodep == NULL) { NULL 53 dom/entityreference.c xmlNodePtr oldnode = NULL; NULL 73 dom/entityreference.c node = xmlNewReference(NULL, name); NULL 81 dom/entityreference.c if (intern != NULL) { NULL 83 dom/entityreference.c if (oldnode != NULL) { NULL 95 dom/namednodemap.c if (objmap != NULL) { NULL 107 dom/namednodemap.c while (curnode->next != NULL) { NULL 132 dom/namednodemap.c xmlNodePtr itemnode = NULL; NULL 137 dom/namednodemap.c xmlNotation *notep = NULL; NULL 147 dom/namednodemap.c if (objmap != NULL) { NULL 207 dom/namednodemap.c xmlNodePtr itemnode = NULL; NULL 221 dom/namednodemap.c if (objmap != NULL) { NULL 236 dom/namednodemap.c while (count < index && curnode != NULL) { NULL 264 dom/namednodemap.c xmlNodePtr itemnode = NULL; NULL 269 dom/namednodemap.c xmlNotation *notep = NULL; NULL 279 dom/namednodemap.c if (objmap != NULL) { NULL 164 dom/node.c xmlNsPtr nsptr, nsdftptr, curns, prevns = NULL; NULL 168 dom/node.c if (nodep->nsDef != NULL) { NULL 172 dom/node.c if (curns->href != NULL) { NULL 174 dom/node.c (curns->prefix == NULL || xmlStrEqual(nsptr->prefix, curns->prefix))) { NULL 175 dom/node.c curns->next = NULL; NULL 176 dom/node.c if (prevns == NULL) { NULL 203 dom/node.c char *str = NULL; NULL 204 dom/node.c xmlChar *qname = NULL; NULL 208 dom/node.c if (nodep == NULL) { NULL 217 dom/node.c if (ns != NULL && ns->prefix) { NULL 228 dom/node.c if (ns != NULL && ns->prefix) { NULL 262 dom/node.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid Node Type"); NULL 267 dom/node.c if(str != NULL) { NULL 273 dom/node.c if (qname != NULL) { NULL 291 dom/node.c char *str = NULL; NULL 295 dom/node.c if (nodep == NULL) { NULL 314 dom/node.c str = NULL; NULL 320 dom/node.c if(str != NULL) { NULL 339 dom/node.c if (nodep == NULL) { NULL 388 dom/node.c if (nodep == NULL) { NULL 419 dom/node.c if (nodep == NULL) { NULL 432 dom/node.c if (NULL == (*retval = php_dom_create_object(nodeparent, &ret, *retval, obj TSRMLS_CC))) { NULL 433 dom/node.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot create required DOM object"); NULL 453 dom/node.c if (nodep == NULL) { NULL 465 dom/node.c dom_namednode_iter(obj, XML_ELEMENT_NODE, intern, NULL, NULL, NULL TSRMLS_CC); NULL 480 dom/node.c xmlNode *nodep, *first = NULL; NULL 485 dom/node.c if (nodep == NULL) { NULL 501 dom/node.c if (NULL == (*retval = php_dom_create_object(first, &ret, *retval, obj TSRMLS_CC))) { NULL 502 dom/node.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot create required DOM object"); NULL 517 dom/node.c xmlNode *nodep, *last = NULL; NULL 522 dom/node.c if (nodep == NULL) { NULL 538 dom/node.c if (NULL == (*retval = php_dom_create_object(last, &ret, *retval, obj TSRMLS_CC))) { NULL 539 dom/node.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot create required DOM object"); NULL 559 dom/node.c if (nodep == NULL) { NULL 572 dom/node.c if (NULL == (*retval = php_dom_create_object(prevsib, &ret, *retval, obj TSRMLS_CC))) { NULL 573 dom/node.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot create required DOM object"); NULL 593 dom/node.c if (nodep == NULL) { NULL 605 dom/node.c if (NULL == (*retval = php_dom_create_object(nextsib, &ret, *retval, obj TSRMLS_CC))) { NULL 606 dom/node.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot create required DOM object"); NULL 626 dom/node.c if (nodep == NULL) { NULL 636 dom/node.c dom_namednode_iter(obj, XML_ATTRIBUTE_NODE, intern, NULL, NULL, NULL TSRMLS_CC); NULL 659 dom/node.c if (nodep == NULL) { NULL 677 dom/node.c if (NULL == (*retval = php_dom_create_object((xmlNodePtr) docp, &ret, *retval, obj TSRMLS_CC))) { NULL 678 dom/node.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot create required DOM object"); NULL 694 dom/node.c char *str = NULL; NULL 698 dom/node.c if (nodep == NULL) { NULL 707 dom/node.c if (nodep->ns != NULL) { NULL 712 dom/node.c str = NULL; NULL 718 dom/node.c if(str != NULL) { NULL 738 dom/node.c char *str = NULL; NULL 742 dom/node.c if (nodep == NULL) { NULL 752 dom/node.c if (ns != NULL && ns->prefix) { NULL 757 dom/node.c str = NULL; NULL 763 dom/node.c if (str == NULL) { NULL 775 dom/node.c xmlNode *nodep, *nsnode = NULL; NULL 776 dom/node.c xmlNsPtr ns = NULL, curns; NULL 782 dom/node.c if (nodep == NULL) { NULL 791 dom/node.c if (nsnode == NULL) { NULL 793 dom/node.c if (nsnode == NULL) { NULL 806 dom/node.c if (nsnode && nodep->ns != NULL && !xmlStrEqual(nodep->ns->prefix, (xmlChar *)prefix)) { NULL 808 dom/node.c if (strURI == NULL || NULL 813 dom/node.c ns = NULL; NULL 816 dom/node.c while (curns != NULL) { NULL 823 dom/node.c if (ns == NULL) { NULL 828 dom/node.c if (ns == NULL) { NULL 862 dom/node.c if (nodep == NULL) { NULL 892 dom/node.c if (nodep == NULL) { NULL 920 dom/node.c char *str = NULL; NULL 924 dom/node.c if (nodep == NULL) { NULL 933 dom/node.c if(str != NULL) { NULL 957 dom/node.c if (prevsib == NULL) { NULL 963 dom/node.c if (nextsib == NULL) { NULL 971 dom/node.c while (node != NULL) { NULL 975 dom/node.c if (node->_private != NULL) { NULL 978 dom/node.c php_libxml_increment_doc_ref((php_libxml_node_object *)childobj, NULL TSRMLS_CC); NULL 987 dom/node.c fragment->children = NULL; NULL 988 dom/node.c fragment->last = NULL; NULL 1001 dom/node.c zval *id, *node, *ref = NULL; NULL 1018 dom/node.c new_child = NULL; NULL 1023 dom/node.c (child->parent != NULL && dom_node_is_read_only(child->parent) == SUCCESS)) { NULL 1033 dom/node.c if (child->doc != parentp->doc && child->doc != NULL) { NULL 1038 dom/node.c if (child->type == XML_DOCUMENT_FRAG_NODE && child->children == NULL) { NULL 1039 dom/node.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Document Fragment is empty"); NULL 1043 dom/node.c if (child->doc == NULL && parentp->doc != NULL) { NULL 1045 dom/node.c php_libxml_increment_doc_ref((php_libxml_node_object *)childobj, NULL TSRMLS_CC); NULL 1048 dom/node.c if (ref != NULL) { NULL 1055 dom/node.c if (child->parent != NULL) { NULL 1060 dom/node.c (refp->prev != NULL && refp->prev->type == XML_TEXT_NODE))) { NULL 1061 dom/node.c if (child->doc == NULL) { NULL 1069 dom/node.c if (new_child->prev != NULL) { NULL 1072 dom/node.c if (new_child->parent != NULL) { NULL 1081 dom/node.c if (child->ns == NULL) NULL 1085 dom/node.c if (lastattr != NULL && lastattr->type != XML_ATTRIBUTE_DECL) { NULL 1098 dom/node.c if (new_child == NULL) { NULL 1102 dom/node.c if (child->parent != NULL){ NULL 1105 dom/node.c if (child->type == XML_TEXT_NODE && parentp->last != NULL && parentp->last->type == XML_TEXT_NODE) { NULL 1107 dom/node.c if (child->doc == NULL) { NULL 1111 dom/node.c if (parentp->children == NULL) { NULL 1123 dom/node.c if (child->ns == NULL) NULL 1127 dom/node.c if (lastattr != NULL && lastattr->type != XML_ATTRIBUTE_DECL) { NULL 1137 dom/node.c new_child = _php_dom_insert_fragment(parentp, parentp->last, NULL, child, intern, childobj TSRMLS_CC); NULL 1139 dom/node.c if (new_child == NULL) { NULL 1144 dom/node.c if (NULL == new_child) { NULL 1145 dom/node.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Couldn't add newnode as the previous sibling of refnode"); NULL 1190 dom/node.c (newchild->parent != NULL && dom_node_is_read_only(newchild->parent) == SUCCESS)) { NULL 1195 dom/node.c if (newchild->doc != nodep->doc && newchild->doc != NULL) { NULL 1227 dom/node.c if (newchild->doc == NULL && nodep->doc != NULL) { NULL 1230 dom/node.c php_libxml_increment_doc_ref((php_libxml_node_object *)newchildobj, NULL TSRMLS_CC); NULL 1270 dom/node.c (child->parent != NULL && dom_node_is_read_only(child->parent) == SUCCESS)) { NULL 1302 dom/node.c xmlNodePtr child, nodep, new_child = NULL; NULL 1321 dom/node.c (child->parent != NULL && dom_node_is_read_only(child->parent) == SUCCESS)) { NULL 1331 dom/node.c if (!(child->doc == NULL || child->doc == nodep->doc)) { NULL 1336 dom/node.c if (child->type == XML_DOCUMENT_FRAG_NODE && child->children == NULL) { NULL 1337 dom/node.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Document Fragment is empty"); NULL 1341 dom/node.c if (child->doc == NULL && nodep->doc != NULL) { NULL 1343 dom/node.c php_libxml_increment_doc_ref((php_libxml_node_object *)childobj, NULL TSRMLS_CC); NULL 1346 dom/node.c if (child->parent != NULL){ NULL 1350 dom/node.c if (child->type == XML_TEXT_NODE && nodep->last != NULL && nodep->last->type == XML_TEXT_NODE) { NULL 1352 dom/node.c if (child->doc == NULL) { NULL 1356 dom/node.c if (nodep->children == NULL) { NULL 1368 dom/node.c if (child->ns == NULL) NULL 1372 dom/node.c if (lastattr != NULL && lastattr->type != XML_ATTRIBUTE_DECL) { NULL 1379 dom/node.c new_child = _php_dom_insert_fragment(nodep, nodep->last, NULL, child, intern, childobj TSRMLS_CC); NULL 1382 dom/node.c if (new_child == NULL) { NULL 1384 dom/node.c if (new_child == NULL) { NULL 1385 dom/node.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Couldn't append node"); NULL 1451 dom/node.c if (n->nsDef != NULL) { NULL 1454 dom/node.c if (n->ns != NULL) { NULL 1457 dom/node.c if (ns == NULL) { NULL 1459 dom/node.c if (ns != NULL) { NULL 1462 dom/node.c while (root->parent != NULL) { NULL 1471 dom/node.c if (n->properties != NULL) { NULL 1478 dom/node.c intern = NULL; NULL 1598 dom/node.c xmlNodePtr nodep, lookupp = NULL; NULL 1630 dom/node.c if (lookupp != NULL && (nsptr = xmlSearchNsByHref(lookupp->doc, lookupp, uri))) { NULL 1631 dom/node.c if (nsptr->prefix != NULL) { NULL 1664 dom/node.c nsptr = xmlSearchNs(nodep->doc, nodep, NULL); NULL 1685 dom/node.c char *prefix=NULL; NULL 1694 dom/node.c if (nodep == NULL) { NULL 1700 dom/node.c if (nsptr && nsptr->href != NULL) { NULL 1751 dom/node.c zval *xpath_array=NULL, *ns_prefixes=NULL; NULL 1754 dom/node.c xmlNodeSetPtr nodeset = NULL; NULL 1757 dom/node.c xmlChar **inclusive_ns_prefixes = NULL; NULL 1758 dom/node.c char *file = NULL; NULL 1761 dom/node.c xmlXPathContextPtr ctxp=NULL; NULL 1762 dom/node.c xmlXPathObjectPtr xpathobjp=NULL; NULL 1783 dom/node.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Node must be associated with a document"); NULL 1787 dom/node.c if (xpath_array == NULL) { NULL 1792 dom/node.c ctxp->node = NULL; NULL 1800 dom/node.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "XPath query did not return a nodeset."); NULL 1814 dom/node.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "'query' missing from xpath array or is not a string"); NULL 1831 dom/node.c &prefix, &prefix_key_len, &idx, 0, NULL) == HASH_KEY_IS_STRING) { NULL 1840 dom/node.c ctxp->node = NULL; NULL 1848 dom/node.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "XPath query did not return a nodeset."); NULL 1853 dom/node.c if (ns_prefixes != NULL) { NULL 1866 dom/node.c inclusive_ns_prefixes[nscount] = NULL; NULL 1868 dom/node.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, NULL 1874 dom/node.c buf = xmlOutputBufferCreateFilename(file, NULL, 0); NULL 1876 dom/node.c buf = xmlAllocOutputBuffer(NULL); NULL 1879 dom/node.c if (buf != NULL) { NULL 1884 dom/node.c if (inclusive_ns_prefixes != NULL) { NULL 1887 dom/node.c if (xpathobjp != NULL) { NULL 1890 dom/node.c if (ctxp != NULL) { NULL 1894 dom/node.c if (buf == NULL || ret < 0) { NULL 1954 dom/node.c if (value == NULL) { NULL 62 dom/nodelist.c if (objmap != NULL) { NULL 76 dom/nodelist.c while (curnode->next != NULL) { NULL 111 dom/nodelist.c xmlNodePtr itemnode = NULL; NULL 127 dom/nodelist.c if (objmap != NULL) { NULL 147 dom/nodelist.c while (count < index && curnode != NULL) { NULL 54 dom/notation.c if (nodep == NULL) { NULL 82 dom/notation.c if (nodep == NULL) { NULL 125 dom/php_dom.c if (node->doc == NULL) { NULL 168 dom/php_dom.c doc_props->classmap = NULL; NULL 194 dom/php_dom.c zend_hash_init(dest->classmap, 0, NULL, NULL, 0); NULL 195 dom/php_dom.c zend_hash_copy(dest->classmap, source->classmap, NULL, NULL, sizeof(zend_class_entry *)); NULL 207 dom/php_dom.c if (doc_props->classmap == NULL) { NULL 208 dom/php_dom.c if (ce == NULL) { NULL 212 dom/php_dom.c zend_hash_init(doc_props->classmap, 0, NULL, NULL, 0); NULL 215 dom/php_dom.c return zend_hash_update(doc_props->classmap, basece->name, basece->name_length + 1, &ce, sizeof(zend_class_entry *), NULL); NULL 226 dom/php_dom.c zend_class_entry **ce = NULL; NULL 248 dom/php_dom.c if (document == NULL) { NULL 259 dom/php_dom.c if (obj && obj->ptr != NULL) { NULL 262 dom/php_dom.c return NULL; NULL 270 dom/php_dom.c if (obj && obj->_private != NULL) { NULL 273 dom/php_dom.c return NULL; NULL 281 dom/php_dom.c *retval = NULL; NULL 282 dom/php_dom.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Cannot read property"); NULL 290 dom/php_dom.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Cannot write property"); NULL 302 dom/php_dom.c zend_hash_add(prop_handler, name, strlen(name)+1, &hnd, sizeof(dom_prop_handler), NULL); NULL 310 dom/php_dom.c zval **retval = NULL; NULL 324 dom/php_dom.c if (obj->prop_handler != NULL) { NULL 359 dom/php_dom.c if (obj->prop_handler != NULL) { NULL 404 dom/php_dom.c if (obj->prop_handler != NULL) { NULL 439 dom/php_dom.c if (obj->prop_handler != NULL) { NULL 487 dom/php_dom.c NULL, sizeof(zval*)); NULL 504 dom/php_dom.c char *string_key = NULL; NULL 534 dom/php_dom.c &value, sizeof(zval *), NULL); NULL 553 dom/php_dom.c xmlNodePtr nodep = NULL; NULL 569 dom/php_dom.c xmlNodePtr nodep = NULL; NULL 583 dom/php_dom.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid Nodetype to import"); NULL 600 dom/php_dom.c if (obj->clone == NULL) { NULL 640 dom/php_dom.c STANDARD_MODULE_HEADER_EX, NULL, NULL 646 dom/php_dom.c NULL, NULL 647 dom/php_dom.c NULL, NULL 671 dom/php_dom.c zend_hash_init(&classes, 0, NULL, NULL, 1); NULL 674 dom/php_dom.c dom_domexception_class_entry = zend_register_internal_class_ex(&ce, zend_exception_get_default(TSRMLS_C), NULL TSRMLS_CC); NULL 678 dom/php_dom.c REGISTER_DOM_CLASS(ce, "DOMStringList", NULL, php_dom_domstringlist_class_functions, dom_domstringlist_class_entry); NULL 680 dom/php_dom.c zend_hash_init(&dom_domstringlist_prop_handlers, 0, NULL, NULL, 1); NULL 681 dom/php_dom.c dom_register_prop_handler(&dom_domstringlist_prop_handlers, "length", dom_domstringlist_length_read, NULL TSRMLS_CC); NULL 682 dom/php_dom.c zend_hash_add(&classes, ce.name, ce.name_length + 1, &dom_domstringlist_prop_handlers, sizeof(dom_domstringlist_prop_handlers), NULL); NULL 684 dom/php_dom.c REGISTER_DOM_CLASS(ce, "DOMNameList", NULL, php_dom_namelist_class_functions, dom_namelist_class_entry); NULL 686 dom/php_dom.c zend_hash_init(&dom_namelist_prop_handlers, 0, NULL, NULL, 1); NULL 687 dom/php_dom.c dom_register_prop_handler(&dom_namelist_prop_handlers, "length", dom_namelist_length_read, NULL TSRMLS_CC); NULL 688 dom/php_dom.c zend_hash_add(&classes, ce.name, ce.name_length + 1, &dom_namelist_prop_handlers, sizeof(dom_namelist_prop_handlers), NULL); NULL 690 dom/php_dom.c REGISTER_DOM_CLASS(ce, "DOMImplementationList", NULL, php_dom_domimplementationlist_class_functions, dom_domimplementationlist_class_entry); NULL 692 dom/php_dom.c zend_hash_init(&dom_domimplementationlist_prop_handlers, 0, NULL, NULL, 1); NULL 693 dom/php_dom.c dom_register_prop_handler(&dom_domimplementationlist_prop_handlers, "length", dom_domimplementationlist_length_read, NULL TSRMLS_CC); NULL 694 dom/php_dom.c zend_hash_add(&classes, ce.name, ce.name_length + 1, &dom_domimplementationlist_prop_handlers, sizeof(dom_domimplementationlist_prop_handlers), NULL); NULL 696 dom/php_dom.c REGISTER_DOM_CLASS(ce, "DOMImplementationSource", NULL, php_dom_domimplementationsource_class_functions, dom_domimplementationsource_class_entry); NULL 697 dom/php_dom.c REGISTER_DOM_CLASS(ce, "DOMImplementation", NULL, php_dom_domimplementation_class_functions, dom_domimplementation_class_entry); NULL 699 dom/php_dom.c REGISTER_DOM_CLASS(ce, "DOMNode", NULL, php_dom_node_class_functions, dom_node_class_entry); NULL 701 dom/php_dom.c zend_hash_init(&dom_node_prop_handlers, 0, NULL, NULL, 1); NULL 702 dom/php_dom.c dom_register_prop_handler(&dom_node_prop_handlers, "nodeName", dom_node_node_name_read, NULL TSRMLS_CC); NULL 704 dom/php_dom.c dom_register_prop_handler(&dom_node_prop_handlers, "nodeType", dom_node_node_type_read, NULL TSRMLS_CC); NULL 705 dom/php_dom.c dom_register_prop_handler(&dom_node_prop_handlers, "parentNode", dom_node_parent_node_read, NULL TSRMLS_CC); NULL 706 dom/php_dom.c dom_register_prop_handler(&dom_node_prop_handlers, "childNodes", dom_node_child_nodes_read, NULL TSRMLS_CC); NULL 707 dom/php_dom.c dom_register_prop_handler(&dom_node_prop_handlers, "firstChild", dom_node_first_child_read, NULL TSRMLS_CC); NULL 708 dom/php_dom.c dom_register_prop_handler(&dom_node_prop_handlers, "lastChild", dom_node_last_child_read, NULL TSRMLS_CC); NULL 709 dom/php_dom.c dom_register_prop_handler(&dom_node_prop_handlers, "previousSibling", dom_node_previous_sibling_read, NULL TSRMLS_CC); NULL 710 dom/php_dom.c dom_register_prop_handler(&dom_node_prop_handlers, "nextSibling", dom_node_next_sibling_read, NULL TSRMLS_CC); NULL 711 dom/php_dom.c dom_register_prop_handler(&dom_node_prop_handlers, "attributes", dom_node_attributes_read, NULL TSRMLS_CC); NULL 712 dom/php_dom.c dom_register_prop_handler(&dom_node_prop_handlers, "ownerDocument", dom_node_owner_document_read, NULL TSRMLS_CC); NULL 713 dom/php_dom.c dom_register_prop_handler(&dom_node_prop_handlers, "namespaceURI", dom_node_namespace_uri_read, NULL TSRMLS_CC); NULL 715 dom/php_dom.c dom_register_prop_handler(&dom_node_prop_handlers, "localName", dom_node_local_name_read, NULL TSRMLS_CC); NULL 716 dom/php_dom.c dom_register_prop_handler(&dom_node_prop_handlers, "baseURI", dom_node_base_uri_read, NULL TSRMLS_CC); NULL 718 dom/php_dom.c zend_hash_add(&classes, ce.name, ce.name_length + 1, &dom_node_prop_handlers, sizeof(dom_node_prop_handlers), NULL); NULL 720 dom/php_dom.c REGISTER_DOM_CLASS(ce, "DOMNameSpaceNode", NULL, NULL, dom_namespace_node_class_entry); NULL 722 dom/php_dom.c zend_hash_init(&dom_namespace_node_prop_handlers, 0, NULL, NULL, 1); NULL 723 dom/php_dom.c dom_register_prop_handler(&dom_namespace_node_prop_handlers, "nodeName", dom_node_node_name_read, NULL TSRMLS_CC); NULL 724 dom/php_dom.c dom_register_prop_handler(&dom_namespace_node_prop_handlers, "nodeValue", dom_node_node_value_read, NULL TSRMLS_CC); NULL 725 dom/php_dom.c dom_register_prop_handler(&dom_namespace_node_prop_handlers, "nodeType", dom_node_node_type_read, NULL TSRMLS_CC); NULL 726 dom/php_dom.c dom_register_prop_handler(&dom_namespace_node_prop_handlers, "prefix", dom_node_prefix_read, NULL TSRMLS_CC); NULL 727 dom/php_dom.c dom_register_prop_handler(&dom_namespace_node_prop_handlers, "localName", dom_node_local_name_read, NULL TSRMLS_CC); NULL 728 dom/php_dom.c dom_register_prop_handler(&dom_namespace_node_prop_handlers, "namespaceURI", dom_node_namespace_uri_read, NULL TSRMLS_CC); NULL 729 dom/php_dom.c dom_register_prop_handler(&dom_namespace_node_prop_handlers, "ownerDocument", dom_node_owner_document_read, NULL TSRMLS_CC); NULL 730 dom/php_dom.c dom_register_prop_handler(&dom_namespace_node_prop_handlers, "parentNode", dom_node_parent_node_read, NULL TSRMLS_CC); NULL 731 dom/php_dom.c zend_hash_add(&classes, ce.name, ce.name_length + 1, &dom_namespace_node_prop_handlers, sizeof(dom_namespace_node_prop_handlers), NULL); NULL 734 dom/php_dom.c zend_hash_add(&classes, ce.name, ce.name_length + 1, &dom_node_prop_handlers, sizeof(dom_node_prop_handlers), NULL); NULL 737 dom/php_dom.c zend_hash_init(&dom_document_prop_handlers, 0, NULL, NULL, 1); NULL 738 dom/php_dom.c dom_register_prop_handler(&dom_document_prop_handlers, "doctype", dom_document_doctype_read, NULL TSRMLS_CC); NULL 739 dom/php_dom.c dom_register_prop_handler(&dom_document_prop_handlers, "implementation", dom_document_implementation_read, NULL TSRMLS_CC); NULL 740 dom/php_dom.c dom_register_prop_handler(&dom_document_prop_handlers, "documentElement", dom_document_document_element_read, NULL TSRMLS_CC); NULL 741 dom/php_dom.c dom_register_prop_handler(&dom_document_prop_handlers, "actualEncoding", dom_document_encoding_read, NULL TSRMLS_CC); NULL 743 dom/php_dom.c dom_register_prop_handler(&dom_document_prop_handlers, "xmlEncoding", dom_document_encoding_read, NULL TSRMLS_CC); NULL 750 dom/php_dom.c dom_register_prop_handler(&dom_document_prop_handlers, "config", dom_document_config_read, NULL TSRMLS_CC); NULL 758 dom/php_dom.c zend_hash_merge(&dom_document_prop_handlers, &dom_node_prop_handlers, NULL, NULL, sizeof(dom_prop_handler), 0); NULL 759 dom/php_dom.c zend_hash_add(&classes, ce.name, ce.name_length + 1, &dom_document_prop_handlers, sizeof(dom_document_prop_handlers), NULL); NULL 763 dom/php_dom.c dom_nodelist_class_entry = zend_register_internal_class_ex(&ce, NULL, NULL TSRMLS_CC); NULL 767 dom/php_dom.c zend_hash_init(&dom_nodelist_prop_handlers, 0, NULL, NULL, 1); NULL 768 dom/php_dom.c dom_register_prop_handler(&dom_nodelist_prop_handlers, "length", dom_nodelist_length_read, NULL TSRMLS_CC); NULL 769 dom/php_dom.c zend_hash_add(&classes, ce.name, ce.name_length + 1, &dom_nodelist_prop_handlers, sizeof(dom_nodelist_prop_handlers), NULL); NULL 773 dom/php_dom.c dom_namednodemap_class_entry = zend_register_internal_class_ex(&ce, NULL, NULL TSRMLS_CC); NULL 777 dom/php_dom.c zend_hash_init(&dom_namednodemap_prop_handlers, 0, NULL, NULL, 1); NULL 778 dom/php_dom.c dom_register_prop_handler(&dom_namednodemap_prop_handlers, "length", dom_namednodemap_length_read, NULL TSRMLS_CC); NULL 779 dom/php_dom.c zend_hash_add(&classes, ce.name, ce.name_length + 1, &dom_namednodemap_prop_handlers, sizeof(dom_namednodemap_prop_handlers), NULL); NULL 783 dom/php_dom.c zend_hash_init(&dom_characterdata_prop_handlers, 0, NULL, NULL, 1); NULL 785 dom/php_dom.c dom_register_prop_handler(&dom_characterdata_prop_handlers, "length", dom_characterdata_length_read, NULL TSRMLS_CC); NULL 786 dom/php_dom.c zend_hash_merge(&dom_characterdata_prop_handlers, &dom_node_prop_handlers, NULL, NULL, sizeof(dom_prop_handler), 0); NULL 787 dom/php_dom.c zend_hash_add(&classes, ce.name, ce.name_length + 1, &dom_characterdata_prop_handlers, sizeof(dom_characterdata_prop_handlers), NULL); NULL 791 dom/php_dom.c zend_hash_init(&dom_attr_prop_handlers, 0, NULL, NULL, 1); NULL 792 dom/php_dom.c dom_register_prop_handler(&dom_attr_prop_handlers, "name", dom_attr_name_read, NULL TSRMLS_CC); NULL 793 dom/php_dom.c dom_register_prop_handler(&dom_attr_prop_handlers, "specified", dom_attr_specified_read, NULL TSRMLS_CC); NULL 795 dom/php_dom.c dom_register_prop_handler(&dom_attr_prop_handlers, "ownerElement", dom_attr_owner_element_read, NULL TSRMLS_CC); NULL 796 dom/php_dom.c dom_register_prop_handler(&dom_attr_prop_handlers, "schemaTypeInfo", dom_attr_schema_type_info_read, NULL TSRMLS_CC); NULL 797 dom/php_dom.c zend_hash_merge(&dom_attr_prop_handlers, &dom_node_prop_handlers, NULL, NULL, sizeof(dom_prop_handler), 0); NULL 798 dom/php_dom.c zend_hash_add(&classes, ce.name, ce.name_length + 1, &dom_attr_prop_handlers, sizeof(dom_attr_prop_handlers), NULL); NULL 802 dom/php_dom.c zend_hash_init(&dom_element_prop_handlers, 0, NULL, NULL, 1); NULL 803 dom/php_dom.c dom_register_prop_handler(&dom_element_prop_handlers, "tagName", dom_element_tag_name_read, NULL TSRMLS_CC); NULL 804 dom/php_dom.c dom_register_prop_handler(&dom_element_prop_handlers, "schemaTypeInfo", dom_element_schema_type_info_read, NULL TSRMLS_CC); NULL 805 dom/php_dom.c zend_hash_merge(&dom_element_prop_handlers, &dom_node_prop_handlers, NULL, NULL, sizeof(dom_prop_handler), 0); NULL 806 dom/php_dom.c zend_hash_add(&classes, ce.name, ce.name_length + 1, &dom_element_prop_handlers, sizeof(dom_element_prop_handlers), NULL); NULL 810 dom/php_dom.c zend_hash_init(&dom_text_prop_handlers, 0, NULL, NULL, 1); NULL 811 dom/php_dom.c dom_register_prop_handler(&dom_text_prop_handlers, "wholeText", dom_text_whole_text_read, NULL TSRMLS_CC); NULL 812 dom/php_dom.c zend_hash_merge(&dom_text_prop_handlers, &dom_characterdata_prop_handlers, NULL, NULL, sizeof(dom_prop_handler), 0); NULL 813 dom/php_dom.c zend_hash_add(&classes, ce.name, ce.name_length + 1, &dom_text_prop_handlers, sizeof(dom_text_prop_handlers), NULL); NULL 816 dom/php_dom.c zend_hash_add(&classes, ce.name, ce.name_length + 1, &dom_characterdata_prop_handlers, sizeof(dom_typeinfo_prop_handlers), NULL); NULL 818 dom/php_dom.c REGISTER_DOM_CLASS(ce, "DOMTypeinfo", NULL, php_dom_typeinfo_class_functions, dom_typeinfo_class_entry); NULL 820 dom/php_dom.c zend_hash_init(&dom_typeinfo_prop_handlers, 0, NULL, NULL, 1); NULL 821 dom/php_dom.c dom_register_prop_handler(&dom_typeinfo_prop_handlers, "typeName", dom_typeinfo_type_name_read, NULL TSRMLS_CC); NULL 822 dom/php_dom.c dom_register_prop_handler(&dom_typeinfo_prop_handlers, "typeNamespace", dom_typeinfo_type_namespace_read, NULL TSRMLS_CC); NULL 823 dom/php_dom.c zend_hash_add(&classes, ce.name, ce.name_length + 1, &dom_typeinfo_prop_handlers, sizeof(dom_typeinfo_prop_handlers), NULL); NULL 825 dom/php_dom.c REGISTER_DOM_CLASS(ce, "DOMUserDataHandler", NULL, php_dom_userdatahandler_class_functions, dom_userdatahandler_class_entry); NULL 826 dom/php_dom.c REGISTER_DOM_CLASS(ce, "DOMDomError", NULL, php_dom_domerror_class_functions, dom_domerror_class_entry); NULL 828 dom/php_dom.c zend_hash_init(&dom_domerror_prop_handlers, 0, NULL, NULL, 1); NULL 829 dom/php_dom.c dom_register_prop_handler(&dom_domerror_prop_handlers, "severity", dom_domerror_severity_read, NULL TSRMLS_CC); NULL 830 dom/php_dom.c dom_register_prop_handler(&dom_domerror_prop_handlers, "message", dom_domerror_message_read, NULL TSRMLS_CC); NULL 831 dom/php_dom.c dom_register_prop_handler(&dom_domerror_prop_handlers, "type", dom_domerror_type_read, NULL TSRMLS_CC); NULL 832 dom/php_dom.c dom_register_prop_handler(&dom_domerror_prop_handlers, "relatedException", dom_domerror_related_exception_read, NULL TSRMLS_CC); NULL 833 dom/php_dom.c dom_register_prop_handler(&dom_domerror_prop_handlers, "related_data", dom_domerror_related_data_read, NULL TSRMLS_CC); NULL 834 dom/php_dom.c dom_register_prop_handler(&dom_domerror_prop_handlers, "location", dom_domerror_location_read, NULL TSRMLS_CC); NULL 835 dom/php_dom.c zend_hash_add(&classes, ce.name, ce.name_length + 1, &dom_domerror_prop_handlers, sizeof(dom_domerror_prop_handlers), NULL); NULL 837 dom/php_dom.c REGISTER_DOM_CLASS(ce, "DOMErrorHandler", NULL, php_dom_domerrorhandler_class_functions, dom_domerrorhandler_class_entry); NULL 838 dom/php_dom.c REGISTER_DOM_CLASS(ce, "DOMLocator", NULL, php_dom_domlocator_class_functions, dom_domlocator_class_entry); NULL 840 dom/php_dom.c zend_hash_init(&dom_domlocator_prop_handlers, 0, NULL, NULL, 1); NULL 841 dom/php_dom.c dom_register_prop_handler(&dom_domlocator_prop_handlers, "lineNumber", dom_domlocator_line_number_read, NULL TSRMLS_CC); NULL 842 dom/php_dom.c dom_register_prop_handler(&dom_domlocator_prop_handlers, "columnNumber", dom_domlocator_column_number_read, NULL TSRMLS_CC); NULL 843 dom/php_dom.c dom_register_prop_handler(&dom_domlocator_prop_handlers, "offset", dom_domlocator_offset_read, NULL TSRMLS_CC); NULL 844 dom/php_dom.c dom_register_prop_handler(&dom_domlocator_prop_handlers, "relatedNode", dom_domlocator_related_node_read, NULL TSRMLS_CC); NULL 845 dom/php_dom.c dom_register_prop_handler(&dom_domlocator_prop_handlers, "uri", dom_domlocator_uri_read, NULL TSRMLS_CC); NULL 846 dom/php_dom.c zend_hash_add(&classes, ce.name, ce.name_length + 1, &dom_domlocator_prop_handlers, sizeof(dom_domlocator_prop_handlers), NULL); NULL 848 dom/php_dom.c REGISTER_DOM_CLASS(ce, "DOMConfiguration", NULL, php_dom_domconfiguration_class_functions, dom_domconfiguration_class_entry); NULL 850 dom/php_dom.c zend_hash_add(&classes, ce.name, ce.name_length + 1, &dom_text_prop_handlers, sizeof(dom_documenttype_prop_handlers), NULL); NULL 854 dom/php_dom.c zend_hash_init(&dom_documenttype_prop_handlers, 0, NULL, NULL, 1); NULL 855 dom/php_dom.c dom_register_prop_handler(&dom_documenttype_prop_handlers, "name", dom_documenttype_name_read, NULL TSRMLS_CC); NULL 856 dom/php_dom.c dom_register_prop_handler(&dom_documenttype_prop_handlers, "entities", dom_documenttype_entities_read, NULL TSRMLS_CC); NULL 857 dom/php_dom.c dom_register_prop_handler(&dom_documenttype_prop_handlers, "notations", dom_documenttype_notations_read, NULL TSRMLS_CC); NULL 858 dom/php_dom.c dom_register_prop_handler(&dom_documenttype_prop_handlers, "publicId", dom_documenttype_public_id_read, NULL TSRMLS_CC); NULL 859 dom/php_dom.c dom_register_prop_handler(&dom_documenttype_prop_handlers, "systemId", dom_documenttype_system_id_read, NULL TSRMLS_CC); NULL 860 dom/php_dom.c dom_register_prop_handler(&dom_documenttype_prop_handlers, "internalSubset", dom_documenttype_internal_subset_read, NULL TSRMLS_CC); NULL 861 dom/php_dom.c zend_hash_merge(&dom_documenttype_prop_handlers, &dom_node_prop_handlers, NULL, NULL, sizeof(dom_prop_handler), 0); NULL 862 dom/php_dom.c zend_hash_add(&classes, ce.name, ce.name_length + 1, &dom_documenttype_prop_handlers, sizeof(dom_documenttype_prop_handlers), NULL); NULL 866 dom/php_dom.c zend_hash_init(&dom_notation_prop_handlers, 0, NULL, NULL, 1); NULL 867 dom/php_dom.c dom_register_prop_handler(&dom_notation_prop_handlers, "publicId", dom_notation_public_id_read, NULL TSRMLS_CC); NULL 868 dom/php_dom.c dom_register_prop_handler(&dom_notation_prop_handlers, "systemId", dom_notation_system_id_read, NULL TSRMLS_CC); NULL 869 dom/php_dom.c zend_hash_merge(&dom_notation_prop_handlers, &dom_node_prop_handlers, NULL, NULL, sizeof(dom_prop_handler), 0); NULL 870 dom/php_dom.c zend_hash_add(&classes, ce.name, ce.name_length + 1, &dom_notation_prop_handlers, sizeof(dom_notation_prop_handlers), NULL); NULL 874 dom/php_dom.c zend_hash_init(&dom_entity_prop_handlers, 0, NULL, NULL, 1); NULL 875 dom/php_dom.c dom_register_prop_handler(&dom_entity_prop_handlers, "publicId", dom_entity_public_id_read, NULL TSRMLS_CC); NULL 876 dom/php_dom.c dom_register_prop_handler(&dom_entity_prop_handlers, "systemId", dom_entity_system_id_read, NULL TSRMLS_CC); NULL 877 dom/php_dom.c dom_register_prop_handler(&dom_entity_prop_handlers, "notationName", dom_entity_notation_name_read, NULL TSRMLS_CC); NULL 881 dom/php_dom.c zend_hash_merge(&dom_entity_prop_handlers, &dom_node_prop_handlers, NULL, NULL, sizeof(dom_prop_handler), 0); NULL 883 dom/php_dom.c zend_hash_add(&classes, ce.name, ce.name_length + 1, &dom_entity_prop_handlers, sizeof(dom_entity_prop_handlers), NULL); NULL 886 dom/php_dom.c zend_hash_add(&classes, ce.name, ce.name_length + 1, &dom_node_prop_handlers, sizeof(dom_entity_prop_handlers), NULL); NULL 890 dom/php_dom.c zend_hash_init(&dom_processinginstruction_prop_handlers, 0, NULL, NULL, 1); NULL 891 dom/php_dom.c dom_register_prop_handler(&dom_processinginstruction_prop_handlers, "target", dom_processinginstruction_target_read, NULL TSRMLS_CC); NULL 893 dom/php_dom.c zend_hash_merge(&dom_processinginstruction_prop_handlers, &dom_node_prop_handlers, NULL, NULL, sizeof(dom_prop_handler), 0); NULL 894 dom/php_dom.c zend_hash_add(&classes, ce.name, ce.name_length + 1, &dom_processinginstruction_prop_handlers, sizeof(dom_processinginstruction_prop_handlers), NULL); NULL 896 dom/php_dom.c REGISTER_DOM_CLASS(ce, "DOMStringExtend", NULL, php_dom_string_extend_class_functions, dom_string_extend_class_entry); NULL 901 dom/php_dom.c dom_xpath_class_entry = zend_register_internal_class_ex(&ce, NULL, NULL TSRMLS_CC); NULL 903 dom/php_dom.c zend_hash_init(&dom_xpath_prop_handlers, 0, NULL, NULL, 1); NULL 904 dom/php_dom.c dom_register_prop_handler(&dom_xpath_prop_handlers, "document", dom_xpath_document_read, NULL TSRMLS_CC); NULL 905 dom/php_dom.c zend_hash_add(&classes, ce.name, ce.name_length + 1, &dom_xpath_prop_handlers, sizeof(dom_xpath_prop_handlers), NULL); NULL 1029 dom/php_dom.c while (node != NULL) { NULL 1033 dom/php_dom.c if (wrapper != NULL ) { NULL 1067 dom/php_dom.c if (intern->ptr != NULL) { NULL 1070 dom/php_dom.c intern->ptr = NULL; NULL 1096 dom/php_dom.c if (intern->ptr != NULL && ((php_libxml_node_ptr *)intern->ptr)->node != NULL) { NULL 1103 dom/php_dom.c intern->ptr = NULL; NULL 1113 dom/php_dom.c zval *baseobj = NULL; NULL 1145 dom/php_dom.c intern->ptr = NULL; NULL 1146 dom/php_dom.c intern->prop_handler = NULL; NULL 1147 dom/php_dom.c intern->document = NULL; NULL 1150 dom/php_dom.c while(base_class->type != ZEND_INTERNAL_CLASS && base_class->parent != NULL) { NULL 1177 dom/php_dom.c if (node != NULL) { NULL 1179 dom/php_dom.c if (cloned_node != NULL) { NULL 1223 dom/php_dom.c intern->registered_phpfunctions = NULL; NULL 1224 dom/php_dom.c intern->node_list = NULL; NULL 1227 dom/php_dom.c zend_hash_init(intern->registered_phpfunctions, 0, NULL, ZVAL_PTR_DTOR, 0); NULL 1259 dom/php_dom.c intern->ptr = NULL; NULL 1287 dom/php_dom.c objmap->baseobj = NULL; NULL 1288 dom/php_dom.c objmap->baseobjptr = NULL; NULL 1290 dom/php_dom.c objmap->ht = NULL; NULL 1291 dom/php_dom.c objmap->local = NULL; NULL 1292 dom/php_dom.c objmap->ns = NULL; NULL 1413 dom/php_dom.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unsupported node type: %d", Z_TYPE_P(obj)); NULL 1424 dom/php_dom.c if (obj->doc != NULL) { NULL 1425 dom/php_dom.c if (domobj != NULL) { NULL 1445 dom/php_dom.c if (parent == NULL || child == NULL || child->doc != parent->doc) { NULL 1478 dom/php_dom.c xmlNodePtr ret = NULL; NULL 1480 dom/php_dom.c while (nodep != NULL && (*cur <= index || index == -1)) { NULL 1483 dom/php_dom.c if (ns == NULL || (nodep->ns != NULL && (xmlStrEqual(nodep->ns->href, (xmlChar *)ns) || xmlStrEqual((xmlChar *)"*", (xmlChar *)ns)))) { NULL 1492 dom/php_dom.c if (ret != NULL) { NULL 1511 dom/php_dom.c while(child != NULL) { NULL 1515 dom/php_dom.c while (nextp != NULL) { NULL 1532 dom/php_dom.c while (attr != NULL) { NULL 1553 dom/php_dom.c if (doc == NULL) NULL 1556 dom/php_dom.c if (doc->oldNs == NULL) { NULL 1558 dom/php_dom.c if (doc->oldNs == NULL) { NULL 1568 dom/php_dom.c while (cur->next != NULL) { NULL 1591 dom/php_dom.c if (*localname == NULL) { NULL 1593 dom/php_dom.c if (*prefix == NULL && uri_len == 0) { NULL 1604 dom/php_dom.c if (*prefix != NULL && uri_len == 0) { NULL 1624 dom/php_dom.c xmlNsPtr nsptr = NULL; NULL 1634 dom/php_dom.c if (nsptr == NULL) { NULL 1646 dom/php_dom.c xmlNs *ret = NULL; NULL 1647 dom/php_dom.c if (node == NULL) NULL 1648 dom/php_dom.c return NULL; NULL 1650 dom/php_dom.c if (localName == NULL || xmlStrEqual(localName, (xmlChar *)"")) { NULL 1652 dom/php_dom.c while (cur != NULL) { NULL 1653 dom/php_dom.c if (cur->prefix == NULL && cur->href != NULL) { NULL 1661 dom/php_dom.c while (cur != NULL) { NULL 1662 dom/php_dom.c if (cur->prefix != NULL && xmlStrEqual(localName, cur->prefix)) { NULL 130 dom/php_dom.h entry = zend_register_internal_class_ex(&ce, parent_ce, NULL TSRMLS_CC); NULL 134 dom/php_dom.h if (__intern->ptr == NULL || !(__ptr = (__prtype)((php_libxml_node_ptr *)__intern->ptr)->node)) { \ NULL 135 dom/php_dom.h php_error_docref(NULL TSRMLS_CC, E_WARNING, "Couldn't fetch %s", __intern->std.ce->name);\ NULL 146 dom/php_dom.h php_error_docref(NULL TSRMLS_CC, E_WARNING, "Not yet implemented"); \ NULL 55 dom/processinginstruction.c xmlNodePtr nodep = NULL, oldnode = NULL; NULL 57 dom/processinginstruction.c char *name, *value = NULL; NULL 83 dom/processinginstruction.c if (intern != NULL) { NULL 85 dom/processinginstruction.c if (oldnode != NULL) { NULL 104 dom/processinginstruction.c if (nodep == NULL) { NULL 129 dom/processinginstruction.c if (nodep == NULL) { NULL 137 dom/processinginstruction.c if ((content = xmlNodeGetContent(nodep)) != NULL) { NULL 154 dom/processinginstruction.c if (nodep == NULL) { NULL 69 dom/text.c xmlNodePtr nodep = NULL, oldnode = NULL; NULL 71 dom/text.c char *value = NULL; NULL 90 dom/text.c if (intern != NULL) { NULL 92 dom/text.c if (oldnode != NULL) { NULL 108 dom/text.c xmlChar *wholetext = NULL; NULL 112 dom/text.c if (node == NULL) { NULL 129 dom/text.c if (wholetext != NULL) { NULL 168 dom/text.c if (cur == NULL) { NULL 189 dom/text.c if (nnode == NULL) { NULL 193 dom/text.c if (node->parent != NULL) { NULL 39 dom/userdatahandler.c PHP_FALIAS(handle, dom_userdatahandler_handle, NULL) NULL 65 dom/xml_common.h if (__intern->node == NULL || !(__ptr = (__prtype)__intern->node->node)) { \ NULL 66 dom/xml_common.h php_error_docref(NULL TSRMLS_CC, E_WARNING, "Couldn't fetch %s", __intern->std.ce->name);\ NULL 73 dom/xml_common.h if (__intern->document != NULL) { \ NULL 75 dom/xml_common.h php_error_docref(NULL TSRMLS_CC, E_WARNING, "Couldn't fetch %s", __intern->std.ce->name);\ NULL 83 dom/xml_common.h php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot create required DOM object"); \ NULL 88 dom/xml_common.h if (NULL == (zval = getThis())) { \ NULL 89 dom/xml_common.h php_error_docref(NULL TSRMLS_CC, E_WARNING, "Underlying object missing"); \ NULL 85 dom/xpath.c char *callable = NULL; NULL 96 dom/xpath.c if (intern == NULL) { NULL 154 dom/xpath.c curns = xmlNewNs(NULL, node->name, NULL); NULL 159 dom/xpath.c node = xmlNewDocNode(node->doc, NULL, (xmlChar *) node->children, node->name); NULL 161 dom/xpath.c node = xmlNewDocNode(node->doc, NULL, (xmlChar *) "xmlns", node->name); NULL 184 dom/xpath.c if (obj->stringval == NULL) { NULL 185 dom/xpath.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Handler name must be a string"); NULL 201 dom/xpath.c fci.symbol_table = NULL; NULL 202 dom/xpath.c fci.object_ptr = NULL; NULL 207 dom/xpath.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to call handler %s()", callable); NULL 210 dom/xpath.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Not allowed to call handler '%s()'.", callable); NULL 214 dom/xpath.c result = zend_call_function(&fci, NULL TSRMLS_CC); NULL 217 dom/xpath.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to call handler %s()", Z_STRVAL_P(&handler)); NULL 220 dom/xpath.c } else if (retval == NULL) { NULL 225 dom/xpath.c if (intern->node_list == NULL) { NULL 227 dom/xpath.c zend_hash_init(intern->node_list, 0, NULL, ZVAL_PTR_DTOR, 0); NULL 230 dom/xpath.c zend_hash_next_index_insert(intern->node_list, &retval, sizeof(zval *), NULL); NULL 237 dom/xpath.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "A PHP Object cannot be converted to a XPath-string"); NULL 274 dom/xpath.c xmlDocPtr docp = NULL; NULL 290 dom/xpath.c if (ctx == NULL) { NULL 296 dom/xpath.c if (intern != NULL) { NULL 298 dom/xpath.c if (oldctx != NULL) { NULL 321 dom/xpath.c xmlDoc *docp = NULL; NULL 335 dom/xpath.c if (NULL == (*retval = php_dom_create_object((xmlNodePtr) docp, &ret, *retval, obj TSRMLS_CC))) { NULL 337 dom/xpath.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot create required DOM object"); NULL 363 dom/xpath.c if (ctxp == NULL) { NULL 364 dom/xpath.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid XPath Context"); NULL 388 dom/xpath.c zval *id, *retval, *context = NULL; NULL 390 dom/xpath.c xmlNodePtr nodep = NULL; NULL 396 dom/xpath.c xmlDoc *docp = NULL; NULL 397 dom/xpath.c xmlNsPtr *ns = NULL; NULL 407 dom/xpath.c if (ctxp == NULL) { NULL 408 dom/xpath.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid XPath Context"); NULL 413 dom/xpath.c if (docp == NULL) { NULL 414 dom/xpath.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid XPath Document Pointer"); NULL 418 dom/xpath.c if (context != NULL) { NULL 427 dom/xpath.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Node From Wrong Document"); NULL 437 dom/xpath.c if (ns != NULL) { NULL 438 dom/xpath.c while (ns[nsnbr] != NULL) NULL 448 dom/xpath.c ctxp->node = NULL; NULL 450 dom/xpath.c if (ns != NULL) { NULL 452 dom/xpath.c ctxp->namespaces = NULL; NULL 476 dom/xpath.c if (xpathobjp->type == XPATH_NODESET && NULL != (nodesetp = xpathobjp->nodesetval)) { NULL 489 dom/xpath.c curns = xmlNewNs(NULL, node->name, NULL); NULL 494 dom/xpath.c node = xmlNewDocNode(docp, NULL, (char *) node->children, node->name); NULL 496 dom/xpath.c node = xmlNewDocNode(docp, NULL, "xmlns", node->name); NULL 569 dom/xpath.c zend_hash_update(intern->registered_phpfunctions, Z_STRVAL_PP(entry), Z_STRLEN_PP(entry) + 1, &new_string, sizeof(zval*), NULL); NULL 580 dom/xpath.c zend_hash_update(intern->registered_phpfunctions, name, name_len + 1, &new_string, sizeof(zval*), NULL); NULL 163 enchant/enchant.c NULL, /* Replace with NULL if there's nothing to do at request start */ NULL 164 enchant/enchant.c NULL, /* Replace with NULL if there's nothing to do at request end */ NULL 256 enchant/enchant.c broker->dict = NULL; NULL 275 enchant/enchant.c pdict->pbroker->dict[pdict->id-1]->next = NULL; NULL 289 enchant/enchant.c le_enchant_broker = zend_register_list_destructors_ex(php_enchant_broker_free, NULL, "enchant_broker", module_number); NULL 290 enchant/enchant.c le_enchant_dict = zend_register_list_destructors_ex(php_enchant_dict_free, NULL, "enchant_dict", module_number); NULL 333 enchant/enchant.c enchant_broker_describe(pbroker, __enumerate_providers_fn, NULL); NULL 342 enchant/enchant.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", "Resource broker invalid"); \ NULL 349 enchant/enchant.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", "Invalid dictionary resource."); \ NULL 369 enchant/enchant.c broker->dict = NULL; NULL 547 enchant/enchant.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Tag cannot be empty"); NULL 566 enchant/enchant.c dict->prev = pos ? pbroker->dict[pos-1] : NULL; NULL 567 enchant/enchant.c dict->next = NULL; NULL 599 enchant/enchant.c if ((PG(safe_mode) && (!php_checkuid(pwl, NULL, CHECKUID_CHECK_FILE_AND_DIR))) || php_check_open_basedir(pwl TSRMLS_CC)) { NULL 622 enchant/enchant.c dict->prev = pos?pbroker->dict[pos-1]:NULL; NULL 623 enchant/enchant.c dict->next = NULL; NULL 722 enchant/enchant.c zval *dict, *sugg = NULL; NULL 85 ereg/ereg.c NULL, NULL 86 ereg/ereg.c NULL, NULL 87 ereg/ereg.c NULL, NULL 88 ereg/ereg.c NULL, NULL 94 ereg/ereg.c NULL, NULL 143 ereg/ereg.c reg_cache *rc = NULL; NULL 186 ereg/ereg.c (void *) &rcp, sizeof(rcp), NULL); NULL 199 ereg/ereg.c (void *) &rcp, sizeof(rcp), NULL); NULL 221 ereg/ereg.c zend_hash_init(&ereg_globals->ht_rc, 0, NULL, (void (*)(void *)) _free_ereg_cache, 1); NULL 250 ereg/ereg.c char *buf = NULL, *message = NULL; NULL 256 ereg/ereg.c buf_len = regerror(REG_ITOA | err, re, NULL, 0); NULL 266 ereg/ereg.c len = regerror(err, re, NULL, 0); NULL 279 ereg/ereg.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", message); NULL 292 ereg/ereg.c **array = NULL; /* Optional register array */ NULL 301 ereg/ereg.c char *buf = NULL; NULL 302 ereg/ereg.c char *string = NULL; NULL 668 ereg/ereg.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid Regular Expression"); NULL 29 ereg/regex/cclass.h {NULL, 0, ""} NULL 101 ereg/regex/cname.h {NULL, 0}, NULL 40 ereg/regex/debug.c if (g->must != NULL) NULL 126 ereg/regex/debug.c if (strchr("\\|()^$.[+*?{}!<> ", (char)opnd) != NULL) NULL 97 ereg/regex/engine.c if (g->must != NULL) { NULL 109 ereg/regex/engine.c m->pmatch = NULL; NULL 110 ereg/regex/engine.c m->lastpos = NULL; NULL 124 ereg/regex/engine.c if (endp == NULL) { /* a miss */ NULL 132 ereg/regex/engine.c assert(m->coldp != NULL); NULL 136 ereg/regex/engine.c if (endp != NULL) NULL 145 ereg/regex/engine.c if (m->pmatch == NULL) NULL 148 ereg/regex/engine.c if (m->pmatch == NULL) { NULL 158 ereg/regex/engine.c if (g->nplus > 0 && m->lastpos == NULL) NULL 161 ereg/regex/engine.c if (g->nplus > 0 && m->lastpos == NULL) { NULL 169 ereg/regex/engine.c if (dp != NULL) NULL 174 ereg/regex/engine.c assert(g->nplus == 0 || m->lastpos != NULL); NULL 176 ereg/regex/engine.c if (dp != NULL || endp <= m->coldp) NULL 180 ereg/regex/engine.c if (endp == NULL) NULL 192 ereg/regex/engine.c assert(dp == NULL || dp == endp); NULL 193 ereg/regex/engine.c if (dp != NULL) /* found a shorter one */ NULL 208 ereg/regex/engine.c assert(m->pmatch != NULL); NULL 218 ereg/regex/engine.c if (m->pmatch != NULL) NULL 220 ereg/regex/engine.c if (m->lastpos != NULL) NULL 297 ereg/regex/engine.c assert(rest != NULL); /* it did match */ NULL 309 ereg/regex/engine.c if (slow(m, sp, rest, ssub, esub) != NULL) { NULL 321 ereg/regex/engine.c assert(rest != NULL); /* it did match */ NULL 336 ereg/regex/engine.c if (sep == NULL || sep == ssp) NULL 341 ereg/regex/engine.c if (sep == NULL) { NULL 357 ereg/regex/engine.c assert(rest != NULL); /* it did match */ NULL 450 ereg/regex/engine.c return(NULL); NULL 454 ereg/regex/engine.c return(NULL); NULL 460 ereg/regex/engine.c return(NULL); NULL 468 ereg/regex/engine.c return(NULL); NULL 476 ereg/regex/engine.c return(NULL); NULL 487 ereg/regex/engine.c return(NULL); NULL 497 ereg/regex/engine.c return(NULL); NULL 516 ereg/regex/engine.c return(NULL); NULL 529 ereg/regex/engine.c return(NULL); NULL 534 ereg/regex/engine.c return(NULL); /* not enough left to match */ NULL 537 ereg/regex/engine.c return(NULL); NULL 544 ereg/regex/engine.c if (dp != NULL) NULL 549 ereg/regex/engine.c assert(m->lastpos != NULL); NULL 560 ereg/regex/engine.c if (dp == NULL) NULL 571 ereg/regex/engine.c if (dp != NULL) NULL 575 ereg/regex/engine.c return(NULL); /* there is none */ NULL 592 ereg/regex/engine.c if (dp != NULL) NULL 595 ereg/regex/engine.c return(NULL); NULL 603 ereg/regex/engine.c if (dp != NULL) NULL 606 ereg/regex/engine.c return(NULL); NULL 616 ereg/regex/engine.c return((unsigned char *)NULL); /* dummy */ NULL 647 ereg/regex/engine.c coldp = NULL; NULL 702 ereg/regex/engine.c assert(coldp != NULL); NULL 707 ereg/regex/engine.c return(NULL); NULL 738 ereg/regex/engine.c matchp = NULL; NULL 142 ereg/regex/main.c while (fgets(inbuf, sizeof(inbuf), in) != NULL) { NULL 158 ereg/regex/main.c f[3] = NULL; NULL 160 ereg/regex/main.c f[4] = NULL; NULL 167 ereg/regex/main.c ne = regerror(REG_BADPAT, (regex_t *)NULL, erbuf, sizeof(erbuf)); NULL 173 ereg/regex/main.c ne = regerror(REG_BADPAT, (regex_t *)NULL, erbuf, (size_t)SHORT); NULL 180 ereg/regex/main.c ne = regerror(REG_ITOA|REG_BADPAT, (regex_t *)NULL, erbuf, sizeof(erbuf)); NULL 228 ereg/regex/main.c re.re_endp = (opts®_PEND) ? f0copy + strlen(f0copy) : NULL; NULL 255 ereg/regex/main.c if (strchr(f2, '(') == NULL || strchr(f2, ')') == NULL) NULL 262 ereg/regex/main.c if (err != 0 && (f3 != NULL || err != REG_NOMATCH)) { NULL 271 ereg/regex/main.c } else if (f3 == NULL) { NULL 279 ereg/regex/main.c } else if ((grump = check(f2, subs[0], f3)) != NULL) { NULL 285 ereg/regex/main.c if (err != 0 || f4 == NULL) { NULL 291 ereg/regex/main.c should[i] = NULL; NULL 299 ereg/regex/main.c if (grump != NULL) { NULL 324 ereg/regex/main.c if (strchr(legal, *p) != NULL) NULL 376 ereg/regex/main.c return(strchr(s, c) != NULL); NULL 387 ereg/regex/main.c if (p == NULL) NULL 415 ereg/regex/main.c register char *at = NULL; NULL 417 ereg/regex/main.c if (should != NULL && strcmp(should, "-") == 0) NULL 418 ereg/regex/main.c should = NULL; NULL 419 ereg/regex/main.c if (should != NULL && should[0] == '@') { NULL 435 ereg/regex/main.c if (sub.rm_so == -1 && should == NULL) NULL 436 ereg/regex/main.c return(NULL); NULL 452 ereg/regex/main.c if (should == NULL) { NULL 463 ereg/regex/main.c return(NULL); NULL 466 ereg/regex/main.c if (at == NULL) NULL 467 ereg/regex/main.c return(NULL); NULL 475 ereg/regex/main.c return(NULL); NULL 489 ereg/regex/main.c len = regerror(REG_ITOA|err, (regex_t *)NULL, epbuf, sizeof(epbuf)); NULL 118 ereg/regex/regcomp.c if (g == NULL) NULL 123 ereg/regex/regcomp.c if (p->strip == NULL) { NULL 139 ereg/regex/regcomp.c g->sets = NULL; NULL 140 ereg/regex/regcomp.c g->setbits = NULL; NULL 146 ereg/regex/regcomp.c g->must = NULL; NULL 625 ereg/regex/regcomp.c if (cs->multis != NULL) NULL 638 ereg/regex/regcomp.c if (cs->multis != NULL) NULL 642 ereg/regex/regcomp.c assert(cs->multis == NULL); /* xxx */ NULL 735 ereg/regex/regcomp.c for (cp = cclasses; cp->name != NULL; cp++) NULL 738 ereg/regex/regcomp.c if (cp->name == NULL) { NULL 808 ereg/regex/regcomp.c for (cp = cnames; cp->name != NULL; cp++) NULL 1015 ereg/regex/regcomp.c if (p->g->sets == NULL) NULL 1020 ereg/regex/regcomp.c if (p->g->setbits == NULL) NULL 1029 ereg/regex/regcomp.c if (p->g->sets != NULL && p->g->setbits != NULL) NULL 1039 ereg/regex/regcomp.c assert(p->g->sets != NULL); /* xxx */ NULL 1045 ereg/regex/regcomp.c cs->multis = NULL; NULL 1161 ereg/regex/regcomp.c if (cs->multis == NULL) NULL 1165 ereg/regex/regcomp.c if (cs->multis == NULL) { NULL 1187 ereg/regex/regcomp.c assert(fp != NULL); NULL 1194 ereg/regex/regcomp.c cs->multis = NULL; NULL 1199 ereg/regex/regcomp.c assert(cs->multis != NULL); NULL 1211 ereg/regex/regcomp.c return(mcfind(cs, cp) != NULL); NULL 1226 ereg/regex/regcomp.c if (cs->multis == NULL) NULL 1227 ereg/regex/regcomp.c return(NULL); NULL 1231 ereg/regex/regcomp.c return(NULL); NULL 1247 ereg/regex/regcomp.c assert(cs->multis == NULL); /* xxx */ NULL 1262 ereg/regex/regcomp.c assert(cs->multis == NULL); /* xxx */ NULL 1462 ereg/regex/regcomp.c if (sp == NULL) { NULL 1481 ereg/regex/regcomp.c if (g->strip == NULL) { NULL 1503 ereg/regex/regcomp.c sop *start = NULL; NULL 1504 ereg/regex/regcomp.c register sop *newstart = NULL; NULL 1563 ereg/regex/regcomp.c if (g->must == NULL) { /* argh; just forget it */ NULL 79 ereg/regex/regexec.c if ((m)->space == NULL) return(REG_ESPACE); \ NULL 23 ereg/regex/regfree.c if (g == NULL || g->magic != MAGIC2) /* oops again */ NULL 28 ereg/regex/regfree.c if (g->strip != NULL) NULL 30 ereg/regex/regfree.c if (g->sets != NULL) NULL 32 ereg/regex/regfree.c if (g->setbits != NULL) NULL 34 ereg/regex/regfree.c if (g->must != NULL) NULL 172 ereg/regex/split.c while (fgets(buf, sizeof(buf), stdin) != NULL) { NULL 274 ereg/regex/split.c NULL, NULL, 0, { NULL }, NULL 287 ereg/regex/split.c for (n = 0; tests[n].str != NULL; n++) { NULL 289 ereg/regex/split.c fields[RNF] = NULL; NULL 296 ereg/regex/split.c } else if (fields[RNF] != NULL) { NULL 302 ereg/regex/split.c if (f == NULL) NULL 184 exif/exif.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Illegal encoding ignored: '%s'", new_value); NULL 199 exif/exif.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Illegal encoding ignored: '%s'", new_value); NULL 221 exif/exif.c exif_globals->encode_unicode = NULL; NULL 222 exif/exif.c exif_globals->decode_unicode_be = NULL; NULL 223 exif/exif.c exif_globals->decode_unicode_le = NULL; NULL 224 exif/exif.c exif_globals->encode_jis = NULL; NULL 225 exif/exif.c exif_globals->decode_jis_be = NULL; NULL 226 exif/exif.c exif_globals->decode_jis_le = NULL; NULL 264 exif/exif.c STANDARD_MODULE_HEADER_EX, NULL, NULL 270 exif/exif.c NULL, NULL, NULL 278 exif/exif.c NULL, NULL 279 exif/exif.c NULL, NULL 312 exif/exif.c #define EXIF_ERRLOG_FILEEOF(ImageInfo) exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_WARNING, "%s", EXIF_ERROR_FILEEOF); NULL 313 exif/exif.c #define EXIF_ERRLOG_CORRUPT(ImageInfo) exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_WARNING, "%s", EXIF_ERROR_CORRUPT); NULL 314 exif/exif.c #define EXIF_ERRLOG_THUMBEOF(ImageInfo) exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_WARNING, "%s", EXIF_ERROR_THUMBEOF); NULL 315 exif/exif.c #define EXIF_ERRLOG_FSREALLOC(ImageInfo) exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_WARNING, "%s", EXIF_ERROR_FSREALLOC); NULL 998 exif/exif.c { tag_table_VND_CANON, "Canon", NULL, NULL, 0, 0, MN_ORDER_INTEL, MN_OFFSET_GUESS}, NULL 1000 exif/exif.c { tag_table_VND_CASIO, "CASIO", NULL, NULL, 0, 0, MN_ORDER_MOTOROLA, MN_OFFSET_NORMAL}, NULL 1001 exif/exif.c { tag_table_VND_FUJI, "FUJIFILM", NULL, "FUJIFILM\x0C\x00\x00\x00", 12, 12, MN_ORDER_INTEL, MN_OFFSET_MAKER}, NULL 1002 exif/exif.c { tag_table_VND_NIKON, "NIKON", NULL, "Nikon\x00\x01\x00", 8, 8, MN_ORDER_NORMAL, MN_OFFSET_NORMAL}, NULL 1003 exif/exif.c { tag_table_VND_NIKON_990, "NIKON", NULL, NULL, 0, 0, MN_ORDER_NORMAL, MN_OFFSET_NORMAL}, NULL 1004 exif/exif.c { tag_table_VND_OLYMPUS, "OLYMPUS OPTICAL CO.,LTD", NULL, "OLYMP\x00\x01\x00", 8, 8, MN_ORDER_NORMAL, MN_OFFSET_NORMAL}, NULL 1276 exif/exif.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Found value of type single"); NULL 1281 exif/exif.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Found value of type double"); NULL 1325 exif/exif.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Found value of type single"); NULL 1330 exif/exif.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Found value of type double"); NULL 1616 exif/exif.c ImageInfo->file.list[count].data = NULL; NULL 1620 exif/exif.c data = NULL; NULL 1621 exif/exif.c } else if (data == NULL) { NULL 1780 exif/exif.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Found value of type single"); NULL 1786 exif/exif.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Found value of type double"); NULL 1904 exif/exif.c if ((f=image_info->info_list[section_index].list[i].name) != NULL) { NULL 1916 exif/exif.c if ((f=image_info->info_list[section_index].list[i].value.s) != NULL) { NULL 1931 exif/exif.c if ((f=image_info->info_list[section_index].list[i].value.list) != NULL) { NULL 1954 exif/exif.c zval *tmpi, *array = NULL; NULL 2023 exif/exif.c array = NULL; NULL 2248 exif/exif.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Undefined JPEG2000 comment encoding"); NULL 2252 exif/exif.c exif_iif_add_tag(image_info, SECTION_COMMENT, "Comment", TAG_COMPUTED_VALUE, TAG_FMT_UNDEFINED, 0, NULL); NULL 2253 exif/exif.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "JPEG2000 comment section too small"); NULL 2357 exif/exif.c szTemp = exif_get_tagname(tag, NULL, 0, tag_table_IFD TSRMLS_CC); NULL 2460 exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Thumbnail: filetype = %d", ImageInfo->Thumbnail.filetype); NULL 2472 exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Thumbnail: size of signature + directory(%d): 0x%02X", info_list->count, new_size); NULL 2500 exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Thumbnail: process tag(x%04X=%s): %s%s (%d bytes)", info_data->tag, exif_get_tagname(info_data->tag, tagname, -12, tag_table_IFD TSRMLS_CC), (info_data->length>1)&&info_data->format!=TAG_FMT_UNDEFINED&&info_data->format!=TAG_FMT_STRING?"ARRAY OF ":"", exif_get_tagformat(info_data->format), byte_count); NULL 2517 exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Thumbnail: writing with value offset: 0x%04X + 0x%02X", new_value, byte_count); NULL 2528 exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Thumbnail: created"); NULL 2550 exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_WARNING, "Illegal thumbnail size/offset"); NULL 2623 exif/exif.c *pszEncoding = NULL; NULL 2746 exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Process %s @x%04X + 0x%04X=%d: %s", exif_get_sectionname(section_index), (int)dir_start-(int)offset_base+maker_note->offset+displacement, value_len, value_len, exif_char_dump(value_ptr, value_len, (int)dir_start-(int)offset_base+maker_note->offset+displacement)); NULL 2773 exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Using automatic offset correction: 0x%04X", ((int)dir_start-(int)offset_base+maker_note->offset+displacement) + offset_diff); NULL 2796 exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Subsection %s done", exif_get_sectionname(SECTION_MAKERNOTE)); NULL 2808 exif/exif.c char *value_ptr, tagname[64], cbuf[32], *outside=NULL; NULL 2888 exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_WARNING, "Wrong file pointer: 0x%08X != 0x%08X", fgot, offset_val); NULL 2908 exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Process tag(x%04X=%s,@x%04X + x%04X(=%d)): %s%s %s", tag, exif_get_tagname(tag, tagname, -12, tag_table TSRMLS_CC), offset_val+displacement, byte_count, byte_count, (components>1)&&format!=TAG_FMT_UNDEFINED&&format!=TAG_FMT_STRING?"ARRAY OF ":"", exif_get_tagformat(format), dump_data); NULL 3052 exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Skip SUB IFD"); NULL 3076 exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Found EXIF"); NULL 3083 exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Found GPS"); NULL 3090 exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Found INTEROPERABILITY"); NULL 3105 exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Subsection %s done", exif_get_sectionname(sub_section_index)); NULL 3125 exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Process %s (x%04X(=%d))", exif_get_sectionname(section_index), IFDlength, IFDlength); NULL 3162 exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Expect next IFD to be thumbnail"); NULL 3166 exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Thumbnail size: 0x%04X", ImageInfo->Thumbnail.size); NULL 3197 exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_WARNING, "Invalid TIFF alignment marker"); NULL 3205 exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_WARNING, "Invalid TIFF start (1)"); NULL 3209 exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_WARNING, "Invalid IFD start"); NULL 3218 exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Process TIFF in JPEG done"); NULL 3237 exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_WARNING, "Incorrect APP1 Exif Identifier Code"); NULL 3242 exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Process APP1/EXIF done"); NULL 3262 exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Process section APP12 with l1=%d, l2=%d done", l1, l2); NULL 3281 exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Needing section %d @ 0x%08X", ImageInfo->file.count, fpos); NULL 3314 exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_WARNING, "To many padding bytes"); NULL 3332 exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_WARNING, "%s, Section length: 0x%02X%02X", EXIF_ERROR_CORRUPT, lh, ll); NULL 3339 exif/exif.c sn = exif_file_sections_add(ImageInfo, marker, itemlen+1, NULL); NULL 3348 exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_WARNING, "Error reading from file: got=x%04X(=%d) != itemlen-2=x%04X(=%d)", got, got, itemlen-2, itemlen-2); NULL 3353 exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Process section(x%02X=%s) @ x%04X + x%04X(=%d)", marker, exif_get_markername(marker), fpos, itemlen, itemlen); NULL 3362 exif/exif.c sn = exif_file_sections_add(ImageInfo, M_PSEUDO, size, NULL); NULL 3373 exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_WARNING, "No image in jpeg!"); NULL 3429 exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Done"); NULL 3449 exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_WARNING, "Thumbnail is not a JPEG image"); NULL 3477 exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Thumbnail: process section(x%02X=%s) @ x%04X + x%04X", marker, exif_get_markername(marker), pos, length); NULL 3498 exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Thumbnail: size: %d * %d", sof_info.width, sof_info.height); NULL 3504 exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_WARNING, "Could not compute size of thumbnail"); NULL 3514 exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_WARNING, "Could not compute size of thumbnail"); NULL 3535 exif/exif.c sn = exif_file_sections_add(ImageInfo, M_PSEUDO, 2, NULL); NULL 3537 exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Read from TIFF: filesize(x%04X), IFD dir(x%04X + x%04X)", ImageInfo->FileSize, dir_offset, 2); NULL 3545 exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Read from TIFF: filesize(x%04X), IFD dir(x%04X + x%04X), IFD entries(%d)", ImageInfo->FileSize, dir_offset+2, dir_size-2, num_entries); NULL 3554 exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Read from TIFF done, next offset x%04X", next_offset); NULL 3563 exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Read from TIFF: tag(0x%04X,%12s): Illegal format code 0x%04X, switching to BYTE", entry_tag, exif_get_tagname(entry_tag, tagname, -12, tag_table TSRMLS_CC), entry_type); NULL 3621 exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Resize struct: x%04X + x%04X - x%04X = x%04X", entry_offset, entry_length, dir_offset, ifd_size); NULL 3629 exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_WARNING, "Error in TIFF: filesize(x%04X) less than size of IFD(x%04X + x%04X)", ImageInfo->FileSize, dir_offset, ifd_size); NULL 3637 exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Read from TIFF: filesize(x%04X), IFD(x%04X + x%04X)", ImageInfo->FileSize, dir_offset, ifd_size); NULL 3641 exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Read from TIFF, done"); NULL 3675 exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Next IFD: %s @x%04X", exif_get_sectionname(sub_section_index), entry_offset); NULL 3686 exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "%s THUMBNAIL @0x%04X + 0x%04X", ImageInfo->Thumbnail.data ? "Ignore" : "Read", ImageInfo->Thumbnail.offset, ImageInfo->Thumbnail.size); NULL 3700 exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Next IFD: %s done", exif_get_sectionname(sub_section_index)); NULL 3715 exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Read next IFD (THUMBNAIL) at x%04X", next_offset); NULL 3720 exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "%s THUMBNAIL @0x%04X + 0x%04X", ImageInfo->Thumbnail.data ? "Ignore" : "Read", ImageInfo->Thumbnail.offset, ImageInfo->Thumbnail.size); NULL 3732 exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Read next IFD (THUMBNAIL) done"); NULL 3737 exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_WARNING, "Error in TIFF: filesize(x%04X) less than size of IFD(x%04X)", ImageInfo->FileSize, dir_offset+ImageInfo->file.list[sn].size); NULL 3741 exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_WARNING, "Error in TIFF: filesize(x%04X) less than size of IFD dir(x%04X)", ImageInfo->FileSize, dir_offset+dir_size); NULL 3745 exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_WARNING, "Error in TIFF: filesize(x%04X) less than start of IFD dir(x%04X)", ImageInfo->FileSize, dir_offset+2); NULL 3770 exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_WARNING, "Invalid JPEG file"); NULL 3780 exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "File has TIFF/II format"); NULL 3788 exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_WARNING, "Invalid TIFF file"); NULL 3794 exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "File has TIFF/MM format"); NULL 3802 exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_WARNING, "Invalid TIFF file"); NULL 3805 exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_WARNING, "File not supported"); NULL 3810 exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_WARNING, "File too small (%d)", ImageInfo->FileSize); NULL 3863 exif/exif.c ImageInfo->infile = php_stream_open_wrapper(FileName, "rb", STREAM_MUST_SEEK|IGNORE_PATH, NULL); NULL 3865 exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_WARNING, "Unable to open file"); NULL 3872 exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_WARNING, "Not a file"); NULL 3890 exif/exif.c php_basename(FileName, strlen(FileName), NULL, 0, &(ImageInfo->FileName), NULL TSRMLS_CC); NULL 3917 exif/exif.c char *p_name, *p_sections_needed = NULL; NULL 3954 exif/exif.c exif_error_docref(NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Sections needed: %s", sections_str[0] ? sections_str : "None"); NULL 3964 exif/exif.c exif_error_docref(NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Sections found: %s", sections_str[0] ? sections_str : "None"); NULL 3979 exif/exif.c exif_error_docref(NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Generate section FILE"); NULL 3991 exif/exif.c exif_error_docref(NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Generate section COMPUTED"); NULL 4041 exif/exif.c exif_iif_add_str(&ImageInfo, SECTION_WINXP, exif_get_tagname(ImageInfo.xp_fields.list[i].tag, NULL, 0, exif_get_tag_table(SECTION_WINXP) TSRMLS_CC), ImageInfo.xp_fields.list[i].value TSRMLS_CC); NULL 4062 exif/exif.c exif_error_docref(NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Adding image infos"); NULL 4080 exif/exif.c exif_error_docref(NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Discarding info"); NULL 4086 exif/exif.c php_error_docref1(NULL TSRMLS_CC, Z_STRVAL_PP(p_name), E_NOTICE, "done"); NULL 4117 exif/exif.c exif_error_docref(NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Thumbnail data %d %d %d, %d x %d", ImageInfo.Thumbnail.data, ImageInfo.Thumbnail.size, ImageInfo.Thumbnail.filetype, ImageInfo.Thumbnail.width, ImageInfo.Thumbnail.height); NULL 4125 exif/exif.c exif_error_docref(NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Returning thumbnail(%d)", ImageInfo.Thumbnail.size); NULL 4144 exif/exif.c exif_error_docref(NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Discarding info"); NULL 4150 exif/exif.c php_error_docref1(NULL TSRMLS_CC, p_name, E_NOTICE, "Done"); NULL 4168 exif/exif.c stream = php_stream_open_wrapper(imagefile, "rb", IGNORE_PATH|REPORT_ERRORS, NULL); NULL 4170 exif/exif.c if (stream == NULL) { NULL 4174 exif/exif.c itype = php_getimagetype(stream, NULL TSRMLS_CC); NULL 74 fileinfo/fileinfo.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "The invalid fileinfo object."); \ NULL 108 fileinfo/fileinfo.c intern->ptr = NULL; NULL 110 fileinfo/fileinfo.c retval.handle = zend_objects_store_put(intern, NULL, NULL 111 fileinfo/fileinfo.c finfo_objects_free, NULL TSRMLS_CC); NULL 181 fileinfo/fileinfo.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed to set option '%ld' %d:%s", \ NULL 196 fileinfo/fileinfo.c rsrc->ptr = NULL; NULL 211 fileinfo/fileinfo.c {NULL, NULL, NULL} NULL 227 fileinfo/fileinfo.c le_fileinfo = zend_register_list_destructors_ex(finfo_resource_destructor, NULL, "file_info", module_number); NULL 255 fileinfo/fileinfo.c NULL, NULL 256 fileinfo/fileinfo.c NULL, NULL 257 fileinfo/fileinfo.c NULL, NULL 293 fileinfo/fileinfo.c char *file = NULL; NULL 310 fileinfo/fileinfo.c finfo_obj->ptr = NULL; NULL 315 fileinfo/fileinfo.c file = NULL; NULL 319 fileinfo/fileinfo.c if ((PG(safe_mode) && (!php_checkuid(file, NULL, CHECKUID_CHECK_FILE_AND_DIR))) || php_check_open_basedir(file TSRMLS_CC)) { NULL 326 fileinfo/fileinfo.c if (!expand_filepath_with_mode(file, resolved_path, NULL, 0, CWD_EXPAND TSRMLS_CC)) { NULL 338 fileinfo/fileinfo.c if (finfo->magic == NULL) { NULL 340 fileinfo/fileinfo.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid mode '%ld'.", options); NULL 346 fileinfo/fileinfo.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed to load magic database at '%s'.", file); NULL 414 fileinfo/fileinfo.c char *ret_val = NULL, *buffer = NULL; NULL 416 fileinfo/fileinfo.c struct php_fileinfo *finfo = NULL; NULL 417 fileinfo/fileinfo.c zval *zfinfo, *zcontext = NULL; NULL 421 fileinfo/fileinfo.c struct magic_set *magic = NULL; NULL 443 fileinfo/fileinfo.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Can only process string or stream arguments"); NULL 448 fileinfo/fileinfo.c if (magic_load(magic, NULL) == -1) { NULL 449 fileinfo/fileinfo.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed to load magic database."); NULL 504 fileinfo/fileinfo.c if (buffer == NULL || !*buffer) { NULL 505 fileinfo/fileinfo.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Empty filename or path"); NULL 526 fileinfo/fileinfo.c stream = php_stream_open_wrapper_ex(buffer, "rb", ENFORCE_SAFE_MODE | REPORT_ERRORS, NULL, context); NULL 528 fileinfo/fileinfo.c stream = php_stream_open_wrapper_ex(buffer, "rb", REPORT_ERRORS, NULL, context); NULL 550 fileinfo/fileinfo.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Can only process string or stream arguments"); NULL 557 fileinfo/fileinfo.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed identify data %d:%s", magic_errno(magic), magic_error(magic)); NULL 144 fileinfo/libmagic/apprentice.c { NULL, 0, NULL } NULL 246 fileinfo/libmagic/apprentice.c struct magic *magic = NULL; NULL 281 fileinfo/libmagic/apprentice.c if (magic == NULL) { NULL 310 fileinfo/libmagic/apprentice.c if (p == NULL) NULL 339 fileinfo/libmagic/apprentice.c if ((fn = magic_getpath(fn, action)) == NULL) NULL 340 fileinfo/libmagic/apprentice.c return NULL; NULL 345 fileinfo/libmagic/apprentice.c if (fn == NULL) NULL 347 fileinfo/libmagic/apprentice.c if (fn == NULL) { NULL 373 fileinfo/libmagic/apprentice.c mlist = NULL; NULL 375 fileinfo/libmagic/apprentice.c return NULL; NULL 634 fileinfo/libmagic/apprentice.c if (file_looks_utf8(m->value.us, (size_t)m->vallen, NULL, NULL 635 fileinfo/libmagic/apprentice.c NULL) <= 0) NULL 659 fileinfo/libmagic/apprentice.c char *line = NULL; NULL 668 fileinfo/libmagic/apprentice.c stream = php_stream_open_wrapper((char *)fn, "rb", REPORT_ERRORS|ENFORCE_SAFE_MODE, NULL); NULL 670 fileinfo/libmagic/apprentice.c stream = php_stream_open_wrapper((char *)fn, "rb", REPORT_ERRORS, NULL); NULL 673 fileinfo/libmagic/apprentice.c if (stream == NULL) { NULL 683 fileinfo/libmagic/apprentice.c for (ms->line = 1; (line = php_stream_get_line(stream, buffer , BUFSIZ, &len)) != NULL; ms->line++) { NULL 685 fileinfo/libmagic/apprentice.c for (ms->line = 1; (line = php_stream_get_line(stream, ZSTR(buffer), BUFSIZ, &len)) != NULL; ms->line++) { NULL 701 fileinfo/libmagic/apprentice.c for (i = 0; bang[i].name != NULL; i++) { NULL 707 fileinfo/libmagic/apprentice.c if (bang[i].name == NULL) { NULL 757 fileinfo/libmagic/apprentice.c char **filearr = NULL; NULL 781 fileinfo/libmagic/apprentice.c dir = php_stream_opendir(fn, REPORT_ERRORS, NULL); NULL 802 fileinfo/libmagic/apprentice.c realloc(filearr, mlen))) == NULL) { NULL 900 fileinfo/libmagic/apprentice.c *magicp = NULL; NULL 1175 fileinfo/libmagic/apprentice.c if (me->mp == NULL) { NULL 1198 fileinfo/libmagic/apprentice.c if (me->mp == NULL) { NULL 1344 fileinfo/libmagic/apprentice.c me->mp = NULL; NULL 1876 fileinfo/libmagic/apprentice.c if (*p == NULL) { NULL 1939 fileinfo/libmagic/apprentice.c return NULL; NULL 1961 fileinfo/libmagic/apprentice.c if (strchr("<>&^=!", c) == NULL NULL 1964 fileinfo/libmagic/apprentice.c == NULL)) { NULL 2194 fileinfo/libmagic/apprentice.c char *dbname = NULL; NULL 2195 fileinfo/libmagic/apprentice.c void *mm = NULL; NULL 2197 fileinfo/libmagic/apprentice.c php_stream *stream = NULL; NULL 2203 fileinfo/libmagic/apprentice.c if (fn == NULL) { NULL 2212 fileinfo/libmagic/apprentice.c if (php_stream_stat_path_ex(fn, 0, &st, NULL) == SUCCESS) { NULL 2220 fileinfo/libmagic/apprentice.c if (dbname == NULL) NULL 2224 fileinfo/libmagic/apprentice.c stream = php_stream_open_wrapper((char *)fn, "rb", REPORT_ERRORS|ENFORCE_SAFE_MODE, NULL); NULL 2226 fileinfo/libmagic/apprentice.c stream = php_stream_open_wrapper((char *)fn, "rb", REPORT_ERRORS, NULL); NULL 2252 fileinfo/libmagic/apprentice.c stream = NULL; NULL 2279 fileinfo/libmagic/apprentice.c if (needsbyteswap && fn == NULL) { NULL 2286 fileinfo/libmagic/apprentice.c if (fn == NULL) { NULL 2312 fileinfo/libmagic/apprentice.c *magicp = NULL; NULL 2340 fileinfo/libmagic/apprentice.c if (dbname == NULL) NULL 2345 fileinfo/libmagic/apprentice.c stream = php_stream_open_wrapper((char *)fn, "wb+", REPORT_ERRORS|ENFORCE_SAFE_MODE, NULL); NULL 2347 fileinfo/libmagic/apprentice.c stream = php_stream_open_wrapper((char *)fn, "wb+", REPORT_ERRORS, NULL); NULL 2390 fileinfo/libmagic/apprentice.c if ((p = strrchr(fn, '/')) != NULL) NULL 2423 fileinfo/libmagic/apprentice.c if (strstr(p, ".mime") != NULL) NULL 56 fileinfo/libmagic/apptype.c else if ((filename = tempnam("./", "tmp")) == NULL) { NULL 67 fileinfo/libmagic/apptype.c if (fn == NULL) { NULL 68 fileinfo/libmagic/apptype.c if ((fp = fopen(path, "wb")) == NULL) { NULL 82 fileinfo/libmagic/apptype.c if (fn == NULL) { NULL 74 fileinfo/libmagic/ascmagic.c unichar *ubuf = NULL; NULL 78 fileinfo/libmagic/ascmagic.c const char *code = NULL; NULL 79 fileinfo/libmagic/ascmagic.c const char *code_mime = NULL; NULL 80 fileinfo/libmagic/ascmagic.c const char *type = NULL; NULL 105 fileinfo/libmagic/ascmagic.c unsigned char *utf8_buf = NULL, *utf8_end; NULL 110 fileinfo/libmagic/ascmagic.c const char *subtype = NULL; NULL 111 fileinfo/libmagic/ascmagic.c const char *subtype_mime = NULL; NULL 145 fileinfo/libmagic/ascmagic.c == NULL) NULL 316 fileinfo/libmagic/ascmagic.c return NULL; NULL 320 fileinfo/libmagic/ascmagic.c return NULL; NULL 325 fileinfo/libmagic/ascmagic.c return NULL; NULL 331 fileinfo/libmagic/ascmagic.c return NULL; NULL 338 fileinfo/libmagic/ascmagic.c return NULL; NULL 346 fileinfo/libmagic/ascmagic.c return NULL; NULL 354 fileinfo/libmagic/ascmagic.c return NULL; NULL 301 fileinfo/libmagic/cdf.c if (info->i_buf != NULL && info->i_len >= siz) { NULL 408 fileinfo/libmagic/cdf.c == NULL) NULL 421 fileinfo/libmagic/cdf.c if ((msa = CAST(cdf_secid_t *, calloc(1, ss))) == NULL) NULL 505 fileinfo/libmagic/cdf.c if (scn->sst_tab == NULL) NULL 547 fileinfo/libmagic/cdf.c if (sst->sst_tab == NULL || scn->sst_len == (size_t)-1) NULL 551 fileinfo/libmagic/cdf.c if (scn->sst_tab == NULL) NULL 586 fileinfo/libmagic/cdf.c if (len < h->h_min_size_standard_stream && sst->sst_tab != NULL) NULL 611 fileinfo/libmagic/cdf.c if (dir->dir_tab == NULL) NULL 614 fileinfo/libmagic/cdf.c if ((buf = CAST(char *, malloc(ss))) == NULL) { NULL 660 fileinfo/libmagic/cdf.c if (ssat->sat_tab == NULL) NULL 712 fileinfo/libmagic/cdf.c scn->sst_tab = NULL; NULL 799 fileinfo/libmagic/cdf.c if (inp == NULL) NULL 893 fileinfo/libmagic/cdf.c if (inp == NULL) NULL 963 fileinfo/libmagic/cdf.c *info = NULL; NULL 1179 fileinfo/libmagic/cdf.c if (sst == NULL) NULL 1310 fileinfo/libmagic/cdf.c info.i_buf = NULL; NULL 155 fileinfo/libmagic/cdf_time.c if (gmtime_r(&ts->ts_sec, &tm) == NULL) { NULL 173 fileinfo/libmagic/cdf_time.c if (ptr != NULL) NULL 192 fileinfo/libmagic/cdf_time.c if ((q = strchr(p, '\n')) != NULL) NULL 73 fileinfo/libmagic/compress.c { "\037\235", 2, { "gzip", "-cdq", NULL }, 1 }, /* compressed */ NULL 76 fileinfo/libmagic/compress.c { "\037\235", 2, { "uncompress", "-c", NULL }, 1 }, /* compressed */ NULL 77 fileinfo/libmagic/compress.c { "\037\213", 2, { "gzip", "-cdq", NULL }, 1 }, /* gzipped */ NULL 78 fileinfo/libmagic/compress.c { "\037\236", 2, { "gzip", "-cdq", NULL }, 1 }, /* frozen */ NULL 79 fileinfo/libmagic/compress.c { "\037\240", 2, { "gzip", "-cdq", NULL }, 1 }, /* SCO LZH */ NULL 81 fileinfo/libmagic/compress.c { "\037\036", 2, { "gzip", "-cdq", NULL }, 0 }, /* packed */ NULL 82 fileinfo/libmagic/compress.c { "PK\3\4", 4, { "gzip", "-cdq", NULL }, 1 }, /* pkzipped, */ NULL 84 fileinfo/libmagic/compress.c { "BZh", 3, { "bzip2", "-cd", NULL }, 1 }, /* bzip2-ed */ NULL 85 fileinfo/libmagic/compress.c { "LZIP", 4, { "lzip", "-cdq", NULL }, 1 }, NULL 86 fileinfo/libmagic/compress.c { "\3757zXZ\0",6,{ "xz", "-cd", NULL }, 1 }, /* XZ Utils */ NULL 87 fileinfo/libmagic/compress.c { "LRZI", 4, { "lrzip", "-dqo-", NULL }, 1 }, /* LRZIP */ NULL 105 fileinfo/libmagic/compress.c unsigned char *newbuf = NULL; NULL 134 fileinfo/libmagic/compress.c file_buffer(ms, -1, NULL, buf, nbytes) == -1) NULL 206 fileinfo/libmagic/compress.c selrv = select(fd + 1, &check, NULL, NULL, &tout); NULL 494 fileinfo/libmagic/compress.c while (waitpid(pid, NULL, WNOHANG) != -1) NULL 497 fileinfo/libmagic/compress.c (void)wait(NULL); NULL 72 fileinfo/libmagic/encoding.c unsigned char *nbuf = NULL; NULL 76 fileinfo/libmagic/encoding.c if ((nbuf = CAST(unsigned char *, calloc((size_t)1, mlen))) == NULL) { NULL 81 fileinfo/libmagic/encoding.c if ((*ubuf = CAST(unichar *, calloc((size_t)1, mlen))) == NULL) { NULL 63 fileinfo/libmagic/funcs.c char *buf = NULL, *newstr; NULL 69 fileinfo/libmagic/funcs.c if (ms->o.buf != NULL) { NULL 90 fileinfo/libmagic/funcs.c char *buf = NULL; NULL 97 fileinfo/libmagic/funcs.c ms->o.buf = NULL; NULL 167 fileinfo/libmagic/funcs.c unichar *u8buf = NULL; NULL 169 fileinfo/libmagic/funcs.c const char *code = NULL; NULL 171 fileinfo/libmagic/funcs.c const char *type = NULL; NULL 310 fileinfo/libmagic/funcs.c if (ms->mlist == NULL) { NULL 316 fileinfo/libmagic/funcs.c ms->o.buf = NULL; NULL 320 fileinfo/libmagic/funcs.c ms->o.pbuf = NULL; NULL 342 fileinfo/libmagic/funcs.c return NULL; NULL 347 fileinfo/libmagic/funcs.c if (ms->o.buf == NULL) NULL 348 fileinfo/libmagic/funcs.c return NULL; NULL 353 fileinfo/libmagic/funcs.c return NULL; NULL 416 fileinfo/libmagic/funcs.c ms->c.li = (ms->c.li == NULL) ? emalloc(len) : erealloc(ms->c.li, len); NULL 429 fileinfo/libmagic/funcs.c return ms->o.buf == NULL ? 0 : strlen(ms->o.buf); NULL 449 fileinfo/libmagic/funcs.c if ((pce = pcre_get_compiled_regex_cache(Z_STRVAL_P(patt), Z_STRLEN_P(patt) TSRMLS_CC)) == NULL) { NULL 451 fileinfo/libmagic/funcs.c if ((pce = pcre_get_compiled_regex_cache(IS_STRING, Z_STRVAL_P(patt), Z_STRLEN_P(patt) TSRMLS_CC)) == NULL) { NULL 468 fileinfo/libmagic/funcs.c if (NULL == res) { NULL 108 fileinfo/libmagic/magic.c default_magic = NULL; NULL 110 fileinfo/libmagic/magic.c if ((home = getenv("HOME")) == NULL) NULL 130 fileinfo/libmagic/magic.c default_magic = NULL; NULL 135 fileinfo/libmagic/magic.c char *tmppath = NULL; NULL 141 fileinfo/libmagic/magic.c if (hmagicpath == NULL) \ NULL 151 fileinfo/libmagic/magic.c tmppath = NULL; \ NULL 157 fileinfo/libmagic/magic.c default_magic = NULL; NULL 161 fileinfo/libmagic/magic.c if ((home = getenv("LOCALAPPDATA")) == NULL) { NULL 162 fileinfo/libmagic/magic.c if ((home = getenv("USERPROFILE")) != NULL) NULL 166 fileinfo/libmagic/magic.c tmppath = NULL; NULL 169 fileinfo/libmagic/magic.c tmppath = NULL; NULL 175 fileinfo/libmagic/magic.c if ((home = getenv("COMMONPROGRAMFILES")) != NULL) { NULL 183 fileinfo/libmagic/magic.c if (GetModuleFileNameA(NULL, dllpath, MAX_PATH)){ NULL 210 fileinfo/libmagic/magic.c if (magicfile != NULL) NULL 214 fileinfo/libmagic/magic.c if (magicfile != NULL) NULL 233 fileinfo/libmagic/magic.c ms->o.buf = ms->o.pbuf = NULL; NULL 239 fileinfo/libmagic/magic.c ms->mlist = NULL; NULL 245 fileinfo/libmagic/magic.c return NULL; NULL 253 fileinfo/libmagic/magic.c if (mlist == NULL) NULL 371 fileinfo/libmagic/magic.c return file_or_stream(ms, NULL, NULL); NULL 380 fileinfo/libmagic/magic.c return file_or_stream(ms, inname, NULL); NULL 386 fileinfo/libmagic/magic.c return file_or_stream(ms, NULL, stream); NULL 400 fileinfo/libmagic/magic.c return NULL; NULL 428 fileinfo/libmagic/magic.c stream = php_stream_open_wrapper((char *)inname, "rb", REPORT_ERRORS|ENFORCE_SAFE_MODE, NULL); NULL 430 fileinfo/libmagic/magic.c stream = php_stream_open_wrapper((char *)inname, "rb", REPORT_ERRORS, NULL); NULL 465 fileinfo/libmagic/magic.c return rv == 0 ? file_getbuffer(ms) : NULL; NULL 473 fileinfo/libmagic/magic.c return NULL; NULL 478 fileinfo/libmagic/magic.c if (file_buffer(ms, NULL, NULL, buf, nb) == -1) { NULL 479 fileinfo/libmagic/magic.c return NULL; NULL 487 fileinfo/libmagic/magic.c return (ms->event_flags & EVENT_HAD_ERR) ? ms->o.buf : NULL; NULL 64 fileinfo/libmagic/print.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Warning: %s", expanded_format); NULL 88 fileinfo/libmagic/print.c if (tm1 == NULL) NULL 97 fileinfo/libmagic/print.c if (tm == NULL) NULL 102 fileinfo/libmagic/print.c if (pp == NULL) NULL 55 fileinfo/libmagic/readcdf.c const char *str = NULL; NULL 149 fileinfo/libmagic/readcdf.c if ((ec = strchr(c, '\n')) != NULL) NULL 165 fileinfo/libmagic/readcdf.c if (str == NULL) NULL 57 fileinfo/libmagic/readelf.c #define isquote(c) (strchr("'\"`", (c)) != NULL) NULL 810 fileinfo/libmagic/readelf.c { 0, NULL } NULL 839 fileinfo/libmagic/readelf.c { 0, NULL } NULL 978 fileinfo/libmagic/readelf.c cdp = NULL; NULL 330 fileinfo/libmagic/softmagic.c if (strchr(m->desc, '%') == NULL) { NULL 334 fileinfo/libmagic/softmagic.c if ((pce = pcre_get_compiled_regex("~%[-0-9.]*s~", &re_extra, &re_options TSRMLS_CC)) == NULL) { NULL 337 fileinfo/libmagic/softmagic.c return !pcre_exec(pce, re_extra, m->desc, strlen(m->desc), 0, re_options, NULL, 0); NULL 912 fileinfo/libmagic/softmagic.c if (s == NULL) { NULL 914 fileinfo/libmagic/softmagic.c ms->search.s = NULL; NULL 1817 fileinfo/libmagic/softmagic.c if (ms->search.s == NULL) NULL 1855 fileinfo/libmagic/softmagic.c if ((pce = pcre_get_compiled_regex_cache(Z_STRVAL_P(pattern), Z_STRLEN_P(pattern) TSRMLS_CC)) == NULL) { NULL 1857 fileinfo/libmagic/softmagic.c if ((pce = pcre_get_compiled_regex_cache(IS_STRING, Z_STRVAL_P(pattern), Z_STRLEN_P(pattern) TSRMLS_CC)) == NULL) { NULL 1894 fileinfo/libmagic/softmagic.c zval *pattern_match = NULL, *pattern_offset = NULL; NULL 1963 fileinfo/libmagic/softmagic.c if ((pattern_match != NULL) && (pattern_offset != NULL)) { NULL 29 filter/callback_filter.c if (!option_array || !zend_is_callable(option_array, IS_CALLABLE_CHECK_NO_ACCESS, NULL TSRMLS_CC)) { NULL 30 filter/callback_filter.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "First argument is expected to be a valid callback"); NULL 39 filter/callback_filter.c status = call_user_function_ex(EG(function_table), NULL, option_array, &retval_ptr, 1, args, 0, NULL TSRMLS_CC); NULL 41 filter/callback_filter.c if (status == SUCCESS && retval_ptr != NULL) { NULL 145 filter/filter.c NULL, NULL 187 filter/filter.c PHP_INI_ENTRY("filter.default_flags", NULL, PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateFlags) NULL 193 filter/filter.c filter_globals->post_array = NULL; NULL 194 filter/filter.c filter_globals->get_array = NULL; NULL 195 filter/filter.c filter_globals->cookie_array = NULL; NULL 196 filter/filter.c filter_globals->env_array = NULL; NULL 197 filter/filter.c filter_globals->server_array = NULL; NULL 198 filter/filter.c filter_globals->session_array = NULL; NULL 209 filter/filter.c ZEND_INIT_MODULE_GLOBALS(filter, php_filter_init_globals, NULL); NULL 300 filter/filter.c IF_G(a) = NULL; \ NULL 350 filter/filter.c IF_G(get_array) = NULL; NULL 351 filter/filter.c IF_G(post_array) = NULL; NULL 352 filter/filter.c IF_G(cookie_array) = NULL; NULL 353 filter/filter.c IF_G(server_array) = NULL; NULL 354 filter/filter.c IF_G(env_array) = NULL; NULL 355 filter/filter.c IF_G(session_array) = NULL; NULL 408 filter/filter.c zval *array_ptr = NULL, *orig_array_ptr = NULL; NULL 411 filter/filter.c assert(*val != NULL); NULL 466 filter/filter.c php_zval_filter(&tmp_new_var, IF_G(default_filter), IF_G(default_filter_flags), NULL, NULL/*charset*/, 0 TSRMLS_CC); NULL 527 filter/filter.c zval *array_ptr = NULL; NULL 553 filter/filter.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "INPUT_SESSION is not yet implemented"); NULL 557 filter/filter.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "INPUT_REQUEST is not yet implemented"); NULL 573 filter/filter.c zval *array_ptr = NULL; NULL 591 filter/filter.c zval *options = NULL; NULL 593 filter/filter.c char *charset = NULL; NULL 690 filter/filter.c php_filter_call(&return_value, FILTER_DEFAULT, NULL, 0, FILTER_REQUIRE_ARRAY TSRMLS_CC); NULL 694 filter/filter.c php_filter_call(&return_value, Z_LVAL_PP(op), NULL, 0, FILTER_REQUIRE_ARRAY TSRMLS_CC); NULL 704 filter/filter.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Numeric keys are not allowed in the definition array"); NULL 709 filter/filter.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Empty keys are not allowed in the definition array"); NULL 739 filter/filter.c zval **filter_args = NULL, **tmp; NULL 740 filter/filter.c zval *input = NULL; NULL 797 filter/filter.c zval **filter_args = NULL, *data; NULL 819 filter/filter.c zval *array_input = NULL, **op = NULL; NULL 867 filter/filter.c zval *array_input = NULL, **op = NULL; NULL 52 filter/logical_filters.c var_name = NULL; \ NULL 333 filter/logical_filters.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "decimal separator must be one char"); NULL 419 filter/logical_filters.c pcre *re = NULL; NULL 420 filter/logical_filters.c pcre_extra *pcre_extra = NULL; NULL 431 filter/logical_filters.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "'regexp' option missing"); NULL 439 filter/logical_filters.c matches = pcre_exec(re, NULL, Z_STRVAL_P(value), Z_STRLEN_P(value), 0, 0, ovector, 3); NULL 462 filter/logical_filters.c if (url == NULL) { NULL 466 filter/logical_filters.c if (url->scheme != NULL && (!strcasecmp(url->scheme, "http") || !strcasecmp(url->scheme, "https"))) { NULL 469 filter/logical_filters.c if (url->host == NULL) { NULL 494 filter/logical_filters.c url->scheme == NULL || NULL 496 filter/logical_filters.c (url->host == NULL && (strcmp(url->scheme, "mailto") && strcmp(url->scheme, "news") && strcmp(url->scheme, "file"))) || NULL 497 filter/logical_filters.c ((flags & FILTER_FLAG_PATH_REQUIRED) && url->path == NULL) || ((flags & FILTER_FLAG_QUERY_REQUIRED) && url->query == NULL) NULL 535 filter/logical_filters.c pcre *re = NULL; NULL 536 filter/logical_filters.c pcre_extra *pcre_extra = NULL; NULL 551 filter/logical_filters.c matches = pcre_exec(re, NULL, Z_STRVAL_P(value), Z_STRLEN_P(value), 0, 0, ovector, 3); NULL 203 filter/sanitizing_filters.c new_len = php_strip_tags_ex(Z_STRVAL_P(value), Z_STRLEN_P(value), NULL, NULL, 0, 1); NULL 139 ftp/ftp.c 0, &tv, NULL, NULL, NULL, 0 TSRMLS_CC); NULL 151 ftp/ftp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "getsockname failed: %s (%d)", strerror(errno), errno); NULL 166 ftp/ftp.c return NULL; NULL 175 ftp/ftp.c if (ftp == NULL) { NULL 176 ftp/ftp.c return NULL; NULL 191 ftp/ftp.c return NULL; NULL 200 ftp/ftp.c if (ftp == NULL) { NULL 205 ftp/ftp.c ftp->pwd = NULL; NULL 209 ftp/ftp.c ftp->syst = NULL; NULL 219 ftp/ftp.c if (ftp == NULL) { NULL 223 ftp/ftp.c if (!ftp_putcmd(ftp, "QUIT", NULL)) { NULL 232 ftp/ftp.c ftp->pwd = NULL; NULL 245 ftp/ftp.c SSL_CTX *ctx = NULL; NULL 248 ftp/ftp.c if (ftp == NULL) { NULL 278 ftp/ftp.c if (ctx == NULL) { NULL 279 ftp/ftp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed to create the SSL context"); NULL 289 ftp/ftp.c if (ftp->ssl_handle == NULL) { NULL 290 ftp/ftp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed to create the SSL handle"); NULL 298 ftp/ftp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "SSL/TLS handshake failed"); NULL 355 ftp/ftp.c if (ftp == NULL) { NULL 363 ftp/ftp.c if (!ftp_putcmd(ftp, "REIN", NULL)) { NULL 381 ftp/ftp.c if (ftp == NULL) { NULL 382 ftp/ftp.c return NULL; NULL 389 ftp/ftp.c if (!ftp_putcmd(ftp, "SYST", NULL)) { NULL 390 ftp/ftp.c return NULL; NULL 393 ftp/ftp.c return NULL; NULL 417 ftp/ftp.c if (ftp == NULL) { NULL 418 ftp/ftp.c return NULL; NULL 425 ftp/ftp.c if (!ftp_putcmd(ftp, "PWD", NULL)) { NULL 426 ftp/ftp.c return NULL; NULL 429 ftp/ftp.c return NULL; NULL 432 ftp/ftp.c if ((pwd = strchr(ftp->inbuf, '"')) == NULL) { NULL 433 ftp/ftp.c return NULL; NULL 435 ftp/ftp.c if ((end = strrchr(++pwd, '"')) == NULL) { NULL 436 ftp/ftp.c return NULL; NULL 449 ftp/ftp.c if (ftp == NULL) { NULL 468 ftp/ftp.c if (ftp == NULL || cmd == NULL) { NULL 471 ftp/ftp.c if (!ftp_putcmd(ftp, cmd, NULL)) { NULL 489 ftp/ftp.c if (ftp == NULL) { NULL 495 ftp/ftp.c ftp->pwd = NULL; NULL 513 ftp/ftp.c if (ftp == NULL) { NULL 519 ftp/ftp.c ftp->pwd = NULL; NULL 522 ftp/ftp.c if (!ftp_putcmd(ftp, "CDUP", NULL)) { NULL 539 ftp/ftp.c if (ftp == NULL) { NULL 540 ftp/ftp.c return NULL; NULL 543 ftp/ftp.c return NULL; NULL 546 ftp/ftp.c return NULL; NULL 549 ftp/ftp.c if ((mkd = strchr(ftp->inbuf, '"')) == NULL) { NULL 553 ftp/ftp.c if ((end = strrchr(++mkd, '"')) == NULL) { NULL 554 ftp/ftp.c return NULL; NULL 569 ftp/ftp.c if (ftp == NULL) { NULL 589 ftp/ftp.c if (ftp == NULL || filename_len <= 0) { NULL 617 ftp/ftp.c if (ftp == NULL || size <= 0) { NULL 668 ftp/ftp.c if (ftp == NULL) { NULL 705 ftp/ftp.c if (ftp == NULL) { NULL 728 ftp/ftp.c if (!ftp_putcmd(ftp, "EPSV", NULL)) { NULL 759 ftp/ftp.c if (!ftp_putcmd(ftp, "PASV", NULL)) { NULL 790 ftp/ftp.c databuf_t *data = NULL; NULL 795 ftp/ftp.c if (ftp == NULL) { NULL 802 ftp/ftp.c if ((data = ftp_getdata(ftp TSRMLS_CC)) == NULL) { NULL 810 ftp/ftp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "PHP cannot handle files greater than 2147483647 bytes."); NULL 829 ftp/ftp.c if ((data = data_accept(data, ftp TSRMLS_CC)) == NULL) { NULL 888 ftp/ftp.c databuf_t *data = NULL; NULL 894 ftp/ftp.c if (ftp == NULL) { NULL 900 ftp/ftp.c if ((data = ftp_getdata(ftp TSRMLS_CC)) == NULL) { NULL 907 ftp/ftp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "PHP cannot handle files with a size greater than 2147483647 bytes."); NULL 925 ftp/ftp.c if ((data = data_accept(data, ftp TSRMLS_CC)) == NULL) { NULL 970 ftp/ftp.c if (ftp == NULL) { NULL 997 ftp/ftp.c if (ftp == NULL) { NULL 1017 ftp/ftp.c stamp = time(NULL); NULL 1039 ftp/ftp.c if (ftp == NULL) { NULL 1058 ftp/ftp.c if (ftp == NULL) { NULL 1082 ftp/ftp.c if (ftp == NULL) { NULL 1130 ftp/ftp.c ftp->extra = NULL; NULL 1168 ftp/ftp.c ftp->extra = NULL; NULL 1175 ftp/ftp.c ftp->extra = NULL; NULL 1198 ftp/ftp.c if (ftp == NULL) { NULL 1387 ftp/ftp.c return NULL; NULL 1398 ftp/ftp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "socket() failed: %s (%d)", strerror(errno), errno); NULL 1413 ftp/ftp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "php_connect_nonb() failed: %s (%d)", strerror(errno), errno); NULL 1431 ftp/ftp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "bind() failed: %s (%d)", strerror(errno), errno); NULL 1436 ftp/ftp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "getsockname() failed: %s (%d)", strerror(errno), errno); NULL 1441 ftp/ftp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "listen() failed: %s (%d)", strerror(errno), errno); NULL 1488 ftp/ftp.c return NULL; NULL 1515 ftp/ftp.c return NULL; NULL 1524 ftp/ftp.c if (ctx == NULL) { NULL 1525 ftp/ftp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "data_accept: failed to create the SSL context"); NULL 1535 ftp/ftp.c if (data->ssl_handle == NULL) { NULL 1536 ftp/ftp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "data_accept: failed to create the SSL handle"); NULL 1549 ftp/ftp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "data_accept: SSL/TLS handshake failed"); NULL 1568 ftp/ftp.c if (data == NULL) { NULL 1569 ftp/ftp.c return NULL; NULL 1590 ftp/ftp.c ftp->data = NULL; NULL 1593 ftp/ftp.c return NULL; NULL 1602 ftp/ftp.c php_stream *tmpstream = NULL; NULL 1603 ftp/ftp.c databuf_t *data = NULL; NULL 1608 ftp/ftp.c char **ret = NULL; NULL 1613 ftp/ftp.c if ((tmpstream = php_stream_fopen_tmpfile()) == NULL) { NULL 1614 ftp/ftp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to create temporary file. Check permissions in temporary files directory."); NULL 1615 ftp/ftp.c return NULL; NULL 1622 ftp/ftp.c if ((data = ftp_getdata(ftp TSRMLS_CC)) == NULL) { NULL 1642 ftp/ftp.c if ((data = data_accept(data, ftp TSRMLS_CC)) == NULL) { NULL 1685 ftp/ftp.c *entry = NULL; NULL 1691 ftp/ftp.c return NULL; NULL 1700 ftp/ftp.c return NULL; NULL 1709 ftp/ftp.c databuf_t *data = NULL; NULL 1712 ftp/ftp.c if (ftp == NULL) { NULL 1720 ftp/ftp.c if ((data = ftp_getdata(ftp TSRMLS_CC)) == NULL) { NULL 1729 ftp/ftp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "PHP cannot handle files greater than 2147483648 bytes."); NULL 1748 ftp/ftp.c if ((data = data_accept(data, ftp TSRMLS_CC)) == NULL) { NULL 1770 ftp/ftp.c databuf_t *data = NULL; NULL 1833 ftp/ftp.c databuf_t *data = NULL; NULL 1836 ftp/ftp.c if (ftp == NULL) { NULL 1842 ftp/ftp.c if ((data = ftp_getdata(ftp TSRMLS_CC)) == NULL) { NULL 1847 ftp/ftp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "PHP cannot handle files with a size greater than 2147483647 bytes."); NULL 1865 ftp/ftp.c if ((data = data_accept(data, ftp TSRMLS_CC)) == NULL) { NULL 289 ftp/php_ftp.c NULL, NULL 290 ftp/php_ftp.c NULL, NULL 291 ftp/php_ftp.c NULL, NULL 310 ftp/php_ftp.c le_ftpbuf = zend_register_list_destructors_ex(ftp_destructor_ftpbuf, NULL, le_ftpbuf_name, module_number); NULL 333 ftp/php_ftp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Mode must be FTP_ASCII or FTP_BINARY"); \ NULL 355 ftp/php_ftp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Timeout has to be greater than 0"); NULL 391 ftp/php_ftp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Timeout has to be greater than 0"); NULL 427 ftp/php_ftp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", ftp->inbuf); NULL 450 ftp/php_ftp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", ftp->inbuf); NULL 472 ftp/php_ftp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", ftp->inbuf); NULL 497 ftp/php_ftp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", ftp->inbuf); NULL 522 ftp/php_ftp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", ftp->inbuf); NULL 566 ftp/php_ftp.c if (NULL == (tmp = ftp_mkdir(ftp, dir))) { NULL 567 ftp/php_ftp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", ftp->inbuf); NULL 592 ftp/php_ftp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", ftp->inbuf); NULL 617 ftp/php_ftp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", ftp->inbuf); NULL 629 ftp/php_ftp.c zval *z_ftp, *zresponse = NULL; NULL 632 ftp/php_ftp.c char *response = NULL; NULL 640 ftp/php_ftp.c ret = ftp_alloc(ftp, size, zresponse ? &response : NULL); NULL 670 ftp/php_ftp.c if (NULL == (nlist = ftp_nlist(ftp, dir TSRMLS_CC))) { NULL 699 ftp/php_ftp.c if (NULL == (llist = ftp_list(ftp, dir, recursive TSRMLS_CC))) { NULL 725 ftp/php_ftp.c if (NULL == (syst = ftp_syst(ftp))) { NULL 726 ftp/php_ftp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", ftp->inbuf); NULL 770 ftp/php_ftp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", ftp->inbuf); NULL 818 ftp/php_ftp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", ftp->inbuf); NULL 877 ftp/php_ftp.c outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "rt+" : "rb+", REPORT_ERRORS, NULL); NULL 878 ftp/php_ftp.c if (outstream == NULL) { NULL 879 ftp/php_ftp.c outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "wt" : "wb", REPORT_ERRORS, NULL); NULL 881 ftp/php_ftp.c if (outstream != NULL) { NULL 891 ftp/php_ftp.c outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "wt" : "wb", REPORT_ERRORS, NULL); NULL 894 ftp/php_ftp.c if (outstream == NULL) { NULL 895 ftp/php_ftp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error opening %s", local); NULL 902 ftp/php_ftp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", ftp->inbuf); NULL 938 ftp/php_ftp.c outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "rt+" : "rb+", REPORT_ERRORS, NULL); NULL 939 ftp/php_ftp.c if (outstream == NULL) { NULL 940 ftp/php_ftp.c outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "wt" : "wb", REPORT_ERRORS, NULL); NULL 942 ftp/php_ftp.c if (outstream != NULL) { NULL 952 ftp/php_ftp.c outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "wt" : "wb", REPORT_ERRORS, NULL); NULL 955 ftp/php_ftp.c if (outstream == NULL) { NULL 956 ftp/php_ftp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error opening %s", local); NULL 967 ftp/php_ftp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", ftp->inbuf); NULL 994 ftp/php_ftp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "no nbronous transfer to continue."); NULL 1009 ftp/php_ftp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", ftp->inbuf); NULL 1055 ftp/php_ftp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", ftp->inbuf); NULL 1106 ftp/php_ftp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", ftp->inbuf); NULL 1134 ftp/php_ftp.c if (!(instream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "rt" : "rb", REPORT_ERRORS, NULL))) { NULL 1158 ftp/php_ftp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", ftp->inbuf); NULL 1187 ftp/php_ftp.c if (!(instream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "rt" : "rb", REPORT_ERRORS, NULL))) { NULL 1220 ftp/php_ftp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", ftp->inbuf); NULL 1284 ftp/php_ftp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", ftp->inbuf); NULL 1309 ftp/php_ftp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", ftp->inbuf); NULL 1334 ftp/php_ftp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", ftp->inbuf); NULL 1378 ftp/php_ftp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Option TIMEOUT_SEC expects value of type long, %s given", NULL 1383 ftp/php_ftp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Timeout has to be greater than 0"); NULL 1391 ftp/php_ftp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Option AUTOSEEK expects value of type boolean, %s given", NULL 1399 ftp/php_ftp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown option '%ld'", option); NULL 1428 ftp/php_ftp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown option '%ld'", option); NULL 76 ftp/php_ftp.h #define php_ftp_module_ptr NULL NULL 105 gd/gd.c #define gdImageCreateFromGdCtx NULL NULL 106 gd/gd.c #define gdImageCreateFromGd2Ctx NULL NULL 107 gd/gd.c #define gdImageCreateFromGd2partCtx NULL NULL 108 gd/gd.c #define gdImageCreateFromGifCtx NULL NULL 109 gd/gd.c #define gdImageCreateFromJpegCtx NULL NULL 110 gd/gd.c #define gdImageCreateFromPngCtx NULL NULL 111 gd/gd.c #define gdImageCreateFromWBMPCtx NULL NULL 1080 gd/gd.c NULL, NULL 1082 gd/gd.c NULL, NULL 1086 gd/gd.c NULL, NULL 1099 gd/gd.c PHP_INI_ENTRY("gd.jpeg_ignore_warning", "0", PHP_INI_ALL, NULL) NULL 1147 gd/gd.c le_gd = zend_register_list_destructors_ex(php_free_gd_image, NULL, "gd", module_number); NULL 1148 gd/gd.c le_gd_font = zend_register_list_destructors_ex(php_free_gd_font, NULL, "gd font", module_number); NULL 1157 gd/gd.c le_ps_font = zend_register_list_destructors_ex(php_free_ps_font, NULL, "gd PS font", module_number); NULL 1158 gd/gd.c le_ps_enc = zend_register_list_destructors_ex(php_free_ps_enc, NULL, "gd PS encoding", module_number); NULL 1498 gd/gd.c stream = php_stream_open_wrapper(file, "rb", IGNORE_PATH | IGNORE_URL_WIN | REPORT_ERRORS, NULL); NULL 1499 gd/gd.c if (stream == NULL) { NULL 1524 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "End of file while reading header"); NULL 1526 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error while reading header"); NULL 1545 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error reading font, invalid font header"); NULL 1551 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error reading font, invalid font header"); NULL 1558 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error reading font"); NULL 1574 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "End of file while reading body"); NULL 1576 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error while reading body"); NULL 1646 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid image dimensions"); NULL 1693 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Number of colors has to be greater than zero"); NULL 1720 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Image1 must be TrueColor" ); NULL 1724 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Image2 must be Palette" ); NULL 1728 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Image1 and Image2 must be the same size" ); NULL 1732 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Image2 must have at least one color" ); NULL 2005 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Invalid window handle"); NULL 2037 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Windows API too old"); NULL 2146 gd/gd.c if (im_dst != NULL) { NULL 2210 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid image dimensions"); NULL 2262 gd/gd.c if (data == NULL) { NULL 2315 gd/gd.c return NULL; NULL 2320 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Passed data is not in '%s' format", tn); NULL 2326 gd/gd.c return NULL; NULL 2354 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Empty string or invalid image"); NULL 2367 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "No JPEG support in this PHP build"); NULL 2376 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "No PNG support in this PHP build"); NULL 2385 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "No GIF support in this PHP build"); NULL 2394 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "No WBMP support in this PHP build"); NULL 2403 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "No GD2 support in this PHP build"); NULL 2409 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Data is not in a recognized format"); NULL 2414 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Couldn't create GD Image Stream out of Data"); NULL 2430 gd/gd.c gdImagePtr im = NULL; NULL 2432 gd/gd.c FILE * fp = NULL; NULL 2441 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Zero width or height not allowed"); NULL 2450 gd/gd.c stream = php_stream_open_wrapper(file, "rb", REPORT_ERRORS|IGNORE_PATH|IGNORE_URL_WIN, NULL); NULL 2451 gd/gd.c if (stream == NULL) { NULL 2456 gd/gd.c ioctx_func_p = NULL; /* don't allow sockets without IOCtx */ NULL 2466 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING,"Cannot read image data"); NULL 2492 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING,"Cannot read image data"); NULL 2499 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING,"Cannot allocate GD IO context"); NULL 2560 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "'%s' is not a valid %s file", file, tn); NULL 2613 gd/gd.c _php_image_create_from(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_GDIMG_TYPE_XBM, "XBM", gdImageCreateFromXbm, NULL); NULL 2623 gd/gd.c _php_image_create_from(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_GDIMG_TYPE_XPM, "XPM", gdImageCreateFromXpm, NULL); NULL 2669 gd/gd.c char *file = NULL; NULL 2672 gd/gd.c char *fn = NULL; NULL 2702 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to open '%s' for writing", fn); NULL 2712 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid threshold value '%d'. It must be between 0 and 255", q); NULL 2756 gd/gd.c tmp = php_open_temporary_file(NULL, NULL, &path TSRMLS_CC); NULL 2757 gd/gd.c if (tmp == NULL) { NULL 2758 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to open temporary file"); NULL 2768 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid threshold value '%d'. It must be between 0 and 255", q); NULL 2985 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "%ld,%ld is out of bounds", x, y); NULL 2992 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "%ld,%ld is out of bounds", x, y); NULL 3063 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Color index %d out of range", col); NULL 3158 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Color index %d out of range", col); NULL 3461 gd/gd.c zval **var = NULL; NULL 3477 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "You must have at least 3 points in your array"); NULL 3481 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "You must give a positive number of points"); NULL 3485 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Trying to use %d points in array with only %d points", npoints, nelem/2); NULL 3644 gd/gd.c unsigned char *str = NULL; NULL 3843 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid image dimensions"); NULL 3931 gd/gd.c zval *IM, *EXT = NULL; NULL 3932 gd/gd.c gdImagePtr im=NULL; NULL 3936 gd/gd.c char *str = NULL, *fontname = NULL; NULL 3937 gd/gd.c char *error = NULL; NULL 3976 gd/gd.c if (zend_hash_get_current_key_ex(HASH_OF(EXT), &key, NULL, &num_key, 0, &pos) != HASH_KEY_IS_STRING) { NULL 3999 gd/gd.c fontname = NULL; NULL 4023 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", error); NULL 4076 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Font file not found (%s)", file); NULL 4084 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "T1Lib Error (%i): %s", f_ind, T1_StrError(f_ind)); NULL 4089 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Couldn't load the font"); NULL 4183 gd/gd.c if ((enc_vector = T1_LoadEncoding(enc)) == NULL) { NULL 4184 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Couldn't load encoding vector from %s", enc); NULL 4191 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Couldn't re-encode font"); NULL 4218 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Second parameter %F out of range (must be > 0)", ext); NULL 4270 gd/gd.c T1_TMATRIX *transform = NULL; NULL 4279 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Antialias steps must be 4 or 16"); NULL 4288 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Foreground color index %ld out of range", _fg); NULL 4293 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Background color index %ld out of range", _bg); NULL 4327 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid value %ld as number of steps for antialiasing", aa_steps); NULL 4332 gd/gd.c transform = T1_RotateMatrix(NULL, angle); NULL 4341 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "T1Lib Error: %s", T1_StrError(T1_errno)); NULL 4362 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "T1Lib Error: %s", T1_StrError(T1_errno)); NULL 4535 gd/gd.c if (im_dest == NULL) { NULL 4536 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to allocate temporary buffer"); NULL 4542 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to allocate the colors for the destination buffer"); NULL 4548 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to allocate the colors for the destination buffer"); NULL 4585 gd/gd.c char *fn_org = NULL; NULL 4586 gd/gd.c char *fn_dest = NULL; NULL 4612 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid threshold value '%d'", int_threshold); NULL 4625 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to open '%s' for reading", fn_org); NULL 4632 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to open '%s' for writing", fn_dest); NULL 4640 gd/gd.c if (im_org == NULL) { NULL 4641 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to open '%s' Not a valid GIF file", fn_dest); NULL 4655 gd/gd.c if (im_org == NULL) { NULL 4656 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to open '%s' Not a valid JPEG file", fn_dest); NULL 4666 gd/gd.c if (im_org == NULL) { NULL 4667 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to open '%s' Not a valid PNG file", fn_dest); NULL 4674 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Format not supported"); NULL 4707 gd/gd.c if (im_tmp == NULL ) { NULL 4708 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to allocate temporary buffer"); NULL 4719 gd/gd.c if (im_dest == NULL) { NULL 4720 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to allocate destination buffer"); NULL 4726 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to allocate the colors for the destination buffer"); NULL 4732 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to allocate the colors for the destination buffer"); NULL 4775 gd/gd.c if (im_src == NULL) { \ NULL 4813 gd/gd.c if (im_src == NULL) { NULL 4836 gd/gd.c if (im_src == NULL) { NULL 4860 gd/gd.c if (im_src == NULL) { NULL 4939 gd/gd.c if (im_src == NULL) { NULL 4963 gd/gd.c if (im == NULL) { NULL 5015 gd/gd.c zval **var = NULL, **var2 = NULL; NULL 5016 gd/gd.c gdImagePtr im_src = NULL; NULL 5029 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "You must have 3x3 array"); NULL 5036 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "You must have 3x3 array"); NULL 5046 gd/gd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "You must have a 3x3 matrix"); NULL 69 gd/gd_ctx.c ctx->data = NULL; NULL 80 gd/gd_ctx.c char *file = NULL; NULL 87 gd/gd_ctx.c gdIOCtx *ctx = NULL; NULL 88 gd/gd_ctx.c zval *to_zval = NULL; NULL 120 gd/gd_ctx.c if (argc > 1 && to_zval != NULL) { NULL 123 gd/gd_ctx.c if (stream == NULL) { NULL 127 gd/gd_ctx.c stream = php_stream_open_wrapper(Z_STRVAL_P(to_zval), "wb", REPORT_ERRORS|IGNORE_PATH|IGNORE_URL_WIN, NULL); NULL 128 gd/gd_ctx.c if (stream == NULL) { NULL 132 gd/gd_ctx.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid 2nd parameter, it must a filename or a stream"); NULL 159 gd/gd_ctx.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid threshold value '%d'. It must be between 0 and 255", q); NULL 67 gd/gdcache.c head->mru = NULL; NULL 94 gd/gdcache.c gdCache_element_t *elem, *prev = NULL, *prevprev = NULL; NULL 116 gd/gdcache.c return NULL; NULL 123 gd/gdcache.c prevprev->next = NULL; NULL 162 gd/gdcache.c if (map == NULL) { NULL 163 gd/gdcache.c return NULL; NULL 168 gd/gdcache.c *error = NULL; NULL 48 gd/gdcache.h #ifndef NULL NULL 108 gd/libgd/gd.c php_verror(NULL, "", type, format, args TSRMLS_CC); NULL 119 gd/libgd/gd.c php_verror(NULL, "", E_WARNING, format, args TSRMLS_CC); NULL 129 gd/libgd/gd.c return NULL; NULL 133 gd/libgd/gd.c return NULL; NULL 180 gd/libgd/gd.c return NULL; NULL 184 gd/libgd/gd.c return NULL; NULL 188 gd/libgd/gd.c return NULL; NULL 1868 gd/libgd/gd.c struct seg *stack = NULL; NULL 24 gd/libgd/gd_filter.c if (src==NULL) { NULL 58 gd/libgd/gd_filter.c if (src==NULL) { NULL 91 gd/libgd/gd_filter.c if (src==NULL || (brightness < -255 || brightness>255)) { NULL 138 gd/libgd/gd_filter.c if (src==NULL) { NULL 194 gd/libgd/gd_filter.c if (src == NULL) { NULL 239 gd/libgd/gd_filter.c if (src==NULL) { NULL 245 gd/libgd/gd_filter.c if (srcback==NULL) { NULL 305 gd/libgd/gd_filter.c if (src==NULL) { NULL 311 gd/libgd/gd_filter.c if (srcback==NULL) { NULL 174 gd/libgd/gd_gd.c if (im == NULL) { NULL 275 gd/libgd/gd_gd.c gdIOCtx *out = gdNewDynamicCtx(2048, NULL); NULL 179 gd/libgd/gd_gd2.c if (im == NULL) { NULL 256 gd/libgd/gd_gd2.c t_chunk_info *chunkIdx = NULL; /* So we can gdFree it with impunity. */ NULL 257 gd/libgd/gd_gd2.c unsigned char *chunkBuf = NULL; /* So we can gdFree it with impunity. */ NULL 264 gd/libgd/gd_gd2.c char *compBuf = NULL; /* So we can gdFree it with impunity. */ NULL 422 gd/libgd/gd_gd2.c t_chunk_info *chunkIdx = NULL; NULL 423 gd/libgd/gd_gd2.c unsigned char *chunkBuf = NULL; NULL 429 gd/libgd/gd_gd2.c char *compBuf = NULL; NULL 453 gd/libgd/gd_gd2.c if (im == NULL) { NULL 648 gd/libgd/gd_gd2.c char *chunkData = NULL; /* So we can gdFree it with impunity. */ NULL 649 gd/libgd/gd_gd2.c char *compData = NULL; /* So we can gdFree it with impunity. */ NULL 653 gd/libgd/gd_gd2.c t_chunk_info *chunkIdx = NULL; /* So we can gdFree it with impunity. */ NULL 822 gd/libgd/gd_gd2.c gdIOCtx *out = gdNewDynamicCtx(2048, NULL); NULL 101 gd/libgd/gd_gif_in.c gdIOCtx *in = gdNewSSCtx(inSource, NULL); NULL 353 gd/libgd/gd_gif_in.c char *tmp = NULL; NULL 103 gd/libgd/gd_gif_out.c gdIOCtx *out = gdNewDynamicCtx (2048, NULL); NULL 111 gd/libgd/gd_io_dp.c data = NULL; NULL 112 gd/libgd/gd_io_dp.c if (dp->data != NULL && dp->freeOK) { NULL 117 gd/libgd/gd_io_dp.c dp->data = NULL; NULL 275 gd/libgd/gd_io_dp.c if (data == NULL) { NULL 65 gd/libgd/gd_io_ss.c ctx->ctx.tell = NULL; NULL 66 gd/libgd/gd_io_ss.c ctx->ctx.seek = NULL; NULL 150 gd/libgd/gd_jpeg.c gdIOCtx *out = gdNewDynamicCtx (2048, NULL); NULL 696 gd/libgd/gd_jpeg.c if (cinfo->src == NULL) { /* first time for this JPEG object? */ NULL 712 gd/libgd/gd_jpeg.c src->pub.next_input_byte = NULL; /* until buffer loaded */ NULL 820 gd/libgd/gd_jpeg.c if (cinfo->dest == NULL) { /* first time for this JPEG object? */ NULL 67 gd/libgd/gd_png.c if (jmpbuf_ptr == NULL) { /* we are completely hosed now */ NULL 130 gd/libgd/gd_png.c volatile png_bytep image_data = NULL; NULL 131 gd/libgd/gd_png.c volatile png_bytepp row_pointers = NULL; NULL 132 gd/libgd/gd_png.c gdImagePtr im = NULL; NULL 133 gd/libgd/gd_png.c int i, j, *open = NULL; NULL 145 gd/libgd/gd_png.c return NULL; NULL 149 gd/libgd/gd_png.c return NULL; NULL 153 gd/libgd/gd_png.c png_ptr = png_create_read_struct(PNG_LIBPNG_VER_STRING, &jbw, gdPngErrorHandler, NULL); NULL 155 gd/libgd/gd_png.c png_ptr = png_create_read_struct(PNG_LIBPNG_VER_STRING, NULL, NULL, NULL); NULL 157 gd/libgd/gd_png.c if (png_ptr == NULL) { NULL 159 gd/libgd/gd_png.c return NULL; NULL 163 gd/libgd/gd_png.c if (info_ptr == NULL) { NULL 165 gd/libgd/gd_png.c png_destroy_read_struct (&png_ptr, NULL, NULL); NULL 167 gd/libgd/gd_png.c return NULL; NULL 181 gd/libgd/gd_png.c png_destroy_read_struct(&png_ptr, &info_ptr, NULL); NULL 183 gd/libgd/gd_png.c return NULL; NULL 192 gd/libgd/gd_png.c png_get_IHDR(png_ptr, info_ptr, &width, &height, &bit_depth, &color_type, &interlace_type, NULL, NULL); NULL 199 gd/libgd/gd_png.c if (im == NULL) { NULL 201 gd/libgd/gd_png.c png_destroy_read_struct(&png_ptr, &info_ptr, NULL); NULL 203 gd/libgd/gd_png.c return NULL; NULL 218 gd/libgd/gd_png.c png_destroy_read_struct(&png_ptr, &info_ptr, NULL); NULL 224 gd/libgd/gd_png.c return NULL; NULL 242 gd/libgd/gd_png.c png_get_tRNS(png_ptr, info_ptr, &trans, &num_trans, NULL); NULL 254 gd/libgd/gd_png.c if ((palette = (png_colorp) gdMalloc (256 * sizeof (png_color))) == NULL) { NULL 256 gd/libgd/gd_png.c png_destroy_read_struct(&png_ptr, &info_ptr, NULL); NULL 258 gd/libgd/gd_png.c return NULL; NULL 274 gd/libgd/gd_png.c png_get_tRNS(png_ptr, info_ptr, NULL, NULL, &trans_gray_rgb); NULL 304 gd/libgd/gd_png.c png_get_tRNS(png_ptr, info_ptr, NULL, NULL, &trans_color_rgb); NULL 332 gd/libgd/gd_png.c png_read_end(png_ptr, NULL); /* ...done! */ NULL 355 gd/libgd/gd_png.c png_destroy_read_struct(&png_ptr, &info_ptr, NULL); NULL 435 gd/libgd/gd_png.c gdIOCtx *out = gdNewDynamicCtx(2048, NULL); NULL 446 gd/libgd/gd_png.c gdIOCtx *out = gdNewDynamicCtx(2048, NULL); NULL 480 gd/libgd/gd_png.c png_ptr = png_create_write_struct(PNG_LIBPNG_VER_STRING, &jbw, gdPngErrorHandler, NULL); NULL 482 gd/libgd/gd_png.c png_ptr = png_create_write_struct(PNG_LIBPNG_VER_STRING, NULL, NULL, NULL); NULL 484 gd/libgd/gd_png.c if (png_ptr == NULL) { NULL 490 gd/libgd/gd_png.c if (info_ptr == NULL) { NULL 492 gd/libgd/gd_png.c png_destroy_write_struct (&png_ptr, (png_infopp) NULL); NULL 612 gd/libgd/gd_png.c png_set_tRNS (png_ptr, info_ptr, trans_values, 256, NULL); NULL 635 gd/libgd/gd_png.c png_set_tRNS(png_ptr, info_ptr, trans_values, tc, NULL); NULL 221 gd/libgd/gd_rotate.c if (dst != NULL) { NULL 267 gd/libgd/gd_rotate.c if (dst != NULL) { NULL 314 gd/libgd/gd_rotate.c if (dst != NULL) { NULL 371 gd/libgd/gd_rotate.c if (dst1 == NULL) { NULL 372 gd/libgd/gd_rotate.c return NULL; NULL 439 gd/libgd/gd_rotate.c if (dst2 == NULL) { NULL 441 gd/libgd/gd_rotate.c return NULL; NULL 471 gd/libgd/gd_rotate.c if (dst3 == NULL) { NULL 473 gd/libgd/gd_rotate.c return NULL; NULL 507 gd/libgd/gd_rotate.c if (src == NULL) { NULL 508 gd/libgd/gd_rotate.c return NULL; NULL 512 gd/libgd/gd_rotate.c return NULL; NULL 546 gd/libgd/gd_rotate.c if (pMidImg == NULL) { NULL 547 gd/libgd/gd_rotate.c return NULL; NULL 22 gd/libgd/gd_ss.c gdIOCtx *out = gdNewSSCtx(NULL, outSink); NULL 29 gd/libgd/gd_ss.c gdIOCtx *in = gdNewSSCtx(inSource, NULL); NULL 46 gd/libgd/gd_ss.c return NULL; NULL 430 gd/libgd/gd_topal.c boxptr which = NULL; NULL 451 gd/libgd/gd_topal.c boxptr which = NULL; NULL 625 gd/libgd/gd_topal.c if (b1 == NULL) /* no splittable boxes left! */ NULL 1706 gd/libgd/gd_topal.c if (cquantize->fserrors == NULL) NULL 1712 gd/libgd/gd_topal.c if (cquantize->error_limiter == NULL) NULL 1782 gd/libgd/gd_topal.c my_cquantize_ptr cquantize = NULL; NULL 1855 gd/libgd/gd_topal.c cquantize->fserrors = NULL; /* flag optional arrays not allocated */ NULL 1856 gd/libgd/gd_topal.c cquantize->error_limiter = NULL; NULL 1904 gd/libgd/gd_topal.c cquantize->sv_colormap = NULL; NULL 100 gd/libgd/gd_wbmp.c if ((wbmp = createwbmp (gdImageSX (image), gdImageSY (image), WBMP_WHITE)) == NULL) { NULL 131 gd/libgd/gd_wbmp.c gdImagePtr im = NULL; NULL 136 gd/libgd/gd_wbmp.c return NULL; NULL 141 gd/libgd/gd_wbmp.c return NULL; NULL 204 gd/libgd/gd_wbmp.c gdIOCtx *out = gdNewDynamicCtx(2048, NULL); NULL 40 gd/libgd/gd_webp.c unsigned char *Y = NULL; NULL 41 gd/libgd/gd_webp.c unsigned char *U = NULL; NULL 42 gd/libgd/gd_webp.c unsigned char *V = NULL; NULL 51 gd/libgd/gd_webp.c return NULL; NULL 55 gd/libgd/gd_webp.c return NULL; NULL 66 gd/libgd/gd_webp.c unsigned char *Y = NULL; NULL 67 gd/libgd/gd_webp.c unsigned char *U = NULL; NULL 68 gd/libgd/gd_webp.c unsigned char *V = NULL; NULL 80 gd/libgd/gd_webp.c return NULL; NULL 90 gd/libgd/gd_webp.c return NULL; NULL 114 gd/libgd/gd_webp.c gdIOCtx *out = gdNewDynamicCtx(2048, NULL); NULL 125 gd/libgd/gd_webp.c gdIOCtx *out = gdNewDynamicCtx(2048, NULL); NULL 164 gd/libgd/gd_webp.c unsigned char *Y = NULL, NULL 165 gd/libgd/gd_webp.c *U = NULL, NULL 166 gd/libgd/gd_webp.c *V = NULL; NULL 167 gd/libgd/gd_webp.c unsigned char *filedata = NULL; NULL 174 gd/libgd/gd_webp.c if ((Y = (unsigned char *)gdCalloc(yuv_nbytes, sizeof(unsigned char))) == NULL) { NULL 186 gd/libgd/gd_webp.c vp8_quality, &filedata, &yuv_nbytes, NULL); NULL 66 gd/libgd/gdcache.c head->mru = NULL; NULL 94 gd/libgd/gdcache.c gdCache_element_t *elem, *prev = NULL, *prevprev = NULL; NULL 120 gd/libgd/gdcache.c return NULL; NULL 129 gd/libgd/gdcache.c prevprev->next = NULL; NULL 173 gd/libgd/gdcache.c *error = NULL; NULL 47 gd/libgd/gdcache.h #ifndef NULL NULL 202 gd/libgd/gdft.c static gdCache_head_t *fontCache = NULL; NULL 353 gd/libgd/gdft.c char *name, *path=NULL, *dir; NULL 418 gd/libgd/gdft.c path = NULL; NULL 434 gd/libgd/gdft.c return NULL; NULL 442 gd/libgd/gdft.c return NULL; NULL 503 gd/libgd/gdft.c return NULL; NULL 592 gd/libgd/gdft.c unsigned char *pixel = NULL; NULL 593 gd/libgd/gdft.c int *tpixel = NULL; NULL 656 gd/libgd/gdft.c return (char *) NULL; NULL 711 gd/libgd/gdft.c return (char *) NULL; NULL 726 gd/libgd/gdft.c fontCache = NULL; NULL 792 gd/libgd/gdft.c char *tmpstr = NULL; NULL 1031 gd/libgd/gdft.c FT_Set_Transform(face, &matrix, NULL); NULL 1161 gd/libgd/gdft.c return (char *) NULL; NULL 82 gd/libgd/gdkanji.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s: %s", LIBNAME, tmp); NULL 94 gd/libgd/gdkanji.c char *lang = NULL; NULL 168 gd/libgd/gdtest.c if (im2 == NULL) NULL 60 gd/libgd/gdtestft.c err = gdImageStringFT ((gdImagePtr) NULL, &brect[0], 0, f, sz, angle, 0, 0, s); NULL 87 gd/libgd/gdtestft.c err = gdImageStringFT (im, NULL, black, f, sz, angle, x, y, s); NULL 46 gd/libgd/gdxpm.c red = strtol(buf, NULL, 16); NULL 49 gd/libgd/gdxpm.c green = strtol(buf, NULL, 16); NULL 52 gd/libgd/gdxpm.c blue = strtol(buf, NULL, 16); NULL 59 gd/libgd/gdxpm.c red = strtol(buf, NULL, 16); NULL 63 gd/libgd/gdxpm.c green = strtol(buf, NULL, 16); NULL 67 gd/libgd/gdxpm.c blue = strtol(buf, NULL, 16); NULL 75 gd/libgd/gdxpm.c red = strtol(buf, NULL, 16); NULL 81 gd/libgd/gdxpm.c green = strtol(buf, NULL, 16); NULL 87 gd/libgd/gdxpm.c blue = strtol(buf, NULL, 16); NULL 97 gd/libgd/gdxpm.c red = strtol(buf, NULL, 16); NULL 104 gd/libgd/gdxpm.c green = strtol(buf, NULL, 16); NULL 111 gd/libgd/gdxpm.c blue = strtol(buf, NULL, 16); NULL 116 gd/libgd/wbmp.c if ((wbmp = (Wbmp *) gdMalloc (sizeof (Wbmp))) == NULL) NULL 117 gd/libgd/wbmp.c return (NULL); NULL 121 gd/libgd/wbmp.c return NULL; NULL 125 gd/libgd/wbmp.c return NULL; NULL 128 gd/libgd/wbmp.c if ((wbmp->bitmap = (int *) safe_emalloc(sizeof(int), width * height, 0)) == NULL) NULL 131 gd/libgd/wbmp.c return (NULL); NULL 156 gd/libgd/wbmp.c if ((wbmp = (Wbmp *) gdMalloc (sizeof (Wbmp))) == NULL) NULL 195 gd/libgd/wbmp.c if ((wbmp->bitmap = (int *) safe_emalloc((size_t)wbmp->width * wbmp->height, sizeof(int), 0)) == NULL) NULL 220 gd/libgd/webpimg.c uint8* Y2 = NULL; NULL 221 gd/libgd/webpimg.c uint8* U2 = NULL; NULL 222 gd/libgd/webpimg.c uint8* V2 = NULL; NULL 398 gd/libgd/webpimg.c || *p_Y != NULL || *p_U != NULL || *p_V != NULL) { NULL 403 gd/libgd/webpimg.c &vpx_codec_vp8_dx_algo, NULL, 0) != VPX_CODEC_OK) { NULL 411 gd/libgd/webpimg.c if (vpx_codec_decode(&dec, data, data_size, NULL, 0) == VPX_CODEC_OK) { NULL 412 gd/libgd/webpimg.c vpx_codec_iter_t iter = NULL; NULL 427 gd/libgd/webpimg.c sizeof(uint8)))) != NULL) { NULL 545 gd/libgd/webpimg.c gdImagePtr im = NULL; NULL 675 gd/libgd/webpimg.c *p_out = NULL; NULL 721 gd/libgd/webpimg.c vpx_codec_iter_t iter = NULL; NULL 723 gd/libgd/webpimg.c if (pkt != NULL) { NULL 181 gd/libgd/xbm.c if ((f = strrchr(name, '/')) != NULL) name = f+1; NULL 182 gd/libgd/xbm.c if ((f = strrchr(name, '\\')) != NULL) name = f+1; NULL 184 gd/libgd/xbm.c if ((f = strrchr(name, '.')) != NULL && !strcasecmp(f, ".XBM")) *f = '\0'; NULL 38 gd/php_gd.h php_error_docref(NULL TSRMLS_CC, E_WARNING, errormsg); \ NULL 208 gd/php_gd.h #define phpext_gd_ptr NULL NULL 125 gettext/gettext.c NULL, NULL 126 gettext/gettext.c NULL, NULL 127 gettext/gettext.c NULL, NULL 128 gettext/gettext.c NULL, NULL 143 gettext/gettext.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "domain passed too long"); \ NULL 149 gettext/gettext.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s passed too long", check_name); \ NULL 176 gettext/gettext.c domain_name = NULL; NULL 306 gettext/gettext.c char *domain, *msgid1, *msgid2, *msgstr = NULL; NULL 332 gettext/gettext.c char *domain, *msgid1, *msgid2, *msgstr = NULL; NULL 362 gettext/gettext.c char *domain, *codeset, *retval = NULL; NULL 50 gettext/php_gettext.h #define gettext_module_ptr NULL NULL 294 gmp/gmp.c NULL, NULL 295 gmp/gmp.c NULL, NULL 301 gmp/gmp.c NULL, NULL 302 gmp/gmp.c NULL, NULL 363 gmp/gmp.c le_gmp = zend_register_list_destructors_ex(_php_gmpnum_free, NULL, GMP_RESOURCE_NAME, module_number); NULL 416 gmp/gmp.c tmp_resource = ZEND_REGISTER_RESOURCE(NULL, gmpnumber, le_gmp); \ NULL 466 gmp/gmp.c php_error_docref(NULL TSRMLS_CC, E_WARNING,"Unable to convert variable to GMP - wrong type"); NULL 499 gmp/gmp.c #define gmp_binary_op(op) _gmp_binary_ui_op(INTERNAL_FUNCTION_PARAM_PASSTHRU, op, NULL) NULL 535 gmp/gmp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Zero operand not allowed"); NULL 599 gmp/gmp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Zero operand not allowed"); NULL 765 gmp/gmp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Bad base for conversion: %ld (should be between 2 and %d)", base, MAX_BASE); NULL 818 gmp/gmp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Bad base for conversion: %ld (should be between 2 and %d or -2 and -36)", base, MAX_BASE); NULL 821 gmp/gmp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Bad base for conversion: %ld (should be between 2 and %d)", base, MAX_BASE); NULL 979 gmp/gmp.c gmp_zval_binary_ui_op_ex(return_value, a_arg, b_arg, mpz_divexact, NULL, 0, 1, 1 TSRMLS_CC); NULL 1014 gmp/gmp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Number has to be greater than or equal to 0"); NULL 1020 gmp/gmp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Number has to be greater than or equal to 0"); NULL 1050 gmp/gmp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Negative exponent not supported"); NULL 1085 gmp/gmp.c php_error_docref(NULL TSRMLS_CC, E_WARNING,"Second parameter cannot be less than 0"); NULL 1131 gmp/gmp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Number has to be greater than or equal to 0"); NULL 1160 gmp/gmp.c php_error_docref(NULL TSRMLS_CC, E_WARNING,"Number has to be greater than or equal to 0"); NULL 1474 gmp/gmp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Index must be greater than or equal to zero"); NULL 1501 gmp/gmp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Index must be greater than or equal to zero"); NULL 1524 gmp/gmp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Index must be greater than or equal to zero"); NULL 1591 gmp/gmp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Starting index must be greater than or equal to zero"); NULL 1615 gmp/gmp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Starting index must be greater than or equal to zero"); NULL 87 gmp/php_gmp.h #define phpext_gmp_ptr NULL NULL 36 hash/hash.c # define DEFAULT_CONTEXT NULL NULL 53 hash/hash.c {NULL, NULL, 4}, NULL 55 hash/hash.c {NULL, NULL, 6}, NULL 75 hash/hash.c {NULL, NULL, 26}, /* support needs to be added for snefru 128 */ NULL 95 hash/hash.c ops = NULL; NULL 109 hash/hash.c zend_hash_add(&php_hash_hashtable, lower, algo_len + 1, (void*)ops, sizeof(php_hash_ops), NULL); NULL 132 hash/hash.c php_stream *stream = NULL; NULL 140 hash/hash.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown hashing algorithm: %s", algo); NULL 147 hash/hash.c stream = php_stream_open_wrapper_ex(data, "rb", REPORT_ERRORS, NULL, DEFAULT_CONTEXT); NULL 212 hash/hash.c php_stream *stream = NULL; NULL 221 hash/hash.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown hashing algorithm: %s", algo); NULL 225 hash/hash.c stream = php_stream_open_wrapper_ex(data, "rb", REPORT_ERRORS, NULL, DEFAULT_CONTEXT); NULL 322 hash/hash.c char *algo, *key = NULL; NULL 335 hash/hash.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown hashing algorithm: %s", algo); NULL 342 hash/hash.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "HMAC requested without a key"); NULL 353 hash/hash.c hash->key = NULL; NULL 410 hash/hash.c php_stream *stream = NULL; NULL 445 hash/hash.c zval *zhash, *zcontext = NULL; NULL 459 hash/hash.c stream = php_stream_open_wrapper_ex(filename, "rb", REPORT_ERRORS, NULL, context); NULL 511 hash/hash.c hash->key = NULL; NULL 515 hash/hash.c hash->context = NULL; NULL 631 hash/hash.c NULL, NULL 632 hash/hash.c NULL, NULL 633 hash/hash.c NULL, NULL 634 hash/hash.c NULL, NULL 635 hash/hash.c NULL, NULL 649 hash/hash.c if (algorithm.mhash_name == NULL) { NULL 764 hash/hash.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "the byte parameter must be greater than 0"); NULL 825 hash/hash.c php_hash_le_hash = zend_register_list_destructors_ex(php_hash_dtor, NULL, PHP_HASH_RESNAME, module_number); NULL 827 hash/hash.c zend_hash_init(&php_hash_hashtable, 35, NULL, NULL, 1); NULL 907 hash/hash.c (type = zend_hash_get_current_key_ex(&php_hash_hashtable, &str, NULL, &idx, 0, &pos)) != HASH_KEY_NON_EXISTANT; NULL 1086 hash/hash.c NULL, /* RINIT */ NULL 1087 hash/hash.c NULL, /* RSHUTDOWN */ NULL 151 hash/hash_md.c stream = php_stream_open_wrapper(arg, "rb", REPORT_ERRORS, NULL); NULL 135 hash/hash_sha.c stream = php_stream_open_wrapper(arg, "rb", REPORT_ERRORS, NULL); NULL 154 iconv/iconv.c NULL, NULL 155 iconv/iconv.c NULL, NULL 160 iconv/iconv.c NULL, NULL 161 iconv/iconv.c NULL, NULL 173 iconv/iconv.c iconv_globals->input_encoding = NULL; NULL 174 iconv/iconv.c iconv_globals->output_encoding = NULL; NULL 175 iconv/iconv.c iconv_globals->internal_encoding = NULL; NULL 334 iconv/iconv.c char *s, *content_type, *mimetype = NULL; NULL 345 iconv/iconv.c if ((s = strchr(SG(sapi_headers).mimetype,';')) == NULL){ NULL 355 iconv/iconv.c if (mimetype != NULL && !(output_context->op & PHP_OUTPUT_HANDLER_CLEAN)) { NULL 366 iconv/iconv.c php_output_handler_hook(PHP_OUTPUT_HANDLER_HOOK_IMMUTABLE, NULL TSRMLS_CC); NULL 391 iconv/iconv.c if (in_p != NULL) { NULL 438 iconv/iconv.c if (iconv(cd, NULL, NULL, (char **) &out_p, &out_left) == (size_t)0) { NULL 479 iconv/iconv.c *out = NULL; NULL 524 iconv/iconv.c result = iconv(cd, NULL, NULL, &out_p, &out_left); NULL 549 iconv/iconv.c *out = NULL; NULL 589 iconv/iconv.c result = iconv(cd, NULL, NULL, (char **) &out_p, &out_left); NULL 794 iconv/iconv.c cd2 = (iconv_t)NULL; NULL 811 iconv/iconv.c if (cd2 == (iconv_t)NULL) { NULL 815 iconv/iconv.c cd2 = (iconv_t)NULL; NULL 852 iconv/iconv.c if (cd2 != (iconv_t)NULL) { NULL 853 iconv/iconv.c _php_iconv_appendl(pretval, NULL, 0, cd2); NULL 858 iconv/iconv.c if (cd1 != (iconv_t)NULL) { NULL 862 iconv/iconv.c if (cd2 != (iconv_t)NULL) { NULL 902 iconv/iconv.c if (ndl_buf != NULL) { NULL 911 iconv/iconv.c if (ndl_buf != NULL) { NULL 1064 iconv/iconv.c char *buf = NULL; NULL 1065 iconv/iconv.c char *encoded = NULL; NULL 1217 iconv/iconv.c if (iconv(cd, NULL, NULL, (char **) &out_p, &out_left) == (size_t)-1) { NULL 1233 iconv/iconv.c if (iconv(cd, NULL, NULL, NULL, NULL) == (size_t)-1) { NULL 1260 iconv/iconv.c encoded = NULL; NULL 1316 iconv/iconv.c if (iconv(cd, NULL, NULL, (char **) &out_p, &out_left) == (size_t)-1) { NULL 1359 iconv/iconv.c if (iconv(cd, NULL, NULL, NULL, NULL) == (size_t)-1) { NULL 1377 iconv/iconv.c if (encoded != NULL) { NULL 1380 iconv/iconv.c if (buf != NULL) { NULL 1397 iconv/iconv.c const char *csname = NULL; NULL 1399 iconv/iconv.c const char *encoded_text = NULL; NULL 1401 iconv/iconv.c const char *encoded_word = NULL; NULL 1402 iconv/iconv.c const char *spaces = NULL; NULL 1406 iconv/iconv.c if (next_pos != NULL) { NULL 1407 iconv/iconv.c *next_pos = NULL; NULL 1452 iconv/iconv.c encoded_word = NULL; NULL 1466 iconv/iconv.c encoded_word = NULL; NULL 1491 iconv/iconv.c if (csname == NULL) { NULL 1504 iconv/iconv.c encoded_word = NULL; NULL 1602 iconv/iconv.c encoded_word = NULL; NULL 1624 iconv/iconv.c encoded_word = NULL; NULL 1665 iconv/iconv.c if (encoded_word == NULL) { NULL 1668 iconv/iconv.c spaces = NULL; NULL 1680 iconv/iconv.c encoded_word = NULL; NULL 1738 iconv/iconv.c decoded_text = NULL; NULL 1742 iconv/iconv.c if (decoded_text == NULL) { NULL 1749 iconv/iconv.c encoded_word = NULL; NULL 1769 iconv/iconv.c encoded_word = NULL; NULL 1827 iconv/iconv.c if (spaces != NULL && encoded_word == NULL) { NULL 1829 iconv/iconv.c spaces = NULL; NULL 1839 iconv/iconv.c if (spaces != NULL) { NULL 1841 iconv/iconv.c spaces = NULL; NULL 1844 iconv/iconv.c encoded_word = NULL; NULL 1899 iconv/iconv.c if (next_pos != NULL) { NULL 1923 iconv/iconv.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Cannot open converter"); NULL 1927 iconv/iconv.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Wrong charset, conversion from `%s' to `%s' is not allowed", NULL 1932 iconv/iconv.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Detected an incomplete multibyte character in input string"); NULL 1936 iconv/iconv.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Detected an illegal character in input string"); NULL 1941 iconv/iconv.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Buffer length exceeded"); NULL 1945 iconv/iconv.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Malformed string"); NULL 1950 iconv/iconv.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Unknown error (%d)", errno); NULL 1975 iconv/iconv.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Charset parameter exceeds the maximum allowed length of %d characters", ICONV_CSNMAXLEN); NULL 2010 iconv/iconv.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Charset parameter exceeds the maximum allowed length of %d characters", ICONV_CSNMAXLEN); NULL 2021 iconv/iconv.c if (err == PHP_ICONV_ERR_SUCCESS && str != NULL && retval.c != NULL) { NULL 2052 iconv/iconv.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Charset parameter exceeds the maximum allowed length of %d characters", ICONV_CSNMAXLEN); NULL 2057 iconv/iconv.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Offset not contained in string."); NULL 2103 iconv/iconv.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Charset parameter exceeds the maximum allowed length of %d characters", ICONV_CSNMAXLEN); NULL 2123 iconv/iconv.c const char *field_name = NULL; NULL 2125 iconv/iconv.c const char *field_value = NULL; NULL 2127 iconv/iconv.c zval *pref = NULL; NULL 2128 iconv/iconv.c zval tmp_zv, *tmp_zv_p = NULL; NULL 2145 iconv/iconv.c if (pref != NULL) { NULL 2164 iconv/iconv.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Charset parameter exceeds the maximum allowed length of %d characters", ICONV_CSNMAXLEN); NULL 2176 iconv/iconv.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Charset parameter exceeds the maximum allowed length of %d characters", ICONV_CSNMAXLEN); NULL 2223 iconv/iconv.c if (retval.c != NULL) { NULL 2233 iconv/iconv.c if (tmp_zv_p != NULL) { NULL 2260 iconv/iconv.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Charset parameter exceeds the maximum allowed length of %d characters", ICONV_CSNMAXLEN); NULL 2264 iconv/iconv.c err = _php_iconv_mime_decode(&retval, encoded_str, encoded_str_len, charset, NULL, mode); NULL 2268 iconv/iconv.c if (retval.c != NULL) { NULL 2299 iconv/iconv.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Charset parameter exceeds the maximum allowed length of %d characters", ICONV_CSNMAXLEN); NULL 2307 iconv/iconv.c char *header_name = NULL; NULL 2309 iconv/iconv.c char *header_value = NULL; NULL 2319 iconv/iconv.c if (decoded_header.c == NULL) { NULL 2343 iconv/iconv.c if (header_name != NULL) { NULL 2354 iconv/iconv.c zend_hash_update(Z_ARRVAL_P(return_value), header_name, header_name_len, (void *)&new_elem, sizeof(new_elem), NULL); NULL 2391 iconv/iconv.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Charset parameter exceeds the maximum allowed length of %d characters", ICONV_CSNMAXLEN); NULL 2398 iconv/iconv.c if (err == PHP_ICONV_ERR_SUCCESS && out_buffer != NULL) { NULL 2401 iconv/iconv.c if (out_buffer != NULL) { NULL 2420 iconv/iconv.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Charset parameter exceeds the maximum allowed length of %d characters", ICONV_CSNMAXLEN); NULL 2497 iconv/iconv.c if (NULL == (self->to_charset = pemalloc(to_charset_len + 1, persistent))) { NULL 2501 iconv/iconv.c if (NULL == (self->from_charset = pemalloc(from_charset_len + 1, persistent))) { NULL 2532 iconv/iconv.c char *out_buf = NULL; NULL 2538 iconv/iconv.c if (ps == NULL) { NULL 2547 iconv/iconv.c if (NULL == (out_buf = pemalloc(out_buf_size, persistent))) { NULL 2562 iconv/iconv.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "iconv stream filter (\"%s\"=>\"%s\"): invalid multibyte sequence", self->from_charset, self->to_charset); NULL 2566 iconv/iconv.c if (ps != NULL) { NULL 2569 iconv/iconv.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "iconv stream filter (\"%s\"=>\"%s\"): insufficient buffer", self->from_charset, self->to_charset); NULL 2591 iconv/iconv.c if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persistent TSRMLS_CC))) { NULL 2598 iconv/iconv.c if (NULL == (out_buf = pemalloc(out_buf_size, persistent))) { NULL 2603 iconv/iconv.c if (NULL == (new_out_buf = perealloc(out_buf, new_out_buf_size, persistent))) { NULL 2604 iconv/iconv.c if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persistent TSRMLS_CC))) { NULL 2619 iconv/iconv.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "iconv stream filter (\"%s\"=>\"%s\"): unknown error", self->from_charset, self->to_charset); NULL 2624 iconv/iconv.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "iconv stream filter (\"%s\"=>\"%s\"): unknown error", self->from_charset, self->to_charset); NULL 2636 iconv/iconv.c if ((ps == NULL ? iconv(self->cd, NULL, NULL, &pd, &ocnt): NULL 2641 iconv/iconv.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "iconv stream filter (\"%s\"=>\"%s\"): invalid multibyte sequence", self->from_charset, self->to_charset); NULL 2645 iconv/iconv.c if (ps != NULL) { NULL 2647 iconv/iconv.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "iconv stream filter (\"%s\"=>\"%s\"): insufficient buffer", self->from_charset, self->to_charset); NULL 2655 iconv/iconv.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "iconv stream filter (\"%s\"=>\"%s\"): unexpected octet values", self->from_charset, self->to_charset); NULL 2668 iconv/iconv.c if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persistent TSRMLS_CC))) { NULL 2675 iconv/iconv.c if (NULL == (out_buf = pemalloc(out_buf_size, persistent))) { NULL 2680 iconv/iconv.c if (NULL == (new_out_buf = perealloc(out_buf, new_out_buf_size, persistent))) { NULL 2681 iconv/iconv.c if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persistent TSRMLS_CC))) { NULL 2696 iconv/iconv.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "iconv stream filter (\"%s\"=>\"%s\"): unknown error", self->from_charset, self->to_charset); NULL 2701 iconv/iconv.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "iconv stream filter (\"%s\"=>\"%s\"): unknown error", self->from_charset, self->to_charset); NULL 2706 iconv/iconv.c if (ps == NULL) { NULL 2714 iconv/iconv.c if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persistent TSRMLS_CC))) { NULL 2738 iconv/iconv.c php_stream_bucket *bucket = NULL; NULL 2742 iconv/iconv.c while (buckets_in->head != NULL) { NULL 2758 iconv/iconv.c buckets_out, NULL, 0, &consumed, NULL 2764 iconv/iconv.c if (bytes_consumed != NULL) { NULL 2771 iconv/iconv.c if (bucket != NULL) { NULL 2795 iconv/iconv.c php_stream_filter *retval = NULL; NULL 2797 iconv/iconv.c char *from_charset = NULL, *to_charset = NULL; NULL 2800 iconv/iconv.c if ((from_charset = strchr(name, '.')) == NULL) { NULL 2801 iconv/iconv.c return NULL; NULL 2804 iconv/iconv.c if ((from_charset = strchr(from_charset, '.')) == NULL) { NULL 2805 iconv/iconv.c return NULL; NULL 2808 iconv/iconv.c if ((to_charset = strpbrk(from_charset, "/.")) == NULL) { NULL 2809 iconv/iconv.c return NULL; NULL 2816 iconv/iconv.c return NULL; NULL 2819 iconv/iconv.c if (NULL == (inst = pemalloc(sizeof(php_iconv_stream_filter), persistent))) { NULL 2820 iconv/iconv.c return NULL; NULL 2825 iconv/iconv.c return NULL; NULL 2828 iconv/iconv.c if (NULL == (retval = php_stream_filter_alloc(&php_iconv_stream_filter_ops, inst, persistent))) { NULL 117 iconv/php_iconv.h #define iconv_module_ptr NULL NULL 568 imap/php_imap.c STANDARD_MODULE_HEADER_EX, NULL, NULL 573 imap/php_imap.c NULL, NULL 580 imap/php_imap.c NULL, NULL 581 imap/php_imap.c NULL, NULL 595 imap/php_imap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Bad message number"); \ NULL 634 imap/php_imap.c return zend_hash_update(symtable, key, strlen(key)+1, (void *) &tmp, sizeof(zval *), NULL); NULL 650 imap/php_imap.c return zend_hash_next_index_insert(symtable, (void *) &tmp, sizeof(zval *), NULL); NULL 1055 imap/php_imap.c le_imap = zend_register_list_destructors_ex(mail_close_it, NULL, "imap", module_number); NULL 1083 imap/php_imap.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "%s (errflg=%ld)", ecur->LTEXT, ecur->errflg); NULL 1095 imap/php_imap.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "%s", acur->LTEXT); NULL 1153 imap/php_imap.c zval *params = NULL; NULL 1197 imap/php_imap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid argument, expect string or array of strings"); NULL 1205 imap/php_imap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid argument, expect string or array of strings"); NULL 1232 imap/php_imap.c php_error_docref(NULL TSRMLS_CC, E_WARNING ,"Retries must be greater or equal to 0"); NULL 1242 imap/php_imap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Couldn't open stream %s", mailbox); NULL 1303 imap/php_imap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Couldn't re-open stream"); NULL 1316 imap/php_imap.c char *folder, *message, *internal_date = NULL, *flags = NULL; NULL 1323 imap/php_imap.c zval *subpats = NULL; /* Parts (not used) */ NULL 1334 imap/php_imap.c if ((pce = pcre_get_compiled_regex_cache(regex, regex_len TSRMLS_CC))== NULL) { NULL 1342 imap/php_imap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "internal date not correctly formatted"); NULL 1343 imap/php_imap.c internal_date = NULL; NULL 1432 imap/php_imap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "c-client imap_getquota failed"); NULL 1460 imap/php_imap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "c-client imap_getquotaroot failed"); NULL 1576 imap/php_imap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "invalid value for the flags parameter"); NULL 1593 imap/php_imap.c pils *imap_le_struct=NULL; NULL 1608 imap/php_imap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "invalid value for the flags parameter"); NULL 1692 imap/php_imap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "invalid value for the options parameter"); NULL 1707 imap/php_imap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Bad message number"); NULL 2041 imap/php_imap.c char *defaulthost = NULL; NULL 2057 imap/php_imap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "From length has to be between 0 and %d", MAILTMPLEN); NULL 2065 imap/php_imap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Subject length has to be between 0 and %d", MAILTMPLEN); NULL 2123 imap/php_imap.c char *headers, *defaulthost = NULL; NULL 2132 imap/php_imap.c rfc822_parse_msg(&en, NULL, headers, headers_len, NULL, defaulthost, NIL); NULL 2134 imap/php_imap.c rfc822_parse_msg(&en, NULL, headers, headers_len, NULL, "UNKNOWN", NIL); NULL 2293 imap/php_imap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "invalid value for the options parameter"); NULL 2318 imap/php_imap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "No body information available"); NULL 2343 imap/php_imap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "invalid value for the options parameter"); NULL 2357 imap/php_imap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "No body information available"); NULL 2383 imap/php_imap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "invalid value for the options parameter"); NULL 2397 imap/php_imap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "No body MIME information available"); NULL 2410 imap/php_imap.c pils *imap_ptr = NULL; NULL 2411 imap/php_imap.c php_stream *writer = NULL; NULL 2436 imap/php_imap.c writer = php_stream_open_wrapper(Z_STRVAL_PP(out), "wb", REPORT_ERRORS, NULL); NULL 2446 imap/php_imap.c mail_fetchbody_full(imap_ptr->imap_stream, msgno, section, NULL, flags); NULL 2447 imap/php_imap.c mail_parameters(NIL, SET_GETS, (void *) NULL); NULL 2448 imap/php_imap.c IMAPG(gets_stream) = NULL; NULL 2472 imap/php_imap.c if (decode == NULL) { NULL 2495 imap/php_imap.c if (decode == NULL) { NULL 2518 imap/php_imap.c if (decode == NULL) { NULL 2541 imap/php_imap.c if (decode == NULL) { NULL 2696 imap/php_imap.c src.data = NULL; NULL 2698 imap/php_imap.c dest.data = NULL; NULL 2770 imap/php_imap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid modified UTF-7 character: `%c'", *inp); NULL 2775 imap/php_imap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unexpected end of string"); NULL 2786 imap/php_imap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Stray modified base64 character: `%c'", *--inp); NULL 2791 imap/php_imap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid modified base64 character: `%c'", *inp); NULL 2812 imap/php_imap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unexpected end of string"); NULL 2869 imap/php_imap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "outp - out [%ld] != outlen [%d]", outp - out, outlen); NULL 2986 imap/php_imap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "outp - out [%ld] != outlen [%d]", outp - out, outlen); NULL 3093 imap/php_imap.c char *criteria = NULL, *charset = NULL; NULL 3110 imap/php_imap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unrecognized sort criteria"); NULL 3115 imap/php_imap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Search options parameter has to be greater than or equal to 0"); NULL 3162 imap/php_imap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "invalid value for the options parameter"); NULL 3200 imap/php_imap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Bad message number"); NULL 3287 imap/php_imap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Bad message number"); NULL 3294 imap/php_imap.c if (body == NULL) { NULL 3402 imap/php_imap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "invalid value for the options parameter"); NULL 3428 imap/php_imap.c env->from->next=NULL; NULL 3435 imap/php_imap.c env->to->next = NULL; NULL 3480 imap/php_imap.c BODY *bod=NULL, *topbod=NULL; NULL 3481 imap/php_imap.c PART *mypart=NULL, *part; NULL 3482 imap/php_imap.c PARAMETER *param, *disp_param = NULL, *custom_headers_param = NULL, *tmp_param = NULL; NULL 3483 imap/php_imap.c char *tmp=NULL, *mystring=NULL, *t=NULL, *tempstring=NULL, *str_copy = NULL; NULL 3543 imap/php_imap.c custom_headers_param = tmp_param = NULL; NULL 3548 imap/php_imap.c custom_headers_param->attribute = NULL; NULL 3559 imap/php_imap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "body parameter must be a non-empty array"); NULL 3585 imap/php_imap.c disp_param = tmp_param = NULL; NULL 3619 imap/php_imap.c disp_param = tmp_param = NULL; NULL 3698 imap/php_imap.c disp_param = tmp_param = NULL; NULL 3732 imap/php_imap.c disp_param = tmp_param = NULL; NULL 3774 imap/php_imap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "cannot generate multipart e-mail without components."); NULL 3833 imap/php_imap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "The boundary should be no longer than 4kb"); NULL 3895 imap/php_imap.c char *tsm_errmsg = NULL; NULL 3897 imap/php_imap.c char *bufferTo = NULL, *bufferCc = NULL, *bufferBcc = NULL, *bufferHeader = NULL; NULL 3925 imap/php_imap.c addr = NULL; NULL 3926 imap/php_imap.c rfc822_parse_adrlist(&addr, tempMailTo, NULL); NULL 3928 imap/php_imap.c if (addr->host == NULL || strcmp(addr->host, ERRHOST) == 0) { NULL 3954 imap/php_imap.c addr = NULL; NULL 3955 imap/php_imap.c rfc822_parse_adrlist(&addr, tempMailTo, NULL); NULL 3957 imap/php_imap.c if (addr->host == NULL || strcmp(addr->host, ERRHOST) == 0) { NULL 3980 imap/php_imap.c addr = NULL; NULL 3981 imap/php_imap.c rfc822_parse_adrlist(&addr, tempMailTo, NULL); NULL 3983 imap/php_imap.c if (addr->host == NULL || strcmp(addr->host, ERRHOST) == 0) { NULL 4006 imap/php_imap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", tsm_errmsg); NULL 4009 imap/php_imap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", GetSMErrorText(tsm_err)); NULL 4026 imap/php_imap.c if (headers != NULL) { NULL 4037 imap/php_imap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not execute mail delivery program"); NULL 4049 imap/php_imap.c char *to=NULL, *message=NULL, *headers=NULL, *subject=NULL, *cc=NULL, *bcc=NULL, *rpath=NULL; NULL 4059 imap/php_imap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "No to field in mail command"); NULL 4065 imap/php_imap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "No subject field in mail command"); NULL 4072 imap/php_imap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "No message string in mail command"); NULL 4073 imap/php_imap.c message = NULL; NULL 4089 imap/php_imap.c char *criteria, *charset = NULL; NULL 4244 imap/php_imap.c zend_hash_next_index_insert(Z_ARRVAL_P(return_value), (void *)&myobject, sizeof(zval *), NULL); NULL 4262 imap/php_imap.c if (decode == NULL) { NULL 4271 imap/php_imap.c zend_hash_next_index_insert(Z_ARRVAL_P(return_value), (void *)&myobject, sizeof(zval *), NULL); NULL 4301 imap/php_imap.c zend_hash_next_index_insert(Z_ARRVAL_P(return_value), (void *)&myobject, sizeof(zval *), NULL); NULL 4337 imap/php_imap.c rfc822_output_address_list(&buf, addresslist, 0, NULL); NULL 4411 imap/php_imap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Address buffer overflow"); NULL 4412 imap/php_imap.c return NULL; NULL 4451 imap/php_imap.c char *fulladdress=NULL; NULL 4732 imap/php_imap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Function returned an empty tree"); NULL 4826 imap/php_imap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed to read from socket"); NULL 4829 imap/php_imap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed to write to stream"); NULL 4833 imap/php_imap.c return NULL; NULL 4840 imap/php_imap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed to read from socket"); NULL 4842 imap/php_imap.c buf = NULL; NULL 227 imap/php_imap.h #define imap_module_ptr NULL NULL 41 interbase/ibase_blobs.c if (ib_blob->bl_handle != NULL) { /* blob open*/ NULL 53 interbase/ibase_blobs.c le_blob = zend_register_list_destructors_ex(_php_ibase_free_blob, NULL, NULL 209 interbase/ibase_blobs.c zval *link = NULL; NULL 211 interbase/ibase_blobs.c ibase_trans *trans = NULL; NULL 223 interbase/ibase_blobs.c ib_blob->bl_handle = NULL; NULL 242 interbase/ibase_blobs.c zval *link = NULL; NULL 244 interbase/ibase_blobs.c ibase_trans *trans = NULL; NULL 267 interbase/ibase_blobs.c ib_blob->bl_handle = NULL; NULL 367 interbase/ibase_blobs.c ib_blob->bl_handle = NULL; NULL 375 interbase/ibase_blobs.c ib_blob->bl_handle = NULL; NULL 404 interbase/ibase_blobs.c zval *link = NULL; NULL 406 interbase/ibase_blobs.c ibase_trans *trans = NULL; NULL 407 interbase/ibase_blobs.c ibase_blob ib_blob = { NULL, BLOB_INPUT }; NULL 480 interbase/ibase_blobs.c zval *link = NULL; NULL 482 interbase/ibase_blobs.c ibase_trans *trans = NULL; NULL 483 interbase/ibase_blobs.c ibase_blob ib_blob_id = { NULL, BLOB_OUTPUT }; NULL 541 interbase/ibase_blobs.c zval *link = NULL, *file; NULL 544 interbase/ibase_blobs.c ibase_blob ib_blob = { NULL, 0 }; NULL 546 interbase/ibase_blobs.c ibase_trans *trans = NULL; NULL 47 interbase/ibase_events.c if (event->link != NULL) { NULL 50 interbase/ibase_events.c if (event->link->handle != NULL && NULL 63 interbase/ibase_events.c event->callback = NULL; NULL 87 interbase/ibase_events.c le_event = zend_register_list_destructors_ex(_php_ibase_free_event_rsrc, NULL, NULL 158 interbase/ibase_events.c if (!ZEND_FETCH_RESOURCE2_NO_RETURN(ib_link, ibase_db_link *, NULL, IBG(default_link), "InterBase link", le_link, le_plink)) { NULL 238 interbase/ibase_events.c if (SUCCESS != call_user_function(EG(function_table), NULL, NULL 320 interbase/ibase_events.c if (!ZEND_FETCH_RESOURCE2_NO_RETURN(ib_link, ibase_db_link *, NULL, IBG(default_link), "InterBase link", le_link, le_plink)) { NULL 146 interbase/ibase_query.c if (ib_result->query != NULL) { NULL 148 interbase/ibase_query.c ib_result->query->result = NULL; /* Indicate to query, that result is released */ NULL 167 interbase/ibase_query.c if (ib_query->result != NULL) { NULL 169 interbase/ibase_query.c ib_query->result->query = NULL; /* Indicate to result, that query is released */ NULL 189 interbase/ibase_query.c if (ib_query != NULL) { NULL 199 interbase/ibase_query.c le_result = zend_register_list_destructors_ex(_php_ibase_free_result, NULL, NULL 201 interbase/ibase_query.c le_query = zend_register_list_destructors_ex(php_ibase_free_query_rsrc, NULL, NULL 325 interbase/ibase_query.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Querystring empty."); NULL 332 interbase/ibase_query.c ib_query->result = NULL; NULL 333 interbase/ibase_query.c ib_query->stmt = NULL; NULL 334 interbase/ibase_query.c ib_query->in_array = NULL; NULL 335 interbase/ibase_query.c ib_query->out_array = NULL; NULL 339 interbase/ibase_query.c ib_query->out_sqlda = NULL; NULL 340 interbase/ibase_query.c ib_query->in_sqlda = NULL; NULL 401 interbase/ibase_query.c ib_query->in_sqlda = NULL; NULL 409 interbase/ibase_query.c ib_query->out_sqlda = NULL; NULL 742 interbase/ibase_query.c ibase_blob ib_blob = { NULL, BLOB_INPUT }; NULL 858 interbase/ibase_query.c var->sqlind = NULL; NULL 867 interbase/ibase_query.c XSQLDA *in_sqlda = NULL, *out_sqlda = NULL; NULL 868 interbase/ibase_query.c BIND_BUF *bind_buf = NULL; NULL 889 interbase/ibase_query.c tr = NULL; NULL 892 interbase/ibase_query.c ib_query->query, ib_query->dialect, NULL)) { NULL 903 interbase/ibase_query.c if (ib_query->link->tr_list == NULL) { NULL 905 interbase/ibase_query.c ib_query->link->tr_list->trans = NULL; NULL 906 interbase/ibase_query.c ib_query->link->tr_list->next = NULL; NULL 910 interbase/ibase_query.c for (l = &ib_query->link->tr_list; *l != NULL; l = &(*l)->next); NULL 913 interbase/ibase_query.c (*l)->next = NULL; NULL 923 interbase/ibase_query.c &ib_query->trans->handle, 0, ib_query->query, ib_query->dialect, NULL)) { NULL 928 interbase/ibase_query.c if (ib_query->trans->handle == NULL && ib_query->trans_res_id != 0) { NULL 1048 interbase/ibase_query.c *ib_resultp = NULL; NULL 1063 interbase/ibase_query.c zval *zlink, *ztrans, ***bind_args = NULL; NULL 1067 interbase/ibase_query.c ibase_db_link *ib_link = NULL; NULL 1068 interbase/ibase_query.c ibase_trans *trans = NULL; NULL 1069 interbase/ibase_query.c ibase_query ib_query = { NULL, NULL, 0, 0 }; NULL 1070 interbase/ibase_query.c ibase_result *result = NULL; NULL 1095 interbase/ibase_query.c if (trans != NULL) { NULL 1105 interbase/ibase_query.c isc_db_handle db = NULL; NULL 1106 interbase/ibase_query.c isc_tr_handle trans = NULL; NULL 1117 interbase/ibase_query.c query, SQL_DIALECT_CURRENT, NULL)) { NULL 1131 interbase/ibase_query.c ib_link->tr_list = NULL; NULL 1132 interbase/ibase_query.c ib_link->event_head = NULL; NULL 1145 interbase/ibase_query.c ZEND_FETCH_RESOURCE2(ib_link, ibase_db_link *, NULL, IBG(default_link), LE_LINK, NULL 1155 interbase/ibase_query.c if (ib_link == NULL || FAILURE == _php_ibase_def_trans(ib_link, &trans TSRMLS_CC) NULL 1166 interbase/ibase_query.c php_error_docref(NULL TSRMLS_CC, (bind_n < expected_n) ? E_WARNING : E_NOTICE, NULL 1182 interbase/ibase_query.c if (result != NULL) { /* statement returns a result */ NULL 1187 interbase/ibase_query.c ib_query.stmt = NULL; /* keep stmt when free query */ NULL 1205 interbase/ibase_query.c ibase_trans *trans = NULL; NULL 1207 interbase/ibase_query.c zval *arg = NULL; NULL 1216 interbase/ibase_query.c ZEND_FETCH_RESOURCE2(ib_link, ibase_db_link *, NULL, IBG(default_link), LE_LINK, le_link, le_plink); NULL 1217 interbase/ibase_query.c if (ib_link->tr_list == NULL || ib_link->tr_list->trans == NULL) { NULL 1224 interbase/ibase_query.c if (trans == NULL) { NULL 1227 interbase/ibase_query.c if (ib_link->tr_list == NULL || ib_link->tr_list->trans == NULL) { NULL 1490 interbase/ibase_query.c if (ib_result->out_sqlda == NULL || !ib_result->has_more_rows) { NULL 1555 interbase/ibase_query.c blob_handle.bl_handle = NULL; NULL 1737 interbase/ibase_query.c ibase_trans *trans = NULL; NULL 1748 interbase/ibase_query.c ZEND_FETCH_RESOURCE2(ib_link, ibase_db_link *, NULL, IBG(default_link), LE_LINK, le_link, le_plink); NULL 1755 interbase/ibase_query.c if (trans != NULL) { NULL 1785 interbase/ibase_query.c zval *query, ***args = NULL; NULL 1787 interbase/ibase_query.c ibase_result *result = NULL; NULL 1805 interbase/ibase_query.c php_error_docref(NULL TSRMLS_CC, (bind_n < expected_n) ? E_WARNING : E_NOTICE, NULL 1839 interbase/ibase_query.c if (ib_query->trans->handle == NULL) { NULL 1843 interbase/ibase_query.c if (result != NULL) { NULL 1846 interbase/ibase_query.c result->stmt = NULL; NULL 1906 interbase/ibase_query.c if (sqlda == NULL) { NULL 2030 interbase/ibase_query.c if (sqlda == NULL) { NULL 2057 interbase/ibase_query.c if (ib_query->in_sqlda == NULL) { NULL 2081 interbase/ibase_query.c if (ib_query->in_sqlda == NULL) { NULL 68 interbase/ibase_service.c le_service = zend_register_list_destructors_ex(_php_ibase_free_service, NULL, NULL 141 interbase/ibase_service.c char buf[128], *args[] = { NULL, NULL, NULL, NULL, NULL }; NULL 162 interbase/ibase_service.c if (args[i] != NULL) { NULL 176 interbase/ibase_service.c if (isc_service_start(IB_STATUS, &svm->handle, NULL, spb_len, buf)) { NULL 216 interbase/ibase_service.c isc_svc_handle handle = NULL; NULL 278 interbase/ibase_service.c char res_buf[400], *result, *heap_buf = NULL, *heap_p; NULL 285 interbase/ibase_service.c if (isc_service_start(IB_STATUS, &svm->handle, NULL, sizeof(action), action)) { NULL 294 interbase/ibase_service.c if (isc_service_query(IB_STATUS, &svm->handle, NULL, sizeof(spb), spb, NULL 459 interbase/ibase_service.c if (isc_service_start(IB_STATUS, &svm->handle, NULL, (unsigned short)spb_len, buf)) { NULL 566 interbase/ibase_service.c if (isc_service_start(IB_STATUS, &svm->handle, NULL, (unsigned short)spb_len, buf)) { NULL 46 interbase/interbase.c #define CHECK_LINK(link) { if (link==-1) { php_error_docref(NULL TSRMLS_CC, E_WARNING, "A link to the server could not be established"); RETURN_FALSE; } } NULL 453 interbase/interbase.c NULL, NULL 459 interbase/interbase.c NULL, NULL 460 interbase/interbase.c NULL, NULL 519 interbase/interbase.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", IBG(errmsg)); NULL 540 interbase/interbase.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", IBG(errmsg)); NULL 577 interbase/interbase.c *trans = NULL; NULL 591 interbase/interbase.c for (l = link->tr_list; l != NULL; ++i) { NULL 593 interbase/interbase.c if (p->trans != NULL) { NULL 595 interbase/interbase.c if (p->trans->handle != NULL) { NULL 603 interbase/interbase.c if (p->trans->handle != NULL) { NULL 613 interbase/interbase.c p->trans->db_link[j] = NULL; NULL 622 interbase/interbase.c link->tr_list = NULL; NULL 626 interbase/interbase.c e->link = NULL; NULL 645 interbase/interbase.c if (link->handle != NULL) { NULL 660 interbase/interbase.c if (link->handle != NULL) { NULL 675 interbase/interbase.c if (trans->handle != NULL) { NULL 684 interbase/interbase.c if (trans->db_link[i] != NULL) { NULL 686 interbase/interbase.c for (l = &trans->db_link[i]->tr_list; *l != NULL; l = &(*l)->next) { NULL 717 interbase/interbase.c PHP_INI_ENTRY_EX("ibase.allow_persistent", "1", PHP_INI_SYSTEM, NULL, zend_ini_boolean_displayer_cb) NULL 718 interbase/interbase.c PHP_INI_ENTRY_EX("ibase.max_persistent", "-1", PHP_INI_SYSTEM, NULL, display_link_numbers) NULL 719 interbase/interbase.c PHP_INI_ENTRY_EX("ibase.max_links", "-1", PHP_INI_SYSTEM, NULL, display_link_numbers) NULL 720 interbase/interbase.c PHP_INI_ENTRY("ibase.default_db", NULL, PHP_INI_SYSTEM, NULL) NULL 721 interbase/interbase.c PHP_INI_ENTRY("ibase.default_user", NULL, PHP_INI_ALL, NULL) NULL 722 interbase/interbase.c PHP_INI_ENTRY_EX("ibase.default_password", NULL, PHP_INI_ALL, NULL, php_ibase_password_displayer_cb) NULL 723 interbase/interbase.c PHP_INI_ENTRY("ibase.default_charset", NULL, PHP_INI_ALL, NULL) NULL 724 interbase/interbase.c PHP_INI_ENTRY("ibase.timestampformat", IB_DEF_DATE_FMT " " IB_DEF_TIME_FMT, PHP_INI_ALL, NULL) NULL 725 interbase/interbase.c PHP_INI_ENTRY("ibase.dateformat", IB_DEF_DATE_FMT, PHP_INI_ALL, NULL) NULL 726 interbase/interbase.c PHP_INI_ENTRY("ibase.timeformat", IB_DEF_TIME_FMT, PHP_INI_ALL, NULL) NULL 740 interbase/interbase.c le_link = zend_register_list_destructors_ex(_php_ibase_close_link, NULL, LE_LINK, module_number); NULL 742 interbase/interbase.c le_trans = zend_register_list_destructors_ex(_php_ibase_free_trans, NULL, LE_TRANS, module_number); NULL 788 interbase/interbase.c ibase_entry->handle = NULL; NULL 830 interbase/interbase.c info_func_t info_func = NULL; NULL 897 interbase/interbase.c char *c, hash[16], *args[] = { NULL, NULL, NULL, NULL, NULL }; NULL 902 interbase/interbase.c isc_db_handle db_handle = NULL; NULL 1011 interbase/interbase.c (void *) &new_le, sizeof(zend_rsrc_list_entry), NULL)) { NULL 1020 interbase/interbase.c ib_link->tr_list = NULL; NULL 1021 interbase/interbase.c ib_link->event_head = NULL; NULL 1030 interbase/interbase.c (void *) &new_index_ptr, sizeof(zend_rsrc_list_entry), NULL)) { NULL 1057 interbase/interbase.c zval *link_arg = NULL; NULL 1085 interbase/interbase.c zval *link_arg = NULL; NULL 1112 interbase/interbase.c for (l = ib_link->tr_list; l != NULL; l = l->next) { NULL 1113 interbase/interbase.c if (l->trans != NULL) l->trans->handle = NULL; NULL 1131 interbase/interbase.c ibase_db_link **ib_link = NULL; NULL 1133 interbase/interbase.c isc_tr_handle tr_handle = NULL; NULL 1147 interbase/interbase.c zval ***args = NULL; NULL 1234 interbase/interbase.c if (!ZEND_FETCH_RESOURCE2_NO_RETURN(ib_link[0], ibase_db_link *, NULL, IBG(default_link), LE_LINK, le_link, le_plink)) { NULL 1258 interbase/interbase.c if (ib_link[i]->tr_list == NULL) { NULL 1260 interbase/interbase.c ib_link[i]->tr_list->trans = NULL; NULL 1261 interbase/interbase.c ib_link[i]->tr_list->next = NULL; NULL 1265 interbase/interbase.c for (l = &ib_link[i]->tr_list; *l != NULL; l = &(*l)->next); NULL 1268 interbase/interbase.c (*l)->next = NULL; NULL 1277 interbase/interbase.c if (ib_link == NULL) { NULL 1278 interbase/interbase.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid database link"); NULL 1283 interbase/interbase.c if (ib_link->tr_list == NULL) { NULL 1285 interbase/interbase.c ib_link->tr_list->trans = NULL; NULL 1286 interbase/interbase.c ib_link->tr_list->next = NULL; NULL 1289 interbase/interbase.c if (*trans == NULL) { NULL 1292 interbase/interbase.c if (tr == NULL) { NULL 1294 interbase/interbase.c tr->handle = NULL; NULL 1300 interbase/interbase.c if (tr->handle == NULL) { NULL 1301 interbase/interbase.c if (isc_start_transaction(IB_STATUS, &tr->handle, 1, &ib_link->handle, 0, NULL)) { NULL 1314 interbase/interbase.c ibase_trans *trans = NULL; NULL 1318 interbase/interbase.c zval *arg = NULL; NULL 1328 interbase/interbase.c ZEND_FETCH_RESOURCE2(ib_link, ibase_db_link *, NULL, IBG(default_link), LE_LINK, le_link, le_plink); NULL 1329 interbase/interbase.c if (ib_link->tr_list == NULL || ib_link->tr_list->trans == NULL) { NULL 1343 interbase/interbase.c if (ib_link->tr_list == NULL || ib_link->tr_list->trans == NULL) { NULL 1416 interbase/interbase.c zval *link = NULL; NULL 1421 interbase/interbase.c ibase_trans *trans = NULL; NULL 1433 interbase/interbase.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid generator name"); NULL 1453 interbase/interbase.c SQL_DIALECT_CURRENT, NULL, &out_sqlda)) { NULL 161 interbase/php_ibase_includes.h ZEND_FETCH_RESOURCE2(lh, ibase_db_link *, NULL, IBG(default_link), \ NULL 132 interbase/php_ibase_udf.c php_embed_init(0, NULL PTSRMLS_CC); NULL 160 interbase/php_ibase_udf.c php_request_shutdown(NULL); NULL 168 interbase/php_ibase_udf.c result = zend_eval_stringl(code, b->blob_total_length, NULL, "Firebird Embedded PHP engine" TSRMLS_CC); NULL 198 interbase/php_ibase_udf.c if (!zend_is_callable(&callback, 0, NULL TSRMLS_CC)) { NULL 291 interbase/php_ibase_udf.c if (FAILURE == call_user_function(EG(function_table), NULL, NULL 350 interbase/php_ibase_udf.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error calling function '%s' from database", name); NULL 98 interbase/php_interbase.h #define phpext_interbase_ptr NULL NULL 44 intl/collator/collator_attr.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 75 intl/collator/collator_attr.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 105 intl/collator/collator_attr.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 134 intl/collator/collator_attr.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 31 intl/collator/collator_class.c zend_class_entry *Collator_ce_ptr = NULL; NULL 76 intl/collator/collator_class.c NULL TSRMLS_CC ); NULL 151 intl/collator/collator_class.c Collator_handlers.clone_obj = NULL; NULL 188 intl/collator/collator_class.c co->ucoll = NULL; NULL 54 intl/collator/collator_class.h zval* object = NULL; \ NULL 55 intl/collator/collator_class.h Collator_object* co = NULL; \ NULL 56 intl/collator/collator_class.h intl_error_reset( NULL TSRMLS_CC ); \ NULL 62 intl/collator/collator_class.h intl_error_set_code( NULL, COLLATOR_ERROR_CODE( co ) TSRMLS_CC ); \ NULL 34 intl/collator/collator_compare.c char* str1 = NULL; NULL 35 intl/collator/collator_compare.c char* str2 = NULL; NULL 39 intl/collator/collator_compare.c UChar* ustr1 = NULL; NULL 40 intl/collator/collator_compare.c UChar* ustr2 = NULL; NULL 52 intl/collator/collator_compare.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 62 intl/collator/collator_compare.c intl_error_set_code( NULL, COLLATOR_ERROR_CODE( co ) TSRMLS_CC ); NULL 65 intl/collator/collator_compare.c php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "Object not initialized"); NULL 80 intl/collator/collator_compare.c intl_error_set_code( NULL, COLLATOR_ERROR_CODE( co ) TSRMLS_CC ); NULL 96 intl/collator/collator_compare.c intl_error_set_code( NULL, COLLATOR_ERROR_CODE( co ) TSRMLS_CC ); NULL 49 intl/collator/collator_convert.c UChar* new_val = NULL; NULL 51 intl/collator/collator_convert.c zval** hashData = NULL; NULL 52 intl/collator/collator_convert.c zval* znew_val = NULL; NULL 76 intl/collator/collator_convert.c (void*) &znew_val, sizeof(zval*), NULL ); NULL 81 intl/collator/collator_convert.c (void*) &znew_val, sizeof(zval*), NULL ); NULL 93 intl/collator/collator_convert.c char* new_val = NULL; NULL 95 intl/collator/collator_convert.c zval** hashData = NULL; NULL 96 intl/collator/collator_convert.c zval* znew_val = NULL; NULL 121 intl/collator/collator_convert.c (void*) &znew_val, sizeof(zval*), NULL ); NULL 126 intl/collator/collator_convert.c (void*) &znew_val, sizeof(zval*), NULL ); NULL 137 intl/collator/collator_convert.c char* hashKey = NULL; NULL 162 intl/collator/collator_convert.c char* hashKey = NULL; NULL 192 intl/collator/collator_convert.c zval* utf8_zval = NULL; NULL 193 intl/collator/collator_convert.c char* str = NULL; NULL 220 intl/collator/collator_convert.c zval* zstr = NULL; NULL 221 intl/collator/collator_convert.c UChar* ustr = NULL; NULL 246 intl/collator/collator_convert.c zval* zstr = NULL; NULL 248 intl/collator/collator_convert.c UChar* ustr = NULL; NULL 293 intl/collator/collator_convert.c if( zstr == NULL ) NULL 375 intl/collator/collator_convert.c zval* num = NULL; NULL 417 intl/collator/collator_convert.c zval* str = NULL; NULL 453 intl/collator/collator_convert.c zval* n_arg = NULL; NULL 35 intl/collator/collator_create.c intl_error_reset( NULL TSRMLS_CC ); NULL 41 intl/collator/collator_create.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 39 intl/collator/collator_error.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 47 intl/collator/collator_error.c if( co == NULL ) NULL 62 intl/collator/collator_error.c const char* message = NULL; NULL 70 intl/collator/collator_error.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 78 intl/collator/collator_error.c if( co == NULL ) NULL 100 intl/collator/collator_is_numeric.c value = zend_strtod(numbuf, NULL); NULL 106 intl/collator/collator_is_numeric.c if (endptr != NULL) { NULL 113 intl/collator/collator_is_numeric.c if (endptr != NULL) { NULL 139 intl/collator/collator_is_numeric.c if (s == NULL) { NULL 141 intl/collator/collator_is_numeric.c if (endptr != NULL) { NULL 142 intl/collator/collator_is_numeric.c *endptr = NULL; NULL 215 intl/collator/collator_is_numeric.c if (endptr != NULL) NULL 253 intl/collator/collator_is_numeric.c end_ptr_long = NULL; NULL 263 intl/collator/collator_is_numeric.c end_ptr_double = NULL; NULL 37 intl/collator/collator_locale.c char* locale_name = NULL; NULL 45 intl/collator/collator_locale.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 55 intl/collator/collator_locale.c intl_error_set_code( NULL, COLLATOR_ERROR_CODE( co ) TSRMLS_CC ); NULL 58 intl/collator/collator_locale.c php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "Object not initialized"); NULL 55 intl/collator/collator_sort.c Collator_object* co = NULL; NULL 62 intl/collator/collator_sort.c zval* num1 = NULL; NULL 63 intl/collator/collator_sort.c zval* num2 = NULL; NULL 64 intl/collator/collator_sort.c zval* norm1 = NULL; NULL 65 intl/collator/collator_sort.c zval* norm2 = NULL; NULL 77 intl/collator/collator_sort.c intl_error_set_code( NULL, COLLATOR_ERROR_CODE( co ) TSRMLS_CC ); NULL 80 intl/collator/collator_sort.c php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "Object not initialized"); NULL 150 intl/collator/collator_sort.c zval* num1 = NULL; NULL 151 intl/collator/collator_sort.c zval* num2 = NULL; NULL 182 intl/collator/collator_sort.c Collator_object* co = NULL; NULL 183 intl/collator/collator_sort.c zval* str1 = NULL; NULL 184 intl/collator/collator_sort.c zval* str2 = NULL; NULL 291 intl/collator/collator_sort.c zval* array = NULL; NULL 292 intl/collator/collator_sort.c HashTable* hash = NULL; NULL 293 intl/collator/collator_sort.c zval* saved_collator = NULL; NULL 302 intl/collator/collator_sort.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 358 intl/collator/collator_sort.c zval* array = NULL; NULL 359 intl/collator/collator_sort.c HashTable* hash = NULL; NULL 360 intl/collator/collator_sort.c zval** hashData = NULL; /* currently processed item of input hash */ NULL 362 intl/collator/collator_sort.c char* sortKeyBuf = NULL; /* buffer to store sort keys */ NULL 369 intl/collator/collator_sort.c collator_sort_key_index_t* sortKeyIndxBuf = NULL; /* buffer to store 'indexes' which will be passed to 'qsort' */ NULL 376 intl/collator/collator_sort.c UChar* utf16_buf = NULL; /* tmp buffer to hold current processing string in utf-16 */ NULL 380 intl/collator/collator_sort.c HashTable* sortedHash = NULL; NULL 388 intl/collator/collator_sort.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 398 intl/collator/collator_sort.c intl_error_set_code( NULL, COLLATOR_ERROR_CODE( co ) TSRMLS_CC ); NULL 401 intl/collator/collator_sort.c php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "Object not initialized"); NULL 434 intl/collator/collator_sort.c intl_error_set_code( NULL, COLLATOR_ERROR_CODE( co ) TSRMLS_CC ); NULL 507 intl/collator/collator_sort.c zend_hash_init( sortedHash, 0, NULL, ZVAL_PTR_DTOR, 0 ); NULL 512 intl/collator/collator_sort.c zend_hash_next_index_insert( sortedHash, sortKeyIndxBuf[j].zstr, sizeof(zval **), NULL ); NULL 547 intl/collator/collator_sort.c char* str = NULL; NULL 549 intl/collator/collator_sort.c UChar* ustr = NULL; NULL 551 intl/collator/collator_sort.c uint8_t* key = NULL; NULL 560 intl/collator/collator_sort.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 570 intl/collator/collator_sort.c intl_error_set_code( NULL, COLLATOR_ERROR_CODE( co ) TSRMLS_CC ); NULL 573 intl/collator/collator_sort.c php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "Object not initialized"); NULL 588 intl/collator/collator_sort.c intl_error_set_code( NULL, COLLATOR_ERROR_CODE( co ) TSRMLS_CC ); NULL 31 intl/common/common_error.c RETURN_LONG( intl_error_get_code( NULL TSRMLS_CC ) ); NULL 40 intl/common/common_error.c char* message = intl_error_get_message( NULL TSRMLS_CC ); NULL 58 intl/common/common_error.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 79 intl/common/common_error.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 35 intl/dateformat/dateformat.c if( IntlDateFormatter_ce_ptr == NULL) { NULL 79 intl/dateformat/dateformat.c char* timezone_str = NULL; NULL 81 intl/dateformat/dateformat.c char* pattern_str = NULL; NULL 83 intl/dateformat/dateformat.c UChar* svalue = NULL; /* UTF-16 pattern_str */ NULL 85 intl/dateformat/dateformat.c UChar* timezone_utf16 = NULL; /* UTF-16 timezone_str */ NULL 87 intl/dateformat/dateformat.c UCalendar ucal_obj = NULL; NULL 90 intl/dateformat/dateformat.c intl_error_reset( NULL TSRMLS_CC ); NULL 96 intl/dateformat/dateformat.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, "datefmt_create: unable to parse input parameters", 0 TSRMLS_CC ); NULL 104 intl/dateformat/dateformat.c intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR, "datefmt_create: " NULL 113 intl/dateformat/dateformat.c if (DATE_FORMAT_OBJECT(dfo) != NULL) { NULL 125 intl/dateformat/dateformat.c intl_error_set(NULL, INTL_DATA_ERROR_CODE(dfo), "datefmt_create: " NULL 138 intl/dateformat/dateformat.c intl_error_set(NULL, INTL_DATA_ERROR_CODE(dfo), "datefmt_create: " NULL 162 intl/dateformat/dateformat.c intl_error_set(NULL, INTL_DATA_ERROR_CODE(dfo), "datefmt_create" NULL 168 intl/dateformat/dateformat.c intl_error_set(NULL, INTL_DATA_ERROR_CODE(dfo), "datefmt_create: date " NULL 188 intl/dateformat/dateformat.c if (U_FAILURE(intl_error_get_code(NULL TSRMLS_CC))) { NULL 234 intl/dateformat/dateformat.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 253 intl/dateformat/dateformat.c char* message = NULL; NULL 260 intl/dateformat/dateformat.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 32 intl/dateformat/dateformat_attr.c UChar* timezone_utf16 = NULL; /* timezone_id in UTF-16 */ NULL 33 intl/dateformat/dateformat_attr.c char* locale = NULL; NULL 35 intl/dateformat/dateformat_attr.c UCalendar* ucal_obj = NULL; NULL 38 intl/dateformat/dateformat_attr.c intl_error_reset( NULL TSRMLS_CC ); NULL 40 intl/dateformat/dateformat_attr.c intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 74 intl/dateformat/dateformat_attr.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 100 intl/dateformat/dateformat_attr.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 127 intl/dateformat/dateformat_attr.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 153 intl/dateformat/dateformat_attr.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 177 intl/dateformat/dateformat_attr.c char* timezone_id = NULL; NULL 185 intl/dateformat/dateformat_attr.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 222 intl/dateformat/dateformat_attr.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 254 intl/dateformat/dateformat_attr.c char* value = NULL; NULL 257 intl/dateformat/dateformat_attr.c UChar* svalue = NULL; NULL 267 intl/dateformat/dateformat_attr.c intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 305 intl/dateformat/dateformat_attr.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 334 intl/dateformat/dateformat_attr.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 362 intl/dateformat/dateformat_attr.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 388 intl/dateformat/dateformat_attr.c intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 394 intl/dateformat/dateformat_attr.c intl_error_reset( NULL TSRMLS_CC ); NULL 396 intl/dateformat/dateformat_attr.c intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 28 intl/dateformat/dateformat_class.c zend_class_entry *IntlDateFormatter_ce_ptr = NULL; NULL 72 intl/dateformat/dateformat_class.c intern->timezone_id = NULL; NULL 78 intl/dateformat/dateformat_class.c NULL TSRMLS_CC ); NULL 100 intl/dateformat/dateformat_class.c if (dfo->datef_data.udatf != NULL) { NULL 106 intl/dateformat/dateformat_class.c zend_throw_exception(NULL, "Failed to clone IntlDateFormatter object", 0 TSRMLS_CC); NULL 109 intl/dateformat/dateformat_class.c zend_throw_exception(NULL, "Cannot clone unconstructed IntlDateFormatter", 0 TSRMLS_CC); NULL 44 intl/dateformat/dateformat_class.h if (dfo->datef_data.udatf == NULL) \ NULL 30 intl/dateformat/dateformat_data.c datef_data->udatf = NULL; NULL 46 intl/dateformat/dateformat_data.c datef_data->udatf = NULL; NULL 37 intl/dateformat/dateformat_format.c UChar* formatted = NULL; NULL 40 intl/dateformat/dateformat_format.c resultlengthneeded=udat_format( DATE_FORMAT_OBJECT(dfo), timestamp, NULL, resultlengthneeded, NULL, &INTL_DATA_ERROR_CODE(dfo)); NULL 45 intl/dateformat/dateformat_format.c udat_format( DATE_FORMAT_OBJECT(dfo), timestamp, formatted, resultlengthneeded, NULL, &INTL_DATA_ERROR_CODE(dfo)); NULL 64 intl/dateformat/dateformat_format.c zval** ele_value = NULL; NULL 69 intl/dateformat/dateformat_format.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 129 intl/dateformat/dateformat_format.c HashTable* hash_arr = NULL; NULL 130 intl/dateformat/dateformat_format.c zval* zarg = NULL; NULL 137 intl/dateformat/dateformat_format.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, "datefmt_format: unable to parse input params", 0 TSRMLS_CC ); NULL 173 intl/dateformat/dateformat_format.c if(call_user_function(NULL, &zarg, zfuncname, &retval, 0, NULL TSRMLS_CC) != SUCCESS || Z_TYPE(retval) != IS_LONG) { NULL 41 intl/dateformat/dateformat_parse.c UChar* text_utf16 = NULL; NULL 86 intl/dateformat/dateformat_parse.c UCalendar* parsed_calendar = NULL; NULL 87 intl/dateformat/dateformat_parse.c UChar* text_utf16 = NULL; NULL 130 intl/dateformat/dateformat_parse.c char* text_to_parse = NULL; NULL 132 intl/dateformat/dateformat_parse.c zval* z_parse_pos = NULL; NULL 140 intl/dateformat/dateformat_parse.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, "datefmt_parse: unable to parse input params", 0 TSRMLS_CC ); NULL 154 intl/dateformat/dateformat_parse.c internal_parse_to_timestamp( dfo, text_to_parse, text_len, z_parse_pos?&parse_pos:NULL, return_value TSRMLS_CC); NULL 168 intl/dateformat/dateformat_parse.c char* text_to_parse = NULL; NULL 170 intl/dateformat/dateformat_parse.c zval* z_parse_pos = NULL; NULL 178 intl/dateformat/dateformat_parse.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, "datefmt_parse_to_localtime: unable to parse input params", 0 TSRMLS_CC ); NULL 192 intl/dateformat/dateformat_parse.c internal_parse_to_localtime( dfo, text_to_parse, text_len, z_parse_pos?&parse_pos:NULL, return_value TSRMLS_CC); NULL 39 intl/formatter/formatter.c if( NumberFormatter_ce_ptr == NULL) { NULL 42 intl/formatter/formatter_attr.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 115 intl/formatter/formatter_attr.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 156 intl/formatter/formatter_attr.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 211 intl/formatter/formatter_attr.c UChar *svalue = NULL; NULL 221 intl/formatter/formatter_attr.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 262 intl/formatter/formatter_attr.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 269 intl/formatter/formatter_attr.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, "numfmt_get_symbol: invalid symbol value", 0 TSRMLS_CC ); NULL 301 intl/formatter/formatter_attr.c char* value = NULL; NULL 311 intl/formatter/formatter_attr.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 318 intl/formatter/formatter_attr.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, "numfmt_set_symbol: invalid symbol value", 0 TSRMLS_CC ); NULL 356 intl/formatter/formatter_attr.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 389 intl/formatter/formatter_attr.c char* value = NULL; NULL 392 intl/formatter/formatter_attr.c UChar* svalue = NULL; NULL 399 intl/formatter/formatter_attr.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 412 intl/formatter/formatter_attr.c unum_applyPattern(FORMATTER_OBJECT(nfo), 0, svalue, slength, NULL, &INTL_DATA_ERROR_CODE(nfo)); NULL 437 intl/formatter/formatter_attr.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 29 intl/formatter/formatter_class.c zend_class_entry *NumberFormatter_ce_ptr = NULL; NULL 73 intl/formatter/formatter_class.c NULL TSRMLS_CC ); NULL 94 intl/formatter/formatter_class.c if (FORMATTER_OBJECT(nfo) != NULL) { NULL 101 intl/formatter/formatter_class.c zend_throw_exception(NULL, "Failed to clone NumberFormatter object", 0 TSRMLS_CC); NULL 104 intl/formatter/formatter_class.c zend_throw_exception(NULL, "Cannot clone unconstructed NumberFormatter", 0 TSRMLS_CC); NULL 42 intl/formatter/formatter_class.h if (FORMATTER_OBJECT(nfo) == NULL) \ NULL 31 intl/formatter/formatter_data.c nf_data->unum = NULL; NULL 47 intl/formatter/formatter_data.c nf_data->unum = NULL; NULL 46 intl/formatter/formatter_format.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 79 intl/formatter/formatter_format.c formatted, formatted_len, NULL, &INTL_DATA_ERROR_CODE(nfo)); NULL 84 intl/formatter/formatter_format.c formatted, formatted_len, NULL, &INTL_DATA_ERROR_CODE(nfo)); NULL 95 intl/formatter/formatter_format.c formatted_len = unum_formatInt64(FORMATTER_OBJECT(nfo), value, formatted, formatted_len, NULL, &INTL_DATA_ERROR_CODE(nfo)); NULL 99 intl/formatter/formatter_format.c formatted_len = unum_formatInt64(FORMATTER_OBJECT(nfo), value, formatted, formatted_len, NULL, &INTL_DATA_ERROR_CODE(nfo)); NULL 110 intl/formatter/formatter_format.c formatted_len = unum_formatDouble(FORMATTER_OBJECT(nfo), Z_DVAL_PP(number), formatted, formatted_len, NULL, &INTL_DATA_ERROR_CODE(nfo)); NULL 114 intl/formatter/formatter_format.c unum_formatDouble(FORMATTER_OBJECT(nfo), Z_DVAL_PP(number), formatted, formatted_len, NULL, &INTL_DATA_ERROR_CODE(nfo)); NULL 123 intl/formatter/formatter_format.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unsupported format type %ld", type); NULL 143 intl/formatter/formatter_format.c char* currency = NULL; NULL 145 intl/formatter/formatter_format.c UChar* scurrency = NULL; NULL 153 intl/formatter/formatter_format.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 167 intl/formatter/formatter_format.c formatted_len = unum_formatDoubleCurrency(FORMATTER_OBJECT(nfo), number, scurrency, formatted, formatted_len, NULL, &INTL_DATA_ERROR_CODE(nfo)); NULL 176 intl/formatter/formatter_format.c unum_formatDoubleCurrency(FORMATTER_OBJECT(nfo), number, scurrency, formatted, formatted_len, NULL, &INTL_DATA_ERROR_CODE(nfo)); NULL 180 intl/formatter/formatter_format.c intl_error_set_code( NULL, INTL_DATA_ERROR_CODE((nfo)) TSRMLS_CC ); NULL 31 intl/formatter/formatter_main.c char* pattern = NULL; NULL 34 intl/formatter/formatter_main.c UChar* spattern = NULL; NULL 42 intl/formatter/formatter_main.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 63 intl/formatter/formatter_main.c FORMATTER_OBJECT(nfo) = unum_open(style, spattern, spattern_len, locale, NULL, &INTL_DATA_ERROR_CODE(nfo)); NULL 108 intl/formatter/formatter_main.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 128 intl/formatter/formatter_main.c char* message = NULL; NULL 135 intl/formatter/formatter_main.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 40 intl/formatter/formatter_parse.c UChar* sstr = NULL; NULL 42 intl/formatter/formatter_parse.c char* str = NULL; NULL 47 intl/formatter/formatter_parse.c int32_t* position_p = NULL; NULL 48 intl/formatter/formatter_parse.c zval *zposition = NULL; NULL 56 intl/formatter/formatter_parse.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 97 intl/formatter/formatter_parse.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unsupported format type %ld", type); NULL 126 intl/formatter/formatter_parse.c UChar* sstr = NULL; NULL 128 intl/formatter/formatter_parse.c char *currency_str = NULL; NULL 132 intl/formatter/formatter_parse.c int32_t* position_p = NULL; NULL 134 intl/formatter/formatter_parse.c zval *zcurrency, *zposition = NULL; NULL 141 intl/formatter/formatter_parse.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 59 intl/grapheme/grapheme_string.c UChar* ustring = NULL; NULL 66 intl/grapheme/grapheme_string.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 83 intl/grapheme/grapheme_string.c intl_error_set_code( NULL, status TSRMLS_CC ); NULL 86 intl/grapheme/grapheme_string.c intl_error_set_custom_msg( NULL, "Error converting input string to UTF-16", 0 TSRMLS_CC ); NULL 93 intl/grapheme/grapheme_string.c ret_len = grapheme_split_string(ustring, ustring_len, NULL, 0 TSRMLS_CC ); NULL 120 intl/grapheme/grapheme_string.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 128 intl/grapheme/grapheme_string.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, "grapheme_strpos: Offset not contained in string", 1 TSRMLS_CC ); NULL 140 intl/grapheme/grapheme_string.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, "grapheme_strpos: Empty delimiter", 1 TSRMLS_CC ); NULL 188 intl/grapheme/grapheme_string.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 196 intl/grapheme/grapheme_string.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, "grapheme_stripos: Offset not contained in string", 1 TSRMLS_CC ); NULL 208 intl/grapheme/grapheme_string.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, "grapheme_stripos: Empty delimiter", 1 TSRMLS_CC ); NULL 262 intl/grapheme/grapheme_string.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 270 intl/grapheme/grapheme_string.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, "grapheme_strpos: Offset not contained in string", 1 TSRMLS_CC ); NULL 282 intl/grapheme/grapheme_string.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, "grapheme_strpos: Empty delimiter", 1 TSRMLS_CC ); NULL 332 intl/grapheme/grapheme_string.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 340 intl/grapheme/grapheme_string.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, "grapheme_strpos: Offset not contained in string", 1 TSRMLS_CC ); NULL 352 intl/grapheme/grapheme_string.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, "grapheme_strpos: Empty delimiter", 1 TSRMLS_CC ); NULL 409 intl/grapheme/grapheme_string.c UBreakIterator* bi = NULL; NULL 415 intl/grapheme/grapheme_string.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 423 intl/grapheme/grapheme_string.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, "grapheme_substr: start not contained in string", 1 TSRMLS_CC ); NULL 436 intl/grapheme/grapheme_string.c if ( NULL == sub_str ) { NULL 443 intl/grapheme/grapheme_string.c ustr = NULL; NULL 450 intl/grapheme/grapheme_string.c intl_error_set_code( NULL, status TSRMLS_CC ); NULL 453 intl/grapheme/grapheme_string.c intl_error_set_custom_msg( NULL, "Error converting input string to UTF-16", 0 TSRMLS_CC ); NULL 492 intl/grapheme/grapheme_string.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, "grapheme_substr: start not contained in string", 1 TSRMLS_CC ); NULL 505 intl/grapheme/grapheme_string.c sub_str = NULL; NULL 517 intl/grapheme/grapheme_string.c intl_error_set_code( NULL, status TSRMLS_CC ); NULL 520 intl/grapheme/grapheme_string.c intl_error_set_custom_msg( NULL, "Error converting output string to UTF-8", 0 TSRMLS_CC ); NULL 560 intl/grapheme/grapheme_string.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, "grapheme_substr: length not contained in string", 1 TSRMLS_CC ); NULL 570 intl/grapheme/grapheme_string.c sub_str = NULL; NULL 579 intl/grapheme/grapheme_string.c intl_error_set_code( NULL, status TSRMLS_CC ); NULL 582 intl/grapheme/grapheme_string.c intl_error_set_custom_msg( NULL, "Error converting output string to UTF-8", 0 TSRMLS_CC ); NULL 584 intl/grapheme/grapheme_string.c if ( NULL != sub_str ) NULL 606 intl/grapheme/grapheme_string.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 614 intl/grapheme/grapheme_string.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, "grapheme_strpos: Empty delimiter", 1 TSRMLS_CC ); NULL 804 intl/grapheme/grapheme_string.c UBreakIterator* bi = NULL; NULL 806 intl/grapheme/grapheme_string.c zval *next = NULL; /* return offset of next part of the string */ NULL 810 intl/grapheme/grapheme_string.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 816 intl/grapheme/grapheme_string.c if ( NULL != next ) { NULL 818 intl/grapheme/grapheme_string.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 832 intl/grapheme/grapheme_string.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 839 intl/grapheme/grapheme_string.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, "grapheme_extract: start not contained in string", 0 TSRMLS_CC ); NULL 844 intl/grapheme/grapheme_string.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, "grapheme_extract: size is invalid", 0 TSRMLS_CC ); NULL 863 intl/grapheme/grapheme_string.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 879 intl/grapheme/grapheme_string.c if ( NULL != next ) { NULL 886 intl/grapheme/grapheme_string.c ustr = NULL; NULL 893 intl/grapheme/grapheme_string.c intl_error_set_code( NULL, status TSRMLS_CC ); NULL 896 intl/grapheme/grapheme_string.c intl_error_set_custom_msg( NULL, "Error converting input string to UTF-16", 0 TSRMLS_CC ); NULL 898 intl/grapheme/grapheme_string.c if ( NULL != ustr ) NULL 904 intl/grapheme/grapheme_string.c bi = NULL; NULL 922 intl/grapheme/grapheme_string.c if ( NULL != next ) { NULL 44 intl/grapheme/grapheme_util.c if ( NULL != global_break_iterator ) { NULL 78 intl/grapheme/grapheme_util.c if ( NULL != ptr_to_free) { NULL 94 intl/grapheme/grapheme_util.c *sub_str = NULL; NULL 158 intl/grapheme/grapheme_util.c UBreakIterator* bi = NULL; NULL 162 intl/grapheme/grapheme_util.c uhaystack = NULL; NULL 169 intl/grapheme/grapheme_util.c intl_error_set_code( NULL, status TSRMLS_CC ); NULL 172 intl/grapheme/grapheme_util.c intl_error_set_custom_msg( NULL, "Error converting input string to UTF-16", 0 TSRMLS_CC ); NULL 184 intl/grapheme/grapheme_util.c bi = NULL; NULL 190 intl/grapheme/grapheme_util.c if ( NULL == puhaystack ) { NULL 191 intl/grapheme/grapheme_util.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, "grapheme_strpos: Offset not contained in string", 1 TSRMLS_CC ); NULL 199 intl/grapheme/grapheme_util.c uneedle = NULL; NULL 206 intl/grapheme/grapheme_util.c intl_error_set_code( NULL, status TSRMLS_CC ); NULL 209 intl/grapheme/grapheme_util.c intl_error_set_custom_msg( NULL, "Error converting input string to UTF-16", 0 TSRMLS_CC ); NULL 299 intl/grapheme/grapheme_util.c uhaystack = NULL; NULL 306 intl/grapheme/grapheme_util.c intl_error_set_code( NULL, status TSRMLS_CC ); NULL 309 intl/grapheme/grapheme_util.c intl_error_set_custom_msg( NULL, "Error converting input string to UTF-16", 0 TSRMLS_CC ); NULL 317 intl/grapheme/grapheme_util.c bi = NULL; NULL 324 intl/grapheme/grapheme_util.c if ( NULL == puhaystack ) { NULL 326 intl/grapheme/grapheme_util.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, "grapheme_strpos: Offset not contained in string", 1 TSRMLS_CC ); NULL 339 intl/grapheme/grapheme_util.c uneedle = NULL; NULL 346 intl/grapheme/grapheme_util.c intl_error_set_code( NULL, status TSRMLS_CC ); NULL 349 intl/grapheme/grapheme_util.c intl_error_set_custom_msg( NULL, "Error converting input string to UTF-16", 0 TSRMLS_CC ); NULL 420 intl/grapheme/grapheme_util.c if ( NULL != boundary_array && ret_len < boundary_array_len ) { NULL 490 intl/grapheme/grapheme_util.c if (p == NULL) { NULL 508 intl/grapheme/grapheme_util.c return NULL; NULL 517 intl/grapheme/grapheme_util.c return NULL; NULL 530 intl/grapheme/grapheme_util.c if ( NULL != bi ) { NULL 561 intl/grapheme/grapheme_util.c return NULL; NULL 617 intl/grapheme/grapheme_util.c if ( NULL == global_break_iterator ) { NULL 620 intl/grapheme/grapheme_util.c NULL, /* icu default locale - locale has no effect on this iterator */ NULL 621 intl/grapheme/grapheme_util.c NULL, /* text not set in global iterator */ NULL 116 intl/idn/idn.c intl_error_set_code(NULL, err TSRMLS_CC); NULL 122 intl/idn/idn.c intl_error_set_custom_msg(NULL, buff, 1 TSRMLS_CC); NULL 168 intl/idn/idn.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "ICU returned an unexpected length"); NULL 207 intl/idn/idn.c UChar* ustring = NULL; NULL 220 intl/idn/idn.c intl_error_set_code(NULL, status TSRMLS_CC); NULL 223 intl/idn/idn.c intl_error_set_custom_msg( NULL, "Error converting input string to UTF-16", 0 TSRMLS_CC ); NULL 240 intl/idn/idn.c intl_error_set( NULL, status, "idn_to_ascii: cannot convert to ASCII", 0 TSRMLS_CC ); NULL 249 intl/idn/idn.c intl_error_set_code(NULL, status TSRMLS_CC); NULL 252 intl/idn/idn.c intl_error_set_custom_msg( NULL, "Error converting output string to UTF-8", 0 TSRMLS_CC ); NULL 268 intl/idn/idn.c zval *idna_info = NULL; NULL 270 intl/idn/idn.c intl_error_reset(NULL TSRMLS_CC); NULL 303 intl/idn/idn.c if (idna_info != NULL) { NULL 305 intl/idn/idn.c php_error_docref0(NULL TSRMLS_CC, E_NOTICE, NULL 51 intl/intl_convert.c UChar* dst_buf = NULL; NULL 82 intl/intl_convert.c u_strFromUTF8( dst_buf, dst_len+1, NULL, src, src_len, status ); NULL 115 intl/intl_convert.c char* dst_buf = NULL; NULL 120 intl/intl_convert.c u_strToUTF8( NULL, 0, &dst_len, src, src_len, status ); NULL 134 intl/intl_convert.c u_strToUTF8( dst_buf, dst_len, NULL, src, src_len, status ); NULL 36 intl/intl_data.h zval* object = NULL; \ NULL 37 intl/intl_data.h oclass##_object* obj = NULL; \ NULL 38 intl/intl_data.h intl_error_reset( NULL TSRMLS_CC ); NULL 50 intl/intl_data.h intl_error_set_code( NULL, (err) TSRMLS_CC ); \ NULL 53 intl/intl_data.h intl_error_set_custom_msg( NULL, msg, 0 TSRMLS_CC ); \ NULL 59 intl/intl_data.h intl_error_set_code( NULL, INTL_DATA_ERROR_CODE((obj)) TSRMLS_CC ); \ NULL 68 intl/intl_data.h intl_error_set_code( NULL, INTL_DATA_ERROR_CODE((obj)) TSRMLS_CC ); \ NULL 92 intl/intl_data.h intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, \ NULL 99 intl/intl_data.h intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, \ NULL 51 intl/intl_error.c err->custom_error_message = NULL; NULL 78 intl/intl_error.c err->custom_error_message = NULL; NULL 106 intl/intl_error.c php_error_docref(NULL TSRMLS_CC, INTL_G(error_level), "%s", msg); NULL 127 intl/intl_error.c const char* uErrorName = NULL; NULL 200 intl/intl_error.c intl_error_reset( NULL TSRMLS_CC ); NULL 211 intl/intl_error.c intl_error_set_custom_msg( NULL, msg, copyMsg TSRMLS_CC ); NULL 222 intl/intl_error.c intl_error_set_code( NULL, err_code TSRMLS_CC ); NULL 26 intl/locale/locale.h #define OPTION_DEFAULT NULL NULL 26 intl/locale/locale_class.c zend_class_entry *Locale_ce_ptr = NULL; NULL 101 intl/locale/locale_class.c ce.create_object = NULL; NULL 45 intl/locale/locale_class.h zval* object = NULL; \ NULL 46 intl/locale/locale_class.h intl_error_reset( NULL TSRMLS_CC ); \ NULL 76 intl/locale/locale_methods.c "zh-yue", NULL NULL 88 intl/locale/locale_methods.c NULL NULL 112 intl/locale/locale_methods.c while (*list != NULL) { NULL 126 intl/locale/locale_methods.c char* result = NULL; NULL 211 intl/locale/locale_methods.c if( INTL_G(default_locale) == NULL ) { NULL 226 intl/locale/locale_methods.c char* locale_name = NULL; NULL 232 intl/locale/locale_methods.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 256 intl/locale/locale_methods.c char* tag_value = NULL; NULL 260 intl/locale/locale_methods.c char* mod_loc_name = NULL; NULL 276 intl/locale/locale_methods.c return NULL; NULL 292 intl/locale/locale_methods.c return NULL; NULL 302 intl/locale/locale_methods.c if( mod_loc_name == NULL){ NULL 341 intl/locale/locale_methods.c return NULL; NULL 354 intl/locale/locale_methods.c return NULL; NULL 373 intl/locale/locale_methods.c char* loc_name = NULL; NULL 376 intl/locale/locale_methods.c char* tag_value = NULL; NULL 380 intl/locale/locale_methods.c char* msg = NULL; NULL 384 intl/locale/locale_methods.c intl_error_reset( NULL TSRMLS_CC ); NULL 389 intl/locale/locale_methods.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, msg , 1 TSRMLS_CC ); NULL 418 intl/locale/locale_methods.c intl_error_set( NULL, status, msg , 1 TSRMLS_CC ); NULL 468 intl/locale/locale_methods.c char* loc_name = NULL; NULL 471 intl/locale/locale_methods.c char* disp_loc_name = NULL; NULL 475 intl/locale/locale_methods.c UChar* disp_name = NULL; NULL 478 intl/locale/locale_methods.c char* mod_loc_name = NULL; NULL 483 intl/locale/locale_methods.c char* utf8value = NULL; NULL 486 intl/locale/locale_methods.c char* msg = NULL; NULL 489 intl/locale/locale_methods.c intl_error_reset( NULL TSRMLS_CC ); NULL 496 intl/locale/locale_methods.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, msg , 1 TSRMLS_CC ); NULL 518 intl/locale/locale_methods.c if( mod_loc_name==NULL ){ NULL 555 intl/locale/locale_methods.c intl_error_set( NULL, status, msg , 1 TSRMLS_CC ); NULL 565 intl/locale/locale_methods.c disp_loc_name = NULL; NULL 576 intl/locale/locale_methods.c disp_loc_name = NULL; NULL 584 intl/locale/locale_methods.c intl_error_set( NULL, status, msg , 1 TSRMLS_CC ); NULL 666 intl/locale/locale_methods.c UEnumeration* e = NULL; NULL 669 intl/locale/locale_methods.c const char* kw_key = NULL; NULL 672 intl/locale/locale_methods.c char* loc_name = NULL; NULL 681 intl/locale/locale_methods.c char* kw_value = NULL; NULL 684 intl/locale/locale_methods.c intl_error_reset( NULL TSRMLS_CC ); NULL 689 intl/locale/locale_methods.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 701 intl/locale/locale_methods.c if( e != NULL ) NULL 706 intl/locale/locale_methods.c while( ( kw_key = uenum_next( e, &kw_key_len, &status ) ) != NULL ){ NULL 719 intl/locale/locale_methods.c intl_error_set( NULL, FAILURE, "locale_get_keywords: Error encountered while getting the keyword value for the keyword", 0 TSRMLS_CC ); NULL 756 intl/locale/locale_methods.c zval** ele_value = NULL; NULL 797 intl/locale/locale_methods.c zval** ele_value = NULL; NULL 813 intl/locale/locale_methods.c zval **data = NULL; NULL 874 intl/locale/locale_methods.c intl_error_reset( NULL TSRMLS_CC ); NULL 876 intl/locale/locale_methods.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 896 intl/locale/locale_methods.c zval* arr = NULL; NULL 897 intl/locale/locale_methods.c HashTable* hash_arr = NULL; NULL 900 intl/locale/locale_methods.c intl_error_reset( NULL TSRMLS_CC ); NULL 905 intl/locale/locale_methods.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 927 intl/locale/locale_methods.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 979 intl/locale/locale_methods.c char* result =NULL; NULL 982 intl/locale/locale_methods.c char* mod_loc_name =NULL; NULL 1024 intl/locale/locale_methods.c char* key_value = NULL; NULL 1025 intl/locale/locale_methods.c char* cur_key_name = NULL; NULL 1026 intl/locale/locale_methods.c char* token = NULL; NULL 1027 intl/locale/locale_methods.c char* last_ptr = NULL; NULL 1052 intl/locale/locale_methods.c while( (token = php_strtok_r(NULL , DELIMITER , &last_ptr)) && (strlen(token)>1) ){ NULL 1087 intl/locale/locale_methods.c char* loc_name = NULL; NULL 1091 intl/locale/locale_methods.c intl_error_reset( NULL TSRMLS_CC ); NULL 1096 intl/locale/locale_methods.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 1131 intl/locale/locale_methods.c char* loc_name = NULL; NULL 1135 intl/locale/locale_methods.c char* token = NULL; NULL 1136 intl/locale/locale_methods.c char* variant = NULL; NULL 1137 intl/locale/locale_methods.c char* saved_ptr = NULL; NULL 1139 intl/locale/locale_methods.c intl_error_reset( NULL TSRMLS_CC ); NULL 1144 intl/locale/locale_methods.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 1169 intl/locale/locale_methods.c while( (token = php_strtok_r(NULL , DELIMITER, &saved_ptr)) && (strlen(token)>1) ){ NULL 1187 intl/locale/locale_methods.c char* anchor = NULL; NULL 1188 intl/locale/locale_methods.c char* anchor1 = NULL; NULL 1226 intl/locale/locale_methods.c char* lang_tag = NULL; NULL 1228 intl/locale/locale_methods.c char* loc_range = NULL; NULL 1233 intl/locale/locale_methods.c char* chrcheck = NULL; NULL 1235 intl/locale/locale_methods.c char* can_lang_tag = NULL; NULL 1236 intl/locale/locale_methods.c char* can_loc_range = NULL; NULL 1238 intl/locale/locale_methods.c char* cur_lang_tag = NULL; NULL 1239 intl/locale/locale_methods.c char* cur_loc_range = NULL; NULL 1244 intl/locale/locale_methods.c intl_error_reset( NULL TSRMLS_CC ); NULL 1250 intl/locale/locale_methods.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 1268 intl/locale/locale_methods.c intl_error_set( NULL, status, NULL 1276 intl/locale/locale_methods.c intl_error_set( NULL, status, NULL 1410 intl/locale/locale_methods.c char* lang_tag = NULL; NULL 1411 intl/locale/locale_methods.c zval** ele_value = NULL; NULL 1412 intl/locale/locale_methods.c char** cur_arr = NULL; NULL 1414 intl/locale/locale_methods.c char* cur_loc_range = NULL; NULL 1415 intl/locale/locale_methods.c char* can_loc_range = NULL; NULL 1418 intl/locale/locale_methods.c char* return_value = NULL; NULL 1432 intl/locale/locale_methods.c intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR, "lookup_loc_range: locale array element is not a string", 0 TSRMLS_CC); NULL 1433 intl/locale/locale_methods.c LOOKUP_CLEAN_RETURN(NULL); NULL 1438 intl/locale/locale_methods.c intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR, "lookup_loc_range: unable to canonicalize lang_tag", 0 TSRMLS_CC); NULL 1439 intl/locale/locale_methods.c LOOKUP_CLEAN_RETURN(NULL); NULL 1449 intl/locale/locale_methods.c if(result != 1 || lang_tag == NULL || !lang_tag[0]) { NULL 1453 intl/locale/locale_methods.c intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR, "lookup_loc_range: unable to canonicalize lang_tag" , 0 TSRMLS_CC); NULL 1454 intl/locale/locale_methods.c LOOKUP_CLEAN_RETURN(NULL); NULL 1460 intl/locale/locale_methods.c intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR, "lookup_loc_range: unable to canonicalize lang_tag" , 0 TSRMLS_CC); NULL 1461 intl/locale/locale_methods.c LOOKUP_CLEAN_RETURN(NULL); NULL 1470 intl/locale/locale_methods.c if( result != 1 || can_loc_range == NULL || !can_loc_range[0]) { NULL 1472 intl/locale/locale_methods.c intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR, "lookup_loc_range: unable to canonicalize loc_range" , 0 TSRMLS_CC ); NULL 1476 intl/locale/locale_methods.c LOOKUP_CLEAN_RETURN(NULL); NULL 1489 intl/locale/locale_methods.c intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR, "lookup_loc_range: unable to canonicalize lang_tag" , 0 TSRMLS_CC); NULL 1490 intl/locale/locale_methods.c LOOKUP_CLEAN_RETURN(NULL); NULL 1497 intl/locale/locale_methods.c if(cur_arr[i*2] != NULL && strlen(cur_arr[i*2]) == saved_pos && strncmp(cur_loc_range, cur_arr[i*2], saved_pos) == 0) { NULL 1509 intl/locale/locale_methods.c LOOKUP_CLEAN_RETURN(NULL); NULL 1524 intl/locale/locale_methods.c char* fallback_loc = NULL; NULL 1526 intl/locale/locale_methods.c char* loc_range = NULL; NULL 1529 intl/locale/locale_methods.c zval* arr = NULL; NULL 1530 intl/locale/locale_methods.c HashTable* hash_arr = NULL; NULL 1532 intl/locale/locale_methods.c char* result =NULL; NULL 1534 intl/locale/locale_methods.c intl_error_reset( NULL TSRMLS_CC ); NULL 1538 intl/locale/locale_methods.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, "locale_lookup: unable to parse input params", 0 TSRMLS_CC ); NULL 1553 intl/locale/locale_methods.c if(result == NULL || result[0] == '\0') { NULL 1575 intl/locale/locale_methods.c char *http_accept = NULL; NULL 1584 intl/locale/locale_methods.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 1589 intl/locale/locale_methods.c available = ures_openAvailableLocales(NULL, &status); NULL 34 intl/msgformat/msgformat.c UChar* spattern = NULL; NULL 38 intl/msgformat/msgformat.c intl_error_reset( NULL TSRMLS_CC ); NULL 45 intl/msgformat/msgformat.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 60 intl/msgformat/msgformat.c spattern = NULL; NULL 81 intl/msgformat/msgformat.c MSG_FORMAT_OBJECT(mfo) = umsg_open(spattern, spattern_len, locale, NULL, &INTL_DATA_ERROR_CODE(mfo)); NULL 120 intl/msgformat/msgformat.c zval* object = NULL; NULL 121 intl/msgformat/msgformat.c MessageFormatter_object* mfo = NULL; NULL 127 intl/msgformat/msgformat.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 147 intl/msgformat/msgformat.c char* message = NULL; NULL 148 intl/msgformat/msgformat.c zval* object = NULL; NULL 149 intl/msgformat/msgformat.c MessageFormatter_object* mfo = NULL; NULL 155 intl/msgformat/msgformat.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 41 intl/msgformat/msgformat_attr.c intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 64 intl/msgformat/msgformat_attr.c char* value = NULL; NULL 67 intl/msgformat/msgformat_attr.c UChar* spattern = NULL; NULL 74 intl/msgformat/msgformat_attr.c intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 87 intl/msgformat/msgformat_attr.c intl_error_set( NULL, U_INVALID_FORMAT_ERROR, NULL 94 intl/msgformat/msgformat_attr.c umsg_applyPattern(MSG_FORMAT_OBJECT(mfo), spattern, spattern_len, NULL, &INTL_DATA_ERROR_CODE(mfo)); NULL 124 intl/msgformat/msgformat_attr.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 29 intl/msgformat/msgformat_class.c zend_class_entry *MessageFormatter_ce_ptr = NULL; NULL 71 intl/msgformat/msgformat_class.c NULL TSRMLS_CC ); NULL 93 intl/msgformat/msgformat_class.c if (MSG_FORMAT_OBJECT(mfo) != NULL) { NULL 100 intl/msgformat/msgformat_class.c zend_throw_exception_ex(NULL, 0 TSRMLS_CC, "Failed to clone MessageFormatter object"); NULL 103 intl/msgformat/msgformat_class.c zend_throw_exception_ex(NULL, 0 TSRMLS_CC, "Cannot clone unconstructed MessageFormatter"); NULL 43 intl/msgformat/msgformat_class.h if (MSG_FORMAT_OBJECT(mfo) == NULL) { \ NULL 34 intl/msgformat/msgformat_data.c mf_data->umsgf = NULL; NULL 35 intl/msgformat/msgformat_data.c mf_data->orig_format = NULL; NULL 53 intl/msgformat/msgformat_data.c mf_data->orig_format = NULL; NULL 56 intl/msgformat/msgformat_data.c mf_data->umsgf = NULL; NULL 39 intl/msgformat/msgformat_format.c UChar* formatted = NULL; NULL 98 intl/msgformat/msgformat_format.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 119 intl/msgformat/msgformat_format.c UChar *spattern = NULL; NULL 121 intl/msgformat/msgformat_format.c char *pattern = NULL; NULL 123 intl/msgformat/msgformat_format.c char *slocale = NULL; NULL 132 intl/msgformat/msgformat_format.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 144 intl/msgformat/msgformat_format.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 150 intl/msgformat/msgformat_format.c spattern = NULL; NULL 159 intl/msgformat/msgformat_format.c intl_error_set( NULL, U_INVALID_FORMAT_ERROR, NULL 166 intl/msgformat/msgformat_format.c MSG_FORMAT_OBJECT(mfo) = umsg_open(spattern, spattern_len, slocale, NULL, &INTL_DATA_ERROR_CODE(mfo)); NULL 66 intl/msgformat/msgformat_helpers.cpp UChar *stringVal = NULL; NULL 36 intl/msgformat/msgformat_parse.c UChar *usource = NULL; NULL 72 intl/msgformat/msgformat_parse.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 92 intl/msgformat/msgformat_parse.c UChar *spattern = NULL; NULL 94 intl/msgformat/msgformat_parse.c char *pattern = NULL; NULL 96 intl/msgformat/msgformat_parse.c char *slocale = NULL; NULL 98 intl/msgformat/msgformat_parse.c char *source = NULL; NULL 107 intl/msgformat/msgformat_parse.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 119 intl/msgformat/msgformat_parse.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 125 intl/msgformat/msgformat_parse.c spattern = NULL; NULL 134 intl/msgformat/msgformat_parse.c intl_error_set( NULL, U_INVALID_FORMAT_ERROR, NULL 141 intl/msgformat/msgformat_parse.c MSG_FORMAT_OBJECT(mfo) = umsg_open(spattern, spattern_len, slocale, NULL, &INTL_DATA_ERROR_CODE(mfo)); NULL 24 intl/normalizer/normalizer_class.c zend_class_entry *Normalizer_ce_ptr = NULL; NULL 60 intl/normalizer/normalizer_class.c ce.create_object = NULL; NULL 35 intl/normalizer/normalizer_normalize.c char* input = NULL; NULL 40 intl/normalizer/normalizer_normalize.c UChar* uinput = NULL; NULL 45 intl/normalizer/normalizer_normalize.c UChar* uret_buf = NULL; NULL 48 intl/normalizer/normalizer_normalize.c char* ret_buf = NULL; NULL 53 intl/normalizer/normalizer_normalize.c intl_error_reset( NULL TSRMLS_CC ); NULL 59 intl/normalizer/normalizer_normalize.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 80 intl/normalizer/normalizer_normalize.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 95 intl/normalizer/normalizer_normalize.c intl_error_set_code( NULL, status TSRMLS_CC ); NULL 98 intl/normalizer/normalizer_normalize.c intl_error_set_custom_msg( NULL, "Error converting input string to UTF-16", 0 TSRMLS_CC ); NULL 139 intl/normalizer/normalizer_normalize.c intl_error_set_custom_msg( NULL,"Error normalizing string", 0 TSRMLS_CC ); NULL 156 intl/normalizer/normalizer_normalize.c intl_error_set( NULL, status, NULL 173 intl/normalizer/normalizer_normalize.c char* input = NULL; NULL 178 intl/normalizer/normalizer_normalize.c UChar* uinput = NULL; NULL 184 intl/normalizer/normalizer_normalize.c intl_error_reset( NULL TSRMLS_CC ); NULL 190 intl/normalizer/normalizer_normalize.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 205 intl/normalizer/normalizer_normalize.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 221 intl/normalizer/normalizer_normalize.c intl_error_set_code( NULL, status TSRMLS_CC ); NULL 224 intl/normalizer/normalizer_normalize.c intl_error_set_custom_msg( NULL, "Error converting string to UTF-16.", 0 TSRMLS_CC ); NULL 240 intl/normalizer/normalizer_normalize.c intl_error_set_custom_msg( NULL,"Error testing if string is the given normalization form.", 0 TSRMLS_CC ); NULL 546 intl/php_intl.c STD_PHP_INI_ENTRY(LOCALE_INI_NAME, NULL, PHP_INI_ALL, OnUpdateStringUnempty, default_locale, zend_intl_globals, intl_globals) NULL 570 intl/php_intl.c NULL, /* globals dtor */ NULL 571 intl/php_intl.c NULL, /* post deactivate */ NULL 657 intl/php_intl.c intl_error_init( NULL TSRMLS_CC ); NULL 660 intl/php_intl.c if( INTL_G(default_locale) == NULL ) { NULL 684 intl/php_intl.c if( INTL_G(default_locale) == NULL ) { NULL 696 intl/php_intl.c INTL_G(current_collator) = NULL; NULL 700 intl/php_intl.c INTL_G(grapheme_iterator) = NULL; NULL 703 intl/php_intl.c intl_error_reset( NULL TSRMLS_CC); NULL 73 intl/resourcebundle/resourcebundle.c source->child = NULL; NULL 33 intl/resourcebundle/resourcebundle_class.c zend_class_entry *ResourceBundle_ce_ptr = NULL; NULL 69 intl/resourcebundle/resourcebundle_class.c rb->me = NULL; NULL 70 intl/resourcebundle/resourcebundle_class.c rb->child = NULL; NULL 73 intl/resourcebundle/resourcebundle_class.c retval.handle = zend_objects_store_put( rb, ResourceBundle_object_destroy, NULL, NULL TSRMLS_CC ); NULL 93 intl/resourcebundle/resourcebundle_class.c intl_error_reset( NULL TSRMLS_CC ); NULL 98 intl/resourcebundle/resourcebundle_class.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 106 intl/resourcebundle/resourcebundle_class.c if (locale == NULL) { NULL 120 intl/resourcebundle/resourcebundle_class.c intl_errors_set_code(NULL, INTL_DATA_ERROR_CODE(rb) TSRMLS_CC); NULL 172 intl/resourcebundle/resourcebundle_class.c intl_error_reset( NULL TSRMLS_CC ); NULL 189 intl/resourcebundle/resourcebundle_class.c intl_error_set_code( NULL, INTL_DATA_ERROR_CODE(rb) TSRMLS_CC ); NULL 223 intl/resourcebundle/resourcebundle_class.c if(offset == NULL) { NULL 252 intl/resourcebundle/resourcebundle_class.c intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 267 intl/resourcebundle/resourcebundle_class.c if (rb->me == NULL) { NULL 294 intl/resourcebundle/resourcebundle_class.c intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 324 intl/resourcebundle/resourcebundle_class.c intl_errors_reset( NULL TSRMLS_CC ); NULL 328 intl/resourcebundle/resourcebundle_class.c intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 335 intl/resourcebundle/resourcebundle_class.c bundlename = NULL; NULL 368 intl/resourcebundle/resourcebundle_class.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 390 intl/resourcebundle/resourcebundle_class.c char* message = NULL; NULL 396 intl/resourcebundle/resourcebundle_class.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 443 intl/resourcebundle/resourcebundle_class.c ResourceBundle_object_handlers.clone_obj = NULL; /* ICU ResourceBundle has no clone implementation */ NULL 39 intl/resourcebundle/resourcebundle_class.h if (RESOURCEBUNDLE_OBJECT(rb) == NULL) { \ NULL 49 intl/resourcebundle/resourcebundle_iterator.c iterator->current = NULL; NULL 61 intl/resourcebundle/resourcebundle_iterator.c iterator->current = NULL; NULL 65 intl/resourcebundle/resourcebundle_iterator.c iterator->currentkey = NULL; NULL 177 intl/resourcebundle/resourcebundle_iterator.c iterator->current = NULL; NULL 178 intl/resourcebundle/resourcebundle_iterator.c iterator->currentkey = NULL; NULL 25 intl/spoofchecker/spoofchecker_class.c zend_class_entry *Spoofchecker_ce_ptr = NULL; NULL 70 intl/spoofchecker/spoofchecker_class.c NULL TSRMLS_CC); NULL 138 intl/spoofchecker/spoofchecker_class.c intl_error_set( NULL, SPOOFCHECKER_ERROR_CODE(new_sfo), "Failed to clone SpoofChecker object", 0 TSRMLS_CC ); NULL 196 intl/spoofchecker/spoofchecker_class.c co->uspoof = NULL; NULL 56 intl/spoofchecker/spoofchecker_class.h Spoofchecker_object* co = NULL; \ NULL 57 intl/spoofchecker/spoofchecker_class.h intl_error_reset(NULL TSRMLS_CC); \ NULL 62 intl/spoofchecker/spoofchecker_class.h if (co->uspoof == NULL) { \ NULL 70 intl/spoofchecker/spoofchecker_class.h intl_error_set_code(NULL, SPOOFCHECKER_ERROR_CODE(co) TSRMLS_CC); \ NULL 32 intl/spoofchecker/spoofchecker_main.c zval *error_code = NULL; NULL 41 intl/spoofchecker/spoofchecker_main.c ret = uspoof_checkUTF8(co->uspoof, text, text_len, NULL, SPOOFCHECKER_ERROR_CODE_P(co)); NULL 44 intl/spoofchecker/spoofchecker_main.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "(%d) %s", SPOOFCHECKER_ERROR_CODE(co), u_errorName(SPOOFCHECKER_ERROR_CODE(co))); NULL 64 intl/spoofchecker/spoofchecker_main.c zval *error_code = NULL; NULL 77 intl/spoofchecker/spoofchecker_main.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "(%d) %s", SPOOFCHECKER_ERROR_CODE(co), u_errorName(SPOOFCHECKER_ERROR_CODE(co))); NULL 107 intl/spoofchecker/spoofchecker_main.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "(%d) %s", SPOOFCHECKER_ERROR_CODE(co), u_errorName(SPOOFCHECKER_ERROR_CODE(co))); NULL 130 intl/spoofchecker/spoofchecker_main.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "(%d) %s", SPOOFCHECKER_ERROR_CODE(co), u_errorName(SPOOFCHECKER_ERROR_CODE(co))); NULL 63 intl/transliterator/transliterator.c assert( pe != NULL ); NULL 26 intl/transliterator/transliterator_class.c zend_class_entry *Transliterator_ce_ptr = NULL; NULL 45 intl/transliterator/transliterator_class.c assert( to->utrans == NULL ); NULL 92 intl/transliterator/transliterator_class.c to->utrans = NULL; NULL 133 intl/transliterator/transliterator_class.c (copy_ctor_func_t) zval_add_ref, NULL, sizeof( zval* ) ); NULL 143 intl/transliterator/transliterator_class.c NULL TSRMLS_CC ); NULL 161 intl/transliterator/transliterator_class.c intl_error_reset( NULL TSRMLS_CC ); NULL 171 intl/transliterator/transliterator_class.c if( to_orig->utrans != NULL ) NULL 173 intl/transliterator/transliterator_class.c UTransliterator *utrans = NULL; NULL 191 intl/transliterator/transliterator_class.c if( utrans != NULL ) NULL 196 intl/transliterator/transliterator_class.c intl_error_set_code( NULL, INTL_DATA_ERROR_CODE( to_orig ) TSRMLS_CC ); NULL 201 intl/transliterator/transliterator_class.c php_error_docref( NULL TSRMLS_CC, E_ERROR, "%s", err_msg ); NULL 209 intl/transliterator/transliterator_class.c php_error_docref( NULL TSRMLS_CC, E_WARNING, NULL 226 intl/transliterator/transliterator_class.c key = NULL; \ NULL 261 intl/transliterator/transliterator_class.c retval = NULL; /* fallback to read_property */ NULL 294 intl/transliterator/transliterator_class.c php_error_docref0( NULL TSRMLS_CC, E_WARNING, "The property \"id\" is read-only" ); NULL 327 intl/transliterator/transliterator_class.c php_error_docref0( NULL TSRMLS_CC, E_WARNING, "The property \"id\" is read-only" ); NULL 50 intl/transliterator/transliterator_class.h if( to->utrans == NULL ) \ NULL 33 intl/transliterator/transliterator_methods.c UChar *ustr_id = NULL; NULL 38 intl/transliterator/transliterator_methods.c intl_error_reset( NULL TSRMLS_CC ); NULL 42 intl/transliterator/transliterator_methods.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 54 intl/transliterator/transliterator_methods.c intl_error_set_code( NULL, TRANSLITERATOR_ERROR_CODE( to ) TSRMLS_CC ); NULL 55 intl/transliterator/transliterator_methods.c intl_error_set_custom_msg( NULL, "String conversion of id to UTF-16 failed", 0 TSRMLS_CC ); NULL 62 intl/transliterator/transliterator_methods.c NULL, -1, &parse_error, TRANSLITERATOR_ERROR_CODE_P( to ) ); NULL 69 intl/transliterator/transliterator_methods.c char *buf = NULL; NULL 70 intl/transliterator/transliterator_methods.c intl_error_set_code( NULL, TRANSLITERATOR_ERROR_CODE( to ) TSRMLS_CC ); NULL 73 intl/transliterator/transliterator_methods.c if( buf == NULL ) { NULL 74 intl/transliterator/transliterator_methods.c intl_error_set_custom_msg( NULL, NULL 79 intl/transliterator/transliterator_methods.c intl_error_set_custom_msg( NULL, buf, /* copy message */ 1 TSRMLS_CC ); NULL 90 intl/transliterator/transliterator_methods.c intl_error_set_code( NULL, TRANSLITERATOR_ERROR_CODE( to ) TSRMLS_CC ); NULL 91 intl/transliterator/transliterator_methods.c intl_error_set_custom_msg( NULL, NULL 118 intl/transliterator/transliterator_methods.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 140 intl/transliterator/transliterator_methods.c UChar *ustr_rules = NULL; NULL 152 intl/transliterator/transliterator_methods.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 159 intl/transliterator/transliterator_methods.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 181 intl/transliterator/transliterator_methods.c intl_error_set_code( NULL, INTL_DATA_ERROR_CODE( to ) TSRMLS_CC ); NULL 184 intl/transliterator/transliterator_methods.c char *msg = NULL; NULL 190 intl/transliterator/transliterator_methods.c if( msg != NULL ) NULL 217 intl/transliterator/transliterator_methods.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 249 intl/transliterator/transliterator_methods.c intl_error_reset( NULL TSRMLS_CC ); NULL 256 intl/transliterator/transliterator_methods.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 268 intl/transliterator/transliterator_methods.c char *el_char = NULL; NULL 285 intl/transliterator/transliterator_methods.c intl_error_set_code( NULL, status TSRMLS_CC ); NULL 290 intl/transliterator/transliterator_methods.c intl_error_set_custom_msg( NULL, "transliterator_list_ids: " NULL 302 intl/transliterator/transliterator_methods.c UChar *ustr = NULL, NULL 303 intl/transliterator/transliterator_methods.c *uresult = NULL; NULL 316 intl/transliterator/transliterator_methods.c if( object == NULL ) NULL 323 intl/transliterator/transliterator_methods.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 347 intl/transliterator/transliterator_methods.c char *message = intl_error_get_message( NULL TSRMLS_CC ); NULL 348 intl/transliterator/transliterator_methods.c php_error_docref0( NULL TSRMLS_CC, E_WARNING, "Could not create " NULL 359 intl/transliterator/transliterator_methods.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 366 intl/transliterator/transliterator_methods.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 374 intl/transliterator/transliterator_methods.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 397 intl/transliterator/transliterator_methods.c if(msg != NULL ) NULL 436 intl/transliterator/transliterator_methods.c intl_error_set_code( NULL, TRANSLITERATOR_ERROR_CODE( to ) TSRMLS_CC ); NULL 472 intl/transliterator/transliterator_methods.c zend_throw_exception( NULL, NULL 488 intl/transliterator/transliterator_methods.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 496 intl/transliterator/transliterator_methods.c if (to == NULL ) NULL 510 intl/transliterator/transliterator_methods.c const char* message = NULL; NULL 516 intl/transliterator/transliterator_methods.c intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, NULL 525 intl/transliterator/transliterator_methods.c if (to == NULL ) NULL 331 json/JSON_parser.c ZVAL_LONG(*z, strtol(buf->c, NULL, 10)); NULL 336 json/JSON_parser.c ZVAL_DOUBLE(*z, zend_strtod(buf->c, NULL)); NULL 131 json/json.c NULL, NULL 132 json/json.c NULL, NULL 133 json/json.c NULL, NULL 138 json/json.c NULL, NULL 139 json/json.c NULL, NULL 234 json/json.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "recursion detected"); NULL 412 json/json.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "double %.9g does not conform to the JSON spec, encoded as 0", d); NULL 421 json/json.c utf16 = (options & PHP_JSON_UNESCAPED_UNICODE) ? NULL : (unsigned short *) safe_emalloc(len, sizeof(unsigned short), 0); NULL 430 json/json.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid UTF-8 sequence in argument"); NULL 549 json/json.c zval *retval = NULL, fname; NULL 559 json/json.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "recursion detected"); NULL 566 json/json.c if (FAILURE == call_user_function_ex(EG(function_table), &val, &fname, &retval, 0, NULL, 1, NULL TSRMLS_CC) || !retval) { NULL 567 json/json.c zend_throw_exception_ex(NULL, 0 TSRMLS_CC, "Failed calling %s::jsonSerialize()", ce->name); NULL 614 json/json.c char *d = NULL; NULL 623 json/json.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "double %.9g does not conform to the JSON spec, encoded as 0", dbl); NULL 644 json/json.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "type is unsupported, encoded as null"); NULL 672 json/json.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Depth must be greater than zero"); NULL 98 ldap/ldap.c if (ld->rebindproc != NULL) { NULL 119 ldap/ldap.c if (entry->ber != NULL) { NULL 121 ldap/ldap.c entry->ber = NULL; NULL 198 ldap/ldap.c le_link = zend_register_list_destructors_ex(_close_ldap_link, NULL, "ldap link", module_number); NULL 199 ldap/ldap.c le_result = zend_register_list_destructors_ex(_free_ldap_result, NULL, "ldap result", module_number); NULL 200 ldap/ldap.c le_result_entry = zend_register_list_destructors_ex(_free_ldap_result_entry, NULL, "ldap result entry", module_number); NULL 284 ldap/ldap.c char *host = NULL; NULL 288 ldap/ldap.c char *wallet = NULL, *walletpasswd = NULL; NULL 315 ldap/ldap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Too many open links (%ld)", LDAPG(num_links)); NULL 322 ldap/ldap.c if (host != NULL && strchr(host, '/')) { NULL 328 ldap/ldap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not create session handle: %s", ldap_err2string(rc)); NULL 338 ldap/ldap.c if (ldap == NULL) { NULL 346 ldap/ldap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "SSL init failed"); NULL 374 ldap/ldap.c return ldap_get_lderrno(ldap, NULL, NULL); NULL 384 ldap/ldap.c char *ldap_bind_dn = NULL, *ldap_bind_pw = NULL; NULL 396 ldap/ldap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to bind to server: %s", ldap_err2string(rc)); NULL 420 ldap/ldap.c ctx->mech = (sasl_mech) ? ber_strdup(sasl_mech) : NULL; NULL 421 ldap/ldap.c ctx->realm = (sasl_realm) ? ber_strdup(sasl_realm) : NULL; NULL 422 ldap/ldap.c ctx->authcid = (sasl_authc_id) ? ber_strdup(sasl_authc_id) : NULL; NULL 423 ldap/ldap.c ctx->passwd = (passwd) ? ber_strdup(passwd) : NULL; NULL 424 ldap/ldap.c ctx->authzid = (sasl_authz_id) ? ber_strdup(sasl_authz_id) : NULL; NULL 426 ldap/ldap.c if (ctx->mech == NULL) { NULL 429 ldap/ldap.c if (ctx->realm == NULL) { NULL 432 ldap/ldap.c if (ctx->authcid == NULL) { NULL 435 ldap/ldap.c if (ctx->authzid == NULL) { NULL 465 ldap/ldap.c p = NULL; NULL 495 ldap/ldap.c char *binddn = NULL; NULL 496 ldap/ldap.c char *passwd = NULL; NULL 497 ldap/ldap.c char *sasl_mech = NULL; NULL 498 ldap/ldap.c char *sasl_realm = NULL; NULL 499 ldap/ldap.c char *sasl_authz_id = NULL; NULL 500 ldap/ldap.c char *sasl_authc_id = NULL; NULL 501 ldap/ldap.c char *props = NULL; NULL 517 ldap/ldap.c rc = ldap_sasl_interactive_bind_s(ld->link, binddn, ctx->mech, NULL, NULL, LDAP_SASL_QUIET, _php_sasl_interact, ctx); NULL 519 ldap/ldap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to bind to server: %s", ldap_err2string(rc)); NULL 590 ldap/ldap.c zval *link, *base_dn, **filter, *attrs = NULL, **attr; NULL 592 ldap/ldap.c char *ldap_base_dn = NULL, *ldap_filter = NULL, **ldap_attrs = NULL; NULL 593 ldap/ldap.c ldap_linkdata *ld = NULL; NULL 620 ldap/ldap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Array initialization wrong"); NULL 629 ldap/ldap.c ldap_attrs[num_attribs] = NULL; NULL 642 ldap/ldap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "No links in link array"); NULL 650 ldap/ldap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Base must either be a string, or an array with the same number of elements as the links array"); NULL 661 ldap/ldap.c ldap_base_dn = NULL; NULL 668 ldap/ldap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Filter must either be a string, or an array with the same number of elements as the links array"); NULL 686 ldap/ldap.c ld = (ldap_linkdata *) zend_fetch_resource(entry TSRMLS_CC, -1, "ldap link", NULL, 1, le_link); NULL 687 ldap/ldap.c if (ld == NULL) { NULL 699 ldap/ldap.c ldap_base_dn = NULL; NULL 723 ldap/ldap.c rcs[i] = ldap_result(lds[i]->link, LDAP_RES_ANY, 1 /* LDAP_MSG_ALL */, NULL, &ldap_res); NULL 745 ldap/ldap.c ld = (ldap_linkdata *) zend_fetch_resource(&link TSRMLS_CC, -1, "ldap link", NULL, 1, le_link); NULL 746 ldap/ldap.c if (ld == NULL) { NULL 765 ldap/ldap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Search: %s", ldap_err2string(errno)); NULL 769 ldap/ldap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Partial search results returned: Sizelimit exceeded"); NULL 773 ldap/ldap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Partial search results returned: Adminlimit exceeded"); NULL 786 ldap/ldap.c if (ldap_attrs != NULL) { NULL 872 ldap/ldap.c if ((entry = ldap_first_entry(ld->link, ldap_result)) == NULL) { NULL 880 ldap/ldap.c resultentry->ber = NULL; NULL 901 ldap/ldap.c if ((entry_next = ldap_next_entry(ld->link, resultentry->data)) == NULL) { NULL 909 ldap/ldap.c resultentry_next->ber = NULL; NULL 948 ldap/ldap.c if (ldap_result_entry == NULL) { NULL 954 ldap/ldap.c while (ldap_result_entry != NULL) { NULL 961 ldap/ldap.c while (attribute != NULL) { NULL 974 ldap/ldap.c zend_hash_update(Z_ARRVAL_P(tmp1), php_strtolower(attribute, attr_len), attr_len+1, (void *) &tmp2, sizeof(zval *), NULL); NULL 984 ldap/ldap.c if (ber != NULL) { NULL 998 ldap/ldap.c zend_hash_index_update(Z_ARRVAL_P(return_value), num_entries, (void *) &tmp1, sizeof(zval *), NULL); NULL 1026 ldap/ldap.c if ((attribute = ldap_first_attribute(ld->link, resultentry->data, &resultentry->ber)) == NULL) { NULL 1054 ldap/ldap.c if (resultentry->ber == NULL) { NULL 1055 ldap/ldap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "called before calling ldap_first_attribute() or no attributes found in result entry"); NULL 1059 ldap/ldap.c if ((attribute = ldap_next_attribute(ld->link, resultentry->data, resultentry->ber)) == NULL) { NULL 1061 ldap/ldap.c if (resultentry->ber != NULL) { NULL 1063 ldap/ldap.c resultentry->ber = NULL; NULL 1100 ldap/ldap.c while (attribute != NULL) { NULL 1112 ldap/ldap.c zend_hash_update(Z_ARRVAL_P(return_value), attribute, strlen(attribute)+1, (void *) &tmp, sizeof(zval *), NULL); NULL 1122 ldap/ldap.c if (ber != NULL) { NULL 1149 ldap/ldap.c if ((ldap_value_len = ldap_get_values_len(ld->link, resultentry->data, attr)) == NULL) { NULL 1150 ldap/ldap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot get the value(s) of attribute %s", ldap_err2string(_get_lderrno(ld->link))); NULL 1184 ldap/ldap.c if (text != NULL) { NULL 1215 ldap/ldap.c while (ldap_value[i] != NULL) i++; NULL 1242 ldap/ldap.c if (ufn != NULL) { NULL 1291 ldap/ldap.c ldap_mods[i]->mod_type = NULL; NULL 1296 ldap/ldap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown attribute in the data"); NULL 1330 ldap/ldap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Value array must have consecutive indices 0, 1, ..."); NULL 1342 ldap/ldap.c ldap_mods[i]->mod_bvalues[num_values] = NULL; NULL 1345 ldap/ldap.c ldap_mods[num_attribs] = NULL; NULL 1350 ldap/ldap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Add: %s", ldap_err2string(i)); NULL 1354 ldap/ldap.c if ((i = ldap_modify_ext_s(ld->link, dn, ldap_mods, NULL, NULL)) != LDAP_SUCCESS) { NULL 1355 ldap/ldap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Modify: %s", ldap_err2string(i)); NULL 1427 ldap/ldap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Delete: %s", ldap_err2string(rc)); NULL 1514 ldap/ldap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Compare: %s", ldap_err2string(errno)); NULL 1536 ldap/ldap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Supplied resource is not a valid ldap result resource"); NULL 1540 ldap/ldap.c if (ldap_sort_entries(ld->link, (LDAPMessage **) &le->ptr, sflen ? sortfilter : NULL, strcmp) != LDAP_SUCCESS) { NULL 1541 ldap/ldap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", ldap_err2string(errno)); NULL 1587 ldap/ldap.c struct timeval *timeout = NULL; NULL 1629 ldap/ldap.c char *val = NULL; NULL 1631 ldap/ldap.c if (ldap_get_option(ld->link, option, &val) || val == NULL || *val == '\0') { NULL 1668 ldap/ldap.c ldap = NULL; NULL 1763 ldap/ldap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Expected non-empty array value for this option"); NULL 1767 ldap/ldap.c *ctrls = NULL; NULL 1772 ldap/ldap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "The array value must contain only arrays, where each array is a control"); NULL 1777 ldap/ldap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Control must have an oid key"); NULL 1789 ldap/ldap.c ctrl->ldctl_value.bv_val = NULL; NULL 1800 ldap/ldap.c *ctrlp = NULL; NULL 1843 ldap/ldap.c myargcount > 3 ? &lmatcheddn : NULL, NULL 1844 ldap/ldap.c myargcount > 4 ? &lerrmsg : NULL, NULL 1845 ldap/ldap.c myargcount > 5 ? &lreferrals : NULL, NULL 1846 ldap/ldap.c NULL /* &serverctrls */, NULL 1849 ldap/ldap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to parse result: %s", ldap_err2string(rc)); NULL 1861 ldap/ldap.c if (lreferrals != NULL) { NULL 1871 ldap/ldap.c if (lerrmsg == NULL) { NULL 1879 ldap/ldap.c if (lmatcheddn == NULL) { NULL 1907 ldap/ldap.c if ((entry = ldap_first_reference(ld->link, ldap_result)) == NULL) { NULL 1915 ldap/ldap.c resultentry->ber = NULL; NULL 1936 ldap/ldap.c if ((entry_next = ldap_next_reference(ld->link, resultentry->data)) == NULL) { NULL 1944 ldap/ldap.c resultentry_next->ber = NULL; NULL 1966 ldap/ldap.c if (ldap_parse_reference(ld->link, resultentry->data, &lreferrals, NULL /* &serverctrls */, 0) != LDAP_SUCCESS) { NULL 1972 ldap/ldap.c if (lreferrals != NULL) { NULL 2003 ldap/ldap.c newparent = NULL; NULL 2007 ldap/ldap.c rc = ldap_rename_s(ld->link, dn, newrdn, newparent, deleteoldrdn, NULL, NULL); NULL 2010 ldap/ldap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "You are using old LDAP API, newparent must be the empty string, can only modify RDN"); NULL 2040 ldap/ldap.c ((rc = ldap_start_tls_s(ld->link, NULL, NULL)) != LDAP_SUCCESS) NULL 2042 ldap/ldap.c php_error_docref(NULL TSRMLS_CC, E_WARNING,"Unable to start TLS: %s", ldap_err2string(rc)); NULL 2065 ldap/ldap.c ld = (ldap_linkdata *) zend_fetch_resource(&cb_link TSRMLS_CC, -1, "ldap link", NULL, 1, le_link); NULL 2068 ldap/ldap.c if (ld == NULL || ld->rebindproc == NULL) { NULL 2069 ldap/ldap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Link not found or no callback set"); NULL 2078 ldap/ldap.c if (call_user_function_ex(EG(function_table), NULL, ld->rebindproc, &cb_retval, 2, cb_args, 0, NULL TSRMLS_CC) == SUCCESS && cb_retval) { NULL 2083 ldap/ldap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "rebind_proc PHP callback failed"); NULL 2108 ldap/ldap.c if (ld->rebindproc != NULL) { NULL 2110 ldap/ldap.c ld->rebindproc = NULL; NULL 2111 ldap/ldap.c ldap_set_rebind_proc(ld->link, NULL, NULL); NULL 2118 ldap/ldap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Two arguments expected for '%s' to be a valid callback", callback_name); NULL 2125 ldap/ldap.c if (ld->rebindproc == NULL) { NULL 2165 ldap/ldap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Conversion from iso-8859-1 to t61 failed: %s", ldap_err2string(result)); NULL 2196 ldap/ldap.c char *cookie = NULL; NULL 2198 ldap/ldap.c struct berval lcookie = { 0, NULL }; NULL 2201 ldap/ldap.c BerElement *ber = NULL; NULL 2210 ldap/ldap.c ldap = NULL; NULL 2217 ldap/ldap.c if (ber == NULL) { NULL 2218 ldap/ldap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to alloc BER encoding resources for paged results control"); NULL 2235 ldap/ldap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to BER printf paged results control"); NULL 2241 ldap/ldap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to BER encode paged results control"); NULL 2251 ldap/ldap.c ctrlsp[1] = NULL; NULL 2255 ldap/ldap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to set paged results control: %s (%d)", ldap_err2string(rc), rc); NULL 2274 ldap/ldap.c if (ber != NULL) { NULL 2305 ldap/ldap.c NULL, /* matcheddn */ NULL 2306 ldap/ldap.c NULL, /* errmsg */ NULL 2307 ldap/ldap.c NULL, /* referrals */ NULL 2312 ldap/ldap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to parse result: %s (%d)", ldap_err2string(rc), rc); NULL 2317 ldap/ldap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Result is: %s (%d)", ldap_err2string(lerrcode), lerrcode); NULL 2321 ldap/ldap.c if (lserverctrls == NULL) { NULL 2322 ldap/ldap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "No server controls in result"); NULL 2327 ldap/ldap.c if (lctrl == NULL) { NULL 2329 ldap/ldap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "No paged results control response in result"); NULL 2334 ldap/ldap.c if (ber == NULL) { NULL 2336 ldap/ldap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to alloc BER decoding resources for paged results control response"); NULL 2345 ldap/ldap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to decode paged results control response"); NULL 2351 ldap/ldap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid paged results control response value"); NULL 2725 ldap/ldap.c NULL, NULL 2726 ldap/ldap.c NULL, NULL 2731 ldap/ldap.c NULL, NULL 2732 ldap/ldap.c NULL, NULL 140 libxml/libxml.c NULL, /* per-request shutdown function */ NULL 145 libxml/libxml.c NULL, /* globals dtor */ NULL 156 libxml/libxml.c object->properties = NULL; NULL 168 libxml/libxml.c if (nodeptr != NULL) { NULL 173 libxml/libxml.c if (nodeptr->node != NULL && nodeptr->node->type != XML_DOCUMENT_NODE) { NULL 174 libxml/libxml.c nodeptr->node->_private = NULL; NULL 176 libxml/libxml.c nodeptr->node = NULL; NULL 186 libxml/libxml.c if (node->_private != NULL) { NULL 187 libxml/libxml.c ((php_libxml_node_ptr *) node->_private)->node = NULL; NULL 199 libxml/libxml.c if (node->name != NULL) { NULL 202 libxml/libxml.c if (((xmlEntityPtr) node)->ExternalID != NULL) { NULL 205 libxml/libxml.c if (((xmlEntityPtr) node)->SystemID != NULL) { NULL 213 libxml/libxml.c node->ns = NULL; NULL 226 libxml/libxml.c if (node != NULL) { NULL 228 libxml/libxml.c while (curnode != NULL) { NULL 239 libxml/libxml.c if ((node->doc != NULL) && (((xmlAttrPtr) node)->atype == XML_ATTRIBUTE_ID)) { NULL 257 libxml/libxml.c node->doc = NULL; NULL 269 libxml/libxml.c libxml_globals->stream_context = NULL; NULL 270 libxml/libxml.c libxml_globals->error_buffer.c = NULL; NULL 271 libxml/libxml.c libxml_globals->error_list = NULL; NULL 279 libxml/libxml.c if (fci->object_ptr != NULL) { NULL 292 libxml/libxml.c php_stream_context *context = NULL; NULL 293 libxml/libxml.c php_stream_wrapper *wrapper = NULL; NULL 294 libxml/libxml.c char *resolved_path, *path_to_open = NULL; NULL 295 libxml/libxml.c void *ret_val = NULL; NULL 302 libxml/libxml.c if (uri && (uri->scheme == NULL || NULL 304 libxml/libxml.c resolved_path = xmlURIUnescapeString(filename, 0, NULL); NULL 314 libxml/libxml.c if (resolved_path == NULL) { NULL 315 libxml/libxml.c return NULL; NULL 326 libxml/libxml.c if (wrapper->wops->url_stat(wrapper, path_to_open, PHP_STREAM_URL_STAT_QUIET, &ssbuf, NULL TSRMLS_CC) == -1) { NULL 330 libxml/libxml.c return NULL; NULL 336 libxml/libxml.c ret_val = php_stream_open_wrapper_ex(path_to_open, (char *)mode, REPORT_ERRORS, NULL, context); NULL 374 libxml/libxml.c return NULL; NULL 381 libxml/libxml.c void *context = NULL; NULL 383 libxml/libxml.c if (URI == NULL) NULL 384 libxml/libxml.c return(NULL); NULL 388 libxml/libxml.c if (context == NULL) { NULL 389 libxml/libxml.c return(NULL); NULL 394 libxml/libxml.c if (ret != NULL) { NULL 411 libxml/libxml.c void *context = NULL; NULL 412 libxml/libxml.c char *unescaped = NULL; NULL 414 libxml/libxml.c if (URI == NULL) NULL 415 libxml/libxml.c return(NULL); NULL 418 libxml/libxml.c if (puri != NULL) { NULL 419 libxml/libxml.c if (puri->scheme != NULL) NULL 420 libxml/libxml.c unescaped = xmlURIUnescapeString(URI, 0, NULL); NULL 424 libxml/libxml.c if (unescaped != NULL) { NULL 430 libxml/libxml.c if (context == NULL) { NULL 434 libxml/libxml.c if (context == NULL) { NULL 435 libxml/libxml.c return(NULL); NULL 440 libxml/libxml.c if (ret != NULL) { NULL 472 libxml/libxml.c error_copy.node = NULL; NULL 475 libxml/libxml.c error_copy.ctxt = NULL; NULL 477 libxml/libxml.c error_copy.file = NULL; NULL 478 libxml/libxml.c error_copy.str1 = NULL; NULL 479 libxml/libxml.c error_copy.str2 = NULL; NULL 480 libxml/libxml.c error_copy.str3 = NULL; NULL 495 libxml/libxml.c if (parser != NULL && parser->input != NULL) { NULL 497 libxml/libxml.c php_error_docref(NULL TSRMLS_CC, level, "%s in %s, line: %d", msg, parser->input->filename, parser->input->line); NULL 499 libxml/libxml.c php_error_docref(NULL TSRMLS_CC, level, "%s in Entity, line: %d", msg, parser->input->line); NULL 507 libxml/libxml.c _php_list_set_error_structure(NULL, msg); NULL 509 libxml/libxml.c php_error_docref(NULL TSRMLS_CC, level, "%s", msg); NULL 535 libxml/libxml.c _php_list_set_error_structure(NULL, LIBXML(error_buffer).c); NULL 545 libxml/libxml.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", LIBXML(error_buffer).c); NULL 555 libxml/libxml.c xmlParserInputPtr ret = NULL; NULL 556 libxml/libxml.c const char *resource = NULL; NULL 557 libxml/libxml.c zval *public = NULL, NULL 558 libxml/libxml.c *system = NULL, NULL 559 libxml/libxml.c *ctxzv = NULL, NULL 561 libxml/libxml.c *retval_ptr = NULL; NULL 574 libxml/libxml.c if (ID != NULL) { NULL 578 libxml/libxml.c if (URL != NULL) { NULL 585 libxml/libxml.c if (context->memb == NULL) { \ NULL 605 libxml/libxml.c if (retval != SUCCESS || fci->retval_ptr_ptr == NULL) { NULL 611 libxml/libxml.c if (retval_ptr == NULL) { NULL 622 libxml/libxml.c if (stream == NULL) { NULL 631 libxml/libxml.c if (pib == NULL) { NULL 642 libxml/libxml.c if (ret == NULL) { NULL 655 libxml/libxml.c if (ret == NULL) { NULL 656 libxml/libxml.c if (resource == NULL) { NULL 657 libxml/libxml.c if (ID == NULL) { NULL 671 libxml/libxml.c if (retval_ptr != NULL) { NULL 716 libxml/libxml.c _php_list_set_error_structure(error, NULL); NULL 739 libxml/libxml.c zend_hash_init(&php_libxml_exports, 0, NULL, NULL, 1); NULL 816 libxml/libxml.c INIT_CLASS_ENTRY(ce, "LibXMLError", NULL); NULL 824 libxml/libxml.c NULL NULL 838 libxml/libxml.c xmlSetGenericErrorFunc(NULL, php_libxml_error_handler); NULL 851 libxml/libxml.c xmlSetGenericErrorFunc(NULL, php_libxml_error_handler); NULL 862 libxml/libxml.c xmlSetGenericErrorFunc(NULL, NULL); NULL 864 libxml/libxml.c xmlParserInputBufferCreateFilenameDefault(NULL); NULL 865 libxml/libxml.c xmlOutputBufferCreateFilenameDefault(NULL); NULL 877 libxml/libxml.c xmlSetGenericErrorFunc(NULL, NULL); NULL 879 libxml/libxml.c xmlParserInputBufferCreateFilenameDefault(NULL); NULL 880 libxml/libxml.c xmlOutputBufferCreateFilenameDefault(NULL); NULL 882 libxml/libxml.c xmlSetStructuredErrorFunc(NULL, NULL); NULL 887 libxml/libxml.c LIBXML(stream_context) = NULL; NULL 893 libxml/libxml.c LIBXML(error_list) = NULL; NULL 925 libxml/libxml.c LIBXML(stream_context) = NULL; NULL 955 libxml/libxml.c xmlSetStructuredErrorFunc(NULL, NULL); NULL 959 libxml/libxml.c LIBXML(error_list) = NULL; NULL 962 libxml/libxml.c xmlSetStructuredErrorFunc(NULL, php_libxml_structured_error_handler); NULL 963 libxml/libxml.c if (LIBXML(error_list) == NULL) { NULL 1017 libxml/libxml.c while (error != NULL) { NULL 1096 libxml/libxml.c if (fci.object_ptr != NULL) { NULL 1141 libxml/libxml.c return zend_hash_add(&php_libxml_exports, ce->name, ce->name_length + 1, &export_hnd, sizeof(export_hnd), NULL); NULL 1146 libxml/libxml.c zend_class_entry *ce = NULL; NULL 1147 libxml/libxml.c xmlNodePtr node = NULL; NULL 1152 libxml/libxml.c while (ce->parent != NULL) { NULL 1166 libxml/libxml.c if (object != NULL && node != NULL) { NULL 1167 libxml/libxml.c if (object->node != NULL) { NULL 1174 libxml/libxml.c if (node->_private != NULL) { NULL 1178 libxml/libxml.c if (object->node->_private == NULL) { NULL 1199 libxml/libxml.c if (object != NULL && object->node != NULL) { NULL 1203 libxml/libxml.c if (obj_node->node != NULL) { NULL 1204 libxml/libxml.c obj_node->node->_private = NULL; NULL 1208 libxml/libxml.c object->node = NULL; NULL 1218 libxml/libxml.c if (object->document != NULL) { NULL 1221 libxml/libxml.c } else if (docp != NULL) { NULL 1226 libxml/libxml.c object->document->doc_props = NULL; NULL 1236 libxml/libxml.c if (object != NULL && object->document != NULL) { NULL 1239 libxml/libxml.c if (object->document->ptr != NULL) { NULL 1242 libxml/libxml.c if (object->document->doc_props != NULL) { NULL 1250 libxml/libxml.c object->document = NULL; NULL 1268 libxml/libxml.c if (node->parent == NULL || node->type == XML_NAMESPACE_DECL) { NULL 1284 libxml/libxml.c node->doc = NULL; NULL 1299 libxml/libxml.c if (object != NULL && object->node != NULL) { NULL 1307 libxml/libxml.c obj_node->_private = NULL; NULL 1311 libxml/libxml.c if (object != NULL && object->document != NULL) { NULL 112 libxml/php_libxml.h #define libxml_module_ptr NULL NULL 290 mbstring/libmbfl/filters/html_entities.c {NULL, -1} /* mark end of table */ NULL 42 mbstring/libmbfl/filters/mbfilter_7bit.c NULL, NULL 43 mbstring/libmbfl/filters/mbfilter_7bit.c NULL, NULL 39 mbstring/libmbfl/filters/mbfilter_armscii8.c static const char *mbfl_encoding_armscii8_aliases[] = {"ArmSCII-8", "ArmSCII8", "ARMSCII-8", "ARMSCII8", NULL}; NULL 46 mbstring/libmbfl/filters/mbfilter_armscii8.c NULL, NULL 40 mbstring/libmbfl/filters/mbfilter_ascii.c static const char *mbfl_encoding_ascii_aliases[] = {"ANSI_X3.4-1968", "iso-ir-6", "ANSI_X3.4-1986", "ISO_646.irv:1991", "US-ASCII", "ISO646-US", "us", "IBM367", "IBM-367", "cp367", "csASCII", NULL}; NULL 47 mbstring/libmbfl/filters/mbfilter_ascii.c NULL, NULL 42 mbstring/libmbfl/filters/mbfilter_base64.c NULL, NULL 43 mbstring/libmbfl/filters/mbfilter_base64.c NULL, NULL 60 mbstring/libmbfl/filters/mbfilter_big5.c static const char *mbfl_encoding_big5_aliases[] = {"CN-BIG5", "BIG-FIVE", "BIGFIVE", NULL}; NULL 75 mbstring/libmbfl/filters/mbfilter_big5.c NULL, NULL 41 mbstring/libmbfl/filters/mbfilter_byte2.c NULL, NULL 42 mbstring/libmbfl/filters/mbfilter_byte2.c NULL, NULL 43 mbstring/libmbfl/filters/mbfilter_byte2.c NULL, NULL 50 mbstring/libmbfl/filters/mbfilter_byte2.c NULL, NULL 51 mbstring/libmbfl/filters/mbfilter_byte2.c NULL, NULL 52 mbstring/libmbfl/filters/mbfilter_byte2.c NULL, NULL 41 mbstring/libmbfl/filters/mbfilter_byte4.c NULL, NULL 42 mbstring/libmbfl/filters/mbfilter_byte4.c NULL, NULL 43 mbstring/libmbfl/filters/mbfilter_byte4.c NULL, NULL 50 mbstring/libmbfl/filters/mbfilter_byte4.c NULL, NULL 51 mbstring/libmbfl/filters/mbfilter_byte4.c NULL, NULL 52 mbstring/libmbfl/filters/mbfilter_byte4.c NULL, NULL 40 mbstring/libmbfl/filters/mbfilter_cp1251.c static const char *mbfl_encoding_cp1251_aliases[] = {"CP1251", "CP-1251", "WINDOWS-1251", NULL}; NULL 47 mbstring/libmbfl/filters/mbfilter_cp1251.c NULL, NULL 40 mbstring/libmbfl/filters/mbfilter_cp1252.c static const char *mbfl_encoding_cp1252_aliases[] = {"cp1252", NULL}; NULL 47 mbstring/libmbfl/filters/mbfilter_cp1252.c NULL, NULL 40 mbstring/libmbfl/filters/mbfilter_cp1254.c static const char *mbfl_encoding_cp1254_aliases[] = {"CP1254", "CP-1254", "WINDOWS-1254", NULL}; NULL 47 mbstring/libmbfl/filters/mbfilter_cp1254.c NULL, NULL 55 mbstring/libmbfl/filters/mbfilter_cp5022x.c NULL, NULL 56 mbstring/libmbfl/filters/mbfilter_cp5022x.c NULL, NULL 64 mbstring/libmbfl/filters/mbfilter_cp5022x.c (const char *(*)[])NULL, NULL 65 mbstring/libmbfl/filters/mbfilter_cp5022x.c NULL, NULL 73 mbstring/libmbfl/filters/mbfilter_cp5022x.c (const char *(*)[])NULL, NULL 74 mbstring/libmbfl/filters/mbfilter_cp5022x.c NULL, NULL 82 mbstring/libmbfl/filters/mbfilter_cp5022x.c NULL, NULL 83 mbstring/libmbfl/filters/mbfilter_cp5022x.c NULL, NULL 91 mbstring/libmbfl/filters/mbfilter_cp5022x.c NULL, NULL 92 mbstring/libmbfl/filters/mbfilter_cp5022x.c NULL, NULL 575 mbstring/libmbfl/filters/mbfilter_cp5022x.c if (ctx == NULL) { NULL 601 mbstring/libmbfl/filters/mbfilter_cp5022x.c if (ctx != NULL) { NULL 614 mbstring/libmbfl/filters/mbfilter_cp5022x.c if (filt->opaque != NULL) { NULL 959 mbstring/libmbfl/filters/mbfilter_cp5022x.c if (filter->flush_function != NULL) { NULL 63 mbstring/libmbfl/filters/mbfilter_cp51932.c static const char *mbfl_encoding_cp51932_aliases[] = {"cp51932", NULL}; NULL 36 mbstring/libmbfl/filters/mbfilter_cp850.c static const char *mbfl_encoding_cp850_aliases[] = {"CP850", "CP-850", "IBM850", "IBM-850", NULL}; NULL 43 mbstring/libmbfl/filters/mbfilter_cp850.c NULL, NULL 40 mbstring/libmbfl/filters/mbfilter_cp866.c static const char *mbfl_encoding_cp866_aliases[] = {"CP866", "CP-866", "IBM866", "IBM-866", NULL}; NULL 47 mbstring/libmbfl/filters/mbfilter_cp866.c NULL, NULL 61 mbstring/libmbfl/filters/mbfilter_cp932.c static const char *mbfl_encoding_cp932_aliases[] = {"MS932", "Windows-31J", "MS_Kanji", NULL}; NULL 60 mbstring/libmbfl/filters/mbfilter_cp936.c static const char *mbfl_encoding_cp936_aliases[] = {"CP-936", "GBK", NULL}; NULL 60 mbstring/libmbfl/filters/mbfilter_euc_cn.c static const char *mbfl_encoding_euc_cn_aliases[] = {"CN-GB", "EUC_CN", "eucCN", "x-euc-cn", "gb2312", NULL}; NULL 61 mbstring/libmbfl/filters/mbfilter_euc_jp.c static const char *mbfl_encoding_euc_jp_aliases[] = {"EUC", "EUC_JP", "eucJP", "x-euc-jp", NULL}; NULL 43 mbstring/libmbfl/filters/mbfilter_euc_jp_2004.c static const char *mbfl_encoding_eucjp2004_aliases[] = {"EUC_JP-2004", NULL}; NULL 64 mbstring/libmbfl/filters/mbfilter_euc_jp_win.c "eucJP-ms", NULL}; NULL 59 mbstring/libmbfl/filters/mbfilter_euc_kr.c static const char *mbfl_encoding_euc_kr_aliases[] = {"EUC_KR", "eucKR", "x-euc-kr", NULL}; NULL 61 mbstring/libmbfl/filters/mbfilter_euc_tw.c static const char *mbfl_encoding_euc_tw_aliases[] = {"EUC_TW", "eucTW", "x-euc-tw", NULL}; NULL 42 mbstring/libmbfl/filters/mbfilter_gb18030.c static const char *mbfl_encoding_gb18030_aliases[] = {"gb-18030", "gb-18030-2000", NULL}; NULL 49 mbstring/libmbfl/filters/mbfilter_gb18030.c NULL, NULL 65 mbstring/libmbfl/filters/mbfilter_htmlent.c static const char *mbfl_encoding_html_ent_aliases[] = {"HTML", "html", NULL}; NULL 72 mbstring/libmbfl/filters/mbfilter_htmlent.c NULL, NULL 111 mbstring/libmbfl/filters/mbfilter_htmlent.c for (i = 0; (e = &mbfl_html_entity_list[i])->name != NULL; i++) { NULL 148 mbstring/libmbfl/filters/mbfilter_htmlent.c filter->opaque = NULL; NULL 150 mbstring/libmbfl/filters/mbfilter_htmlent.c if (filter->flush_function != NULL) { NULL 176 mbstring/libmbfl/filters/mbfilter_htmlent.c filter->opaque = NULL; NULL 305 mbstring/libmbfl/filters/mbfilter_htmlent.c if (filter->flush_function != NULL) { NULL 45 mbstring/libmbfl/filters/mbfilter_hz.c NULL, NULL 46 mbstring/libmbfl/filters/mbfilter_hz.c NULL, NULL 43 mbstring/libmbfl/filters/mbfilter_iso2022_jp_ms.c static const char *mbfl_encoding_2022jpms_aliases[] = {"ISO2022JPMS", NULL}; NULL 50 mbstring/libmbfl/filters/mbfilter_iso2022_jp_ms.c NULL, NULL 429 mbstring/libmbfl/filters/mbfilter_iso2022_jp_ms.c if (filter->flush_function != NULL) { NULL 44 mbstring/libmbfl/filters/mbfilter_iso2022_kr.c NULL, NULL 45 mbstring/libmbfl/filters/mbfilter_iso2022_kr.c NULL, NULL 282 mbstring/libmbfl/filters/mbfilter_iso2022_kr.c if (filter->flush_function != NULL) { NULL 48 mbstring/libmbfl/filters/mbfilter_iso2022jp_2004.c NULL, NULL 49 mbstring/libmbfl/filters/mbfilter_iso2022jp_2004.c NULL, NULL 45 mbstring/libmbfl/filters/mbfilter_iso2022jp_mobile.c static const char *mbfl_encoding_2022jp_kddi_aliases[] = {"ISO-2022-JP-KDDI", NULL}; NULL 52 mbstring/libmbfl/filters/mbfilter_iso2022jp_mobile.c NULL, NULL 37 mbstring/libmbfl/filters/mbfilter_iso8859_1.c static const char *mbfl_encoding_8859_1_aliases[] = {"ISO_8859-1", "latin1", NULL}; NULL 44 mbstring/libmbfl/filters/mbfilter_iso8859_1.c NULL, NULL 38 mbstring/libmbfl/filters/mbfilter_iso8859_10.c static const char *mbfl_encoding_8859_10_aliases[] = {"ISO_8859-10", "latin6", NULL}; NULL 45 mbstring/libmbfl/filters/mbfilter_iso8859_10.c NULL, NULL 38 mbstring/libmbfl/filters/mbfilter_iso8859_13.c static const char *mbfl_encoding_8859_13_aliases[] = {"ISO_8859-13", NULL}; NULL 45 mbstring/libmbfl/filters/mbfilter_iso8859_13.c NULL, NULL 38 mbstring/libmbfl/filters/mbfilter_iso8859_14.c static const char *mbfl_encoding_8859_14_aliases[] = {"ISO_8859-14", "latin8", NULL}; NULL 45 mbstring/libmbfl/filters/mbfilter_iso8859_14.c NULL, NULL 38 mbstring/libmbfl/filters/mbfilter_iso8859_15.c static const char *mbfl_encoding_8859_15_aliases[] = {"ISO_8859-15", NULL}; NULL 45 mbstring/libmbfl/filters/mbfilter_iso8859_15.c NULL, NULL 38 mbstring/libmbfl/filters/mbfilter_iso8859_16.c static const char *mbfl_encoding_8859_16_aliases[] = {"ISO_8859-16", NULL}; NULL 45 mbstring/libmbfl/filters/mbfilter_iso8859_16.c NULL, NULL 38 mbstring/libmbfl/filters/mbfilter_iso8859_2.c static const char *mbfl_encoding_8859_2_aliases[] = {"ISO_8859-2", "latin2", NULL}; NULL 45 mbstring/libmbfl/filters/mbfilter_iso8859_2.c NULL, NULL 38 mbstring/libmbfl/filters/mbfilter_iso8859_3.c static const char *mbfl_encoding_8859_3_aliases[] = {"ISO_8859-3", "latin3", NULL}; NULL 45 mbstring/libmbfl/filters/mbfilter_iso8859_3.c NULL, NULL 38 mbstring/libmbfl/filters/mbfilter_iso8859_4.c static const char *mbfl_encoding_8859_4_aliases[] = {"ISO_8859-4", "latin4", NULL}; NULL 45 mbstring/libmbfl/filters/mbfilter_iso8859_4.c NULL, NULL 38 mbstring/libmbfl/filters/mbfilter_iso8859_5.c static const char *mbfl_encoding_8859_5_aliases[] = {"ISO_8859-5", "cyrillic", NULL}; NULL 45 mbstring/libmbfl/filters/mbfilter_iso8859_5.c NULL, NULL 38 mbstring/libmbfl/filters/mbfilter_iso8859_6.c static const char *mbfl_encoding_8859_6_aliases[] = {"ISO_8859-6", "arabic", NULL}; NULL 45 mbstring/libmbfl/filters/mbfilter_iso8859_6.c NULL, NULL 38 mbstring/libmbfl/filters/mbfilter_iso8859_7.c static const char *mbfl_encoding_8859_7_aliases[] = {"ISO_8859-7", "greek", NULL}; NULL 45 mbstring/libmbfl/filters/mbfilter_iso8859_7.c NULL, NULL 38 mbstring/libmbfl/filters/mbfilter_iso8859_8.c static const char *mbfl_encoding_8859_8_aliases[] = {"ISO_8859-8", "hebrew", NULL}; NULL 45 mbstring/libmbfl/filters/mbfilter_iso8859_8.c NULL, NULL 38 mbstring/libmbfl/filters/mbfilter_iso8859_9.c static const char *mbfl_encoding_8859_9_aliases[] = {"ISO_8859-9", "latin5", NULL}; NULL 45 mbstring/libmbfl/filters/mbfilter_iso8859_9.c NULL, NULL 47 mbstring/libmbfl/filters/mbfilter_jis.c NULL, NULL 48 mbstring/libmbfl/filters/mbfilter_jis.c NULL, NULL 56 mbstring/libmbfl/filters/mbfilter_jis.c NULL, NULL 57 mbstring/libmbfl/filters/mbfilter_jis.c NULL, NULL 482 mbstring/libmbfl/filters/mbfilter_jis.c if (filter->flush_function != NULL) { NULL 40 mbstring/libmbfl/filters/mbfilter_koi8r.c static const char *mbfl_encoding_koi8r_aliases[] = {"KOI8-R", "KOI8R", NULL}; NULL 47 mbstring/libmbfl/filters/mbfilter_koi8r.c NULL, NULL 37 mbstring/libmbfl/filters/mbfilter_koi8u.c static const char *mbfl_encoding_koi8u_aliases[] = {"KOI8-U", "KOI8U", NULL}; NULL 44 mbstring/libmbfl/filters/mbfilter_koi8u.c NULL, NULL 38 mbstring/libmbfl/filters/mbfilter_qprint.c static const char *mbfl_encoding_qprint_aliases[] = {"qprint", NULL}; NULL 45 mbstring/libmbfl/filters/mbfilter_qprint.c NULL, NULL 64 mbstring/libmbfl/filters/mbfilter_sjis.c static const char *mbfl_encoding_sjis_aliases[] = {"x-sjis", "SHIFT-JIS", NULL}; NULL 48 mbstring/libmbfl/filters/mbfilter_sjis_2004.c static const char *mbfl_encoding_sjis2004_aliases[] = {"SJIS2004","Shift_JIS-2004", NULL}; NULL 720 mbstring/libmbfl/filters/mbfilter_sjis_2004.c if (filter->flush_function != NULL) { NULL 47 mbstring/libmbfl/filters/mbfilter_sjis_mac.c static const char *mbfl_encoding_sjis_mac_aliases[] = {"MacJapanese", "x-Mac-Japanese", NULL}; NULL 694 mbstring/libmbfl/filters/mbfilter_sjis_mac.c if (filter->flush_function != NULL) { NULL 47 mbstring/libmbfl/filters/mbfilter_sjis_mobile.c static const char *mbfl_encoding_sjis_docomo_aliases[] = {"SJIS-DOCOMO", "shift_jis-imode", "x-sjis-emoji-docomo", NULL}; NULL 48 mbstring/libmbfl/filters/mbfilter_sjis_mobile.c static const char *mbfl_encoding_sjis_kddi_aliases[] = {"SJIS-KDDI", "shift_jis-kddi", "x-sjis-emoji-kddi", NULL}; NULL 49 mbstring/libmbfl/filters/mbfilter_sjis_mobile.c static const char *mbfl_encoding_sjis_sb_aliases[] = {"SJIS-SOFTBANK", "shift_jis-softbank", "x-sjis-emoji-softbank", NULL}; NULL 921 mbstring/libmbfl/filters/mbfilter_sjis_mobile.c if (filter->flush_function != NULL) { NULL 61 mbstring/libmbfl/filters/mbfilter_sjis_open.c static const char *mbfl_encoding_sjis_open_aliases[] = {"SJIS-open", "SJIS-ms", NULL}; NULL 287 mbstring/libmbfl/filters/mbfilter_tl_jisx0201_jisx0208.c if (filt->flush_function != NULL) { NULL 37 mbstring/libmbfl/filters/mbfilter_ucs2.c static const char *mbfl_encoding_ucs2_aliases[] = {"ISO-10646-UCS-2", "UCS2" , "UNICODE", NULL}; NULL 44 mbstring/libmbfl/filters/mbfilter_ucs2.c NULL, NULL 52 mbstring/libmbfl/filters/mbfilter_ucs2.c NULL, NULL 53 mbstring/libmbfl/filters/mbfilter_ucs2.c NULL, NULL 61 mbstring/libmbfl/filters/mbfilter_ucs2.c NULL, NULL 62 mbstring/libmbfl/filters/mbfilter_ucs2.c NULL, NULL 37 mbstring/libmbfl/filters/mbfilter_ucs4.c static const char *mbfl_encoding_ucs4_aliases[] = {"ISO-10646-UCS-4", "UCS4", NULL}; NULL 44 mbstring/libmbfl/filters/mbfilter_ucs4.c NULL, NULL 52 mbstring/libmbfl/filters/mbfilter_ucs4.c NULL, NULL 53 mbstring/libmbfl/filters/mbfilter_ucs4.c NULL, NULL 61 mbstring/libmbfl/filters/mbfilter_ucs4.c NULL, NULL 62 mbstring/libmbfl/filters/mbfilter_ucs4.c NULL, NULL 60 mbstring/libmbfl/filters/mbfilter_uhc.c static const char *mbfl_encoding_uhc_aliases[] = {"CP949", NULL}; NULL 37 mbstring/libmbfl/filters/mbfilter_utf16.c static const char *mbfl_encoding_utf16_aliases[] = {"utf16", NULL}; NULL 44 mbstring/libmbfl/filters/mbfilter_utf16.c NULL, NULL 52 mbstring/libmbfl/filters/mbfilter_utf16.c NULL, NULL 53 mbstring/libmbfl/filters/mbfilter_utf16.c NULL, NULL 61 mbstring/libmbfl/filters/mbfilter_utf16.c NULL, NULL 62 mbstring/libmbfl/filters/mbfilter_utf16.c NULL, NULL 37 mbstring/libmbfl/filters/mbfilter_utf32.c static const char *mbfl_encoding_utf32_aliases[] = {"utf32", NULL}; NULL 44 mbstring/libmbfl/filters/mbfilter_utf32.c NULL, NULL 52 mbstring/libmbfl/filters/mbfilter_utf32.c NULL, NULL 53 mbstring/libmbfl/filters/mbfilter_utf32.c NULL, NULL 61 mbstring/libmbfl/filters/mbfilter_utf32.c NULL, NULL 62 mbstring/libmbfl/filters/mbfilter_utf32.c NULL, NULL 52 mbstring/libmbfl/filters/mbfilter_utf7.c static const char *mbfl_encoding_utf7_aliases[] = {"utf7", NULL}; NULL 59 mbstring/libmbfl/filters/mbfilter_utf7.c NULL, NULL 409 mbstring/libmbfl/filters/mbfilter_utf7.c if (filter->flush_function != NULL) { NULL 40 mbstring/libmbfl/filters/mbfilter_utf7imap.c NULL, NULL 41 mbstring/libmbfl/filters/mbfilter_utf7imap.c NULL, NULL 42 mbstring/libmbfl/filters/mbfilter_utf7imap.c NULL, NULL 58 mbstring/libmbfl/filters/mbfilter_utf8.c static const char *mbfl_encoding_utf8_aliases[] = {"utf8", NULL}; NULL 43 mbstring/libmbfl/filters/mbfilter_utf8_mobile.c static const char *mbfl_encoding_utf8_docomo_aliases[] = {"UTF-8-DOCOMO", "UTF8-DOCOMO", NULL}; NULL 44 mbstring/libmbfl/filters/mbfilter_utf8_mobile.c static const char *mbfl_encoding_utf8_kddi_a_aliases[] = {NULL}; NULL 45 mbstring/libmbfl/filters/mbfilter_utf8_mobile.c static const char *mbfl_encoding_utf8_kddi_b_aliases[] = {"UTF-8-Mobile#KDDI", "UTF-8-KDDI", "UTF8-KDDI", NULL}; NULL 46 mbstring/libmbfl/filters/mbfilter_utf8_mobile.c static const char *mbfl_encoding_utf8_sb_aliases[] = {"UTF-8-SOFTBANK", "UTF8-SOFTBANK", NULL}; NULL 41 mbstring/libmbfl/filters/mbfilter_uuencode.c NULL, NULL 42 mbstring/libmbfl/filters/mbfilter_uuencode.c NULL, NULL 147 mbstring/libmbfl/mbfl/mbfilter.c if (convd == NULL) { NULL 148 mbstring/libmbfl/mbfl/mbfilter.c return NULL; NULL 156 mbstring/libmbfl/mbfl/mbfilter.c convd->filter1 = NULL; NULL 157 mbstring/libmbfl/mbfl/mbfilter.c convd->filter2 = NULL; NULL 158 mbstring/libmbfl/mbfl/mbfilter.c if (mbfl_convert_filter_get_vtbl(convd->from->no_encoding, convd->to->no_encoding) != NULL) { NULL 159 mbstring/libmbfl/mbfl/mbfilter.c convd->filter1 = mbfl_convert_filter_new(convd->from->no_encoding, convd->to->no_encoding, mbfl_memory_device_output, NULL, &convd->device); NULL 161 mbstring/libmbfl/mbfl/mbfilter.c convd->filter2 = mbfl_convert_filter_new(mbfl_no_encoding_wchar, convd->to->no_encoding, mbfl_memory_device_output, NULL, &convd->device); NULL 162 mbstring/libmbfl/mbfl/mbfilter.c if (convd->filter2 != NULL) { NULL 168 mbstring/libmbfl/mbfl/mbfilter.c if (convd->filter1 == NULL) { NULL 173 mbstring/libmbfl/mbfl/mbfilter.c if (convd->filter1 == NULL) { NULL 174 mbstring/libmbfl/mbfl/mbfilter.c return NULL; NULL 186 mbstring/libmbfl/mbfl/mbfilter.c if (convd != NULL) { NULL 207 mbstring/libmbfl/mbfl/mbfilter.c if (convd != NULL) { NULL 208 mbstring/libmbfl/mbfl/mbfilter.c if (convd->filter2 != NULL) { NULL 210 mbstring/libmbfl/mbfl/mbfilter.c } else if (convd->filter1 != NULL) { NULL 223 mbstring/libmbfl/mbfl/mbfilter.c if (convd != NULL) { NULL 224 mbstring/libmbfl/mbfl/mbfilter.c if (convd->filter2 != NULL) { NULL 226 mbstring/libmbfl/mbfl/mbfilter.c } else if (convd->filter1 != NULL) { NULL 242 mbstring/libmbfl/mbfl/mbfilter.c if (convd != NULL && p != NULL) { NULL 244 mbstring/libmbfl/mbfl/mbfilter.c if (filter != NULL) { NULL 261 mbstring/libmbfl/mbfl/mbfilter.c return mbfl_buffer_converter_feed2(convd, string, NULL); NULL 272 mbstring/libmbfl/mbfl/mbfilter.c if (convd == NULL || string == NULL) { NULL 281 mbstring/libmbfl/mbfl/mbfilter.c if (filter != NULL) { NULL 303 mbstring/libmbfl/mbfl/mbfilter.c if (convd == NULL) { NULL 307 mbstring/libmbfl/mbfl/mbfilter.c if (convd->filter1 != NULL) { NULL 310 mbstring/libmbfl/mbfl/mbfilter.c if (convd->filter2 != NULL) { NULL 320 mbstring/libmbfl/mbfl/mbfilter.c if (convd != NULL && result != NULL && convd->device.buffer != NULL) { NULL 325 mbstring/libmbfl/mbfl/mbfilter.c result = NULL; NULL 334 mbstring/libmbfl/mbfl/mbfilter.c if (convd == NULL || result == NULL) { NULL 335 mbstring/libmbfl/mbfl/mbfilter.c return NULL; NULL 345 mbstring/libmbfl/mbfl/mbfilter.c if (convd == NULL || string == NULL || result == NULL) { NULL 346 mbstring/libmbfl/mbfl/mbfilter.c return NULL; NULL 349 mbstring/libmbfl/mbfl/mbfilter.c if (convd->filter1 != NULL) { NULL 352 mbstring/libmbfl/mbfl/mbfilter.c if (convd->filter2 != NULL) { NULL 363 mbstring/libmbfl/mbfl/mbfilter.c if (convd == NULL) { NULL 367 mbstring/libmbfl/mbfl/mbfilter.c if (convd->filter1 != NULL) { NULL 371 mbstring/libmbfl/mbfl/mbfilter.c if (convd->filter2 != NULL) { NULL 389 mbstring/libmbfl/mbfl/mbfilter.c if (elist == NULL || elistsz <= 0) { NULL 390 mbstring/libmbfl/mbfl/mbfilter.c return NULL; NULL 395 mbstring/libmbfl/mbfl/mbfilter.c if (identd == NULL) { NULL 396 mbstring/libmbfl/mbfl/mbfilter.c return NULL; NULL 399 mbstring/libmbfl/mbfl/mbfilter.c if (identd->filter_list == NULL) { NULL 401 mbstring/libmbfl/mbfl/mbfilter.c return NULL; NULL 409 mbstring/libmbfl/mbfl/mbfilter.c if (filter != NULL) { NULL 431 mbstring/libmbfl/mbfl/mbfilter.c if (elist == NULL || elistsz <= 0) { NULL 432 mbstring/libmbfl/mbfl/mbfilter.c return NULL; NULL 437 mbstring/libmbfl/mbfl/mbfilter.c if (identd == NULL) { NULL 438 mbstring/libmbfl/mbfl/mbfilter.c return NULL; NULL 441 mbstring/libmbfl/mbfl/mbfilter.c if (identd->filter_list == NULL) { NULL 443 mbstring/libmbfl/mbfl/mbfilter.c return NULL; NULL 451 mbstring/libmbfl/mbfl/mbfilter.c if (filter != NULL) { NULL 471 mbstring/libmbfl/mbfl/mbfilter.c if (identd != NULL) { NULL 472 mbstring/libmbfl/mbfl/mbfilter.c if (identd->filter_list != NULL) { NULL 493 mbstring/libmbfl/mbfl/mbfilter.c if (identd != NULL && string != NULL && string->val != NULL) { NULL 523 mbstring/libmbfl/mbfl/mbfilter.c const mbfl_encoding *encoding = NULL; NULL 527 mbstring/libmbfl/mbfl/mbfilter.c if (identd != NULL) { NULL 580 mbstring/libmbfl/mbfl/mbfilter.c if (encoding == NULL || string == NULL || result == NULL) { NULL 581 mbstring/libmbfl/mbfl/mbfilter.c return NULL; NULL 584 mbstring/libmbfl/mbfl/mbfilter.c filter1 = NULL; NULL 585 mbstring/libmbfl/mbfl/mbfilter.c filter2 = NULL; NULL 586 mbstring/libmbfl/mbfl/mbfilter.c if (mbfl_convert_filter_get_vtbl(string->no_encoding, toenc) != NULL) { NULL 590 mbstring/libmbfl/mbfl/mbfilter.c if (filter2 != NULL) { NULL 591 mbstring/libmbfl/mbfl/mbfilter.c filter1 = mbfl_convert_filter_new(string->no_encoding, mbfl_no_encoding_wchar, (int (*)(int, void*))filter2->filter_function, NULL, filter2); NULL 592 mbstring/libmbfl/mbfl/mbfilter.c if (filter1 == NULL) { NULL 597 mbstring/libmbfl/mbfl/mbfilter.c if (filter1 == NULL) { NULL 598 mbstring/libmbfl/mbfl/mbfilter.c return NULL; NULL 601 mbstring/libmbfl/mbfl/mbfilter.c if (filter2 != NULL) { NULL 611 mbstring/libmbfl/mbfl/mbfilter.c if (p != NULL) { NULL 622 mbstring/libmbfl/mbfl/mbfilter.c if (filter2 != NULL) { NULL 644 mbstring/libmbfl/mbfl/mbfilter.c if (flist == NULL) { NULL 645 mbstring/libmbfl/mbfl/mbfilter.c return NULL; NULL 649 mbstring/libmbfl/mbfl/mbfilter.c if (elist != NULL) { NULL 661 mbstring/libmbfl/mbfl/mbfilter.c if (p != NULL) { NULL 682 mbstring/libmbfl/mbfl/mbfilter.c encoding = NULL; NULL 727 mbstring/libmbfl/mbfl/mbfilter.c if (flist == NULL) { NULL 728 mbstring/libmbfl/mbfl/mbfilter.c return NULL; NULL 732 mbstring/libmbfl/mbfl/mbfilter.c if (elist != NULL) { NULL 744 mbstring/libmbfl/mbfl/mbfilter.c if (p != NULL) { NULL 765 mbstring/libmbfl/mbfl/mbfilter.c encoding = NULL; NULL 819 mbstring/libmbfl/mbfl/mbfilter.c if (encoding == NULL || string == NULL) { NULL 830 mbstring/libmbfl/mbfl/mbfilter.c } else if (encoding->mblen_table != NULL) { NULL 836 mbstring/libmbfl/mbfl/mbfilter.c if (p != NULL) { NULL 850 mbstring/libmbfl/mbfl/mbfilter.c if (filter == NULL) { NULL 856 mbstring/libmbfl/mbfl/mbfilter.c if (p != NULL) { NULL 943 mbstring/libmbfl/mbfl/mbfilter.c if (string == NULL) { NULL 947 mbstring/libmbfl/mbfl/mbfilter.c if (encoding == NULL) { NULL 958 mbstring/libmbfl/mbfl/mbfilter.c } else if (encoding->mblen_table != NULL) { NULL 964 mbstring/libmbfl/mbfl/mbfilter.c if (p != NULL) { NULL 991 mbstring/libmbfl/mbfl/mbfilter.c if (haystack == NULL || haystack->val == NULL || needle == NULL || needle->val == NULL) { NULL 998 mbstring/libmbfl/mbfl/mbfilter.c if (u8_enc == NULL || u8_enc->mblen_table == NULL) { NULL 1007 mbstring/libmbfl/mbfl/mbfilter.c if (haystack_u8 == NULL) { NULL 1018 mbstring/libmbfl/mbfl/mbfilter.c if (needle_u8 == NULL) { NULL 1201 mbstring/libmbfl/mbfl/mbfilter.c if (haystack == NULL || needle == NULL) { NULL 1210 mbstring/libmbfl/mbfl/mbfilter.c if (filter == NULL) { NULL 1215 mbstring/libmbfl/mbfl/mbfilter.c if (p != NULL) { NULL 1226 mbstring/libmbfl/mbfl/mbfilter.c if (pc.needle.buffer == NULL) { NULL 1238 mbstring/libmbfl/mbfl/mbfilter.c if (filter == NULL) { NULL 1251 mbstring/libmbfl/mbfl/mbfilter.c if (p != NULL) { NULL 1313 mbstring/libmbfl/mbfl/mbfilter.c if (encoding == NULL || string == NULL || result == NULL) { NULL 1314 mbstring/libmbfl/mbfl/mbfilter.c return NULL; NULL 1321 mbstring/libmbfl/mbfl/mbfilter.c encoding->mblen_table != NULL) { NULL 1331 mbstring/libmbfl/mbfl/mbfilter.c } else if (encoding->mblen_table != NULL) { NULL 1338 mbstring/libmbfl/mbfl/mbfilter.c if (p != NULL) { NULL 1386 mbstring/libmbfl/mbfl/mbfilter.c if (w != NULL) { NULL 1388 mbstring/libmbfl/mbfl/mbfilter.c if (p != NULL) { NULL 1401 mbstring/libmbfl/mbfl/mbfilter.c result = NULL; NULL 1423 mbstring/libmbfl/mbfl/mbfilter.c if (decoder == NULL || encoder == NULL) { NULL 1426 mbstring/libmbfl/mbfl/mbfilter.c return NULL; NULL 1436 mbstring/libmbfl/mbfl/mbfilter.c if (p != NULL) { NULL 1469 mbstring/libmbfl/mbfl/mbfilter.c if (string == NULL || string->val == NULL || result == NULL) { NULL 1470 mbstring/libmbfl/mbfl/mbfilter.c return NULL; NULL 1474 mbstring/libmbfl/mbfl/mbfilter.c return NULL; NULL 1482 mbstring/libmbfl/mbfl/mbfilter.c if (encoding == NULL) { NULL 1483 mbstring/libmbfl/mbfl/mbfilter.c return NULL; NULL 1495 mbstring/libmbfl/mbfl/mbfilter.c || encoding->mblen_table != NULL) { NULL 1496 mbstring/libmbfl/mbfl/mbfilter.c const unsigned char *start = NULL; NULL 1497 mbstring/libmbfl/mbfl/mbfilter.c const unsigned char *end = NULL; NULL 1526 mbstring/libmbfl/mbfl/mbfilter.c } else if (encoding->mblen_table != NULL) { NULL 1554 mbstring/libmbfl/mbfl/mbfilter.c return NULL; NULL 1560 mbstring/libmbfl/mbfl/mbfilter.c sizeof(unsigned char))) == NULL) { NULL 1561 mbstring/libmbfl/mbfl/mbfilter.c return NULL; NULL 1573 mbstring/libmbfl/mbfl/mbfilter.c mbfl_convert_filter *encoder = NULL; NULL 1574 mbstring/libmbfl/mbfl/mbfilter.c mbfl_convert_filter *decoder = NULL; NULL 1588 mbstring/libmbfl/mbfl/mbfilter.c return NULL; NULL 1596 mbstring/libmbfl/mbfl/mbfilter.c NULL, NULL))) { NULL 1598 mbstring/libmbfl/mbfl/mbfilter.c return NULL; NULL 1785 mbstring/libmbfl/mbfl/mbfilter.c if (string->len > 0 && string->val != NULL) { NULL 1791 mbstring/libmbfl/mbfl/mbfilter.c if (filter == NULL) { NULL 1872 mbstring/libmbfl/mbfl/mbfilter.c if (string == NULL || result == NULL) { NULL 1873 mbstring/libmbfl/mbfl/mbfilter.c return NULL; NULL 1894 mbstring/libmbfl/mbfl/mbfilter.c if (pc.decoder == NULL || pc.decoder_backup == NULL || encoder == NULL) { NULL 1898 mbstring/libmbfl/mbfl/mbfilter.c return NULL; NULL 1914 mbstring/libmbfl/mbfl/mbfilter.c if (p != NULL) { NULL 1970 mbstring/libmbfl/mbfl/mbfilter.c mbfl_convert_filter *decoder = NULL; NULL 1971 mbstring/libmbfl/mbfl/mbfilter.c mbfl_convert_filter *encoder = NULL; NULL 1972 mbstring/libmbfl/mbfl/mbfilter.c mbfl_convert_filter *tl_filter = NULL; NULL 1973 mbstring/libmbfl/mbfl/mbfilter.c mbfl_convert_filter *next_filter = NULL; NULL 1974 mbstring/libmbfl/mbfl/mbfilter.c mbfl_filt_tl_jisx0201_jisx0208_param *param = NULL; NULL 1977 mbstring/libmbfl/mbfl/mbfilter.c if (string == NULL || result == NULL) { NULL 1978 mbstring/libmbfl/mbfl/mbfilter.c return NULL; NULL 1982 mbstring/libmbfl/mbfl/mbfilter.c if (encoding == NULL) { NULL 1983 mbstring/libmbfl/mbfl/mbfilter.c return NULL; NULL 1996 mbstring/libmbfl/mbfl/mbfilter.c if (decoder == NULL) { NULL 2003 mbstring/libmbfl/mbfl/mbfilter.c if (param == NULL) { NULL 2014 mbstring/libmbfl/mbfl/mbfilter.c if (tl_filter == NULL) { NULL 2028 mbstring/libmbfl/mbfl/mbfilter.c if (encoder == NULL) { NULL 2035 mbstring/libmbfl/mbfl/mbfilter.c if (p != NULL) { NULL 2047 mbstring/libmbfl/mbfl/mbfilter.c if (tl_filter != NULL) { NULL 2048 mbstring/libmbfl/mbfl/mbfilter.c if (tl_filter->opaque != NULL) { NULL 2054 mbstring/libmbfl/mbfl/mbfilter.c if (decoder != NULL) { NULL 2058 mbstring/libmbfl/mbfl/mbfilter.c if (encoder != NULL) { NULL 2240 mbstring/libmbfl/mbfl/mbfilter.c if (outencoding == NULL || outencoding->mime_name == NULL || outencoding->mime_name[0] == '\0') { NULL 2241 mbstring/libmbfl/mbfl/mbfilter.c return NULL; NULL 2245 mbstring/libmbfl/mbfl/mbfilter.c if (pe == NULL) { NULL 2246 mbstring/libmbfl/mbfl/mbfilter.c return NULL; NULL 2297 mbstring/libmbfl/mbfl/mbfilter.c if (pe->encod_filter == NULL || NULL 2298 mbstring/libmbfl/mbfl/mbfilter.c pe->encod_filter_backup == NULL || NULL 2299 mbstring/libmbfl/mbfl/mbfilter.c pe->conv2_filter == NULL || NULL 2300 mbstring/libmbfl/mbfl/mbfilter.c pe->conv2_filter_backup == NULL || NULL 2301 mbstring/libmbfl/mbfl/mbfilter.c pe->conv1_filter == NULL) { NULL 2303 mbstring/libmbfl/mbfl/mbfilter.c return NULL; NULL 2357 mbstring/libmbfl/mbfl/mbfilter.c if (pe == NULL) { NULL 2358 mbstring/libmbfl/mbfl/mbfilter.c return NULL; NULL 2361 mbstring/libmbfl/mbfl/mbfilter.c if (linefeed != NULL) { NULL 2434 mbstring/libmbfl/mbfl/mbfilter.c if (encoding != NULL) { NULL 2595 mbstring/libmbfl/mbfl/mbfilter.c if (pd == NULL) { NULL 2596 mbstring/libmbfl/mbfl/mbfilter.c return NULL; NULL 2612 mbstring/libmbfl/mbfl/mbfilter.c if (pd->conv1_filter == NULL || pd->conv2_filter == NULL || pd->deco_filter == NULL) { NULL 2614 mbstring/libmbfl/mbfl/mbfilter.c return NULL; NULL 2654 mbstring/libmbfl/mbfl/mbfilter.c if (pd == NULL) { NULL 2655 mbstring/libmbfl/mbfl/mbfilter.c return NULL; NULL 3045 mbstring/libmbfl/mbfl/mbfilter.c if (string == NULL || result == NULL) { NULL 3046 mbstring/libmbfl/mbfl/mbfilter.c return NULL; NULL 3076 mbstring/libmbfl/mbfl/mbfilter.c if (pc.decoder == NULL || encoder == NULL) { NULL 3079 mbstring/libmbfl/mbfl/mbfilter.c return NULL; NULL 3090 mbstring/libmbfl/mbfl/mbfilter.c if (p != NULL) { NULL 41 mbstring/libmbfl/mbfl/mbfilter_8bit.c static const char *mbfl_encoding_8bit_aliases[] = {"binary", NULL}; NULL 48 mbstring/libmbfl/mbfl/mbfilter_8bit.c NULL, NULL 41 mbstring/libmbfl/mbfl/mbfilter_pass.c static const char *mbfl_encoding_pass_aliases[] = {"none", NULL}; NULL 46 mbstring/libmbfl/mbfl/mbfilter_pass.c NULL, NULL 48 mbstring/libmbfl/mbfl/mbfilter_pass.c NULL, NULL 44 mbstring/libmbfl/mbfl/mbfilter_wchar.c NULL, NULL 45 mbstring/libmbfl/mbfl/mbfilter_wchar.c NULL, NULL 46 mbstring/libmbfl/mbfl/mbfilter_wchar.c NULL, NULL 278 mbstring/libmbfl/mbfl/mbfl_convert.c NULL NULL 292 mbstring/libmbfl/mbfl/mbfl_convert.c if ((filter->from = mbfl_no2encoding(from)) == NULL) { NULL 296 mbstring/libmbfl/mbfl/mbfl_convert.c if ((filter->to = mbfl_no2encoding(to)) == NULL) { NULL 300 mbstring/libmbfl/mbfl/mbfl_convert.c if (output_function != NULL) { NULL 336 mbstring/libmbfl/mbfl/mbfl_convert.c if (vtbl == NULL) { NULL 342 mbstring/libmbfl/mbfl/mbfl_convert.c if (filter == NULL) { NULL 343 mbstring/libmbfl/mbfl/mbfl_convert.c return NULL; NULL 349 mbstring/libmbfl/mbfl/mbfl_convert.c return NULL; NULL 364 mbstring/libmbfl/mbfl/mbfl_convert.c if (vtbl == NULL) { NULL 370 mbstring/libmbfl/mbfl/mbfl_convert.c if (filter == NULL) { NULL 371 mbstring/libmbfl/mbfl/mbfl_convert.c return NULL; NULL 377 mbstring/libmbfl/mbfl/mbfl_convert.c return NULL; NULL 415 mbstring/libmbfl/mbfl/mbfl_convert.c if (vtbl == NULL) { NULL 428 mbstring/libmbfl/mbfl/mbfl_convert.c if (src->filter_copy != NULL) { NULL 592 mbstring/libmbfl/mbfl/mbfl_convert.c while ((vtbl = mbfl_convert_filter_list[i++]) != NULL){ NULL 598 mbstring/libmbfl/mbfl/mbfl_convert.c return NULL; NULL 615 mbstring/libmbfl/mbfl/mbfl_convert.c if (filter->flush_function != NULL) { NULL 34 mbstring/libmbfl/mbfl/mbfl_defs.h #ifndef NULL NULL 122 mbstring/libmbfl/mbfl/mbfl_encoding.c static const char *mbfl_encoding_auto_aliases[] = {"unknown", NULL}; NULL 127 mbstring/libmbfl/mbfl/mbfl_encoding.c NULL, NULL 129 mbstring/libmbfl/mbfl/mbfl_encoding.c NULL, NULL 221 mbstring/libmbfl/mbfl/mbfl_encoding.c NULL NULL 231 mbstring/libmbfl/mbfl/mbfl_encoding.c if (name == NULL) { NULL 232 mbstring/libmbfl/mbfl/mbfl_encoding.c return NULL; NULL 236 mbstring/libmbfl/mbfl/mbfl_encoding.c while ((encoding = mbfl_encoding_ptr_list[i++]) != NULL){ NULL 244 mbstring/libmbfl/mbfl/mbfl_encoding.c while ((encoding = mbfl_encoding_ptr_list[i++]) != NULL) { NULL 245 mbstring/libmbfl/mbfl/mbfl_encoding.c if (encoding->mime_name != NULL) { NULL 254 mbstring/libmbfl/mbfl/mbfl_encoding.c while ((encoding = mbfl_encoding_ptr_list[i++]) != NULL) { NULL 255 mbstring/libmbfl/mbfl/mbfl_encoding.c if (encoding->aliases != NULL) { NULL 257 mbstring/libmbfl/mbfl/mbfl_encoding.c while ((*encoding->aliases)[j] != NULL) { NULL 266 mbstring/libmbfl/mbfl/mbfl_encoding.c return NULL; NULL 276 mbstring/libmbfl/mbfl/mbfl_encoding.c while ((encoding = mbfl_encoding_ptr_list[i++]) != NULL){ NULL 282 mbstring/libmbfl/mbfl/mbfl_encoding.c return NULL; NULL 291 mbstring/libmbfl/mbfl/mbfl_encoding.c if (encoding == NULL) { NULL 304 mbstring/libmbfl/mbfl/mbfl_encoding.c if (encoding == NULL) { NULL 323 mbstring/libmbfl/mbfl/mbfl_encoding.c if (encoding != NULL && encoding->mime_name != NULL && encoding->mime_name[0] != '\0') { NULL 326 mbstring/libmbfl/mbfl/mbfl_encoding.c return NULL; NULL 336 mbstring/libmbfl/mbfl/mbfl_encoding.c if (encoding == NULL) { NULL 47 mbstring/libmbfl/mbfl/mbfl_filter_output.c if (filter->filter_flush != NULL) { NULL 171 mbstring/libmbfl/mbfl/mbfl_ident.c NULL NULL 185 mbstring/libmbfl/mbfl/mbfl_ident.c while ((vtbl = mbfl_identify_filter_list[i++]) != NULL) { NULL 200 mbstring/libmbfl/mbfl/mbfl_ident.c if (filter == NULL) { NULL 201 mbstring/libmbfl/mbfl/mbfl_ident.c return NULL; NULL 206 mbstring/libmbfl/mbfl/mbfl_ident.c return NULL; NULL 218 mbstring/libmbfl/mbfl/mbfl_ident.c if (filter == NULL) { NULL 219 mbstring/libmbfl/mbfl/mbfl_ident.c return NULL; NULL 224 mbstring/libmbfl/mbfl/mbfl_ident.c return NULL; NULL 250 mbstring/libmbfl/mbfl/mbfl_ident.c if (vtbl == NULL) { NULL 265 mbstring/libmbfl/mbfl/mbfl_ident.c if (filter == NULL) { NULL 85 mbstring/libmbfl/mbfl/mbfl_language.c NULL NULL 95 mbstring/libmbfl/mbfl/mbfl_language.c if (name == NULL) { NULL 96 mbstring/libmbfl/mbfl/mbfl_language.c return NULL; NULL 100 mbstring/libmbfl/mbfl/mbfl_language.c while ((language = mbfl_language_ptr_table[i++]) != NULL){ NULL 107 mbstring/libmbfl/mbfl/mbfl_language.c while ((language = mbfl_language_ptr_table[i++]) != NULL){ NULL 115 mbstring/libmbfl/mbfl/mbfl_language.c while ((language = mbfl_language_ptr_table[i++]) != NULL) { NULL 116 mbstring/libmbfl/mbfl/mbfl_language.c if (language->aliases != NULL) { NULL 118 mbstring/libmbfl/mbfl/mbfl_language.c while ((*language->aliases)[j] != NULL) { NULL 127 mbstring/libmbfl/mbfl/mbfl_language.c return NULL; NULL 137 mbstring/libmbfl/mbfl/mbfl_language.c while ((language = mbfl_language_ptr_table[i++]) != NULL){ NULL 143 mbstring/libmbfl/mbfl/mbfl_language.c return NULL; NULL 152 mbstring/libmbfl/mbfl/mbfl_language.c if (language == NULL) { NULL 165 mbstring/libmbfl/mbfl/mbfl_language.c if (language == NULL) { NULL 54 mbstring/libmbfl/mbfl/mbfl_memory_device.c if (device->buffer != NULL) { NULL 75 mbstring/libmbfl/mbfl/mbfl_memory_device.c if (tmp != NULL) { NULL 127 mbstring/libmbfl/mbfl/mbfl_memory_device.c if (result->val == NULL) { NULL 129 mbstring/libmbfl/mbfl/mbfl_memory_device.c result = NULL; NULL 132 mbstring/libmbfl/mbfl/mbfl_memory_device.c result = NULL; NULL 150 mbstring/libmbfl/mbfl/mbfl_memory_device.c if (tmp == NULL) { NULL 173 mbstring/libmbfl/mbfl/mbfl_memory_device.c if (tmp == NULL) { NULL 198 mbstring/libmbfl/mbfl/mbfl_memory_device.c if (tmp == NULL) { NULL 231 mbstring/libmbfl/mbfl/mbfl_memory_device.c if (tmp == NULL) { NULL 258 mbstring/libmbfl/mbfl/mbfl_memory_device.c if (tmp == NULL) { NULL 285 mbstring/libmbfl/mbfl/mbfl_memory_device.c if (tmp == NULL) { NULL 340 mbstring/libmbfl/mbfl/mbfl_memory_device.c if (tmp == NULL) { NULL 51 mbstring/libmbfl/mbfl/mbfl_string.c string->val = (unsigned char*)NULL; NULL 62 mbstring/libmbfl/mbfl/mbfl_string.c string->val = (unsigned char*)NULL; NULL 71 mbstring/libmbfl/mbfl/mbfl_string.c if (string->val != (unsigned char*)NULL) { NULL 74 mbstring/libmbfl/mbfl/mbfl_string.c string->val = (unsigned char*)NULL; NULL 52 mbstring/libmbfl/mbfl/mbfl_string.h #ifndef NULL NULL 12 mbstring/libmbfl/nls/nls_de.c static const char *mbfl_language_german_aliases[] = {"Deutsch", NULL}; NULL 16 mbstring/libmbfl/nls/nls_en.c NULL, NULL 16 mbstring/libmbfl/nls/nls_hy.c NULL, NULL 16 mbstring/libmbfl/nls/nls_ja.c NULL, NULL 16 mbstring/libmbfl/nls/nls_kr.c NULL, NULL 16 mbstring/libmbfl/nls/nls_neutral.c NULL, NULL 16 mbstring/libmbfl/nls/nls_ru.c NULL, NULL 16 mbstring/libmbfl/nls/nls_tr.c NULL, NULL 18 mbstring/libmbfl/nls/nls_ua.c NULL, NULL 12 mbstring/libmbfl/nls/nls_uni.c static const char *mbfl_language_uni_aliases[] = {"universal", NULL}; NULL 16 mbstring/libmbfl/nls/nls_zh.c NULL, NULL 26 mbstring/libmbfl/nls/nls_zh.c NULL, NULL 28 mbstring/libmbfl/tests/conv_encoding.c mbfl_buffer_converter *convd = NULL; NULL 373 mbstring/libmbfl/tests/conv_encoding.tests/gen_exp.c { NULL } NULL 462 mbstring/libmbfl/tests/conv_encoding.tests/gen_exp.c cp_932 = strtol(fields[0], NULL, 0); NULL 468 mbstring/libmbfl/tests/conv_encoding.tests/gen_exp.c cp_uni = strtol(fields[1], NULL, 0); NULL 32 mbstring/libmbfl/tests/emoji.c mbfl_buffer_converter *convd = NULL, *convd2 = NULL; NULL 15 mbstring/libmbfl/tests/sample.c mbfl_buffer_converter *convd = NULL; NULL 53 mbstring/libmbfl/tests/strcut.c offset = strtol(argv[3], NULL, 10); NULL 59 mbstring/libmbfl/tests/strcut.c length = strtol(argv[4], NULL, 10); NULL 56 mbstring/mb_gpc.c char *res = NULL, *separator=NULL; NULL 140 mbstring/mb_gpc.c MBSTRG(http_input_identify_post) = NULL; NULL 143 mbstring/mb_gpc.c MBSTRG(http_input_identify_get) = NULL; NULL 146 mbstring/mb_gpc.c MBSTRG(http_input_identify_cookie) = NULL; NULL 149 mbstring/mb_gpc.c MBSTRG(http_input_identify_string) = NULL; NULL 199 mbstring/mb_gpc.c char *strtok_buf = NULL, **val_list = NULL; NULL 201 mbstring/mb_gpc.c int n, num, *len_list = NULL; NULL 204 mbstring/mb_gpc.c const mbfl_encoding *from_encoding = NULL; NULL 205 mbstring/mb_gpc.c mbfl_encoding_detector *identd = NULL; NULL 206 mbstring/mb_gpc.c mbfl_buffer_converter *convd = NULL; NULL 234 mbstring/mb_gpc.c strtok_buf = NULL; NULL 255 mbstring/mb_gpc.c var = php_strtok_r(NULL, info->separator, &strtok_buf); NULL 259 mbstring/mb_gpc.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Input variables exceeded %ld. To increase the limit change max_input_vars in php.ini.", PG(max_input_vars)); NULL 272 mbstring/mb_gpc.c from_encoding = NULL; NULL 274 mbstring/mb_gpc.c if (identd != NULL) { NULL 289 mbstring/mb_gpc.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to detect encoding"); NULL 295 mbstring/mb_gpc.c convd = NULL; NULL 298 mbstring/mb_gpc.c if (convd != NULL) { NULL 303 mbstring/mb_gpc.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to create converter"); NULL 316 mbstring/mb_gpc.c if (convd != NULL && mbfl_buffer_converter_feed_result(convd, &string, &resvar) != NULL) { NULL 324 mbstring/mb_gpc.c if (convd != NULL && mbfl_buffer_converter_feed_result(convd, &string, &resval) != NULL) { NULL 340 mbstring/mb_gpc.c if (convd != NULL){ NULL 347 mbstring/mb_gpc.c if (convd != NULL) { NULL 351 mbstring/mb_gpc.c if (val_list != NULL) { NULL 354 mbstring/mb_gpc.c if (len_list != NULL) { NULL 368 mbstring/mb_gpc.c MBSTRG(http_input_identify_post) = NULL; NULL 215 mbstring/mbstring.c {0, NULL, NULL, NULL} NULL 587 mbstring/mbstring.c NULL, NULL 595 mbstring/mbstring.c { MULTIPART_CONTENT_TYPE, sizeof(MULTIPART_CONTENT_TYPE)-1, NULL, rfc1867_post_handler }, NULL 596 mbstring/mbstring.c { NULL, 0, NULL, NULL } NULL 654 mbstring/mbstring.c { MULTIPART_CONTENT_TYPE, sizeof(MULTIPART_CONTENT_TYPE)-1, NULL, rfc1867_post_handler }, NULL 655 mbstring/mbstring.c { NULL, 0, NULL, NULL } NULL 672 mbstring/mbstring.c list = NULL; NULL 673 mbstring/mbstring.c if (value == NULL || value_length <= 0) { NULL 675 mbstring/mbstring.c *return_list = NULL; NULL 689 mbstring/mbstring.c if (tmpstr == NULL) { NULL 696 mbstring/mbstring.c while ((p2 = php_memnstr(p1, ",", 1, endp)) != NULL) { NULL 703 mbstring/mbstring.c if (list != NULL) { NULL 710 mbstring/mbstring.c if (p == NULL) { NULL 745 mbstring/mbstring.c } while (n < size && p2 != NULL); NULL 755 mbstring/mbstring.c *return_list = NULL; NULL 764 mbstring/mbstring.c *return_list = NULL; NULL 791 mbstring/mbstring.c list = NULL; NULL 798 mbstring/mbstring.c if (list != NULL) { NULL 840 mbstring/mbstring.c *return_list = NULL; NULL 849 mbstring/mbstring.c *return_list = NULL; NULL 918 mbstring/mbstring.c if (convd == NULL) { NULL 993 mbstring/mbstring.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s: %s", pattern, err_str); NULL 994 mbstring/mbstring.c retval = NULL; NULL 1005 mbstring/mbstring.c (const OnigUChar*)str + str_len, NULL, ONIG_OPTION_NONE) >= 0; NULL 1024 mbstring/mbstring.c PCRE_CASELESS, &err_str, &err_offset, NULL))) { NULL 1025 mbstring/mbstring.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s (offset=%d): %s", pattern, err_offset, err_str); NULL 1034 mbstring/mbstring.c return pcre_exec((pcre *)opaque, NULL, str, (int)str_len, 0, NULL 1035 mbstring/mbstring.c 0, NULL, 0) >= 0; NULL 1211 mbstring/mbstring.c MBSTRG(detect_order_list) = NULL; NULL 1239 mbstring/mbstring.c MBSTRG(http_input_list) = NULL; NULL 1263 mbstring/mbstring.c if (new_value == NULL || new_value_length == 0) { NULL 1363 mbstring/mbstring.c char *endptr = NULL; NULL 1365 mbstring/mbstring.c if (new_value != NULL) { NULL 1400 mbstring/mbstring.c if (new_value == NULL) { NULL 1422 mbstring/mbstring.c void *re = NULL; NULL 1428 mbstring/mbstring.c php_trim(new_value, new_value_length, NULL, 0, &tmp, 3 TSRMLS_CC); NULL 1452 mbstring/mbstring.c PHP_INI_ENTRY("mbstring.detect_order", NULL, PHP_INI_ALL, OnUpdate_mbstring_detect_order) NULL 1455 mbstring/mbstring.c STD_PHP_INI_ENTRY("mbstring.internal_encoding", NULL, PHP_INI_ALL, OnUpdate_mbstring_internal_encoding, internal_encoding_name, zend_mbstring_globals, mbstring_globals) NULL 1456 mbstring/mbstring.c PHP_INI_ENTRY("mbstring.substitute_character", NULL, PHP_INI_ALL, OnUpdate_mbstring_substitute_character) NULL 1480 mbstring/mbstring.c mbstring_globals->internal_encoding = NULL; NULL 1484 mbstring/mbstring.c mbstring_globals->http_input_identify = NULL; NULL 1485 mbstring/mbstring.c mbstring_globals->http_input_identify_get = NULL; NULL 1486 mbstring/mbstring.c mbstring_globals->http_input_identify_post = NULL; NULL 1487 mbstring/mbstring.c mbstring_globals->http_input_identify_cookie = NULL; NULL 1488 mbstring/mbstring.c mbstring_globals->http_input_identify_string = NULL; NULL 1489 mbstring/mbstring.c mbstring_globals->http_input_list = NULL; NULL 1491 mbstring/mbstring.c mbstring_globals->detect_order_list = NULL; NULL 1493 mbstring/mbstring.c mbstring_globals->current_detect_order_list = NULL; NULL 1505 mbstring/mbstring.c mbstring_globals->outconv = NULL; NULL 1506 mbstring/mbstring.c mbstring_globals->http_output_conv_mimetypes = NULL; NULL 1617 mbstring/mbstring.c zend_hash_add(EG(function_table), p->save_func, strlen(p->save_func)+1, orig, sizeof(zend_function), NULL); NULL 1620 mbstring/mbstring.c NULL) == FAILURE) { NULL 1644 mbstring/mbstring.c if (MBSTRG(current_detect_order_list) != NULL) { NULL 1646 mbstring/mbstring.c MBSTRG(current_detect_order_list) = NULL; NULL 1649 mbstring/mbstring.c if (MBSTRG(outconv) != NULL) { NULL 1652 mbstring/mbstring.c MBSTRG(outconv) = NULL; NULL 1656 mbstring/mbstring.c MBSTRG(http_input_identify) = NULL; NULL 1657 mbstring/mbstring.c MBSTRG(http_input_identify_post) = NULL; NULL 1658 mbstring/mbstring.c MBSTRG(http_input_identify_get) = NULL; NULL 1659 mbstring/mbstring.c MBSTRG(http_input_identify_cookie) = NULL; NULL 1660 mbstring/mbstring.c MBSTRG(http_input_identify_string) = NULL; NULL 1670 mbstring/mbstring.c zend_hash_update(EG(function_table), p->orig_func, strlen(p->orig_func)+1, orig, sizeof(zend_function), NULL); NULL 1715 mbstring/mbstring.c char *name = NULL; NULL 1721 mbstring/mbstring.c if (name == NULL) { NULL 1727 mbstring/mbstring.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown language \"%s\"", name); NULL 1740 mbstring/mbstring.c const char *name = NULL; NULL 1747 mbstring/mbstring.c if (name == NULL) { NULL 1748 mbstring/mbstring.c name = MBSTRG(current_internal_encoding) ? MBSTRG(current_internal_encoding)->name: NULL; NULL 1749 mbstring/mbstring.c if (name != NULL) { NULL 1757 mbstring/mbstring.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", name); NULL 1771 mbstring/mbstring.c char *typ = NULL; NULL 1775 mbstring/mbstring.c const mbfl_encoding *result = NULL; NULL 1781 mbstring/mbstring.c if (typ == NULL) { NULL 1821 mbstring/mbstring.c list = NULL; NULL 1862 mbstring/mbstring.c const char *name = NULL; NULL 1870 mbstring/mbstring.c if (name == NULL) { NULL 1871 mbstring/mbstring.c name = MBSTRG(current_http_output_encoding) ? MBSTRG(current_http_output_encoding)->name: NULL; NULL 1872 mbstring/mbstring.c if (name != NULL) { NULL 1880 mbstring/mbstring.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", name); NULL 1894 mbstring/mbstring.c zval **arg1 = NULL; NULL 1910 mbstring/mbstring.c const mbfl_encoding **list = NULL; NULL 1932 mbstring/mbstring.c if (list == NULL) { NULL 1950 mbstring/mbstring.c zval **arg1 = NULL; NULL 1984 mbstring/mbstring.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown character."); NULL 1995 mbstring/mbstring.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown character."); NULL 2009 mbstring/mbstring.c char *name = NULL; NULL 2017 mbstring/mbstring.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", name); NULL 2021 mbstring/mbstring.c if (preferred_name == NULL || *preferred_name == '\0') { NULL 2022 mbstring/mbstring.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "No MIME preferred name corresponding to \"%s\"", name); NULL 2039 mbstring/mbstring.c zval *track_vars_array = NULL; NULL 2040 mbstring/mbstring.c char *encstr = NULL; NULL 2045 mbstring/mbstring.c track_vars_array = NULL; NULL 2050 mbstring/mbstring.c if (track_vars_array != NULL) { NULL 2067 mbstring/mbstring.c if (track_vars_array != NULL) { NULL 2082 mbstring/mbstring.c if (encstr != NULL) efree(encstr); NULL 2099 mbstring/mbstring.c char *s, *mimetype = NULL; NULL 2113 mbstring/mbstring.c MBSTRG(outconv) = NULL; NULL 2125 mbstring/mbstring.c if ((s = strchr(SG(sapi_headers).mimetype,';')) == NULL){ NULL 2153 mbstring/mbstring.c if (MBSTRG(outconv) == NULL) { NULL 2181 mbstring/mbstring.c MBSTRG(outconv) = NULL; NULL 2192 mbstring/mbstring.c char *enc_name = NULL; NULL 2202 mbstring/mbstring.c if (enc_name == NULL) { NULL 2207 mbstring/mbstring.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", enc_name); NULL 2228 mbstring/mbstring.c char *enc_name = NULL; NULL 2243 mbstring/mbstring.c if (enc_name != NULL) { NULL 2246 mbstring/mbstring.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", enc_name); NULL 2252 mbstring/mbstring.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Offset not contained in string"); NULL 2256 mbstring/mbstring.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Empty delimiter"); NULL 2268 mbstring/mbstring.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Needle has not positive length"); NULL 2271 mbstring/mbstring.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding or conversion error"); NULL 2274 mbstring/mbstring.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Argument is empty"); NULL 2277 mbstring/mbstring.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown error in mb_strpos"); NULL 2291 mbstring/mbstring.c char *enc_name = NULL; NULL 2293 mbstring/mbstring.c zval **zoffset = NULL; NULL 2295 mbstring/mbstring.c char *enc_name2 = NULL; NULL 2315 mbstring/mbstring.c if (enc_name2 != NULL) { NULL 2350 mbstring/mbstring.c if (enc_name != NULL) { NULL 2353 mbstring/mbstring.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", enc_name); NULL 2369 mbstring/mbstring.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Offset is greater than the length of haystack string"); NULL 2399 mbstring/mbstring.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Empty delimiter"); NULL 2443 mbstring/mbstring.c mbfl_string haystack, needle, result, *ret = NULL; NULL 2444 mbstring/mbstring.c char *enc_name = NULL; NULL 2459 mbstring/mbstring.c if (enc_name != NULL) { NULL 2462 mbstring/mbstring.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", enc_name); NULL 2468 mbstring/mbstring.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Empty delimiter"); NULL 2476 mbstring/mbstring.c if (ret != NULL) { NULL 2484 mbstring/mbstring.c if (ret != NULL) { NULL 2501 mbstring/mbstring.c mbfl_string haystack, needle, result, *ret = NULL; NULL 2502 mbstring/mbstring.c char *enc_name = NULL; NULL 2517 mbstring/mbstring.c if (enc_name != NULL) { NULL 2520 mbstring/mbstring.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", enc_name); NULL 2536 mbstring/mbstring.c if (ret != NULL) { NULL 2544 mbstring/mbstring.c if (ret != NULL) { NULL 2563 mbstring/mbstring.c mbfl_string haystack, needle, result, *ret = NULL; NULL 2578 mbstring/mbstring.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Empty delimiter"); NULL 2584 mbstring/mbstring.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", from_encoding); NULL 2598 mbstring/mbstring.c if (ret != NULL) { NULL 2606 mbstring/mbstring.c if (ret != NULL) { NULL 2621 mbstring/mbstring.c mbfl_string haystack, needle, result, *ret = NULL; NULL 2637 mbstring/mbstring.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", from_encoding); NULL 2651 mbstring/mbstring.c if (ret != NULL) { NULL 2659 mbstring/mbstring.c if (ret != NULL) { NULL 2674 mbstring/mbstring.c char *enc_name = NULL; NULL 2688 mbstring/mbstring.c if (enc_name != NULL) { NULL 2691 mbstring/mbstring.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", enc_name); NULL 2697 mbstring/mbstring.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Empty substring"); NULL 2718 mbstring/mbstring.c zval **z_len = NULL; NULL 2732 mbstring/mbstring.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", encoding); NULL 2779 mbstring/mbstring.c if (NULL == ret) { NULL 2795 mbstring/mbstring.c zval **z_len = NULL; NULL 2809 mbstring/mbstring.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", encoding); NULL 2846 mbstring/mbstring.c if (ret == NULL) { NULL 2860 mbstring/mbstring.c char *enc_name = NULL; NULL 2872 mbstring/mbstring.c if (enc_name != NULL) { NULL 2875 mbstring/mbstring.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", enc_name); NULL 2908 mbstring/mbstring.c marker.val = NULL; NULL 2914 mbstring/mbstring.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", encoding); NULL 2923 mbstring/mbstring.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Start position is out of range"); NULL 2928 mbstring/mbstring.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Width is negative value"); NULL 2939 mbstring/mbstring.c if (ret == NULL) { NULL 2955 mbstring/mbstring.c char *output=NULL; NULL 2961 mbstring/mbstring.c return NULL; NULL 2967 mbstring/mbstring.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", _to_encoding); NULL 2968 mbstring/mbstring.c return NULL; NULL 2985 mbstring/mbstring.c list = NULL; NULL 2997 mbstring/mbstring.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to detect character encoding"); NULL 3003 mbstring/mbstring.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Illegal character encoding specified"); NULL 3005 mbstring/mbstring.c if (list != NULL) { NULL 3012 mbstring/mbstring.c if (convd == NULL) { NULL 3013 mbstring/mbstring.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to create character encoding converter"); NULL 3014 mbstring/mbstring.c return NULL; NULL 3043 mbstring/mbstring.c char *_from_encodings = NULL, *ret, *s_free = NULL; NULL 3058 mbstring/mbstring.c _from_encodings = NULL; NULL 3081 mbstring/mbstring.c if (_from_encodings != NULL && !strlen(_from_encodings)) { NULL 3083 mbstring/mbstring.c _from_encodings = NULL; NULL 3096 mbstring/mbstring.c if (ret != NULL) { NULL 3199 mbstring/mbstring.c list = NULL; NULL 3207 mbstring/mbstring.c list = NULL; NULL 3217 mbstring/mbstring.c list = NULL; NULL 3224 mbstring/mbstring.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Illegal argument"); NULL 3232 mbstring/mbstring.c if (size > 0 && list != NULL) { NULL 3245 mbstring/mbstring.c if (list != NULL) { NULL 3249 mbstring/mbstring.c if (ret == NULL) { NULL 3268 mbstring/mbstring.c while ((encoding = encodings[i++]) != NULL) { NULL 3279 mbstring/mbstring.c char *name = NULL; NULL 3288 mbstring/mbstring.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", name); NULL 3293 mbstring/mbstring.c if (encoding->aliases != NULL) { NULL 3308 mbstring/mbstring.c char *charset_name = NULL; NULL 3310 mbstring/mbstring.c char *trans_enc_name = NULL; NULL 3327 mbstring/mbstring.c if (charset_name != NULL) { NULL 3330 mbstring/mbstring.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", charset_name); NULL 3335 mbstring/mbstring.c if (lang != NULL) { NULL 3341 mbstring/mbstring.c if (trans_enc_name != NULL) { NULL 3351 mbstring/mbstring.c if (ret != NULL) { NULL 3375 mbstring/mbstring.c if (ret != NULL) { NULL 3389 mbstring/mbstring.c char *optstr = NULL; NULL 3391 mbstring/mbstring.c char *encname = NULL; NULL 3403 mbstring/mbstring.c if (optstr != NULL) { NULL 3469 mbstring/mbstring.c if (encname != NULL) { NULL 3472 mbstring/mbstring.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", encname); NULL 3478 mbstring/mbstring.c if (ret != NULL) { NULL 3511 mbstring/mbstring.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", to_enc); NULL 3524 mbstring/mbstring.c elist = NULL; NULL 3541 mbstring/mbstring.c from_encoding = NULL; NULL 3546 mbstring/mbstring.c if (identd != NULL) { NULL 3553 mbstring/mbstring.c if (target_hash != NULL) { NULL 3563 mbstring/mbstring.c if (target_hash != NULL) { NULL 3576 mbstring/mbstring.c if (target_hash != NULL) { NULL 3604 mbstring/mbstring.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to detect encoding"); NULL 3608 mbstring/mbstring.c if (elist != NULL) { NULL 3612 mbstring/mbstring.c convd = NULL; NULL 3615 mbstring/mbstring.c if (convd == NULL) { NULL 3616 mbstring/mbstring.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to create converter"); NULL 3624 mbstring/mbstring.c if (convd != NULL) { NULL 3634 mbstring/mbstring.c if (target_hash != NULL) { NULL 3644 mbstring/mbstring.c if (target_hash != NULL) { NULL 3658 mbstring/mbstring.c if (target_hash != NULL) { NULL 3666 mbstring/mbstring.c if (ret != NULL) { NULL 3682 mbstring/mbstring.c if (ret != NULL) { NULL 3733 mbstring/mbstring.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", encoding); NULL 3747 mbstring/mbstring.c convmap = NULL; NULL 3768 mbstring/mbstring.c if (convmap == NULL) { NULL 3774 mbstring/mbstring.c if (ret != NULL) { NULL 3950 mbstring/mbstring.c if (fld_name.c != NULL && fld_val.c != NULL) { NULL 4002 mbstring/mbstring.c if (fld_name.c != NULL && fld_val.c != NULL) { NULL 4021 mbstring/mbstring.c char *to = NULL; NULL 4023 mbstring/mbstring.c char *message = NULL; NULL 4025 mbstring/mbstring.c char *headers = NULL; NULL 4027 mbstring/mbstring.c char *subject = NULL; NULL 4029 mbstring/mbstring.c char *extra_cmd = NULL; NULL 4032 mbstring/mbstring.c char *to_r = NULL; NULL 4039 mbstring/mbstring.c char *message_buf = NULL, *subject_buf = NULL, *p; NULL 4064 mbstring/mbstring.c if (lang != NULL) { NULL 4085 mbstring/mbstring.c zend_hash_init(&ht_headers, 0, NULL, (dtor_func_t) my_smart_str_dtor, 0); NULL 4087 mbstring/mbstring.c if (headers != NULL) { NULL 4094 mbstring/mbstring.c char *charset = NULL; NULL 4101 mbstring/mbstring.c if (p != NULL) { NULL 4108 mbstring/mbstring.c if ((param_name = php_strtok_r(p, "= ", &tmp)) != NULL) { NULL 4112 mbstring/mbstring.c charset = php_strtok_r(NULL, "= \"", &tmp); NULL 4113 mbstring/mbstring.c if (charset != NULL) { NULL 4118 mbstring/mbstring.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unsupported charset \"%s\" - will be regarded as ascii", charset); NULL 4143 mbstring/mbstring.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unsupported transfer encoding \"%s\" - will be regarded as 8bit", s->c); NULL 4151 mbstring/mbstring.c if (to != NULL) { NULL 4175 mbstring/mbstring.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Missing To: field"); NULL 4180 mbstring/mbstring.c if (subject != NULL && subject_len >= 0) { NULL 4190 mbstring/mbstring.c if (pstr != NULL) { NULL 4194 mbstring/mbstring.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Missing Subject: field"); NULL 4199 mbstring/mbstring.c if (message != NULL) { NULL 4210 mbstring/mbstring.c pstr = NULL; NULL 4214 mbstring/mbstring.c if (mbfl_convert_encoding(&orig_str, &tmpstr, tran_cs) != NULL) { NULL 4220 mbstring/mbstring.c if (pstr != NULL) { NULL 4225 mbstring/mbstring.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Empty message body"); NULL 4226 mbstring/mbstring.c message = NULL; NULL 4234 mbstring/mbstring.c if (headers != NULL) { NULL 4252 mbstring/mbstring.c if (p != NULL) { NULL 4261 mbstring/mbstring.c if (p == NULL) { NULL 4314 mbstring/mbstring.c char *typ = NULL; NULL 4338 mbstring/mbstring.c if ((name = (char *)zend_ini_string("mbstring.http_output_conv_mimetypes", sizeof("mbstring.http_output_conv_mimetypes"), 0)) != NULL) { NULL 4356 mbstring/mbstring.c if (lang != NULL) { NULL 4357 mbstring/mbstring.c if ((name = (char *)mbfl_no_encoding2name(lang->mail_charset)) != NULL) { NULL 4360 mbstring/mbstring.c if ((name = (char *)mbfl_no_encoding2name(lang->mail_header_encoding)) != NULL) { NULL 4363 mbstring/mbstring.c if ((name = (char *)mbfl_no_encoding2name(lang->mail_body_encoding)) != NULL) { NULL 4373 mbstring/mbstring.c if ((name = (char *)mbfl_no_language2name(MBSTRG(language))) != NULL) { NULL 4415 mbstring/mbstring.c if ((name = (char *)zend_ini_string("mbstring.http_output_conv_mimetypes", sizeof("mbstring.http_output_conv_mimetypes"), 0)) != NULL) { NULL 4434 mbstring/mbstring.c if (lang != NULL && (name = (char *)mbfl_no_encoding2name(lang->mail_charset)) != NULL) { NULL 4438 mbstring/mbstring.c if (lang != NULL && (name = (char *)mbfl_no_encoding2name(lang->mail_header_encoding)) != NULL) { NULL 4442 mbstring/mbstring.c if (lang != NULL && (name = (char *)mbfl_no_encoding2name(lang->mail_body_encoding)) != NULL) { NULL 4454 mbstring/mbstring.c if ((name = (char *)mbfl_no_language2name(MBSTRG(language))) != NULL) { NULL 4494 mbstring/mbstring.c char *var = NULL; NULL 4496 mbstring/mbstring.c char *enc = NULL; NULL 4500 mbstring/mbstring.c mbfl_string string, result, *ret = NULL; NULL 4507 mbstring/mbstring.c if (var == NULL) { NULL 4511 mbstring/mbstring.c if (enc != NULL) { NULL 4514 mbstring/mbstring.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid encoding \"%s\"", enc); NULL 4520 mbstring/mbstring.c if (convd == NULL) { NULL 4521 mbstring/mbstring.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to create converter"); NULL 4538 mbstring/mbstring.c if (ret != NULL) { NULL 4585 mbstring/mbstring.c if (enc != NULL) { NULL 4587 mbstring/mbstring.c if (enc->mblen_table != NULL) { NULL 4588 mbstring/mbstring.c if (s != NULL) return enc->mblen_table[*(unsigned char *)s]; NULL 4611 mbstring/mbstring.c char *last=NULL; NULL 4623 mbstring/mbstring.c return NULL; /* something is going wrong! */ NULL 4638 mbstring/mbstring.c return NULL; NULL 4696 mbstring/mbstring.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", from_encoding); NULL 4706 mbstring/mbstring.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Offset is greater than the length of haystack string"); NULL 4711 mbstring/mbstring.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Offset not contained in string"); NULL 210 mbstring/mbstring.h #define mbstring_module_ptr NULL NULL 62 mbstring/oniguruma/regcomp.c else return NULL; NULL 1580 mbstring/oniguruma/regcomp.c if (NCONS(x).right != NULL) { NULL 3222 mbstring/oniguruma/regcomp.c *root = onig_node_new_list(snode, NULL); NULL 3227 mbstring/oniguruma/regcomp.c **tailp = onig_node_new_list(snode, NULL); NULL 3579 mbstring/oniguruma/regcomp.c tqn->head_exact = NULL; NULL 4813 mbstring/oniguruma/regcomp.c reg->exact_end = (UChar* )NULL; NULL 4817 mbstring/oniguruma/regcomp.c reg->exact = (UChar* )NULL; NULL 5041 mbstring/oniguruma/regcomp.c prev->chain = (regex_t* )NULL; NULL 5080 mbstring/oniguruma/regcomp.c reg->chain = (regex_t* )NULL; NULL 5163 mbstring/oniguruma/regcomp.c reg->repeat_range = (OnigRepeatRange* )NULL; NULL 5255 mbstring/oniguruma/regcomp.c scan_env.mem_nodes_dynamic = (Node** )NULL; NULL 5370 mbstring/oniguruma/regcomp.c (*reg)->exact = (UChar* )NULL; NULL 5371 mbstring/oniguruma/regcomp.c (*reg)->int_map = (int* )NULL; NULL 5372 mbstring/oniguruma/regcomp.c (*reg)->int_map_backward = (int* )NULL; NULL 5373 mbstring/oniguruma/regcomp.c (*reg)->chain = (regex_t* )NULL; NULL 5375 mbstring/oniguruma/regcomp.c (*reg)->p = (UChar* )NULL; NULL 5378 mbstring/oniguruma/regcomp.c (*reg)->name_table = (void* )NULL; NULL 5393 mbstring/oniguruma/regcomp.c if (IS_NOT_NULL(einfo)) einfo->par = (UChar* )NULL; NULL 5402 mbstring/oniguruma/regcomp.c *reg = NULL; NULL 74 mbstring/oniguruma/regenc.c if (prev) *prev = (const UChar* )NULL; /* Sorry */ NULL 83 mbstring/oniguruma/regenc.c return (UChar* )NULL; NULL 93 mbstring/oniguruma/regenc.c return (UChar* )NULL; NULL 107 mbstring/oniguruma/regenc.c return (q <= end ? q : NULL); NULL 37 mbstring/oniguruma/regenc.h #ifndef NULL NULL 57 mbstring/oniguruma/regenc.h #define ONIG_CHECK_NULL_RETURN(p) if (ONIG_IS_NULL(p)) return NULL NULL 545 mbstring/oniguruma/regexec.c if (state_check_buff != NULL) {\ NULL 582 mbstring/oniguruma/regexec.c stk->u.state.state_check = ((state_check_buff != NULL) ? (snum) : 0);\ NULL 587 mbstring/oniguruma/regexec.c if (state_check_buff != NULL) {\ NULL 1491 mbstring/oniguruma/regexec.c onig_print_compiled_byte_code(stderr, p, NULL, encode); NULL 2949 mbstring/oniguruma/regexec.c return (UChar* )NULL; NULL 3000 mbstring/oniguruma/regexec.c return (UChar* )NULL; NULL 3032 mbstring/oniguruma/regexec.c return (UChar* )NULL; NULL 3058 mbstring/oniguruma/regexec.c return (UChar* )NULL; NULL 3116 mbstring/oniguruma/regexec.c return (UChar* )NULL; NULL 3154 mbstring/oniguruma/regexec.c return (UChar* )NULL; NULL 3204 mbstring/oniguruma/regexec.c return (UChar* )NULL; NULL 3218 mbstring/oniguruma/regexec.c return (UChar* )NULL; NULL 3233 mbstring/oniguruma/regexec.c return (UChar* )NULL; NULL 3301 mbstring/oniguruma/regexec.c UChar *p, *pprev = (UChar* )NULL; NULL 3699 mbstring/oniguruma/regexec.c prev = (UChar* )NULL; NULL 3730 mbstring/oniguruma/regexec.c prev = (UChar* )NULL; NULL 3766 mbstring/oniguruma/regexec.c &low, &high, (UChar** )NULL)) goto mismatch; NULL 169 mbstring/oniguruma/regext.c if (IS_NOT_NULL(einfo)) einfo->par = (UChar* )NULL; NULL 188 mbstring/oniguruma/regext.c *reg = NULL; NULL 254 mbstring/oniguruma/regint.h #define CHECK_NULL_RETURN(p) if (IS_NULL(p)) return NULL NULL 478 mbstring/oniguruma/regparse.c reg->name_table = (void* )NULL; NULL 488 mbstring/oniguruma/regparse.c e = (NameEntry* )NULL; NULL 634 mbstring/oniguruma/regparse.c e->name = NULL; NULL 639 mbstring/oniguruma/regparse.c e->back_refs = (int* )NULL; NULL 644 mbstring/oniguruma/regparse.c t->e = NULL; NULL 662 mbstring/oniguruma/regparse.c reg->name_table = NULL; NULL 681 mbstring/oniguruma/regparse.c return (NameEntry* )NULL; NULL 746 mbstring/oniguruma/regparse.c e->back_refs = (int* )NULL; NULL 754 mbstring/oniguruma/regparse.c t->e = NULL; NULL 777 mbstring/oniguruma/regparse.c t->e[i].name = NULL; NULL 781 mbstring/oniguruma/regparse.c t->e[i].back_refs = (int* )NULL; NULL 931 mbstring/oniguruma/regparse.c env->error = (UChar* )NULL; NULL 932 mbstring/oniguruma/regparse.c env->error_end = (UChar* )NULL; NULL 939 mbstring/oniguruma/regparse.c env->mem_nodes_dynamic = (Node** )NULL; NULL 1001 mbstring/oniguruma/regparse.c static FreeNode* FreeNodeList = (FreeNode* )NULL; NULL 1132 mbstring/oniguruma/regparse.c cc->mbuf = NULL; NULL 1174 mbstring/oniguruma/regparse.c cc->mbuf = NULL; NULL 1183 mbstring/oniguruma/regparse.c CHECK_NULL_RETURN_VAL(bbuf, NULL); NULL 1248 mbstring/oniguruma/regparse.c NANCHOR(node).target = NULL; NULL 1267 mbstring/oniguruma/regparse.c NBACKREF(node).back_dynamic = (int* )NULL; NULL 1294 mbstring/oniguruma/regparse.c return NULL; NULL 1327 mbstring/oniguruma/regparse.c NQUANTIFIER(node).target = NULL; NULL 1355 mbstring/oniguruma/regparse.c NEFFECT(node).target = NULL; NULL 1473 mbstring/oniguruma/regparse.c return NULL; NULL 1497 mbstring/oniguruma/regparse.c return node_new_str(NULL, NULL); NULL 1757 mbstring/oniguruma/regparse.c *pbuf = (BBuf* )NULL; NULL 1801 mbstring/oniguruma/regparse.c *pbuf = (BBuf* )NULL; NULL 1897 mbstring/oniguruma/regparse.c *pbuf = (BBuf* )NULL; NULL 3772 mbstring/oniguruma/regparse.c { (UChar* )NULL, -1, 0 } NULL 3843 mbstring/oniguruma/regparse.c { (UChar* )NULL, -1, 0 } NULL 4075 mbstring/oniguruma/regparse.c prev_cc = (CClassNode* )NULL; NULL 4403 mbstring/oniguruma/regparse.c *np = NULL; NULL 4776 mbstring/oniguruma/regparse.c OnigTypeCClassTable = NULL; NULL 4793 mbstring/oniguruma/regparse.c *np = NULL; NULL 5150 mbstring/oniguruma/regparse.c *targetp = node_new_list(*targetp, NULL); NULL 5152 mbstring/oniguruma/regparse.c tmp = NCONS(*targetp).right = node_new_list(qn, NULL); NULL 5170 mbstring/oniguruma/regparse.c *top = NULL; NULL 5178 mbstring/oniguruma/regparse.c *top = node_new_list(node, NULL); NULL 5190 mbstring/oniguruma/regparse.c *headp = node_new_list(node, NULL); NULL 5207 mbstring/oniguruma/regparse.c *top = NULL; NULL 5218 mbstring/oniguruma/regparse.c *top = node_new_alt(node, NULL); NULL 5226 mbstring/oniguruma/regparse.c *headp = node_new_alt(node, NULL); NULL 5277 mbstring/oniguruma/regparse.c *root = NULL; NULL 40 mbstring/oniguruma/regposerr.c NULL, NULL 85 mbstring/oniguruma/regposerr.c if (buf != NULL && size > 0) { NULL 156 mbstring/oniguruma/regposix.c (OnigErrorInfo* )NULL); NULL 179 mbstring/oniguruma/regposix.c pm = (regmatch_t* )NULL; NULL 185 mbstring/oniguruma/regposix.c if (pm == NULL) NULL 199 mbstring/oniguruma/regposix.c if (pm != pmatch && pm != NULL) { NULL 212 mbstring/oniguruma/regposix.c if (pm != pmatch && pm != NULL) NULL 69 mbstring/php_mbregex.c zend_hash_init(&(pglobals->ht_rc), 0, NULL, (void (*)(void *)) php_mb_regex_free_cache, 1); NULL 70 mbstring/php_mbregex.c pglobals->search_str = (zval*) NULL; NULL 71 mbstring/php_mbregex.c pglobals->search_re = (php_mb_regex_t*)NULL; NULL 73 mbstring/php_mbregex.c pglobals->search_regs = (OnigRegion*)NULL; NULL 93 mbstring/php_mbregex.c return NULL; NULL 97 mbstring/php_mbregex.c return NULL; NULL 142 mbstring/php_mbregex.c if (MBREX(search_str) != NULL) { NULL 144 mbstring/php_mbregex.c MBREX(search_str) = (zval *)NULL; NULL 148 mbstring/php_mbregex.c if (MBREX(search_regs) != NULL) { NULL 150 mbstring/php_mbregex.c MBREX(search_regs) = (OnigRegion *)NULL; NULL 365 mbstring/php_mbregex.c { NULL, ONIG_ENCODING_UNDEF } NULL 375 mbstring/php_mbregex.c if (pname == NULL || !*pname) { NULL 379 mbstring/php_mbregex.c for (mapping = enc_name_map; mapping->names != NULL; mapping++) { NULL 396 mbstring/php_mbregex.c for (mapping = enc_name_map; mapping->names != NULL; mapping++) { NULL 402 mbstring/php_mbregex.c return NULL; NULL 452 mbstring/php_mbregex.c php_mb_regex_t *retval = NULL, **rc = NULL; NULL 460 mbstring/php_mbregex.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "mbregex compile err: %s", err_str); NULL 461 mbstring/php_mbregex.c retval = NULL; NULL 464 mbstring/php_mbregex.c zend_hash_update(&MBREX(ht_rc), (char *) pattern, patlen + 1, (void *) &retval, sizeof(retval), NULL); NULL 588 mbstring/php_mbregex.c if (parg != NULL) { NULL 639 mbstring/php_mbregex.c if (eval != NULL) *eval = 1; NULL 645 mbstring/php_mbregex.c if (option != NULL) *option|=optm; NULL 670 mbstring/php_mbregex.c if (retval == NULL) { NULL 679 mbstring/php_mbregex.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", encoding); NULL 696 mbstring/php_mbregex.c OnigRegion *regs = NULL; NULL 701 mbstring/php_mbregex.c array = NULL; NULL 723 mbstring/php_mbregex.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "empty pattern"); NULL 729 mbstring/php_mbregex.c if (re == NULL) { NULL 744 mbstring/php_mbregex.c if (array != NULL) { NULL 764 mbstring/php_mbregex.c if (regs != NULL) { NULL 806 mbstring/php_mbregex.c OnigRegion *regs = NULL; NULL 813 mbstring/php_mbregex.c char *description = NULL; NULL 821 mbstring/php_mbregex.c if (current_enc_name == NULL || NULL 822 mbstring/php_mbregex.c (enc = mbfl_name2encoding(current_enc_name)) == NULL) { NULL 823 mbstring/php_mbregex.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown error"); NULL 829 mbstring/php_mbregex.c char *option_str = NULL; NULL 850 mbstring/php_mbregex.c if (option_str != NULL) { NULL 871 mbstring/php_mbregex.c if (re == NULL) { NULL 880 mbstring/php_mbregex.c description = NULL; NULL 885 mbstring/php_mbregex.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Option 'e' cannot be used with replacement callback"); NULL 900 mbstring/php_mbregex.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "mbregex search failure in php_mbereg_replace_exec(): %s", err_str); NULL 906 mbstring/php_mbregex.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Empty regular expression"); NULL 945 mbstring/php_mbregex.c php_error_docref(NULL TSRMLS_CC,E_ERROR, "Failed evaluating code: %s%s", PHP_EOL, eval_buf.c); NULL 983 mbstring/php_mbregex.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to call custom replacement function"); NULL 1010 mbstring/php_mbregex.c if (regs != NULL) { NULL 1056 mbstring/php_mbregex.c OnigRegion *regs = NULL; NULL 1073 mbstring/php_mbregex.c if ((re = php_mbregex_compile_pattern(arg_pattern, arg_pattern_len, MBREX(regex_default_options), MBREX(current_mbctype), MBREX(regex_default_syntax) TSRMLS_CC)) == NULL) { NULL 1086 mbstring/php_mbregex.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Empty regular expression"); NULL 1114 mbstring/php_mbregex.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "mbregex search failure in mbsplit(): %s", err_str); NULL 1145 mbstring/php_mbregex.c char *option_str = NULL; NULL 1154 mbstring/php_mbregex.c if (option_str != NULL) { NULL 1155 mbstring/php_mbregex.c _php_mb_regex_init_options(option_str, option_str_len, &option, &syntax, NULL); NULL 1162 mbstring/php_mbregex.c if ((re = php_mbregex_compile_pattern(arg_pattern, arg_pattern_len, option, MBREX(current_mbctype), syntax TSRMLS_CC)) == NULL) { NULL 1167 mbstring/php_mbregex.c err = onig_match(re, (OnigUChar *)string, (OnigUChar *)(string + string_len), (OnigUChar *)string, NULL, 0); NULL 1197 mbstring/php_mbregex.c _php_mb_regex_init_options(arg_options, arg_options_len, &option, &syntax, NULL); NULL 1202 mbstring/php_mbregex.c if ((MBREX(search_re) = php_mbregex_compile_pattern(arg_pattern, arg_pattern_len, option, MBREX(current_mbctype), MBREX(regex_default_syntax) TSRMLS_CC)) == NULL) { NULL 1208 mbstring/php_mbregex.c str = NULL; NULL 1210 mbstring/php_mbregex.c if (MBREX(search_str) != NULL && Z_TYPE_P(MBREX(search_str)) == IS_STRING){ NULL 1215 mbstring/php_mbregex.c if (MBREX(search_re) == NULL) { NULL 1216 mbstring/php_mbregex.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "No regex given"); NULL 1220 mbstring/php_mbregex.c if (str == NULL) { NULL 1221 mbstring/php_mbregex.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "No string given"); NULL 1237 mbstring/php_mbregex.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "mbregex search failure in mbregex_search(): %s", err_str); NULL 1241 mbstring/php_mbregex.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Empty regular expression"); NULL 1278 mbstring/php_mbregex.c MBREX(search_regs) = (OnigRegion *)NULL; NULL 1313 mbstring/php_mbregex.c char *arg_pattern = NULL, *arg_options = NULL; NULL 1315 mbstring/php_mbregex.c OnigSyntaxType *syntax = NULL; NULL 1323 mbstring/php_mbregex.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Empty pattern"); NULL 1332 mbstring/php_mbregex.c _php_mb_regex_init_options(arg_options, arg_options_len, &option, &syntax, NULL); NULL 1337 mbstring/php_mbregex.c if ((MBREX(search_re) = php_mbregex_compile_pattern(arg_pattern, arg_pattern_len, option, MBREX(current_mbctype), syntax TSRMLS_CC)) == NULL) { NULL 1342 mbstring/php_mbregex.c if (MBREX(search_str) != NULL) { NULL 1344 mbstring/php_mbregex.c MBREX(search_str) = (zval *)NULL; NULL 1353 mbstring/php_mbregex.c if (MBREX(search_regs) != NULL) { NULL 1355 mbstring/php_mbregex.c MBREX(search_regs) = (OnigRegion *) NULL; NULL 1369 mbstring/php_mbregex.c if (MBREX(search_regs) != NULL && Z_TYPE_P(MBREX(search_str)) == IS_STRING && Z_STRVAL_P(MBREX(search_str)) != NULL) { NULL 1408 mbstring/php_mbregex.c if (position < 0 || (MBREX(search_str) != NULL && Z_TYPE_P(MBREX(search_str)) == IS_STRING && position >= Z_STRLEN_P(MBREX(search_str)))) { NULL 1409 mbstring/php_mbregex.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Position is out of range"); NULL 1422 mbstring/php_mbregex.c if (prev_options != NULL) { NULL 1425 mbstring/php_mbregex.c if (prev_syntax != NULL) { NULL 1439 mbstring/php_mbregex.c char *string = NULL; NULL 1447 mbstring/php_mbregex.c if (string != NULL) { NULL 1449 mbstring/php_mbregex.c syntax = NULL; NULL 1450 mbstring/php_mbregex.c _php_mb_regex_init_options(string, string_len, &opt, &syntax, NULL); NULL 1451 mbstring/php_mbregex.c _php_mb_regex_set_options(opt, syntax, NULL, NULL TSRMLS_CC); NULL 280 mbstring/php_unicode.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown encoding \"%s\"", src_encoding); NULL 281 mbstring/php_unicode.c return NULL; NULL 285 mbstring/php_unicode.c if (unicode == NULL) NULL 286 mbstring/php_unicode.c return NULL; NULL 1965 mbstring/ucgendat/ucgendat.c if (in != stdin && in != NULL) NULL 298 mcrypt/mcrypt.c NULL, NULL, NULL 302 mcrypt/mcrypt.c NULL, NULL 303 mcrypt/mcrypt.c NULL, NULL 304 mcrypt/mcrypt.c NULL, NULL 331 mcrypt/mcrypt.c php_error_docref(NULL TSRMLS_CC, E_WARNING, MCRYPT_FAILED); \ NULL 340 mcrypt/mcrypt.c php_error_docref(NULL TSRMLS_CC, E_WARNING, MCRYPT_IV_WRONG_SIZE); \ NULL 382 mcrypt/mcrypt.c char *dir = NULL; \ NULL 398 mcrypt/mcrypt.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Operation disallowed prior to mcrypt_generic_init()."); \ NULL 403 mcrypt/mcrypt.c STD_PHP_INI_ENTRY("mcrypt.algorithms_dir", NULL, PHP_INI_ALL, OnUpdateString, algorithms_dir, zend_mcrypt_globals, mcrypt_globals) NULL 404 mcrypt/mcrypt.c STD_PHP_INI_ENTRY("mcrypt.modes_dir", NULL, PHP_INI_ALL, OnUpdateString, modes_dir, zend_mcrypt_globals, mcrypt_globals) NULL 414 mcrypt/mcrypt.c pm = NULL; NULL 421 mcrypt/mcrypt.c le_mcrypt = zend_register_list_destructors_ex(php_mcrypt_module_dtor, NULL, "mcrypt", module_number); NULL 570 mcrypt/mcrypt.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not open encryption module"); NULL 603 mcrypt/mcrypt.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Key size is 0"); NULL 613 mcrypt/mcrypt.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Key size too large; supplied length: %d, max: %d", key_len, max_key_size); NULL 621 mcrypt/mcrypt.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Iv size incorrect; supplied length: %d, needed: %d", iv_len, iv_size); NULL 634 mcrypt/mcrypt.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Key length incorrect"); NULL 637 mcrypt/mcrypt.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Memory allocation error"); NULL 641 mcrypt/mcrypt.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown error"); NULL 672 mcrypt/mcrypt.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "An empty string was passed"); NULL 717 mcrypt/mcrypt.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "An empty string was passed"); NULL 788 mcrypt/mcrypt.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not terminate encryption specifier"); NULL 1004 mcrypt/mcrypt.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "No algorithms found in module dir"); NULL 1031 mcrypt/mcrypt.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "No modes found in module dir"); NULL 1063 mcrypt/mcrypt.c php_error_docref(NULL TSRMLS_CC, E_WARNING, MCRYPT_OPEN_MODULE_FAILED); NULL 1092 mcrypt/mcrypt.c php_error_docref(NULL TSRMLS_CC, E_WARNING, MCRYPT_OPEN_MODULE_FAILED); NULL 1121 mcrypt/mcrypt.c php_error_docref(NULL TSRMLS_CC, E_WARNING, MCRYPT_OPEN_MODULE_FAILED); NULL 1161 mcrypt/mcrypt.c php_error_docref(NULL TSRMLS_CC, E_WARNING, MCRYPT_OPEN_MODULE_FAILED); NULL 1175 mcrypt/mcrypt.c char *key_s = NULL, *iv_s; NULL 1183 mcrypt/mcrypt.c php_error_docref(NULL TSRMLS_CC, E_WARNING, MCRYPT_OPEN_MODULE_FAILED); NULL 1189 mcrypt/mcrypt.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Size of key is too large for this algorithm"); NULL 1192 mcrypt/mcrypt.c if (count == 0 && key_length_sizes == NULL) { /* all lengths 1 - k_l_s = OK */ NULL 1218 mcrypt/mcrypt.c iv_s = NULL; NULL 1225 mcrypt/mcrypt.c php_error_docref(NULL TSRMLS_CC, E_WARNING, MCRYPT_IV_WRONG_SIZE); NULL 1231 mcrypt/mcrypt.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Attempt to use an empty IV, which is NOT recommend"); NULL 1252 mcrypt/mcrypt.c php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "Mcrypt initialisation failed"); NULL 1265 mcrypt/mcrypt.c if (key_s != NULL) { NULL 1268 mcrypt/mcrypt.c if (iv_s != NULL) { NULL 1280 mcrypt/mcrypt.c char *cipher, *key, *data, *iv = NULL; NULL 1296 mcrypt/mcrypt.c char *cipher, *key, *data, *iv = NULL; NULL 1312 mcrypt/mcrypt.c char *cipher, *key, *data, *iv = NULL; NULL 1328 mcrypt/mcrypt.c char *cipher, *key, *data, *iv = NULL; NULL 1344 mcrypt/mcrypt.c char *cipher, *key, *data, *iv = NULL; NULL 1360 mcrypt/mcrypt.c char *cipher, *key, *data, *iv = NULL; NULL 1385 mcrypt/mcrypt.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot create an IV with a size of less than 1 or greater than %d", INT_MAX); NULL 1397 mcrypt/mcrypt.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not gather sufficient random data"); NULL 1408 mcrypt/mcrypt.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot open source device"); NULL 1422 mcrypt/mcrypt.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not gather sufficient random data"); NULL 158 mcrypt/mcrypt_filter.c char *iv = NULL, *key = NULL; NULL 169 mcrypt/mcrypt_filter.c return NULL; NULL 173 mcrypt/mcrypt_filter.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Filter parameters for %s must be an array", filtername); NULL 174 mcrypt/mcrypt_filter.c return NULL; NULL 181 mcrypt/mcrypt_filter.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "mode is not a string, ignoring"); NULL 189 mcrypt/mcrypt_filter.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "algorithms_dir is not a string, ignoring"); NULL 197 mcrypt/mcrypt_filter.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "modes_dir is not a string, ignoring"); NULL 206 mcrypt/mcrypt_filter.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "key not specified or is not a string"); NULL 207 mcrypt/mcrypt_filter.c return NULL; NULL 212 mcrypt/mcrypt_filter.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not open encryption module"); NULL 213 mcrypt/mcrypt_filter.c return NULL; NULL 223 mcrypt/mcrypt_filter.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Filter parameter[iv] not provided or not of type: string"); NULL 225 mcrypt/mcrypt_filter.c return NULL; NULL 241 mcrypt/mcrypt_filter.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Key length incorrect"); NULL 244 mcrypt/mcrypt_filter.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Memory allocation error"); NULL 248 mcrypt/mcrypt_filter.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown error"); NULL 252 mcrypt/mcrypt_filter.c return NULL; NULL 263 mcrypt/mcrypt_filter.c data->block_buffer = NULL; NULL 89 mcrypt/php_mcrypt.h #define mcrypt_module_ptr NULL NULL 203 mssql/php_mssql.c NULL, NULL 204 mssql/php_mssql.c NULL, NULL 213 mssql/php_mssql.c #define CHECK_LINK(link) { if (link==-1) { php_error_docref(NULL TSRMLS_CC, E_WARNING, "A link to the server could not be established"); RETURN_FALSE; } } NULL 227 mssql/php_mssql.c value = NULL; NULL 267 mssql/php_mssql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s (severity %d)", dberrstr, severity); NULL 280 mssql/php_mssql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "message: %s (severity %d)", msgtext, severity); NULL 284 mssql/php_mssql.c MS_SQL_G(server_message) = NULL; NULL 322 mssql/php_mssql.c result->data = NULL; NULL 436 mssql/php_mssql.c le_statement = zend_register_list_destructors_ex(_free_mssql_statement, NULL, "mssql statement", module_number); NULL 437 mssql/php_mssql.c le_result = zend_register_list_destructors_ex(_free_mssql_result, NULL, "mssql result", module_number); NULL 438 mssql/php_mssql.c le_link = zend_register_list_destructors_ex(_close_mssql_link, NULL, "mssql link", module_number); NULL 439 mssql/php_mssql.c le_plink = zend_register_list_destructors_ex(NULL, _close_mssql_plink, "mssql link persistent", module_number); NULL 488 mssql/php_mssql.c MS_SQL_G(server_message) = NULL; NULL 506 mssql/php_mssql.c MS_SQL_G(appname) = NULL; NULL 509 mssql/php_mssql.c MS_SQL_G(server_message) = NULL; NULL 541 mssql/php_mssql.c char *host = NULL, *user = NULL, *passwd = NULL; NULL 584 mssql/php_mssql.c if (hashed_details == NULL) { NULL 585 mssql/php_mssql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Out of memory"); NULL 593 mssql/php_mssql.c if ((mssql.login = dblogin()) == NULL) { NULL 594 mssql/php_mssql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to allocate login record"); NULL 642 mssql/php_mssql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Too many open links (%ld)", MS_SQL_G(num_links)); NULL 648 mssql/php_mssql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Too many open persistent links (%ld)", MS_SQL_G(num_persistent)); NULL 655 mssql/php_mssql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to connect to server: %s", (host == NULL ? "" : host)); NULL 698 mssql/php_mssql.c if (zend_hash_update(&EG(persistent_list), hashed_details, hashed_details_length + 1, &new_le, sizeof(zend_rsrc_list_entry), NULL)==FAILURE) { NULL 712 mssql/php_mssql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Hashed persistent link is not a MS SQL link!"); NULL 724 mssql/php_mssql.c if ((mssql_ptr->link=dbopen(mssql_ptr->login,host))==NULL) { NULL 728 mssql/php_mssql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Link to server lost, unable to reconnect"); NULL 782 mssql/php_mssql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Too many open links (%ld)", MS_SQL_G(num_links)); NULL 788 mssql/php_mssql.c if ((mssql.link=dbopen(mssql.login, host))==NULL) { NULL 789 mssql/php_mssql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to connect to server: %s", (host == NULL ? "" : host)); NULL 828 mssql/php_mssql.c if (zend_hash_update(&EG(regular_list), hashed_details, hashed_details_length + 1,(void *) &new_index_ptr, sizeof(zend_rsrc_list_entry),NULL)==FAILURE) { NULL 871 mssql/php_mssql.c zval *mssql_link_index = NULL; NULL 879 mssql/php_mssql.c if (mssql_link_index == NULL) { NULL 901 mssql/php_mssql.c zval *mssql_link_index = NULL; NULL 910 mssql/php_mssql.c if (mssql_link_index == NULL) { NULL 918 mssql/php_mssql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to select database: %s", db); NULL 930 mssql/php_mssql.c if (dbdata(mssql_ptr->link,offset) == NULL && dbdatlen(mssql_ptr->link,offset) == 0) { NULL 967 mssql/php_mssql.c dbconvert(NULL, column_type, dbdata(mssql_ptr->link,offset), 8, SQLFLT8, (LPBYTE)&res_buf, -1); NULL 1027 mssql/php_mssql.c res_length = dbconvert(NULL,coltype(offset),dbdata(mssql_ptr->link,offset), res_length, SQLCHAR,res_buf,-1); NULL 1033 mssql/php_mssql.c dbconvert(NULL, SQLDATETIM4, dbdata(mssql_ptr->link,offset), -1, SQLDATETIME, (LPBYTE) &temp, -1); NULL 1045 mssql/php_mssql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "column %d has unknown data type (%d)", offset, coltype(offset)); NULL 1107 mssql/php_mssql.c res_length = dbconvert(NULL,coltype(offset),dbdata(mssql_ptr->link,offset), res_length, SQLCHAR, res_buf, -1); NULL 1113 mssql/php_mssql.c dbconvert(NULL, SQLDATETIM4, dbdata(mssql_ptr->link,offset), -1, SQLDATETIME, (LPBYTE) &temp, -1); NULL 1125 mssql/php_mssql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "column %d has unknown data type (%d)", offset, coltype(offset)); NULL 1147 mssql/php_mssql.c if (statement->binds != NULL) { /* Maybe a non-parameter sp */ NULL 1185 mssql/php_mssql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "An output parameter variable was not provided"); NULL 1190 mssql/php_mssql.c if (statement->binds != NULL) { /* Maybe a non-parameter sp */ NULL 1197 mssql/php_mssql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "stored procedure has no return value. Nothing was returned into RETVAL"); NULL 1213 mssql/php_mssql.c char *source = NULL; NULL 1322 mssql/php_mssql.c zval *mssql_link_index = NULL; NULL 1349 mssql/php_mssql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to set query"); NULL 1353 mssql/php_mssql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Query failed"); NULL 1374 mssql/php_mssql.c result->statement = NULL; NULL 1379 mssql/php_mssql.c result->data = NULL; NULL 1517 mssql/php_mssql.c MS_SQL_G(server_message) = NULL; NULL 1620 mssql/php_mssql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Bad row offset"); NULL 1709 mssql/php_mssql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Bad column offset"); NULL 1745 mssql/php_mssql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Bad column offset"); NULL 1775 mssql/php_mssql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Bad column offset"); NULL 1805 mssql/php_mssql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Bad column offset"); NULL 1829 mssql/php_mssql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Bad column offset"); NULL 1854 mssql/php_mssql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Bad row offset (%ld)", row); NULL 1869 mssql/php_mssql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s field not found in result", Z_STRVAL_PP(field)); NULL 1878 mssql/php_mssql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Bad column offset specified"); NULL 1972 mssql/php_mssql.c zval *mssql_link_index = NULL; NULL 1981 mssql/php_mssql.c if (mssql_link_index == NULL) { NULL 1989 mssql/php_mssql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "unable to init stored procedure"); NULL 1993 mssql/php_mssql.c statement=NULL; NULL 2017 mssql/php_mssql.c LPBYTE value = NULL; NULL 2029 mssql/php_mssql.c if (statement==NULL) { NULL 2070 mssql/php_mssql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "unsupported type"); NULL 2083 mssql/php_mssql.c zend_hash_init(statement->binds, 13, NULL, _mssql_bind_hash_dtor, 0); NULL 2092 mssql/php_mssql.c if( NULL == bindp ) RETURN_FALSE; NULL 2099 mssql/php_mssql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to set parameter"); NULL 2135 mssql/php_mssql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "stored procedure execution failed"); NULL 2147 mssql/php_mssql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "could not retrieve results"); NULL 2155 mssql/php_mssql.c result=NULL; NULL 2189 mssql/php_mssql.c if (result==NULL) { NULL 2240 mssql/php_mssql.c dbconvert(NULL, SQLBINARY, (BYTE*) binary, MIN(16, binary_len), SQLCHAR, buffer, -1); NULL 208 mssql/php_mssql.h #define mssql_module_ptr NULL NULL 50 mysql/php_mysql.c # define signal(a, b) NULL NULL 53 mysql/php_mysql.c # define signal(a, b) NULL NULL 339 mysql/php_mysql.c STANDARD_MODULE_HEADER_EX, NULL, NULL 354 mysql/php_mysql.c NULL, NULL 355 mysql/php_mysql.c NULL, NULL 366 mysql/php_mysql.c #define CHECK_LINK(link) { if (link==-1) { php_error_docref(NULL TSRMLS_CC, E_WARNING, "A link to the server could not be established"); RETURN_FALSE; } } NULL 379 mysql/php_mysql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Function called without first fetching all rows from a previous unbuffered query"); \ NULL 398 mysql/php_mysql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Function called without first fetching all rows from a previous unbuffered query"); \ NULL 484 mysql/php_mysql.c if (new_value != NULL) { /* default port */ NULL 499 mysql/php_mysql.c STD_PHP_INI_ENTRY("mysql.default_host", NULL, PHP_INI_ALL, OnUpdateString, default_host, zend_mysql_globals, mysql_globals) NULL 500 mysql/php_mysql.c STD_PHP_INI_ENTRY("mysql.default_user", NULL, PHP_INI_ALL, OnUpdateString, default_user, zend_mysql_globals, mysql_globals) NULL 501 mysql/php_mysql.c STD_PHP_INI_ENTRY("mysql.default_password", NULL, PHP_INI_ALL, OnUpdateString, default_password, zend_mysql_globals, mysql_globals) NULL 502 mysql/php_mysql.c PHP_INI_ENTRY("mysql.default_port", NULL, PHP_INI_ALL, OnMySQLPort) NULL 506 mysql/php_mysql.c STD_PHP_INI_ENTRY("mysql.default_socket", NULL, PHP_INI_ALL, OnUpdateStringUnempty, default_socket, zend_mysql_globals, mysql_globals) NULL 519 mysql/php_mysql.c mysql_globals->default_socket = NULL; NULL 520 mysql/php_mysql.c mysql_globals->default_host = NULL; NULL 521 mysql/php_mysql.c mysql_globals->default_user = NULL; NULL 522 mysql/php_mysql.c mysql_globals->default_password = NULL; NULL 524 mysql/php_mysql.c mysql_globals->connect_error = NULL; NULL 540 mysql/php_mysql.c return NULL; NULL 543 mysql/php_mysql.c mysql = (php_mysql_conn *)zend_fetch_resource(&zv TSRMLS_CC, -1, "MySQL-Link", NULL, 2, le_link, le_plink); NULL 546 mysql/php_mysql.c return NULL; NULL 563 mysql/php_mysql.c le_result = zend_register_list_destructors_ex(_free_mysql_result, NULL, "mysql result", module_number); NULL 564 mysql/php_mysql.c le_link = zend_register_list_destructors_ex(_close_mysql_link, NULL, "mysql link", module_number); NULL 565 mysql/php_mysql.c le_plink = zend_register_list_destructors_ex(NULL, _close_mysql_plink, "mysql link persistent", module_number); NULL 580 mysql/php_mysql.c if (mysql_server_init(0, NULL, NULL)) { NULL 632 mysql/php_mysql.c MySG(connect_error) = NULL; NULL 666 mysql/php_mysql.c if (MySG(connect_error)!=NULL) { NULL 722 mysql/php_mysql.c char *user=NULL, *passwd=NULL, *host_and_port=NULL, *socket=NULL, *tmp=NULL, *host=NULL; NULL 724 mysql/php_mysql.c char *hashed_details=NULL; NULL 727 mysql/php_mysql.c php_mysql_conn *mysql=NULL; NULL 736 mysql/php_mysql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, NULL 765 mysql/php_mysql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "SQL safe mode in effect - ignoring host/user/password information"); NULL 767 mysql/php_mysql.c host_and_port=passwd=NULL; NULL 852 mysql/php_mysql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Too many open links (%ld)", MySG(num_links)); NULL 857 mysql/php_mysql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Too many open persistent links (%ld)", MySG(num_persistent)); NULL 864 mysql/php_mysql.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Out of memory while allocating memory for a persistent link"); NULL 874 mysql/php_mysql.c mysql->conn = mysql_init(NULL); NULL 883 mysql/php_mysql.c if (mysql_real_connect(mysql->conn, host, user, passwd, NULL, port, socket, client_flags)==NULL) NULL 885 mysql/php_mysql.c if (mysqlnd_connect(mysql->conn, host, user, passwd, passwd_len, NULL, 0, port, socket, client_flags TSRMLS_CC) == NULL) NULL 889 mysql/php_mysql.c if (MySG(connect_error) != NULL) { NULL 893 mysql/php_mysql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", MySG(connect_error)); NULL 906 mysql/php_mysql.c if (zend_hash_update(&EG(persistent_list), hashed_details, hashed_details_length+1, (void *) &new_le, sizeof(zend_rsrc_list_entry), NULL)==FAILURE) { NULL 931 mysql/php_mysql.c if (mysql_real_connect(mysql->conn, host, user, passwd, NULL, port, socket, client_flags)==NULL) NULL 933 mysql/php_mysql.c if (mysqlnd_connect(mysql->conn, host, user, passwd, passwd_len, NULL, 0, port, socket, client_flags TSRMLS_CC) == NULL) NULL 936 mysql/php_mysql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Link to server lost, unable to reconnect"); NULL 981 mysql/php_mysql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Too many open links (%ld)", MySG(num_links)); NULL 993 mysql/php_mysql.c mysql->conn = mysql_init(NULL); NULL 999 mysql/php_mysql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "OOM"); NULL 1010 mysql/php_mysql.c if (mysql_real_connect(mysql->conn, host, user, passwd, NULL, port, socket, client_flags)==NULL) NULL 1012 mysql/php_mysql.c if (mysqlnd_connect(mysql->conn, host, user, passwd, passwd_len, NULL, 0, port, socket, client_flags TSRMLS_CC) == NULL) NULL 1016 mysql/php_mysql.c if (MySG(connect_error) != NULL) { NULL 1020 mysql/php_mysql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", MySG(connect_error)); NULL 1040 mysql/php_mysql.c if (zend_hash_update(&EG(regular_list), hashed_details, hashed_details_length+1,(void *) &new_index_ptr, sizeof(zend_rsrc_list_entry), NULL)==FAILURE) { NULL 1086 mysql/php_mysql.c zval *mysql_link=NULL; NULL 1096 mysql/php_mysql.c ZEND_FETCH_RESOURCE2(mysql, php_mysql_conn *, NULL, MySG(default_link), "MySQL-Link", le_link, le_plink); NULL 1130 mysql/php_mysql.c zval *mysql_link = NULL; NULL 1171 mysql/php_mysql.c zval *mysql_link = NULL; NULL 1194 mysql/php_mysql.c zval *mysql_link = NULL; NULL 1217 mysql/php_mysql.c zval *mysql_link = NULL; NULL 1240 mysql/php_mysql.c zval *mysql_link = NULL; NULL 1268 mysql/php_mysql.c zval *mysql_link = NULL; NULL 1290 mysql/php_mysql.c zval *mysql_link = NULL; NULL 1326 mysql/php_mysql.c zval *mysql_link = NULL; NULL 1350 mysql/php_mysql.c zval *mysql_link = NULL; NULL 1383 mysql/php_mysql.c zval *mysql_link = NULL; NULL 1414 mysql/php_mysql.c zval *mysql_link = NULL; NULL 1516 mysql/php_mysql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to save result set"); NULL 1536 mysql/php_mysql.c zval *mysql_link = NULL; NULL 1548 mysql/php_mysql.c php_mysql_do_query_general(query, query_len, mysql_link, id, NULL, use_store, return_value TSRMLS_CC); NULL 1576 mysql/php_mysql.c zval *mysql_link = NULL; NULL 1588 mysql/php_mysql.c php_error_docref(NULL TSRMLS_CC, E_DEPRECATED, "This function is deprecated; use mysql_query() instead"); NULL 1599 mysql/php_mysql.c zval *mysql_link = NULL; NULL 1612 mysql/php_mysql.c php_error_docref(NULL TSRMLS_CC, E_DEPRECATED, "This function is deprecated; use mysql_query() with SHOW DATABASES instead"); NULL 1619 mysql/php_mysql.c if ((mysql_result=mysql_list_dbs(mysql->conn, NULL))==NULL) { NULL 1620 mysql/php_mysql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to save MySQL query result"); NULL 1635 mysql/php_mysql.c zval *mysql_link = NULL; NULL 1657 mysql/php_mysql.c if ((mysql_result=mysql_list_tables(mysql->conn, NULL))==NULL) { NULL 1658 mysql/php_mysql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to save MySQL query result"); NULL 1673 mysql/php_mysql.c zval *mysql_link = NULL; NULL 1695 mysql/php_mysql.c if ((mysql_result=mysql_list_fields(mysql->conn, table, NULL))==NULL) { NULL 1696 mysql/php_mysql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to save MySQL query result"); NULL 1708 mysql/php_mysql.c zval *mysql_link = NULL; NULL 1727 mysql/php_mysql.c if (mysql_result == NULL) { NULL 1728 mysql/php_mysql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to save MySQL query result"); NULL 1742 mysql/php_mysql.c zval *mysql_link = NULL; NULL 1753 mysql/php_mysql.c if (MySG(connect_error)!=NULL){ NULL 1773 mysql/php_mysql.c zval *mysql_link = NULL; NULL 1804 mysql/php_mysql.c zval *mysql_link = NULL; NULL 1854 mysql/php_mysql.c zval *mysql_link = NULL; NULL 1884 mysql/php_mysql.c zval *mysql_link = NULL; NULL 1910 mysql/php_mysql.c zval *result, *field=NULL; NULL 1931 mysql/php_mysql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to jump to row %ld on MySQL result index %ld", row, Z_LVAL_P(result)); NULL 1947 mysql/php_mysql.c table_name = NULL; NULL 1959 mysql/php_mysql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s%s%s not found in MySQL result index %ld", NULL 1977 mysql/php_mysql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Bad column offset specified"); NULL 1985 mysql/php_mysql.c if ((sql_row=mysql_fetch_row(mysql_result))==NULL NULL 1986 mysql/php_mysql.c || (sql_row_lengths=mysql_fetch_lengths(mysql_result))==NULL) { /* shouldn't happen? */ NULL 2054 mysql/php_mysql.c zval *res, *ctor_params = NULL; NULL 2055 mysql/php_mysql.c zend_class_entry *ce = NULL; NULL 2065 mysql/php_mysql.c char *class_name = NULL; NULL 2078 mysql/php_mysql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not find class '%s'", class_name); NULL 2095 mysql/php_mysql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "The result type should be either MYSQL_NUM, MYSQL_ASSOC or MYSQL_BOTH"); NULL 2102 mysql/php_mysql.c if ((mysql_row = mysql_fetch_row(mysql_result)) == NULL || NULL 2103 mysql/php_mysql.c (mysql_row_lengths = mysql_fetch_lengths(mysql_result)) == NULL) { NULL 2162 mysql/php_mysql.c object_and_properties_init(return_value, ce, NULL); NULL 2168 mysql/php_mysql.c fci.function_name = NULL; NULL 2169 mysql/php_mysql.c fci.symbol_table = NULL; NULL 2180 mysql/php_mysql.c while (p != NULL) { NULL 2196 mysql/php_mysql.c fci.params = NULL; NULL 2279 mysql/php_mysql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Offset %ld is invalid for MySQL result index %ld (or the query data is unbuffered)", offset, Z_LVAL_P(result)); NULL 2304 mysql/php_mysql.c if ((lengths=mysql_fetch_lengths(mysql_result))==NULL) { NULL 2409 mysql/php_mysql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Bad field offset"); NULL 2414 mysql/php_mysql.c if ((mysql_field=mysql_fetch_field(mysql_result))==NULL) { NULL 2450 mysql/php_mysql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Field %ld is invalid for MySQL result index %ld", offset, Z_LVAL_P(result)); NULL 2483 mysql/php_mysql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Field %ld is invalid for MySQL result index %ld", field, Z_LVAL_P(result)); NULL 2487 mysql/php_mysql.c if ((mysql_field=mysql_fetch_field(mysql_result))==NULL) { NULL 2663 mysql/php_mysql.c zval *mysql_link = NULL; NULL 31 mysql/php_mysql.h #define mysql_module_ptr NULL NULL 45 mysqli/mysqli.c while (b[i].pname != NULL) { \ NULL 55 mysqli/mysqli.c while (b[i].name != NULL) { \ NULL 165 mysqli/mysqli.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error occurred while closing statement"); NULL 192 mysqli/mysqli.c mysql->hash_key = NULL; NULL 196 mysqli/mysqli.c mysql->li_read = NULL; NULL 286 mysqli/mysqli.c my_res->ptr = NULL; NULL 295 mysqli/mysqli.c *retval = NULL; NULL 296 mysqli/mysqli.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Cannot read property"); NULL 304 mysqli/mysqli.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Cannot write property"); NULL 336 mysqli/mysqli.c if (obj->prop_handler != NULL) { NULL 378 mysqli/mysqli.c if (obj->prop_handler != NULL) { NULL 406 mysqli/mysqli.c zend_hash_add(h, pname, pname_len + 1, &p, sizeof(mysqli_prop_handler), NULL); NULL 443 mysqli/mysqli.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid value for has_set_exists"); NULL 473 mysqli/mysqli.c zend_hash_add(retval, entry->name, entry->name_len + 1, &value, sizeof(zval *), NULL); NULL 494 mysqli/mysqli.c intern->ptr = NULL; NULL 495 mysqli/mysqli.c intern->prop_handler = NULL; NULL 499 mysqli/mysqli.c mysqli_base_class->parent != NULL) { NULL 523 mysqli/mysqli.c retval.handle = zend_objects_store_put(intern, (zend_objects_store_dtor_t) zend_objects_destroy_object, free_storage, NULL TSRMLS_CC); NULL 540 mysqli/mysqli.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Couldn't fetch %s", intern->zo.ce->name); NULL 541 mysqli/mysqli.c return NULL; NULL 544 mysqli/mysqli.c return mysql ? mysql->mysql : NULL; NULL 546 mysqli/mysqli.c return NULL; NULL 561 mysqli/mysqli.c STD_PHP_INI_ENTRY("mysqli.default_host", NULL, PHP_INI_ALL, OnUpdateString, default_host, zend_mysqli_globals, mysqli_globals) NULL 562 mysqli/mysqli.c STD_PHP_INI_ENTRY("mysqli.default_user", NULL, PHP_INI_ALL, OnUpdateString, default_user, zend_mysqli_globals, mysqli_globals) NULL 563 mysqli/mysqli.c STD_PHP_INI_ENTRY("mysqli.default_pw", NULL, PHP_INI_ALL, OnUpdateString, default_pw, zend_mysqli_globals, mysqli_globals) NULL 568 mysqli/mysqli.c STD_PHP_INI_ENTRY("mysqli.default_socket", NULL, PHP_INI_ALL, OnUpdateStringUnempty, default_socket, zend_mysqli_globals, mysqli_globals) NULL 587 mysqli/mysqli.c mysqli_globals->default_host = NULL; NULL 588 mysqli/mysqli.c mysqli_globals->default_user = NULL; NULL 589 mysqli/mysqli.c mysqli_globals->default_pw = NULL; NULL 590 mysqli/mysqli.c mysqli_globals->default_socket = NULL; NULL 613 mysqli/mysqli.c if (mysql_server_init(0, NULL, NULL)) { NULL 620 mysqli/mysqli.c mysqli_object_handlers.clone_obj = NULL; NULL 629 mysqli/mysqli.c zend_hash_init(&classes, 0, NULL, NULL, 1); NULL 632 mysqli/mysqli.c le_pmysqli = zend_register_list_destructors_ex(NULL, php_mysqli_dtor, NULL 637 mysqli/mysqli.c mysqli_exception_class_entry = zend_register_internal_class_ex(&cex, spl_ce_RuntimeException, NULL TSRMLS_CC); NULL 639 mysqli/mysqli.c mysqli_exception_class_entry = zend_register_internal_class_ex(&cex, zend_exception_get_default(TSRMLS_C), NULL TSRMLS_CC); NULL 647 mysqli/mysqli.c zend_hash_init(&mysqli_driver_properties, 0, NULL, NULL, 1); NULL 650 mysqli/mysqli.c zend_hash_add(&classes, ce->name, ce->name_length+1, &mysqli_driver_properties, sizeof(mysqli_driver_properties), NULL); NULL 655 mysqli/mysqli.c zend_hash_init(&mysqli_link_properties, 0, NULL, NULL, 1); NULL 658 mysqli/mysqli.c zend_hash_add(&classes, ce->name, ce->name_length+1, &mysqli_link_properties, sizeof(mysqli_link_properties), NULL); NULL 663 mysqli/mysqli.c zend_hash_init(&mysqli_warning_properties, 0, NULL, NULL, 1); NULL 666 mysqli/mysqli.c zend_hash_add(&classes, ce->name, ce->name_length+1, &mysqli_warning_properties, sizeof(mysqli_warning_properties), NULL); NULL 670 mysqli/mysqli.c zend_hash_init(&mysqli_result_properties, 0, NULL, NULL, 1); NULL 676 mysqli/mysqli.c zend_hash_add(&classes, ce->name, ce->name_length+1, &mysqli_result_properties, sizeof(mysqli_result_properties), NULL); NULL 680 mysqli/mysqli.c zend_hash_init(&mysqli_stmt_properties, 0, NULL, NULL, 1); NULL 683 mysqli/mysqli.c zend_hash_add(&classes, ce->name, ce->name_length+1, &mysqli_stmt_properties, sizeof(mysqli_stmt_properties), NULL); NULL 892 mysqli/mysqli.c MyG(error_msg) = NULL; NULL 981 mysqli/mysqli.c STANDARD_MODULE_HEADER_EX, NULL, NULL 996 mysqli/mysqli.c NULL, NULL 997 mysqli/mysqli.c NULL, NULL 1072 mysqli/mysqli.c MYSQL_RES *result = NULL; NULL 1102 mysqli/mysqli.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid value for resultmode"); NULL 1215 mysqli/mysqli.c zval *ctor_params = NULL; NULL 1216 mysqli/mysqli.c zend_class_entry *ce = NULL; NULL 1231 mysqli/mysqli.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not find class '%s'", class_name); NULL 1251 mysqli/mysqli.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "The result type should be either MYSQLI_NUM, MYSQLI_ASSOC or MYSQLI_BOTH"); NULL 1263 mysqli/mysqli.c object_and_properties_init(return_value, ce, NULL); NULL 1269 mysqli/mysqli.c fci.function_name = NULL; NULL 1270 mysqli/mysqli.c fci.symbol_table = NULL; NULL 1281 mysqli/mysqli.c while (p != NULL) { NULL 1297 mysqli/mysqli.c fci.params = NULL; NULL 1348 mysqli/mysqli.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", dest); NULL 1357 mysqli/mysqli.c php_stream_context *context = NULL; NULL 1379 mysqli/mysqli.c mysql->li_stream = php_stream_open_wrapper_ex((char *)filename, "r", 0, NULL, context); NULL 1381 mysqli/mysqli.c if (mysql->li_stream == NULL) { NULL 1432 mysqli/mysqli.c NULL, NULL 1438 mysqli/mysqli.c NULL TSRMLS_CC) == SUCCESS) { NULL 1471 mysqli/mysqli.c mysql->li_stream = NULL; NULL 1530 mysqli/mysqli.c mysql->li_read = NULL; NULL 130 mysqli/mysqli_api.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Undefined fieldtype %c (parameter %d)", types[ofs], i+1); NULL 149 mysqli/mysqli_api.c stmt->param.vars[i] = NULL; NULL 195 mysqli/mysqli_api.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Undefined fieldtype %c (parameter %d)", types[i], i + start + 1); NULL 246 mysqli/mysqli_api.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid type or no types specified"); NULL 252 mysqli/mysqli_api.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Number of elements in type definition string doesn't match number of bind variables"); NULL 257 mysqli/mysqli_api.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Number of variables doesn't match number of parameters in prepared statement"); NULL 424 mysqli/mysqli_api.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Server returned unknown type %ld. Probably your client library is incompatible with the server version you use!", col_type); NULL 497 mysqli/mysqli_api.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Number of bind variables doesn't match number of fields in prepared statement"); NULL 521 mysqli/mysqli_api.c zval *mysql_link = NULL; NULL 606 mysqli/mysqli_api.c mysql->mysql = NULL; NULL 668 mysqli/mysqli_api.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Function cannot be used with MYSQL_USE_RESULT"); NULL 768 mysqli/mysqli_api.c zval **copies = NULL; NULL 1145 mysqli/mysqli_api.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Field offset is invalid for resultset"); NULL 1225 mysqli/mysqli_api.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid field offset"); NULL 1288 mysqli/mysqli_api.c zval *mysql_link = NULL; NULL 1307 mysqli/mysqli_api.c zval *mysql_link = NULL; NULL 1322 mysqli/mysqli_api.c zval *mysql_link = NULL; NULL 1339 mysqli/mysqli_api.c zval *mysql_link = NULL; NULL 1355 mysqli/mysqli_api.c zval *mysql_link = NULL; NULL 1382 mysqli/mysqli_api.c if (!(mysql->mysql = mysql_init(NULL))) NULL 1447 mysqli/mysqli_api.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "processid should have positive value"); NULL 1475 mysqli/mysqli_api.c mysql->li_read = NULL; NULL 1498 mysqli/mysqli_api.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Not a valid callback function %s", callback_name); NULL 1545 mysqli/mysqli_api.c php_error_docref(NULL TSRMLS_CC, E_STRICT, "There is no next result set. " NULL 1584 mysqli/mysqli_api.c php_error_docref(NULL TSRMLS_CC, E_STRICT, "There is no next result set. " NULL 1624 mysqli/mysqli_api.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Function cannot be used with MYSQL_USE_RESULT"); NULL 1702 mysqli/mysqli_api.c zval *mysql_link = NULL; NULL 1779 mysqli/mysqli_api.c char *query = NULL; NULL 1791 mysqli/mysqli_api.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "All data must be fetched before a new statement prepare takes place"); NULL 1813 mysqli/mysqli_api.c stmt->stmt = NULL; NULL 1866 mysqli/mysqli_api.c char *query = NULL; NULL 1895 mysqli/mysqli_api.c zval *mysql_link = NULL; NULL 1947 mysqli/mysqli_api.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid parameter number"); NULL 1992 mysqli/mysqli_api.c stmt->stmt = NULL; NULL 2011 mysqli/mysqli_api.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Offset must be positive"); NULL 2179 mysqli/mysqli_api.c ssl_parm[i] = NULL; NULL 2226 mysqli/mysqli_api.c zval *mysql_link = NULL; NULL 2261 mysqli/mysqli_api.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "mode should be non-negative, %ld passed", mode_in); NULL 144 mysqli/mysqli_driver.c {"client_info", sizeof("client_info") - 1, driver_client_info_read, NULL}, NULL 145 mysqli/mysqli_driver.c {"client_version", sizeof("client_version") - 1, driver_client_version_read, NULL}, NULL 146 mysqli/mysqli_driver.c {"driver_version", sizeof("driver_version") - 1, driver_driver_version_read, NULL}, NULL 147 mysqli/mysqli_driver.c {"embedded", sizeof("embedded") - 1, driver_embedded_read, NULL}, NULL 150 mysqli/mysqli_driver.c {NULL, 0, NULL, NULL} NULL 155 mysqli/mysqli_driver.c {ZEND_ACC_PUBLIC, "client_info", sizeof("client_info") - 1, -1, 0, NULL, 0, NULL}, NULL 156 mysqli/mysqli_driver.c {ZEND_ACC_PUBLIC, "client_version", sizeof("client_version") - 1, -1, 0, NULL, 0, NULL}, NULL 157 mysqli/mysqli_driver.c {ZEND_ACC_PUBLIC, "driver_version", sizeof("driver_version") - 1, -1, 0, NULL, 0, NULL}, NULL 158 mysqli/mysqli_driver.c {ZEND_ACC_PUBLIC, "embedded", sizeof("embedded") - 1, -1, 0, NULL, 0, NULL}, NULL 159 mysqli/mysqli_driver.c {ZEND_ACC_PUBLIC, "reconnect", sizeof("reconnect") - 1, -1, 0, NULL, 0, NULL}, NULL 160 mysqli/mysqli_driver.c {ZEND_ACC_PUBLIC, "report_mode", sizeof("report_mode") - 1, -1, 0, NULL, 0, NULL}, NULL 161 mysqli/mysqli_driver.c {0, NULL, 0, -1, 0, NULL, 0, NULL}, NULL 170 mysqli/mysqli_driver.c PHP_FALIAS(embedded_server_start, mysqli_embedded_server_start, NULL) NULL 171 mysqli/mysqli_driver.c PHP_FALIAS(embedded_server_end, mysqli_embedded_server_end, NULL) NULL 173 mysqli/mysqli_driver.c {NULL, NULL, NULL} NULL 50 mysqli/mysqli_embedded.c mysql_server_init(-1,NULL, NULL); NULL 56 mysqli/mysqli_embedded.c arguments[0] = NULL; NULL 77 mysqli/mysqli_embedded.c groups[0] = NULL; NULL 92 mysqli/mysqli_embedded.c groups[index] = NULL; NULL 95 mysqli/mysqli_embedded.c groups[0] = NULL; NULL 35 mysqli/mysqli_exception.c {NULL, NULL, NULL} NULL 50 mysqli/mysqli_exception.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "(%s/%d): %s", sqlstate, errorno, message); NULL 350 mysqli/mysqli_fe.c PHP_FE(mysqli_embedded_server_end, NULL) NULL 351 mysqli/mysqli_fe.c PHP_FE(mysqli_embedded_server_start, NULL) NULL 463 mysqli/mysqli_fe.c PHP_FALIAS(mysqli_set_opt, mysqli_options, NULL) NULL 528 mysqli/mysqli_fe.c {NULL, NULL, NULL} NULL 537 mysqli/mysqli_fe.c PHP_FALIAS(__construct, mysqli_result_construct, NULL) NULL 553 mysqli/mysqli_fe.c {NULL, NULL, NULL} NULL 562 mysqli/mysqli_fe.c PHP_FALIAS(__construct, mysqli_stmt_construct, NULL) NULL 586 mysqli/mysqli_fe.c {NULL, NULL, NULL} NULL 32 mysqli/mysqli_libmysql.h #define mysqli_result_is_unbuffered(r) ((r)->handle && (r)->handle->status == MYSQL_STATUS_USE_RESULT && (r)->data == NULL) NULL 53 mysqli/mysqli_nonapi.c MyG(error_msg) = NULL; NULL 61 mysqli/mysqli_nonapi.c MY_MYSQL *mysql = NULL; NULL 62 mysqli/mysqli_nonapi.c MYSQLI_RESOURCE *mysqli_resource = NULL; NULL 64 mysqli/mysqli_nonapi.c char *hostname = NULL, *username=NULL, *passwd=NULL, *dbname=NULL, *socket=NULL; NULL 69 mysqli/mysqli_nonapi.c char *hash_key = NULL; NULL 72 mysqli/mysqli_nonapi.c mysqli_plist_entry *plist = NULL; NULL 78 mysqli/mysqli_nonapi.c php_error_docref(NULL TSRMLS_CC, E_WARNING, NULL 88 mysqli/mysqli_nonapi.c hostname = username = dbname = passwd = socket = NULL; NULL 154 mysqli/mysqli_nonapi.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Persistent connections are disabled. Downgrading to normal"); NULL 188 mysqli/mysqli_nonapi.c mysql->mysql = NULL; NULL 199 mysqli/mysqli_nonapi.c zend_hash_update(&EG(persistent_list), hash_key, hash_len + 1, (void *)&le, sizeof(le), NULL); NULL 204 mysqli/mysqli_nonapi.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Too many open links (%ld)", MyG(num_links)); NULL 211 mysqli/mysqli_nonapi.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Too many open persistent links (%ld)", NULL 217 mysqli/mysqli_nonapi.c if (!(mysql->mysql = mysql_init(NULL))) { NULL 239 mysqli/mysqli_nonapi.c if (mysql_real_connect(mysql->mysql, hostname, username, passwd, dbname, port, socket, flags) == NULL) NULL 242 mysqli/mysqli_nonapi.c port, socket, flags TSRMLS_CC) == NULL) NULL 252 mysqli/mysqli_nonapi.c mysql->mysql = NULL; NULL 299 mysqli/mysqli_nonapi.c mysql->hash_key = NULL; NULL 380 mysqli/mysqli_nonapi.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Mode can be only MYSQLI_FETCH_NUM, " NULL 523 mysqli/mysqli_nonapi.c char *query = NULL; NULL 568 mysqli/mysqli_nonapi.c char *query = NULL; NULL 577 mysqli/mysqli_nonapi.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Empty query"); NULL 581 mysqli/mysqli_nonapi.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid value for resultmode"); NULL 658 mysqli/mysqli_nonapi.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Parameter %d not a mysqli object", i); NULL 664 mysqli/mysqli_nonapi.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "[%d] Couldn't fetch %s", i, intern->zo.ce->name); NULL 669 mysqli/mysqli_nonapi.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid object %d or resource %s", i, intern->zo.ce->name); NULL 689 mysqli/mysqli_nonapi.c zend_hash_init(new_hash, zend_hash_num_elements(Z_ARRVAL_P(out_array)), NULL, ZVAL_PTR_DTOR, 0); NULL 704 mysqli/mysqli_nonapi.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "[%d] Couldn't fetch %s", i, intern->zo.ce->name); NULL 740 mysqli/mysqli_nonapi.c zend_hash_init(new_hash, zend_hash_num_elements(Z_ARRVAL_P(in_zval_array)), NULL, ZVAL_PTR_DTOR, 0); NULL 777 mysqli/mysqli_nonapi.c MYSQLND **new_r_array = NULL, **new_e_array = NULL, **new_dont_poll_array = NULL; NULL 786 mysqli/mysqli_nonapi.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Negative values passed for sec and/or usec"); NULL 791 mysqli/mysqli_nonapi.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "No stream arrays were passed"); NULL 795 mysqli/mysqli_nonapi.c if (r_array != NULL) { NULL 798 mysqli/mysqli_nonapi.c if (e_array != NULL) { NULL 804 mysqli/mysqli_nonapi.c mysqlnd_dont_poll_zval_array_from_mysqlnd_array(r_array != NULL ? new_dont_poll_array:NULL, r_array, dont_poll_array TSRMLS_CC); NULL 806 mysqli/mysqli_nonapi.c if (r_array != NULL) { NULL 809 mysqli/mysqli_nonapi.c if (e_array != NULL) { NULL 999 mysqli/mysqli_nonapi.c const char *name = NULL, *collation = NULL, *dir = NULL, *comment = NULL; NULL 1026 mysqli/mysqli_nonapi.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "The connection has no charset associated"); NULL 36 mysqli/mysqli_prop.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Property access is not allowed yet"); \ NULL 45 mysqli/mysqli_prop.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Couldn't fetch %s", obj->zo.ce->name);\ NULL 57 mysqli/mysqli_prop.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Couldn't fetch %s", obj->zo.ce->name);\ NULL 70 mysqli/mysqli_prop.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Couldn't fetch %s", obj->zo.ce->name);\ NULL 448 mysqli/mysqli_prop.c {"affected_rows", sizeof("affected_rows") - 1, link_affected_rows_read, NULL}, NULL 449 mysqli/mysqli_prop.c {"client_info", sizeof("client_info") - 1, link_client_info_read, NULL}, NULL 450 mysqli/mysqli_prop.c {"client_version", sizeof("client_version") - 1, link_client_version_read, NULL}, NULL 451 mysqli/mysqli_prop.c {"connect_errno", sizeof("connect_errno") - 1, link_connect_errno_read, NULL}, NULL 452 mysqli/mysqli_prop.c {"connect_error", sizeof("connect_error") - 1, link_connect_error_read, NULL}, NULL 453 mysqli/mysqli_prop.c {"errno", sizeof("errno") - 1, link_errno_read, NULL}, NULL 454 mysqli/mysqli_prop.c {"error", sizeof("error") - 1, link_error_read, NULL}, NULL 455 mysqli/mysqli_prop.c {"error_list", sizeof("error_list") - 1, link_error_list_read, NULL}, NULL 456 mysqli/mysqli_prop.c {"field_count", sizeof("field_count") - 1, link_field_count_read, NULL}, NULL 457 mysqli/mysqli_prop.c {"host_info", sizeof("host_info") - 1, link_host_info_read, NULL}, NULL 458 mysqli/mysqli_prop.c {"info", sizeof("info") - 1, link_info_read, NULL}, NULL 459 mysqli/mysqli_prop.c {"insert_id", sizeof("insert_id") - 1, link_insert_id_read, NULL}, NULL 460 mysqli/mysqli_prop.c {"server_info", sizeof("server_info") - 1, link_server_info_read, NULL}, NULL 461 mysqli/mysqli_prop.c {"server_version", sizeof("server_version") - 1, link_server_version_read, NULL}, NULL 462 mysqli/mysqli_prop.c {"stat", sizeof("stat") - 1, link_stat_read, NULL}, NULL 463 mysqli/mysqli_prop.c {"sqlstate", sizeof("sqlstate") - 1, link_sqlstate_read, NULL}, NULL 464 mysqli/mysqli_prop.c {"protocol_version",sizeof("protocol_version") - 1, link_protocol_version_read, NULL}, NULL 465 mysqli/mysqli_prop.c {"thread_id", sizeof("thread_id") - 1, link_thread_id_read, NULL}, NULL 466 mysqli/mysqli_prop.c {"warning_count", sizeof("warning_count") - 1, link_warning_count_read, NULL}, NULL 467 mysqli/mysqli_prop.c {NULL, 0, NULL, NULL} NULL 472 mysqli/mysqli_prop.c {ZEND_ACC_PUBLIC, "affected_rows", sizeof("affected_rows") - 1, -1, 0, NULL, 0, NULL}, NULL 473 mysqli/mysqli_prop.c {ZEND_ACC_PUBLIC, "client_info", sizeof("client_info") - 1, -1, 0, NULL, 0, NULL}, NULL 474 mysqli/mysqli_prop.c {ZEND_ACC_PUBLIC, "client_version", sizeof("client_version") - 1, -1, 0, NULL, 0, NULL}, NULL 475 mysqli/mysqli_prop.c {ZEND_ACC_PUBLIC, "connect_errno", sizeof("connect_errno") - 1, -1, 0, NULL, 0, NULL}, NULL 476 mysqli/mysqli_prop.c {ZEND_ACC_PUBLIC, "connect_error", sizeof("connect_error") - 1, -1, 0, NULL, 0, NULL}, NULL 477 mysqli/mysqli_prop.c {ZEND_ACC_PUBLIC, "errno", sizeof("errno") - 1, -1, 0, NULL, 0, NULL}, NULL 478 mysqli/mysqli_prop.c {ZEND_ACC_PUBLIC, "error", sizeof("error") - 1, -1, 0, NULL, 0, NULL}, NULL 479 mysqli/mysqli_prop.c {ZEND_ACC_PUBLIC, "error_list", sizeof("error_list") - 1, -1, 0, NULL, 0, NULL}, NULL 480 mysqli/mysqli_prop.c {ZEND_ACC_PUBLIC, "field_count", sizeof("field_count") - 1, -1, 0, NULL, 0, NULL}, NULL 481 mysqli/mysqli_prop.c {ZEND_ACC_PUBLIC, "host_info", sizeof("host_info") - 1, -1, 0, NULL, 0, NULL}, NULL 482 mysqli/mysqli_prop.c {ZEND_ACC_PUBLIC, "info", sizeof("info") - 1, -1, 0, NULL, 0, NULL}, NULL 483 mysqli/mysqli_prop.c {ZEND_ACC_PUBLIC, "insert_id", sizeof("insert_id") - 1, -1, 0, NULL, 0, NULL}, NULL 484 mysqli/mysqli_prop.c {ZEND_ACC_PUBLIC, "server_info", sizeof("server_info") - 1, -1, 0, NULL, 0, NULL}, NULL 485 mysqli/mysqli_prop.c {ZEND_ACC_PUBLIC, "server_version", sizeof("server_version") - 1, -1, 0, NULL, 0, NULL}, NULL 486 mysqli/mysqli_prop.c {ZEND_ACC_PUBLIC, "stat", sizeof("stat") - 1, -1, 0, NULL, 0, NULL}, NULL 487 mysqli/mysqli_prop.c {ZEND_ACC_PUBLIC, "sqlstate", sizeof("sqlstate") - 1, -1, 0, NULL, 0, NULL}, NULL 488 mysqli/mysqli_prop.c {ZEND_ACC_PUBLIC, "protocol_version", sizeof("protocol_version")-1, -1, 0, NULL, 0, NULL}, NULL 489 mysqli/mysqli_prop.c {ZEND_ACC_PUBLIC, "thread_id", sizeof("thread_id") - 1, -1, 0, NULL, 0, NULL}, NULL 490 mysqli/mysqli_prop.c {ZEND_ACC_PUBLIC, "warning_count", sizeof("warning_count") - 1, -1, 0, NULL, 0, NULL}, NULL 491 mysqli/mysqli_prop.c {0, NULL, 0, -1, 0, NULL, 0, NULL} NULL 496 mysqli/mysqli_prop.c {"current_field",sizeof("current_field")-1, result_current_field_read, NULL}, NULL 497 mysqli/mysqli_prop.c {"field_count", sizeof("field_count") - 1, result_field_count_read, NULL}, NULL 498 mysqli/mysqli_prop.c {"lengths", sizeof("lengths") - 1, result_lengths_read, NULL}, NULL 499 mysqli/mysqli_prop.c {"num_rows", sizeof("num_rows") - 1, result_num_rows_read, NULL}, NULL 500 mysqli/mysqli_prop.c {"type", sizeof("type") - 1, result_type_read, NULL}, NULL 501 mysqli/mysqli_prop.c {NULL, 0, NULL, NULL} NULL 505 mysqli/mysqli_prop.c {ZEND_ACC_PUBLIC, "current_field", sizeof("current_field")-1, -1, 0, NULL, 0, NULL}, NULL 506 mysqli/mysqli_prop.c {ZEND_ACC_PUBLIC, "field_count", sizeof("field_count") - 1, -1, 0, NULL, 0, NULL}, NULL 507 mysqli/mysqli_prop.c {ZEND_ACC_PUBLIC, "lengths", sizeof("lengths") - 1, -1, 0, NULL, 0, NULL}, NULL 508 mysqli/mysqli_prop.c {ZEND_ACC_PUBLIC, "num_rows", sizeof("num_rows") - 1, -1, 0, NULL, 0, NULL}, NULL 509 mysqli/mysqli_prop.c {ZEND_ACC_PUBLIC, "type", sizeof("type") - 1, -1, 0, NULL, 0, NULL}, NULL 510 mysqli/mysqli_prop.c {0, NULL, 0, -1, 0, NULL, 0, NULL} NULL 514 mysqli/mysqli_prop.c {"affected_rows", sizeof("affected_rows")-1,stmt_affected_rows_read, NULL}, NULL 515 mysqli/mysqli_prop.c {"insert_id", sizeof("insert_id") - 1, stmt_insert_id_read, NULL}, NULL 516 mysqli/mysqli_prop.c {"num_rows", sizeof("num_rows") - 1, stmt_num_rows_read, NULL}, NULL 517 mysqli/mysqli_prop.c {"param_count", sizeof("param_count") - 1, stmt_param_count_read, NULL}, NULL 518 mysqli/mysqli_prop.c {"field_count", sizeof("field_count") - 1, stmt_field_count_read, NULL}, NULL 519 mysqli/mysqli_prop.c {"errno", sizeof("errno") - 1, stmt_errno_read, NULL}, NULL 520 mysqli/mysqli_prop.c {"error", sizeof("error") - 1, stmt_error_read, NULL}, NULL 521 mysqli/mysqli_prop.c {"error_list", sizeof("error_list") - 1, stmt_error_list_read, NULL}, NULL 522 mysqli/mysqli_prop.c {"sqlstate", sizeof("sqlstate") - 1, stmt_sqlstate_read, NULL}, NULL 523 mysqli/mysqli_prop.c {"id", sizeof("id") - 1, stmt_id_read, NULL}, NULL 524 mysqli/mysqli_prop.c {NULL, 0, NULL, NULL} NULL 529 mysqli/mysqli_prop.c {ZEND_ACC_PUBLIC, "affected_rows", sizeof("affected_rows") - 1, -1, 0, NULL, 0, NULL}, NULL 530 mysqli/mysqli_prop.c {ZEND_ACC_PUBLIC, "insert_id", sizeof("insert_id") - 1, -1, 0, NULL, 0, NULL}, NULL 531 mysqli/mysqli_prop.c {ZEND_ACC_PUBLIC, "num_rows", sizeof("num_rows") - 1, -1, 0, NULL, 0, NULL}, NULL 532 mysqli/mysqli_prop.c {ZEND_ACC_PUBLIC, "param_count",sizeof("param_count") - 1, -1, 0, NULL, 0, NULL}, NULL 533 mysqli/mysqli_prop.c {ZEND_ACC_PUBLIC, "field_count",sizeof("field_count") - 1, -1, 0, NULL, 0, NULL}, NULL 534 mysqli/mysqli_prop.c {ZEND_ACC_PUBLIC, "errno", sizeof("errno") - 1, -1, 0, NULL, 0, NULL}, NULL 535 mysqli/mysqli_prop.c {ZEND_ACC_PUBLIC, "error", sizeof("error") - 1, -1, 0, NULL, 0, NULL}, NULL 536 mysqli/mysqli_prop.c {ZEND_ACC_PUBLIC, "error_list", sizeof("error_list") - 1, -1, 0, NULL, 0, NULL}, NULL 537 mysqli/mysqli_prop.c {ZEND_ACC_PUBLIC, "sqlstate", sizeof("sqlstate") - 1, -1, 0, NULL, 0, NULL}, NULL 538 mysqli/mysqli_prop.c {ZEND_ACC_PUBLIC, "id", sizeof("id") - 1, -1, 0, NULL, 0, NULL}, NULL 539 mysqli/mysqli_prop.c {0, NULL, 0, -1, 0, NULL, 0, NULL} NULL 48 mysqli/mysqli_report.h #define MYSQLI_PROFILER_STARTTIME(ptr) if (MyG(profiler.mode)) gettimeofday(&ptr.starttime, NULL) NULL 49 mysqli/mysqli_report.h #define MYSQLI_PROFILER_ENDTIME(ptr) if (MyG(profiler.mode)) gettimeofday(&ptr.endtime, NULL) NULL 140 mysqli/mysqli_result_iterator.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Data fetched with MYSQLI_USE_RESULT can be iterated only once"); NULL 78 mysqli/mysqli_warning.c MYSQLI_WARNING *w, *first = NULL, *prev = NULL; NULL 83 mysqli/mysqli_warning.c return NULL; NULL 128 mysqli/mysqli_warning.c MYSQLI_WARNING *w, *first = NULL, *prev = NULL; NULL 133 mysqli/mysqli_warning.c return NULL; NULL 294 mysqli/mysqli_warning.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "No warnings found"); NULL 309 mysqli/mysqli_warning.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "No warnings found"); NULL 313 mysqli/mysqli_warning.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "invalid class argument"); NULL 332 mysqli/mysqli_warning.c PHP_ME(mysqli_warning, __construct, NULL, ZEND_ACC_PROTECTED) NULL 333 mysqli/mysqli_warning.c PHP_ME(mysqli_warning, next, NULL, ZEND_ACC_PUBLIC) NULL 334 mysqli/mysqli_warning.c {NULL, NULL, NULL} NULL 340 mysqli/mysqli_warning.c {"message", sizeof("message") - 1, mysqli_warning_message, NULL}, NULL 341 mysqli/mysqli_warning.c {"sqlstate", sizeof("sqlstate") - 1, mysqli_warning_sqlstate, NULL}, NULL 342 mysqli/mysqli_warning.c {"errno", sizeof("errno") - 1, mysqli_warning_errno, NULL}, NULL 343 mysqli/mysqli_warning.c {NULL, 0, NULL, NULL} NULL 349 mysqli/mysqli_warning.c {ZEND_ACC_PUBLIC, "message", sizeof("message") - 1, -1, 0, NULL, 0, NULL}, NULL 350 mysqli/mysqli_warning.c {ZEND_ACC_PUBLIC, "sqlstate", sizeof("sqlstate") - 1, -1, 0, NULL, 0, NULL}, NULL 351 mysqli/mysqli_warning.c {ZEND_ACC_PUBLIC, "errno", sizeof("errno") - 1, -1, 0, NULL, 0, NULL}, NULL 352 mysqli/mysqli_warning.c {0, NULL, 0, -1, 0, NULL, 0, NULL} NULL 267 mysqli/php_mysqli_structs.h php_error_docref(NULL TSRMLS_CC, E_WARNING, "Couldn't fetch %s", intern->zo.ce->name);\ NULL 272 mysqli/php_mysqli_structs.h php_error_docref(NULL TSRMLS_CC, E_WARNING, "invalid object or resource %s\n", intern->zo.ce->name); \ NULL 281 mysqli/php_mysqli_structs.h php_error_docref(NULL TSRMLS_CC, E_WARNING, "Couldn't fetch %s", intern->zo.ce->name);\ NULL 286 mysqli/php_mysqli_structs.h php_error_docref(NULL TSRMLS_CC, E_WARNING, "invalid object or resource %s\n", intern->zo.ce->name); \ NULL 297 mysqli/php_mysqli_structs.h php_error_docref(NULL TSRMLS_CC, E_WARNING, "invalid object or resource %s\n", intern->zo.ce->name); \ NULL 307 mysqli/php_mysqli_structs.h php_error_docref(NULL TSRMLS_CC, E_WARNING, "invalid object or resource %s\n", intern->zo.ce->name); \ NULL 323 mysqli/php_mysqli_structs.h intern->ptr = NULL; \ NULL 358 mysqli/php_mysqli_structs.h #define my_estrdup(x) (x) ? estrdup(x) : NULL NULL 64 mysqlnd/mysqlnd.c PHPAPI MYSQLND_STATS *mysqlnd_global_stats = NULL; NULL 75 mysqlnd/mysqlnd.c conn->options->charset_name = NULL; NULL 79 mysqlnd/mysqlnd.c conn->options->auth_protocol = NULL; NULL 88 mysqlnd/mysqlnd.c conn->options->init_commands = NULL; NULL 92 mysqlnd/mysqlnd.c conn->options->cfg_file = NULL; NULL 96 mysqlnd/mysqlnd.c conn->options->cfg_section = NULL; NULL 113 mysqlnd/mysqlnd.c conn->current_result = NULL; NULL 124 mysqlnd/mysqlnd.c conn->host = NULL; NULL 128 mysqlnd/mysqlnd.c conn->user = NULL; NULL 132 mysqlnd/mysqlnd.c conn->passwd = NULL; NULL 136 mysqlnd/mysqlnd.c conn->connect_or_select_db = NULL; NULL 140 mysqlnd/mysqlnd.c conn->unix_socket = NULL; NULL 145 mysqlnd/mysqlnd.c conn->scheme = NULL; NULL 149 mysqlnd/mysqlnd.c conn->server_version = NULL; NULL 153 mysqlnd/mysqlnd.c conn->host_info = NULL; NULL 157 mysqlnd/mysqlnd.c conn->auth_plugin_data = NULL; NULL 161 mysqlnd/mysqlnd.c conn->last_message = NULL; NULL 166 mysqlnd/mysqlnd.c conn->error_info->error_list = NULL; NULL 168 mysqlnd/mysqlnd.c conn->charset = NULL; NULL 169 mysqlnd/mysqlnd.c conn->greet_charset = NULL; NULL 188 mysqlnd/mysqlnd.c conn->net = NULL; NULL 193 mysqlnd/mysqlnd.c conn->protocol = NULL; NULL 228 mysqlnd/mysqlnd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error while reading %s's OK packet. PID=%u", NULL 275 mysqlnd/mysqlnd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error while reading %s's EOF packet. PID=%d", NULL 286 mysqlnd/mysqlnd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "EOF packet expected, field count wasn't 0xFE but 0x%2X", NULL 297 mysqlnd/mysqlnd.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Wrong response packet %u passed to the function", ok_packet); NULL 400 mysqlnd/mysqlnd.c conn->last_message = NULL; NULL 496 mysqlnd/mysqlnd.c char * switch_to_auth_protocol = NULL; NULL 498 mysqlnd/mysqlnd.c char * requested_protocol = NULL; NULL 520 mysqlnd/mysqlnd.c char * plugin_name = NULL; NULL 529 mysqlnd/mysqlnd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "The server requested authentication method unknown to the client [%s]", requested_protocol); NULL 537 mysqlnd/mysqlnd.c zend_uchar * switch_to_auth_protocol_data = NULL; NULL 539 mysqlnd/mysqlnd.c zend_uchar * scrambled_data = NULL; NULL 542 mysqlnd/mysqlnd.c switch_to_auth_protocol = NULL; NULL 547 mysqlnd/mysqlnd.c conn->auth_plugin_data = NULL; NULL 560 mysqlnd/mysqlnd.c auth_plugin->methods.get_auth_data(NULL, &scrambled_data_len, conn, user, passwd, passwd_len, NULL 588 mysqlnd/mysqlnd.c } while (ret == FAIL && conn->error_info->error_no == 0 && switch_to_auth_protocol != NULL); NULL 627 mysqlnd/mysqlnd.c MYSQLND_PACKET_GREET * greet_packet = NULL; NULL 692 mysqlnd/mysqlnd.c char * transport = NULL; NULL 725 mysqlnd/mysqlnd.c transport = NULL; NULL 747 mysqlnd/mysqlnd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error while reading greeting packet. PID=%d", getpid()); NULL 755 mysqlnd/mysqlnd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Connecting to 3.22, 3.23 & 4.0 " NULL 768 mysqlnd/mysqlnd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, NULL 877 mysqlnd/mysqlnd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Impossible. Should be either socket or a pipe. Report a bug!"); NULL 946 mysqlnd/mysqlnd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "[%u] %.128s (trying to connect via %s)", NULL 1007 mysqlnd/mysqlnd.c DBG_RETURN(NULL); NULL 1021 mysqlnd/mysqlnd.c DBG_RETURN(NULL); NULL 1092 mysqlnd/mysqlnd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Connection not opened, clear or has been closed"); NULL 1096 mysqlnd/mysqlnd.c ret = conn->m->query_read_result_set_header(conn, NULL TSRMLS_CC); NULL 1111 mysqlnd/mysqlnd.c MYSQLND **ret = NULL; NULL 1125 mysqlnd/mysqlnd.c *p = NULL; NULL 1133 mysqlnd/mysqlnd.c *ret_p = NULL; NULL 1192 mysqlnd/mysqlnd.c *bckwd = NULL;/* NULL-terminate the list */ NULL 1211 mysqlnd/mysqlnd.c struct timeval *tv_p = NULL; NULL 1219 mysqlnd/mysqlnd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Negative values passed for sec and/or usec"); NULL 1229 mysqlnd/mysqlnd.c if (r_array != NULL) { NULL 1237 mysqlnd/mysqlnd.c if (e_array != NULL) { NULL 1246 mysqlnd/mysqlnd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, *dont_poll ? "All arrays passed are clear":"No stream arrays were passed"); NULL 1267 mysqlnd/mysqlnd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "unable to select [%d]: %s (max_fd=%d)", NULL 1272 mysqlnd/mysqlnd.c if (r_array != NULL) { NULL 1275 mysqlnd/mysqlnd.c if (e_array != NULL) { NULL 1300 mysqlnd/mysqlnd.c MYSQLND_RES * result = NULL; NULL 1340 mysqlnd/mysqlnd.c result = NULL; NULL 1351 mysqlnd/mysqlnd.c result = NULL; NULL 1356 mysqlnd/mysqlnd.c conn->m->local_tx_end(conn, this_func, result == NULL? FAIL:PASS TSRMLS_CC); NULL 1369 mysqlnd/mysqlnd.c char * show_query = NULL; NULL 1371 mysqlnd/mysqlnd.c MYSQLND_RES * result = NULL; NULL 1397 mysqlnd/mysqlnd.c conn->m->local_tx_end(conn, this_func, result == NULL? FAIL:PASS TSRMLS_CC); NULL 1495 mysqlnd/mysqlnd.c ret = conn->m->simple_command(conn, COM_DEBUG, NULL, 0, PROT_EOF_PACKET, FALSE, TRUE TSRMLS_CC); NULL 1552 mysqlnd/mysqlnd.c ret = conn->m->simple_command(conn, COM_PING, NULL, 0, PROT_OK_PACKET, TRUE, TRUE TSRMLS_CC); NULL 1580 mysqlnd/mysqlnd.c ret = conn->m->simple_command(conn, COM_STATISTICS, NULL, 0, PROT_LAST, FALSE, TRUE TSRMLS_CC); NULL 1661 mysqlnd/mysqlnd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error executing query"); NULL 1730 mysqlnd/mysqlnd.c conn->thread_id, conn->net->stream? conn->net->stream->abstract:NULL); NULL 1742 mysqlnd/mysqlnd.c ret = conn->m->simple_command(conn, COM_QUIT, NULL, 0, PROT_LAST, TRUE, TRUE TSRMLS_CC); NULL 2006 mysqlnd/mysqlnd.c if (FAIL == (ret = conn->m->query_read_result_set_header(conn, NULL TSRMLS_CC))) { NULL 2013 mysqlnd/mysqlnd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Serious error. PID=%d", getpid()); NULL 2126 mysqlnd/mysqlnd.c char * switch_to_auth_protocol = NULL; NULL 2128 mysqlnd/mysqlnd.c char * requested_protocol = NULL; NULL 2149 mysqlnd/mysqlnd.c char * plugin_name = NULL; NULL 2158 mysqlnd/mysqlnd.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "The server requested authentication method unknown to the client [%s]", requested_protocol); NULL 2166 mysqlnd/mysqlnd.c zend_uchar * switch_to_auth_protocol_data = NULL; NULL 2168 mysqlnd/mysqlnd.c zend_uchar * scrambled_data = NULL; NULL 2171 mysqlnd/mysqlnd.c switch_to_auth_protocol = NULL; NULL 2176 mysqlnd/mysqlnd.c conn->auth_plugin_data = NULL; NULL 2191 mysqlnd/mysqlnd.c auth_plugin->methods.get_auth_data(NULL, &scrambled_data_len, conn, user, passwd, passwd_len, NULL 2219 mysqlnd/mysqlnd.c } while (ret == FAIL && conn->error_info->error_no == 0 && switch_to_auth_protocol != NULL); NULL 2360 mysqlnd/mysqlnd.c char * new_auth_protocol = value? mnd_pestrdup(value, conn->persistent) : NULL; NULL 2396 mysqlnd/mysqlnd.c MYSQLND_RES * result = NULL; NULL 2422 mysqlnd/mysqlnd.c conn->current_result = NULL; NULL 2425 mysqlnd/mysqlnd.c conn->m->local_tx_end(conn, this_func, result == NULL? FAIL:PASS TSRMLS_CC); NULL 2438 mysqlnd/mysqlnd.c MYSQLND_RES * result = NULL; NULL 2462 mysqlnd/mysqlnd.c conn->current_result = NULL; NULL 2465 mysqlnd/mysqlnd.c conn->m->local_tx_end(conn, this_func, result == NULL? FAIL:PASS TSRMLS_CC); NULL 197 mysqlnd/mysqlnd.h #define mysqlnd_list_dbs(conn, wild) ((conn)->data)->m->list_method((conn)->data, wild? "SHOW DATABASES LIKE %s":"SHOW DATABASES", (wild), NULL TSRMLS_CC) NULL 199 mysqlnd/mysqlnd.h #define mysqlnd_list_processes(conn) ((conn)->data)->m->list_method((conn)->data, "SHOW PROCESSLIST", NULL, NULL TSRMLS_CC) NULL 200 mysqlnd/mysqlnd.h #define mysqlnd_list_tables(conn, wild) ((conn)->data)->m->list_method((conn)->data, wild? "SHOW TABLES LIKE %s":"SHOW TABLES", (wild), NULL TSRMLS_CC) NULL 62 mysqlnd/mysqlnd_alloc.c NULL /* must be always last */ NULL 101 mysqlnd/mysqlnd_alloc.c ret = NULL; NULL 140 mysqlnd/mysqlnd_alloc.c ret = NULL; NULL 183 mysqlnd/mysqlnd_alloc.c ret = NULL; NULL 222 mysqlnd/mysqlnd_alloc.c ret = NULL; NULL 266 mysqlnd/mysqlnd_alloc.c ret = NULL; NULL 306 mysqlnd/mysqlnd_alloc.c ret = NULL; NULL 407 mysqlnd/mysqlnd_alloc.c ret = NULL; NULL 445 mysqlnd/mysqlnd_alloc.c ret = NULL; NULL 485 mysqlnd/mysqlnd_alloc.c ret = NULL; NULL 54 mysqlnd/mysqlnd_auth.c const MYSQLND_CHARSET * charset = NULL; NULL 55 mysqlnd/mysqlnd_auth.c MYSQLND_PACKET_CHANGE_AUTH_RESPONSE * change_auth_resp_packet = NULL; NULL 56 mysqlnd/mysqlnd_auth.c MYSQLND_PACKET_AUTH_RESPONSE * auth_resp_packet = NULL; NULL 57 mysqlnd/mysqlnd_auth.c MYSQLND_PACKET_AUTH * auth_packet = NULL; NULL 129 mysqlnd/mysqlnd_auth.c *switch_to_auth_protocol_data = NULL; NULL 176 mysqlnd/mysqlnd_auth.c MYSQLND_PACKET_CHANGE_AUTH_RESPONSE * change_auth_resp_packet = NULL; NULL 177 mysqlnd/mysqlnd_auth.c MYSQLND_PACKET_CHG_USER_RESPONSE * chg_user_resp = NULL; NULL 178 mysqlnd/mysqlnd_auth.c MYSQLND_PACKET_AUTH * auth_packet = NULL; NULL 250 mysqlnd/mysqlnd_auth.c *switch_to_auth_protocol_data = NULL; NULL 275 mysqlnd/mysqlnd_auth.c char * tmp = NULL; NULL 291 mysqlnd/mysqlnd_auth.c conn->last_message = NULL; NULL 366 mysqlnd/mysqlnd_auth.c zend_uchar * ret = NULL; NULL 375 mysqlnd/mysqlnd_auth.c DBG_RETURN(NULL); NULL 400 mysqlnd/mysqlnd_auth.c NULL, /* no statistics , will be filled later if there are some */ NULL 401 mysqlnd/mysqlnd_auth.c NULL, /* no statistics */ NULL 404 mysqlnd/mysqlnd_auth.c NULL /* plugin shutdown */ NULL 424 mysqlnd/mysqlnd_auth.c zend_uchar * ret = NULL; NULL 447 mysqlnd/mysqlnd_auth.c NULL, /* no statistics , will be filled later if there are some */ NULL 448 mysqlnd/mysqlnd_auth.c NULL, /* no statistics */ NULL 451 mysqlnd/mysqlnd_auth.c NULL /* plugin shutdown */ NULL 78 mysqlnd/mysqlnd_block_alloc.c chunk->pool = NULL; /* now we have no pool memory */ NULL 97 mysqlnd/mysqlnd_block_alloc.c chunk->pool = NULL; /* now we have non-pool memory */ NULL 117 mysqlnd/mysqlnd_block_alloc.c MYSQLND_MEMORY_POOL_CHUNK *chunk = NULL; NULL 136 mysqlnd/mysqlnd_block_alloc.c chunk = NULL; NULL 166 mysqlnd/mysqlnd_block_alloc.c ret = NULL; NULL 448 mysqlnd/mysqlnd_charset.c { 3, "dec8", "dec8_swedisch_ci", 1, 1, "", NULL, NULL}, NULL 449 mysqlnd/mysqlnd_charset.c { 4, "cp850", "cp850_general_ci", 1, 1, "", NULL, NULL}, NULL 450 mysqlnd/mysqlnd_charset.c { 6, "hp8", "hp8_english_ci", 1, 1, "", NULL, NULL}, NULL 451 mysqlnd/mysqlnd_charset.c { 7, "koi8r", "koi8r_general_ci", 1, 1, "", NULL, NULL}, NULL 452 mysqlnd/mysqlnd_charset.c { 8, "latin1", "latin1_swedish_ci", 1, 1, "", NULL, NULL}, NULL 453 mysqlnd/mysqlnd_charset.c { 5, "latin1", "latin1_german_ci", 1, 1, "", NULL, NULL}, /* should be after 0x9 because swedish_ci is the default collation */ NULL 454 mysqlnd/mysqlnd_charset.c { 9, "latin2", "latin2_general_ci", 1, 1, "", NULL, NULL}, NULL 455 mysqlnd/mysqlnd_charset.c { 2, "latin2", "latin2_czech_cs", 1, 1, "", NULL, NULL}, /* should be after 0x9 because general_ci is the default collation */ NULL 456 mysqlnd/mysqlnd_charset.c { 10, "swe7", "swe7_swedish_ci", 1, 1, "", NULL, NULL}, NULL 457 mysqlnd/mysqlnd_charset.c { 11, "ascii", "ascii_general_ci", 1, 1, "", NULL, NULL}, NULL 460 mysqlnd/mysqlnd_charset.c { 16, "hebrew", "hebrew_general_ci", 1, 1, "", NULL, NULL}, NULL 461 mysqlnd/mysqlnd_charset.c { 17, "filename", "filename", 1, 5, "", NULL, NULL}, NULL 462 mysqlnd/mysqlnd_charset.c { 18, "tis620", "tis620_thai_ci", 1, 1, "", NULL, NULL}, NULL 464 mysqlnd/mysqlnd_charset.c { 21, "latin2", "latin2_hungarian_ci", 1, 1, "", NULL, NULL}, NULL 465 mysqlnd/mysqlnd_charset.c { 27, "latin2", "latin2_croatian_ci", 1, 1, "", NULL, NULL}, NULL 466 mysqlnd/mysqlnd_charset.c { 22, "koi8u", "koi8u_general_ci", 1, 1, "", NULL, NULL}, NULL 468 mysqlnd/mysqlnd_charset.c { 25, "greek", "greek_general_ci", 1, 1, "", NULL, NULL}, NULL 469 mysqlnd/mysqlnd_charset.c { 26, "cp1250", "cp1250_general_ci", 1, 1, "", NULL, NULL}, NULL 471 mysqlnd/mysqlnd_charset.c { 30, "latin5", "latin5_turkish_ci", 1, 1, "", NULL, NULL}, NULL 472 mysqlnd/mysqlnd_charset.c { 31, "latin1", "latin1_german2_ci", 1, 1, "", NULL, NULL}, NULL 473 mysqlnd/mysqlnd_charset.c { 15, "latin1", "latin1_danish_ci", 1, 1, "", NULL, NULL}, NULL 474 mysqlnd/mysqlnd_charset.c { 32, "armscii8", "armscii8_general_ci", 1, 1, "", NULL, NULL}, NULL 477 mysqlnd/mysqlnd_charset.c { 36, "cp866", "cp866_general_ci", 1, 1, "", NULL, NULL}, NULL 478 mysqlnd/mysqlnd_charset.c { 37, "keybcs2", "keybcs2_general_ci", 1, 1, "", NULL, NULL}, NULL 479 mysqlnd/mysqlnd_charset.c { 38, "macce", "macce_general_ci", 1, 1, "", NULL, NULL}, NULL 480 mysqlnd/mysqlnd_charset.c { 39, "macroman", "macroman_general_ci", 1, 1, "", NULL, NULL}, NULL 481 mysqlnd/mysqlnd_charset.c { 40, "cp852", "cp852_general_ci", 1, 1, "", NULL, NULL}, NULL 482 mysqlnd/mysqlnd_charset.c { 41, "latin7", "latin7_general_ci", 1, 1, "", NULL, NULL}, NULL 483 mysqlnd/mysqlnd_charset.c { 20, "latin7", "latin7_estonian_cs", 1, 1, "", NULL, NULL}, NULL 484 mysqlnd/mysqlnd_charset.c { 57, "cp1256", "cp1256_general_ci", 1, 1, "", NULL, NULL}, NULL 485 mysqlnd/mysqlnd_charset.c { 59, "cp1257", "cp1257_general_ci", 1, 1, "", NULL, NULL}, NULL 486 mysqlnd/mysqlnd_charset.c { 63, "binary", "binary", 1, 1, "", NULL, NULL}, NULL 488 mysqlnd/mysqlnd_charset.c { 29, "cp1257", "cp1257_lithunian_ci", 1, 1, "", NULL, NULL}, NULL 489 mysqlnd/mysqlnd_charset.c { 31, "latin1", "latin1_german2_ci", 1, 1, "", NULL, NULL}, NULL 490 mysqlnd/mysqlnd_charset.c { 34, "cp1250", "cp1250_czech_cs", 1, 1, "", NULL, NULL}, NULL 491 mysqlnd/mysqlnd_charset.c { 42, "latin7", "latin7_general_cs", 1, 1, "", NULL, NULL}, NULL 492 mysqlnd/mysqlnd_charset.c { 43, "macce", "macce_bin", 1, 1, "", NULL, NULL}, NULL 493 mysqlnd/mysqlnd_charset.c { 44, "cp1250", "cp1250_croatian_ci", 1, 1, "", NULL, NULL}, NULL 496 mysqlnd/mysqlnd_charset.c { 47, "latin1", "latin1_bin", 1, 1, "", NULL, NULL}, NULL 497 mysqlnd/mysqlnd_charset.c { 48, "latin1", "latin1_general_ci", 1, 1, "", NULL, NULL}, NULL 498 mysqlnd/mysqlnd_charset.c { 49, "latin1", "latin1_general_cs", 1, 1, "", NULL, NULL}, NULL 499 mysqlnd/mysqlnd_charset.c { 51, "cp1251", "cp1251_general_ci", 1, 1, "", NULL, NULL}, NULL 500 mysqlnd/mysqlnd_charset.c { 14, "cp1251", "cp1251_bulgarian_ci", 1, 1, "", NULL, NULL}, NULL 501 mysqlnd/mysqlnd_charset.c { 23, "cp1251", "cp1251_ukrainian_ci", 1, 1, "", NULL, NULL}, NULL 502 mysqlnd/mysqlnd_charset.c { 50, "cp1251", "cp1251_bin", 1, 1, "", NULL, NULL}, NULL 503 mysqlnd/mysqlnd_charset.c { 52, "cp1251", "cp1251_general_cs", 1, 1, "", NULL, NULL}, NULL 504 mysqlnd/mysqlnd_charset.c { 53, "macroman", "macroman_bin", 1, 1, "", NULL, NULL}, NULL 507 mysqlnd/mysqlnd_charset.c { 58, "cp1257", "cp1257_bin", 1, 1, "", NULL, NULL}, NULL 509 mysqlnd/mysqlnd_charset.c { 60, "armascii8", "armascii8_bin", 1, 1, "", NULL, NULL}, NULL 513 mysqlnd/mysqlnd_charset.c { 65, "ascii", "ascii_bin", 1, 1, "", NULL, NULL}, NULL 514 mysqlnd/mysqlnd_charset.c { 66, "cp1250", "cp1250_bin", 1, 1, "", NULL, NULL}, NULL 515 mysqlnd/mysqlnd_charset.c { 67, "cp1256", "cp1256_bin", 1, 1, "", NULL, NULL}, NULL 516 mysqlnd/mysqlnd_charset.c { 68, "cp866", "cp866_bin", 1, 1, "", NULL, NULL}, NULL 517 mysqlnd/mysqlnd_charset.c { 69, "dec8", "dec8_bin", 1, 1, "", NULL, NULL}, NULL 518 mysqlnd/mysqlnd_charset.c { 70, "greek", "greek_bin", 1, 1, "", NULL, NULL}, NULL 519 mysqlnd/mysqlnd_charset.c { 71, "hebew", "hebrew_bin", 1, 1, "", NULL, NULL}, NULL 520 mysqlnd/mysqlnd_charset.c { 72, "hp8", "hp8_bin", 1, 1, "", NULL, NULL}, NULL 521 mysqlnd/mysqlnd_charset.c { 73, "keybcs2", "keybcs2_bin", 1, 1, "", NULL, NULL}, NULL 522 mysqlnd/mysqlnd_charset.c { 74, "koi8r", "koi8r_bin", 1, 1, "", NULL, NULL}, NULL 523 mysqlnd/mysqlnd_charset.c { 75, "koi8u", "koi8u_bin", 1, 1, "", NULL, NULL}, NULL 524 mysqlnd/mysqlnd_charset.c { 77, "latin2", "latin2_bin", 1, 1, "", NULL, NULL}, NULL 525 mysqlnd/mysqlnd_charset.c { 78, "latin5", "latin5_bin", 1, 1, "", NULL, NULL}, NULL 526 mysqlnd/mysqlnd_charset.c { 79, "latin7", "latin7_bin", 1, 1, "", NULL, NULL}, NULL 527 mysqlnd/mysqlnd_charset.c { 80, "cp850", "cp850_bin", 1, 1, "", NULL, NULL}, NULL 528 mysqlnd/mysqlnd_charset.c { 81, "cp852", "cp852_bin", 1, 1, "", NULL, NULL}, NULL 529 mysqlnd/mysqlnd_charset.c { 82, "swe7", "swe7_bin", 1, 1, "", NULL, NULL}, NULL 536 mysqlnd/mysqlnd_charset.c { 89, "tis620", "tis620_bin", 1, 1, "", NULL, NULL}, NULL 539 mysqlnd/mysqlnd_charset.c { 92, "geostd8", "geostd8_general_ci", 1, 1, "", NULL, NULL}, NULL 540 mysqlnd/mysqlnd_charset.c { 93, "geostd8", "geostd8_bin", 1, 1, "", NULL, NULL}, NULL 541 mysqlnd/mysqlnd_charset.c { 94, "latin1", "latin1_spanish_ci", 1, 1, "", NULL, NULL}, NULL 546 mysqlnd/mysqlnd_charset.c { 99, "cp1250", "cp1250_polish_ci", 1, 1, "", NULL, NULL}, NULL 648 mysqlnd/mysqlnd_charset.c { 0, NULL, NULL, 0, 0, NULL, NULL, NULL} NULL 664 mysqlnd/mysqlnd_charset.c return NULL; NULL 680 mysqlnd/mysqlnd_charset.c return NULL; NULL 829 mysqlnd/mysqlnd_charset.c NULL, /* no statistics , will be filled later if there are some */ NULL 830 mysqlnd/mysqlnd_charset.c NULL, /* no statistics */ NULL 833 mysqlnd/mysqlnd_charset.c NULL /* plugin shutdown */ NULL 49 mysqlnd/mysqlnd_debug.c REPORT_ERRORS, NULL); NULL 106 mysqlnd/mysqlnd_debug.c if (gettimeofday(&tv, NULL) != -1) { NULL 204 mysqlnd/mysqlnd_debug.c if (gettimeofday(&tv, NULL) != -1) { NULL 261 mysqlnd/mysqlnd_debug.c if ((self->flags & MYSQLND_DEBUG_DUMP_TRACE) == 0 || self->file_name == NULL) { NULL 299 mysqlnd/mysqlnd_debug.c self->m->log_va(self, line, file, zend_stack_count(&self->call_stack) - 1, NULL, ">%s", func_name); NULL 328 mysqlnd/mysqlnd_debug.c uint64_t * parent_non_own_time_ptr = NULL, * mine_non_own_time_ptr = NULL; NULL 332 mysqlnd/mysqlnd_debug.c if ((self->flags & MYSQLND_DEBUG_DUMP_TRACE) == 0 || self->file_name == NULL) { NULL 357 mysqlnd/mysqlnd_debug.c self->m->log_va(self, line, file, zend_stack_count(&self->call_stack) - 1, NULL, "<%s", func_name); NULL 362 mysqlnd/mysqlnd_debug.c struct st_mysqlnd_dbg_function_profile * f_profile = NULL; NULL 366 mysqlnd/mysqlnd_debug.c self->m->log_va(self, line, file, zend_stack_count(&self->call_stack) - 1, NULL, "<%s (total=%u own=%u in_calls=%u)", NULL 414 mysqlnd/mysqlnd_debug.c zend_hash_add(&self->function_profiles, func_name, func_name_len+1, f_profile, sizeof(struct st_mysqlnd_dbg_function_profile), NULL); NULL 449 mysqlnd/mysqlnd_debug.c char *string_key = NULL; NULL 482 mysqlnd/mysqlnd_debug.c self->stream = NULL; NULL 496 mysqlnd/mysqlnd_debug.c self->file_name = NULL; NULL 528 mysqlnd/mysqlnd_debug.c self->file_name = NULL; NULL 532 mysqlnd/mysqlnd_debug.c zend_hash_init(&self->not_filtered_functions, 0, NULL, NULL, 0); NULL 571 mysqlnd/mysqlnd_debug.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Consecutive semicolons at position %u", i); NULL 608 mysqlnd/mysqlnd_debug.c php_error_docref(NULL TSRMLS_CC, E_WARNING, NULL 688 mysqlnd/mysqlnd_debug.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unrecognized format '%c'", mode[i]); NULL 702 mysqlnd/mysqlnd_debug.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Colon expected, '%c' found", mode[i]); NULL 735 mysqlnd/mysqlnd_debug.c zend_hash_init(&ret->not_filtered_functions, 0, NULL, NULL, 0); NULL 736 mysqlnd/mysqlnd_debug.c zend_hash_init(&ret->function_profiles, 0, NULL, NULL, 0); NULL 781 mysqlnd/mysqlnd_debug.c NULL, /* no statistics , will be filled later if there are some */ NULL 782 mysqlnd/mysqlnd_debug.c NULL, /* no statistics */ NULL 785 mysqlnd/mysqlnd_debug.c NULL /* plugin shutdown */ NULL 91 mysqlnd/mysqlnd_debug.h #define DBG_PROFILE_START_TIME() gettimeofday(&__dbg_prof_tp, NULL); __dbg_prof_start = DBG_PROFILE_TIMEVAL_TO_DOUBLE(__dbg_prof_tp); NULL 92 mysqlnd/mysqlnd_debug.h #define DBG_PROFILE_END_TIME(duration) gettimeofday(&__dbg_prof_tp, NULL); (duration) = (DBG_PROFILE_TIMEVAL_TO_DOUBLE(__dbg_prof_tp) - __dbg_prof_start); NULL 45 mysqlnd/mysqlnd_driver.c NULL, /* will be filled later */ NULL 49 mysqlnd/mysqlnd_driver.c NULL /* plugin shutdown */ NULL 61 mysqlnd/mysqlnd_driver.c mysqlnd_global_stats = NULL; NULL 124 mysqlnd/mysqlnd_driver.c DBG_RETURN(NULL); NULL 129 mysqlnd/mysqlnd_driver.c DBG_RETURN(NULL); NULL 146 mysqlnd/mysqlnd_driver.c DBG_RETURN(NULL); NULL 152 mysqlnd/mysqlnd_driver.c DBG_RETURN(NULL); NULL 172 mysqlnd/mysqlnd_driver.c DBG_RETURN(NULL); NULL 176 mysqlnd/mysqlnd_driver.c DBG_RETURN(NULL); NULL 184 mysqlnd/mysqlnd_driver.c new_object = NULL; NULL 197 mysqlnd/mysqlnd_driver.c MYSQLND_STMT_DATA * stmt = NULL; NULL 242 mysqlnd/mysqlnd_driver.c ret = NULL; NULL 244 mysqlnd/mysqlnd_driver.c DBG_RETURN(NULL); NULL 264 mysqlnd/mysqlnd_driver.c net = NULL; NULL 39 mysqlnd/mysqlnd_ext_plugin.c return NULL; NULL 53 mysqlnd/mysqlnd_ext_plugin.c return NULL; NULL 66 mysqlnd/mysqlnd_ext_plugin.c return NULL; NULL 80 mysqlnd/mysqlnd_ext_plugin.c return NULL; NULL 93 mysqlnd/mysqlnd_ext_plugin.c return NULL; NULL 106 mysqlnd/mysqlnd_ext_plugin.c return NULL; NULL 33 mysqlnd/mysqlnd_loaddata.c php_stream_context *context = NULL; NULL 54 mysqlnd/mysqlnd_loaddata.c info->fd = php_stream_open_wrapper_ex((char *)filename, "r", 0, NULL, context); NULL 56 mysqlnd/mysqlnd_loaddata.c if (info->fd == NULL) { NULL 119 mysqlnd/mysqlnd_loaddata.c info->fd = NULL; NULL 160 mysqlnd/mysqlnd_loaddata.c zend_uchar *buf = NULL; NULL 164 mysqlnd/mysqlnd_loaddata.c void *info = NULL; NULL 173 mysqlnd/mysqlnd_loaddata.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "LOAD DATA LOCAL INFILE forbidden"); NULL 122 mysqlnd/mysqlnd_net.c net->stream = php_stream_open_wrapper((char*) scheme + sizeof("pipe://") - 1, "r+", streams_options, NULL); NULL 153 mysqlnd/mysqlnd_net.c char * hashed_details = NULL; NULL 155 mysqlnd/mysqlnd_net.c char * errstr = NULL; NULL 173 mysqlnd/mysqlnd_net.c hashed_details, (net->options.timeout_connect) ? &tv : NULL, NULL 174 mysqlnd/mysqlnd_net.c NULL /*ctx*/, &errstr, &errcode); NULL 259 mysqlnd/mysqlnd_net.c func_mysqlnd_net__open_stream open_stream = NULL; NULL 308 mysqlnd/mysqlnd_net.c zend_uchar * compress_buf = NULL; NULL 458 mysqlnd/mysqlnd_net.c *buffer = NULL; NULL 490 mysqlnd/mysqlnd_net.c zend_uchar * compressed_data = NULL; NULL 684 mysqlnd/mysqlnd_net.c net->options.ssl_key = value? mnd_pestrdup(value, pers) : NULL; NULL 693 mysqlnd/mysqlnd_net.c net->options.ssl_cert = value? mnd_pestrdup(value, pers) : NULL; NULL 702 mysqlnd/mysqlnd_net.c net->options.ssl_ca = value? mnd_pestrdup(value, pers) : NULL; NULL 711 mysqlnd/mysqlnd_net.c net->options.ssl_capath = value? mnd_pestrdup(value, pers) : NULL; NULL 720 mysqlnd/mysqlnd_net.c net->options.ssl_cipher = value? mnd_pestrdup(value, pers) : NULL; NULL 729 mysqlnd/mysqlnd_net.c net->options.ssl_passphrase = value? mnd_pestrdup(value, pers) : NULL; NULL 768 mysqlnd/mysqlnd_net.c int was_blocked = net->stream->ops->set_option(net->stream, opt, 0, NULL TSRMLS_CC); NULL 781 mysqlnd/mysqlnd_net.c net->stream->ops->set_option(net->stream, opt, 1, NULL TSRMLS_CC); NULL 787 mysqlnd/mysqlnd_net.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Skipped %u bytes. Last command %s hasn't " NULL 854 mysqlnd/mysqlnd_net.c if (php_stream_xport_crypto_setup(net->stream, STREAM_CRYPTO_METHOD_TLS_CLIENT, NULL TSRMLS_CC) < 0 || NULL 858 mysqlnd/mysqlnd_net.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot connect to MySQL by using SSL"); NULL 868 mysqlnd/mysqlnd_net.c php_stream_context_set(net->stream, NULL); NULL 911 mysqlnd/mysqlnd_net.c net->options.ssl_key = NULL; NULL 915 mysqlnd/mysqlnd_net.c net->options.ssl_cert = NULL; NULL 919 mysqlnd/mysqlnd_net.c net->options.ssl_ca = NULL; NULL 923 mysqlnd/mysqlnd_net.c net->options.ssl_capath = NULL; NULL 927 mysqlnd/mysqlnd_net.c net->options.ssl_cipher = NULL; NULL 956 mysqlnd/mysqlnd_net.c net->stream = NULL; NULL 998 mysqlnd/mysqlnd_net.c net->cmd_buffer.buffer = NULL; NULL 1014 mysqlnd/mysqlnd_net.c NULL, /* unused 1 */ NULL 1015 mysqlnd/mysqlnd_net.c NULL, /* unused 2 */ NULL 1031 mysqlnd/mysqlnd_net.c NULL NULL 32 mysqlnd/mysqlnd_plugin.c static MYSQLND_STATS * mysqlnd_plugin_example_stats = NULL; NULL 57 mysqlnd/mysqlnd_plugin.c NULL, /* will be filled later */ NULL 64 mysqlnd/mysqlnd_plugin.c NULL, /* methods */ NULL 75 mysqlnd/mysqlnd_plugin.c plugin->plugin_header.plugin_stats.values = NULL; NULL 102 mysqlnd/mysqlnd_plugin.c zend_hash_init(&mysqlnd_registered_plugins, 4 /* initial hash size */, NULL /* hash_func */, NULL /* dtor */, TRUE /* pers */); NULL 134 mysqlnd/mysqlnd_plugin.c return mysqlnd_plugin_register_ex(NULL TSRMLS_CC); NULL 144 mysqlnd/mysqlnd_plugin.c zend_hash_update(&mysqlnd_registered_plugins, plugin->plugin_name, strlen(plugin->plugin_name) + 1, &plugin, sizeof(void *), NULL); NULL 146 mysqlnd/mysqlnd_plugin.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Plugin API version mismatch while loading plugin %s. Expected %d, got %d", NULL 163 mysqlnd/mysqlnd_plugin.c return NULL; NULL 179 mysqlnd/mysqlnd_plugin.c while (p != NULL) { NULL 183 mysqlnd/mysqlnd_plugin.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "mysqlnd_plugin_apply_with_argument must not remove table entries"); NULL 54 mysqlnd/mysqlnd_priv.h zend_u_hash_init(Z_ARRVAL_P(arg), (field_count), NULL, ZVAL_PTR_DTOR, 0, 0);\ NULL 61 mysqlnd/mysqlnd_priv.h zend_hash_init(Z_ARRVAL_P(arg), (field_count), NULL, ZVAL_PTR_DTOR, 0); \ NULL 113 mysqlnd/mysqlnd_priv.h (buf) = NULL; \ NULL 122 mysqlnd/mysqlnd_priv.h (buf) = NULL; \ NULL 58 mysqlnd/mysqlnd_ps.c MYSQLND_STMT_DATA * stmt = s? s->data:NULL; NULL 65 mysqlnd/mysqlnd_ps.c DBG_RETURN(NULL); NULL 73 mysqlnd/mysqlnd_ps.c DBG_RETURN(NULL); NULL 87 mysqlnd/mysqlnd_ps.c DBG_RETURN(NULL); NULL 99 mysqlnd/mysqlnd_ps.c result->m.fetch_lengths = NULL;/* makes no sense */ NULL 115 mysqlnd/mysqlnd_ps.c stmt->result = NULL; NULL 128 mysqlnd/mysqlnd_ps.c MYSQLND_STMT_DATA * stmt = s? s->data:NULL; NULL 134 mysqlnd/mysqlnd_ps.c DBG_RETURN(NULL); NULL 142 mysqlnd/mysqlnd_ps.c DBG_RETURN(NULL); NULL 154 mysqlnd/mysqlnd_ps.c DBG_RETURN(NULL); NULL 189 mysqlnd/mysqlnd_ps.c DBG_RETURN(NULL); NULL 198 mysqlnd/mysqlnd_ps.c MYSQLND_STMT_DATA * stmt = s? s->data:NULL; NULL 212 mysqlnd/mysqlnd_ps.c MYSQLND_STMT_DATA * stmt = s? s->data:NULL; NULL 242 mysqlnd/mysqlnd_ps.c MYSQLND_STMT_DATA * stmt = s? s->data:NULL; NULL 279 mysqlnd/mysqlnd_ps.c MYSQLND_STMT_DATA * stmt = s? s->data:NULL; NULL 322 mysqlnd/mysqlnd_ps.c MYSQLND_STMT_DATA * stmt = s? s->data:NULL; NULL 361 mysqlnd/mysqlnd_ps.c MYSQLND_STMT_DATA * stmt = s? s->data:NULL; NULL 474 mysqlnd/mysqlnd_ps.c MYSQLND_STMT_DATA * stmt = s? s->data:NULL; NULL 522 mysqlnd/mysqlnd_ps.c stmt->result->lengths = NULL; NULL 582 mysqlnd/mysqlnd_ps.c MYSQLND_STMT_DATA * stmt = s? s->data:NULL; NULL 585 mysqlnd/mysqlnd_ps.c zend_uchar *request = NULL; NULL 659 mysqlnd/mysqlnd_ps.c if (stmt->param_bind[i].zv == NULL) { NULL 713 mysqlnd/mysqlnd_ps.c MYSQLND_STMT_DATA * stmt = s? s->data:NULL; NULL 719 mysqlnd/mysqlnd_ps.c DBG_INF_FMT("stmt=%lu", stmt != NULL ? stmt->stmt_id : 0L); NULL 731 mysqlnd/mysqlnd_ps.c if (NULL == current_row[0]) { NULL 797 mysqlnd/mysqlnd_ps.c set->data_cursor = NULL; NULL 812 mysqlnd/mysqlnd_ps.c MYSQLND_STMT_DATA * stmt = s? s->data:NULL; NULL 849 mysqlnd/mysqlnd_ps.c row_packet->fields = NULL; NULL 850 mysqlnd/mysqlnd_ps.c row_packet->row_buffer = NULL; NULL 900 mysqlnd/mysqlnd_ps.c row_packet->row_buffer = NULL; NULL 939 mysqlnd/mysqlnd_ps.c MYSQLND_STMT_DATA * stmt = s? s->data:NULL; NULL 945 mysqlnd/mysqlnd_ps.c DBG_RETURN(NULL); NULL 959 mysqlnd/mysqlnd_ps.c DBG_RETURN(NULL); NULL 986 mysqlnd/mysqlnd_ps.c MYSQLND_STMT_DATA * stmt = s? s->data:NULL; NULL 1033 mysqlnd/mysqlnd_ps.c row_packet->fields = NULL; NULL 1034 mysqlnd/mysqlnd_ps.c row_packet->row_buffer = NULL; NULL 1085 mysqlnd/mysqlnd_ps.c row_packet->row_buffer = NULL; NULL 1091 mysqlnd/mysqlnd_ps.c row_packet->row_buffer = NULL; NULL 1130 mysqlnd/mysqlnd_ps.c MYSQLND_STMT_DATA * stmt = s? s->data:NULL; NULL 1184 mysqlnd/mysqlnd_ps.c MYSQLND_STMT_DATA * stmt = s? s->data:NULL; NULL 1237 mysqlnd/mysqlnd_ps.c MYSQLND_STMT_DATA * stmt = s? s->data:NULL; NULL 1276 mysqlnd/mysqlnd_ps.c MYSQLND_STMT_DATA * stmt = s? s->data:NULL; NULL 1366 mysqlnd/mysqlnd_ps.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "There was an error " NULL 1387 mysqlnd/mysqlnd_ps.c MYSQLND_STMT_DATA * stmt = s? s->data:NULL; NULL 1458 mysqlnd/mysqlnd_ps.c MYSQLND_STMT_DATA * stmt = s? s->data:NULL; NULL 1514 mysqlnd/mysqlnd_ps.c MYSQLND_STMT_DATA * stmt = s? s->data:NULL; NULL 1543 mysqlnd/mysqlnd_ps.c MYSQLND_STMT_DATA * stmt = s? s->data:NULL; NULL 1597 mysqlnd/mysqlnd_ps.c MYSQLND_STMT_DATA * stmt = s? s->data:NULL; NULL 1648 mysqlnd/mysqlnd_ps.c MYSQLND_STMT_DATA * stmt = s? s->data:NULL; NULL 1658 mysqlnd/mysqlnd_ps.c MYSQLND_STMT_DATA * stmt = s? s->data:NULL; NULL 1668 mysqlnd/mysqlnd_ps.c MYSQLND_STMT_DATA * stmt = s? s->data:NULL; NULL 1678 mysqlnd/mysqlnd_ps.c MYSQLND_STMT_DATA * stmt = s? s->data:NULL; NULL 1688 mysqlnd/mysqlnd_ps.c MYSQLND_STMT_DATA * stmt = s? s->data:NULL; NULL 1698 mysqlnd/mysqlnd_ps.c MYSQLND_STMT_DATA * stmt = s? s->data:NULL; NULL 1708 mysqlnd/mysqlnd_ps.c MYSQLND_STMT_DATA * stmt = s? s->data:NULL; NULL 1718 mysqlnd/mysqlnd_ps.c MYSQLND_STMT_DATA * stmt = s? s->data:NULL; NULL 1728 mysqlnd/mysqlnd_ps.c MYSQLND_STMT_DATA * stmt = s? s->data:NULL; NULL 1738 mysqlnd/mysqlnd_ps.c MYSQLND_STMT_DATA * stmt = s? s->data:NULL; NULL 1748 mysqlnd/mysqlnd_ps.c MYSQLND_STMT_DATA * stmt = s? s->data:NULL; NULL 1758 mysqlnd/mysqlnd_ps.c MYSQLND_STMT_DATA * stmt = s? s->data:NULL; NULL 1760 mysqlnd/mysqlnd_ps.c return NULL; NULL 1762 mysqlnd/mysqlnd_ps.c return NULL; NULL 1771 mysqlnd/mysqlnd_ps.c MYSQLND_STMT_DATA * stmt = s? s->data:NULL; NULL 1776 mysqlnd/mysqlnd_ps.c DBG_RETURN(NULL); NULL 1782 mysqlnd/mysqlnd_ps.c DBG_RETURN(NULL); NULL 1823 mysqlnd/mysqlnd_ps.c DBG_RETURN(NULL); NULL 1834 mysqlnd/mysqlnd_ps.c MYSQLND_STMT_DATA * stmt = s? s->data:NULL; NULL 1889 mysqlnd/mysqlnd_ps.c MYSQLND_STMT_DATA * stmt = s? s->data:NULL; NULL 1920 mysqlnd/mysqlnd_ps.c MYSQLND_STMT_DATA * stmt = s? s->data:NULL; NULL 1974 mysqlnd/mysqlnd_ps.c MYSQLND_STMT_DATA * stmt = s? s->data:NULL; NULL 2019 mysqlnd/mysqlnd_ps.c stmt->result_bind = NULL; NULL 2030 mysqlnd/mysqlnd_ps.c MYSQLND_STMT_DATA * stmt = s? s->data:NULL; NULL 2080 mysqlnd/mysqlnd_ps.c MYSQLND_STMT_DATA * stmt = s? s->data:NULL; NULL 2105 mysqlnd/mysqlnd_ps.c stmt->param_bind = NULL; NULL 2116 mysqlnd/mysqlnd_ps.c stmt->result = NULL; NULL 2121 mysqlnd/mysqlnd_ps.c stmt->error_info->error_list = NULL; NULL 2133 mysqlnd/mysqlnd_ps.c MYSQLND_STMT_DATA * stmt = s? s->data:NULL; NULL 2200 mysqlnd/mysqlnd_ps.c stmt->execute_cmd_buffer.buffer = NULL; NULL 2207 mysqlnd/mysqlnd_ps.c stmt->conn = NULL; NULL 2218 mysqlnd/mysqlnd_ps.c MYSQLND_STMT_DATA * stmt = (s != NULL) ? s->data:NULL; NULL 2220 mysqlnd/mysqlnd_ps.c zend_bool persistent = (s != NULL) ? s->persistent : 0; NULL 2244 mysqlnd/mysqlnd_ps.c MYSQLND_STMT_DATA * stmt = s? s->data:NULL; NULL 2247 mysqlnd/mysqlnd_ps.c DBG_RETURN(NULL); NULL 2258 mysqlnd/mysqlnd_ps.c MYSQLND_STMT_DATA * stmt = s? s->data:NULL; NULL 2261 mysqlnd/mysqlnd_ps.c DBG_RETURN(NULL); NULL 2272 mysqlnd/mysqlnd_ps.c MYSQLND_STMT_DATA * stmt = s? s->data:NULL; NULL 2284 mysqlnd/mysqlnd_ps.c MYSQLND_STMT_DATA * stmt = s? s->data:NULL; NULL 595 mysqlnd/mysqlnd_ps_codec.c zval **copies = NULL;/* if there are different types */ NULL 41 mysqlnd/mysqlnd_result.c zval **data_cursor = result->stored_data? result->stored_data->data:NULL; NULL 42 mysqlnd/mysqlnd_result.c zval **data_begin = result->stored_data? result->stored_data->data:NULL; NULL 52 mysqlnd/mysqlnd_result.c if (NULL == data_cursor[0]) { NULL 156 mysqlnd/mysqlnd_result.c MYSQLND_STATS *global_stats = result->conn? result->conn->stats:NULL; NULL 173 mysqlnd/mysqlnd_result.c unbuf->last_row_data = NULL; NULL 179 mysqlnd/mysqlnd_result.c unbuf->last_row_buffer = NULL; NULL 207 mysqlnd/mysqlnd_result.c if (current_row != NULL) { NULL 226 mysqlnd/mysqlnd_result.c set->data = NULL; NULL 231 mysqlnd/mysqlnd_result.c set->row_buffers = NULL; NULL 233 mysqlnd/mysqlnd_result.c set->data_cursor = NULL; NULL 253 mysqlnd/mysqlnd_result.c result->unbuf = NULL; NULL 256 mysqlnd/mysqlnd_result.c result->stored_data = NULL; NULL 261 mysqlnd/mysqlnd_result.c result->lengths = NULL; NULL 266 mysqlnd/mysqlnd_result.c result->row_packet = NULL; NULL 271 mysqlnd/mysqlnd_result.c result->result_set_memory_pool = NULL; NULL 289 mysqlnd/mysqlnd_result.c result->meta = NULL; NULL 306 mysqlnd/mysqlnd_result.c result->conn = NULL; NULL 330 mysqlnd/mysqlnd_result.c result->meta = NULL; NULL 365 mysqlnd/mysqlnd_result.c MYSQLND_STMT_DATA * stmt = s ? s->data:NULL; NULL 367 mysqlnd/mysqlnd_result.c MYSQLND_PACKET_RSET_HEADER * rset_header = NULL; NULL 368 mysqlnd/mysqlnd_result.c MYSQLND_PACKET_EOF * fields_eof = NULL; NULL 385 mysqlnd/mysqlnd_result.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error reading result set's header"); NULL 498 mysqlnd/mysqlnd_result.c conn->current_result = NULL; NULL 516 mysqlnd/mysqlnd_result.c conn->current_result = NULL; NULL 518 mysqlnd/mysqlnd_result.c stmt->result = NULL; NULL 584 mysqlnd/mysqlnd_result.c if (set->data_cursor == NULL || NULL 588 mysqlnd/mysqlnd_result.c return NULL;/* No rows or no more rows */ NULL 606 mysqlnd/mysqlnd_result.c return (!result->unbuf || result->unbuf->last_row_data || result->unbuf->eof_reached)? result->lengths:NULL; NULL 614 mysqlnd/mysqlnd_result.c return result->m.fetch_lengths? result->m.fetch_lengths(result TSRMLS_CC) : NULL; NULL 624 mysqlnd/mysqlnd_result.c MYSQLND_ROW_C retrow = NULL; NULL 659 mysqlnd/mysqlnd_result.c row_packet->fields = NULL; NULL 660 mysqlnd/mysqlnd_result.c row_packet->row_buffer = NULL; NULL 690 mysqlnd/mysqlnd_result.c retrow[i] = NULL; NULL 771 mysqlnd/mysqlnd_result.c row_packet->fields = NULL; NULL 772 mysqlnd/mysqlnd_result.c row_packet->row_buffer = NULL; NULL 803 mysqlnd/mysqlnd_result.c zend_hash_next_index_insert(row_ht, &data, sizeof(zval *), NULL); NULL 820 mysqlnd/mysqlnd_result.c (void *) &data, sizeof(zval *), NULL); NULL 826 mysqlnd/mysqlnd_result.c (void *) &data, sizeof(zval *), NULL); NULL 831 mysqlnd/mysqlnd_result.c (void *) &data, sizeof(zval *), NULL); NULL 891 mysqlnd/mysqlnd_result.c result->m.fetch_row = NULL; NULL 893 mysqlnd/mysqlnd_result.c result->m.fetch_lengths = NULL; /* makes no sense */ NULL 895 mysqlnd/mysqlnd_result.c result->lengths = NULL; NULL 924 mysqlnd/mysqlnd_result.c DBG_RETURN(NULL); NULL 933 mysqlnd/mysqlnd_result.c MYSQLND_ROW_C ret = NULL; NULL 947 mysqlnd/mysqlnd_result.c if (NULL == current_row[0]) { NULL 987 mysqlnd/mysqlnd_result.c ret[i] = NULL; NULL 993 mysqlnd/mysqlnd_result.c set->data_cursor = NULL; NULL 1020 mysqlnd/mysqlnd_result.c if (NULL == current_row[0]) { NULL 1053 mysqlnd/mysqlnd_result.c zend_hash_next_index_insert(Z_ARRVAL_P(row), &data, sizeof(zval *), NULL); NULL 1070 mysqlnd/mysqlnd_result.c (void *) &data, sizeof(zval *), NULL); NULL 1076 mysqlnd/mysqlnd_result.c (void *) &data, sizeof(zval *), NULL); NULL 1081 mysqlnd/mysqlnd_result.c (void *) &data, sizeof(zval *), NULL); NULL 1090 mysqlnd/mysqlnd_result.c set->data_cursor = NULL; NULL 1110 mysqlnd/mysqlnd_result.c MYSQLND_PACKET_ROW *row_packet = NULL; NULL 1174 mysqlnd/mysqlnd_result.c row_packet->fields = NULL; NULL 1175 mysqlnd/mysqlnd_result.c row_packet->row_buffer = NULL; NULL 1271 mysqlnd/mysqlnd_result.c DBG_RETURN(NULL); NULL 1283 mysqlnd/mysqlnd_result.c DBG_RETURN(NULL); NULL 1314 mysqlnd/mysqlnd_result.c while ((PASS == result->m.fetch_row(result, NULL, 0, &fetched_anything TSRMLS_CC)) && fetched_anything == TRUE) { NULL 1330 mysqlnd/mysqlnd_result.c MYSQLND_INC_CONN_STATISTIC(result->conn? result->conn->stats : NULL, NULL 1353 mysqlnd/mysqlnd_result.c result->stored_data->data_cursor = NULL; NULL 1409 mysqlnd/mysqlnd_result.c DBG_RETURN(NULL); NULL 1442 mysqlnd/mysqlnd_result.c DBG_RETURN(NULL); NULL 1463 mysqlnd/mysqlnd_result.c DBG_RETURN(NULL); NULL 1512 mysqlnd/mysqlnd_result.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error while reading a row"); NULL 1539 mysqlnd/mysqlnd_result.c MYSQLND_ROW_C ret = NULL; NULL 1548 mysqlnd/mysqlnd_result.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "result->m.fetch_row has invalid value. Report to the developers"); NULL 1567 mysqlnd/mysqlnd_result.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "fetch_all can be used only with buffered sets"); NULL 1638 mysqlnd/mysqlnd_result.c NULL, /* fetch_row */ NULL 1657 mysqlnd/mysqlnd_result.c NULL, /* fetch_lengths */ NULL 1668 mysqlnd/mysqlnd_result.c NULL /* row_decoder */, NULL 1683 mysqlnd/mysqlnd_result.c DBG_RETURN(NULL); NULL 38 mysqlnd/mysqlnd_result_meta.c meta->root = NULL; NULL 42 mysqlnd/mysqlnd_result_meta.c meta->def = NULL; NULL 77 mysqlnd/mysqlnd_result_meta.c *idx = strtol(key, NULL, 10); NULL 82 mysqlnd/mysqlnd_result_meta.c *idx = strtol(key, NULL, 10); NULL 120 mysqlnd/mysqlnd_result_meta.c *idx = zend_u_strtol(key, NULL, 10); NULL 125 mysqlnd/mysqlnd_result_meta.c *idx = zend_u_strtol(key, NULL, 10); NULL 164 mysqlnd/mysqlnd_result_meta.c meta->fields[i].root = NULL; NULL 184 mysqlnd/mysqlnd_result_meta.c if (mysqlnd_ps_fetch_functions[meta->fields[i].type].func == NULL) { NULL 187 mysqlnd/mysqlnd_result_meta.c php_error_docref(NULL TSRMLS_CC, E_WARNING, NULL 281 mysqlnd/mysqlnd_result_meta.c meta->fields = NULL; NULL 296 mysqlnd/mysqlnd_result_meta.c meta->zend_hash_keys = NULL; NULL 312 mysqlnd/mysqlnd_result_meta.c MYSQLND_RES_METADATA * new_meta = NULL; NULL 401 mysqlnd/mysqlnd_result_meta.c new_meta = NULL; NULL 403 mysqlnd/mysqlnd_result_meta.c DBG_RETURN(NULL); NULL 414 mysqlnd/mysqlnd_result_meta.c DBG_RETURN(NULL); NULL 498 mysqlnd/mysqlnd_result_meta.c DBG_RETURN(NULL); NULL 519 mysqlnd/mysqlnd_result_meta.c return NULL; NULL 36 mysqlnd/mysqlnd_reverse_api.c zend_hash_init(&mysqlnd_api_ext_ht, 3, NULL, NULL, 1); NULL 64 mysqlnd/mysqlnd_reverse_api.c sizeof(MYSQLND_REVERSE_API), NULL); NULL 88 mysqlnd/mysqlnd_reverse_api.c return NULL; NULL 248 mysqlnd/mysqlnd_statistics.c if (*stats == NULL) { NULL 281 mysqlnd/mysqlnd_statistics.c mysqlnd_stat_trigger ret = NULL; NULL 298 mysqlnd/mysqlnd_statistics.c mysqlnd_stat_trigger ret = NULL; NULL 41 mysqlnd/mysqlnd_wireprotocol.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", mysqlnd_server_gone); \ NULL 53 mysqlnd/mysqlnd_wireprotocol.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", mysqlnd_server_gone); \ NULL 66 mysqlnd/mysqlnd_wireprotocol.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Premature end of data (mysqlnd_wireprotocol.c:%u)", __LINE__); \ NULL 309 mysqlnd/mysqlnd_wireprotocol.c zend_uchar *pad_start = NULL; NULL 431 mysqlnd/mysqlnd_wireprotocol.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "GREET packet "MYSQLND_SZ_T_SPEC" bytes shorter than expected", NULL 445 mysqlnd/mysqlnd_wireprotocol.c p->server_version = NULL; NULL 449 mysqlnd/mysqlnd_wireprotocol.c p->auth_plugin_data = NULL; NULL 453 mysqlnd/mysqlnd_wireprotocol.c p->auth_protocol = NULL; NULL 496 mysqlnd/mysqlnd_wireprotocol.c if (packet->auth_data == NULL) { NULL 503 mysqlnd/mysqlnd_wireprotocol.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", msg); NULL 649 mysqlnd/mysqlnd_wireprotocol.c packet->message = NULL; NULL 661 mysqlnd/mysqlnd_wireprotocol.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "AUTH_RESPONSE packet "MYSQLND_SZ_T_SPEC" bytes shorter than expected", NULL 675 mysqlnd/mysqlnd_wireprotocol.c p->message = NULL; NULL 679 mysqlnd/mysqlnd_wireprotocol.c p->new_auth_protocol = NULL; NULL 685 mysqlnd/mysqlnd_wireprotocol.c p->new_auth_protocol_data = NULL; NULL 788 mysqlnd/mysqlnd_wireprotocol.c packet->message = NULL; NULL 801 mysqlnd/mysqlnd_wireprotocol.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "OK packet "MYSQLND_SZ_T_SPEC" bytes shorter than expected", NULL 815 mysqlnd/mysqlnd_wireprotocol.c p->message = NULL; NULL 884 mysqlnd/mysqlnd_wireprotocol.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "EOF packet "MYSQLND_SZ_T_SPEC" bytes shorter than expected", NULL 1076 mysqlnd/mysqlnd_wireprotocol.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "RSET_HEADER packet "MYSQLND_SZ_T_SPEC" bytes shorter than expected", NULL 1091 mysqlnd/mysqlnd_wireprotocol.c p->info_or_local_file = NULL; NULL 1183 mysqlnd/mysqlnd_wireprotocol.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Protocol error. Server sent false length. Expected 12"); NULL 1302 mysqlnd/mysqlnd_wireprotocol.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Protocol error. Server sent NULL_LENGTH." NULL 1307 mysqlnd/mysqlnd_wireprotocol.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Result set field packet "MYSQLND_SZ_T_SPEC" bytes " NULL 1336 mysqlnd/mysqlnd_wireprotocol.c zend_uchar * p = NULL; NULL 1403 mysqlnd/mysqlnd_wireprotocol.c *buffer = NULL; NULL 1848 mysqlnd/mysqlnd_wireprotocol.c p->row_buffer = NULL; NULL 1895 mysqlnd/mysqlnd_wireprotocol.c p->message = NULL; NULL 1977 mysqlnd/mysqlnd_wireprotocol.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "PREPARE packet "MYSQLND_SZ_T_SPEC" bytes shorter than expected", NULL 2052 mysqlnd/mysqlnd_wireprotocol.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "CHANGE_USER packet "MYSQLND_SZ_T_SPEC" bytes shorter than expected", NULL 2067 mysqlnd/mysqlnd_wireprotocol.c p->new_auth_protocol = NULL; NULL 2073 mysqlnd/mysqlnd_wireprotocol.c p->new_auth_protocol_data = NULL; NULL 2091 mysqlnd/mysqlnd_wireprotocol.c NULL, /* write */ NULL 2096 mysqlnd/mysqlnd_wireprotocol.c NULL, /* read */ NULL 2103 mysqlnd/mysqlnd_wireprotocol.c NULL, /* write */ NULL 2108 mysqlnd/mysqlnd_wireprotocol.c NULL, /* read */ NULL 2115 mysqlnd/mysqlnd_wireprotocol.c NULL, /* write */ NULL 2121 mysqlnd/mysqlnd_wireprotocol.c NULL, /* write */ NULL 2126 mysqlnd/mysqlnd_wireprotocol.c NULL, /* read */ NULL 2133 mysqlnd/mysqlnd_wireprotocol.c NULL, /* write */ NULL 2139 mysqlnd/mysqlnd_wireprotocol.c NULL, /* write */ NULL 2145 mysqlnd/mysqlnd_wireprotocol.c NULL, /* write */ NULL 2151 mysqlnd/mysqlnd_wireprotocol.c NULL, /* write */ NULL 2157 mysqlnd/mysqlnd_wireprotocol.c NULL, /* write */ NULL 2163 mysqlnd/mysqlnd_wireprotocol.c NULL, /* write */ NULL 56 mysqlnd/php_mysqlnd.c char *s = NULL; NULL 145 mysqlnd/php_mysqlnd.c while(p != NULL) { NULL 208 mysqlnd/php_mysqlnd.c mysqlnd_plugin_apply_with_argument(mysqlnd_minfo_dump_plugin_stats, NULL); NULL 222 mysqlnd/php_mysqlnd.c mysqlnd_globals->debug = NULL; /* The actual string */ NULL 223 mysqlnd/php_mysqlnd.c mysqlnd_globals->dbg = NULL; /* The DBG object*/ NULL 255 mysqlnd/php_mysqlnd.c STD_PHP_INI_ENTRY("mysqlnd.debug", NULL, PHP_INI_SYSTEM, OnUpdateString, debug, zend_mysqlnd_globals, mysqlnd_globals) NULL 306 mysqlnd/php_mysqlnd.c MYSQLND_G(dbg) = NULL; NULL 332 mysqlnd/php_mysqlnd.c MYSQLND_G(dbg) = NULL; NULL 350 mysqlnd/php_mysqlnd.c NULL, NULL 359 mysqlnd/php_mysqlnd.c NULL, NULL 364 mysqlnd/php_mysqlnd.c NULL, NULL 370 mysqlnd/php_mysqlnd.c NULL, NULL 371 mysqlnd/php_mysqlnd.c NULL, NULL 655 oci8/oci8.c #define arginfo_oci_free_descriptor NULL NULL 656 oci8/oci8.c #define arginfo_oci_lob_save NULL NULL 657 oci8/oci8.c #define arginfo_oci_lob_import NULL NULL 658 oci8/oci8.c #define arginfo_oci_lob_load NULL NULL 659 oci8/oci8.c #define arginfo_oci_lob_read NULL NULL 660 oci8/oci8.c #define arginfo_oci_lob_eof NULL NULL 661 oci8/oci8.c #define arginfo_oci_lob_tell NULL NULL 662 oci8/oci8.c #define arginfo_oci_lob_rewind NULL NULL 663 oci8/oci8.c #define arginfo_oci_lob_seek NULL NULL 664 oci8/oci8.c #define arginfo_oci_lob_size NULL NULL 665 oci8/oci8.c #define arginfo_oci_lob_write NULL NULL 666 oci8/oci8.c #define arginfo_oci_lob_append NULL NULL 667 oci8/oci8.c #define arginfo_oci_lob_truncate NULL NULL 668 oci8/oci8.c #define arginfo_oci_lob_erase NULL NULL 669 oci8/oci8.c #define arginfo_oci_lob_flush NULL NULL 670 oci8/oci8.c #define arginfo_ocisetbufferinglob NULL NULL 671 oci8/oci8.c #define arginfo_ocigetbufferinglob NULL NULL 672 oci8/oci8.c #define arginfo_oci_lob_copy NULL NULL 673 oci8/oci8.c #define arginfo_oci_lob_is_equal NULL NULL 674 oci8/oci8.c #define arginfo_oci_lob_export NULL NULL 675 oci8/oci8.c #define arginfo_oci_new_descriptor NULL NULL 676 oci8/oci8.c #define arginfo_oci_rollback NULL NULL 677 oci8/oci8.c #define arginfo_oci_commit NULL NULL 678 oci8/oci8.c #define arginfo_oci_field_name NULL NULL 679 oci8/oci8.c #define arginfo_oci_field_size NULL NULL 680 oci8/oci8.c #define arginfo_oci_field_scale NULL NULL 681 oci8/oci8.c #define arginfo_oci_field_precision NULL NULL 682 oci8/oci8.c #define arginfo_oci_field_type NULL NULL 683 oci8/oci8.c #define arginfo_oci_field_type_raw NULL NULL 684 oci8/oci8.c #define arginfo_oci_field_is_null NULL NULL 685 oci8/oci8.c #define arginfo_oci_internal_debug NULL NULL 686 oci8/oci8.c #define arginfo_oci_execute NULL NULL 687 oci8/oci8.c #define arginfo_oci_cancel NULL NULL 688 oci8/oci8.c #define arginfo_oci_fetch NULL NULL 689 oci8/oci8.c #define arginfo_oci_fetch_object NULL NULL 690 oci8/oci8.c #define arginfo_oci_fetch_row NULL NULL 691 oci8/oci8.c #define arginfo_oci_fetch_assoc NULL NULL 692 oci8/oci8.c #define arginfo_oci_fetch_array NULL NULL 693 oci8/oci8.c #define arginfo_oci_free_statement NULL NULL 694 oci8/oci8.c #define arginfo_oci_close NULL NULL 695 oci8/oci8.c #define arginfo_oci_new_connect NULL NULL 696 oci8/oci8.c #define arginfo_oci_connect NULL NULL 697 oci8/oci8.c #define arginfo_oci_pconnect NULL NULL 698 oci8/oci8.c #define arginfo_oci_error NULL NULL 699 oci8/oci8.c #define arginfo_oci_num_fields NULL NULL 700 oci8/oci8.c #define arginfo_oci_parse NULL NULL 701 oci8/oci8.c #define arginfo_oci_set_prefetch NULL NULL 702 oci8/oci8.c #define arginfo_oci_set_client_identifier NULL NULL 703 oci8/oci8.c #define arginfo_oci_set_edition NULL NULL 704 oci8/oci8.c #define arginfo_oci_set_module_name NULL NULL 705 oci8/oci8.c #define arginfo_oci_set_action NULL NULL 706 oci8/oci8.c #define arginfo_oci_set_client_info NULL NULL 707 oci8/oci8.c #define arginfo_oci_password_change NULL NULL 708 oci8/oci8.c #define arginfo_oci_new_cursor NULL NULL 709 oci8/oci8.c #define arginfo_oci_result NULL NULL 710 oci8/oci8.c #define arginfo_oci_client_version NULL NULL 711 oci8/oci8.c #define arginfo_oci_server_version NULL NULL 712 oci8/oci8.c #define arginfo_oci_statement_type NULL NULL 713 oci8/oci8.c #define arginfo_oci_num_rows NULL NULL 714 oci8/oci8.c #define arginfo_oci_free_collection NULL NULL 715 oci8/oci8.c #define arginfo_oci_collection_append NULL NULL 716 oci8/oci8.c #define arginfo_oci_collection_element_get NULL NULL 717 oci8/oci8.c #define arginfo_oci_collection_assign NULL NULL 718 oci8/oci8.c #define arginfo_oci_collection_element_assign NULL NULL 719 oci8/oci8.c #define arginfo_oci_collection_size NULL NULL 720 oci8/oci8.c #define arginfo_oci_collection_max NULL NULL 721 oci8/oci8.c #define arginfo_oci_collection_trim NULL NULL 722 oci8/oci8.c #define arginfo_oci_new_collection NULL NULL 723 oci8/oci8.c #define arginfo_oci_lob_size_method NULL NULL 724 oci8/oci8.c #define arginfo_oci_lob_getbuffering_method NULL NULL 725 oci8/oci8.c #define arginfo_oci_lob_close_method NULL NULL 726 oci8/oci8.c #define arginfo_oci_lob_save_method NULL NULL 727 oci8/oci8.c #define arginfo_oci_lob_import_method NULL NULL 728 oci8/oci8.c #define arginfo_oci_lob_read_method NULL NULL 729 oci8/oci8.c #define arginfo_oci_lob_seek_method NULL NULL 730 oci8/oci8.c #define arginfo_oci_lob_write_method NULL NULL 731 oci8/oci8.c #define arginfo_oci_lob_append_method NULL NULL 732 oci8/oci8.c #define arginfo_oci_lob_truncate_method NULL NULL 733 oci8/oci8.c #define arginfo_oci_lob_erase_method NULL NULL 734 oci8/oci8.c #define arginfo_oci_lob_flush_method NULL NULL 735 oci8/oci8.c #define arginfo_oci_lob_setbuffering_method NULL NULL 736 oci8/oci8.c #define arginfo_oci_lob_export_method NULL NULL 737 oci8/oci8.c #define arginfo_oci_lob_write_temporary_method NULL NULL 738 oci8/oci8.c #define arginfo_oci_lob_load_method NULL NULL 739 oci8/oci8.c #define arginfo_oci_lob_tell_method NULL NULL 740 oci8/oci8.c #define arginfo_oci_lob_rewind_method NULL NULL 741 oci8/oci8.c #define arginfo_oci_lob_eof_method NULL NULL 742 oci8/oci8.c #define arginfo_oci_free_descriptor_method NULL NULL 743 oci8/oci8.c #define arginfo_oci_collection_append_method NULL NULL 744 oci8/oci8.c #define arginfo_oci_collection_element_get_method NULL NULL 745 oci8/oci8.c #define arginfo_oci_collection_assign_method NULL NULL 746 oci8/oci8.c #define arginfo_oci_collection_size_method NULL NULL 747 oci8/oci8.c #define arginfo_oci_collection_element_assign_method NULL NULL 748 oci8/oci8.c #define arginfo_oci_collection_max_method NULL NULL 749 oci8/oci8.c #define arginfo_oci_collection_trim_method NULL NULL 750 oci8/oci8.c #define arginfo_oci_collection_free_method NULL NULL 966 oci8/oci8.c {NULL,NULL,NULL} NULL 1001 oci8/oci8.c {NULL,NULL,NULL} NULL 1022 oci8/oci8.c {NULL,NULL,NULL} NULL 1041 oci8/oci8.c NULL, /* post deactivate */ NULL 1076 oci8/oci8.c errstatus = OCIEnvNlsCreate(&OCI_G(env), PHP_OCI_INIT_MODE, 0, NULL, NULL, NULL, 0, NULL, 0, 0); NULL 1080 oci8/oci8.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "OCIEnvNlsCreate() failed. There is something wrong with your system - please check that " PHP_OCI8_LIB_PATH_MSG " includes the directory with Oracle Instant Client libraries"); NULL 1082 oci8/oci8.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "OCIEnvNlsCreate() failed. There is something wrong with your system - please check that ORACLE_HOME and " PHP_OCI8_LIB_PATH_MSG " are set and point to the right directories"); NULL 1085 oci8/oci8.c && OCIErrorGet(OCI_G(env), (ub4)1, NULL, &ora_error_code, tmp_buf, (ub4)OCI_ERROR_MAXMSG_SIZE, (ub4)OCI_HTYPE_ENV) == OCI_SUCCESS NULL 1087 oci8/oci8.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", tmp_buf); NULL 1090 oci8/oci8.c OCI_G(env) = NULL; NULL 1091 oci8/oci8.c OCI_G(err) = NULL; NULL 1095 oci8/oci8.c errstatus = OCIHandleAlloc (OCI_G(env), (dvoid **)&OCI_G(err), OCI_HTYPE_ERROR, 0, NULL); NULL 1109 oci8/oci8.c PHP_OCI_CALL(OCIConnectionPoolCreate, (OCI_G(env), OCI_G(err), cpoolh, NULL, 0, NULL, 0, 0, 0, 0, NULL, 0, NULL, 0, cpoolmode)); NULL 1114 oci8/oci8.c OCIErrorGet(OCI_G(env), (ub4)1, NULL, &ora_error_code, tmp_buf, (ub4)OCI_ERROR_MAXMSG_SIZE, (ub4)OCI_HTYPE_ERROR); NULL 1124 oci8/oci8.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Initialization error: OCI_SUCCESS_WITH_INFO: %s", tmp_buf); NULL 1126 oci8/oci8.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Initialization error: OCI_ERROR: %s", tmp_buf); NULL 1130 oci8/oci8.c OCI_G(env) = NULL; NULL 1131 oci8/oci8.c OCI_G(err) = NULL; NULL 1145 oci8/oci8.c OCI_G(err) = NULL; NULL 1150 oci8/oci8.c OCI_G(env) = NULL; NULL 1197 oci8/oci8.c le_statement = zend_register_list_destructors_ex(php_oci_statement_list_dtor, NULL, "oci8 statement", module_number); NULL 1198 oci8/oci8.c le_connection = zend_register_list_destructors_ex(php_oci_connection_list_dtor, NULL, "oci8 connection", module_number); NULL 1200 oci8/oci8.c le_psessionpool = zend_register_list_destructors_ex(NULL, php_oci_spool_list_dtor, "oci8 persistent session pool", module_number); NULL 1201 oci8/oci8.c le_descriptor = zend_register_list_destructors_ex(php_oci_descriptor_list_dtor, NULL, "oci8 descriptor", module_number); NULL 1202 oci8/oci8.c le_collection = zend_register_list_destructors_ex(php_oci_collection_list_dtor, NULL, "oci8 collection", module_number); NULL 1300 oci8/oci8.c OCI_G(edition) = NULL; NULL 1520 oci8/oci8.c define->name = NULL; NULL 1589 oci8/oci8.c data = NULL; NULL 1603 oci8/oci8.c connection->descriptors = NULL; NULL 1616 oci8/oci8.c text *errbuf = (text *)NULL; NULL 1625 oci8/oci8.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "OCI_SUCCESS_WITH_INFO: %s", errbuf); NULL 1628 oci8/oci8.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "OCI_SUCCESS_WITH_INFO: failed to fetch error message"); NULL 1632 oci8/oci8.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "OCI_NEED_DATA"); NULL 1637 oci8/oci8.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", errbuf); NULL 1640 oci8/oci8.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "OCI_NO_DATA: failed to fetch error message"); NULL 1646 oci8/oci8.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", errbuf); NULL 1649 oci8/oci8.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed to fetch error message"); NULL 1653 oci8/oci8.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "OCI_INVALID_HANDLE"); NULL 1656 oci8/oci8.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "OCI_STILL_EXECUTING"); NULL 1659 oci8/oci8.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "OCI_CONTINUE"); NULL 1662 oci8/oci8.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown OCI error code: %d", status); NULL 1679 oci8/oci8.c PHP_OCI_CALL(OCIErrorGet, (error_handle, (ub4)1, NULL, &error_code, err_buf, (ub4)PHP_OCI_ERRBUF_LEN, (ub4)OCI_HTYPE_ERROR)); NULL 1688 oci8/oci8.c *error_buf = NULL; NULL 1703 oci8/oci8.c *sqltext = NULL; NULL 1731 oci8/oci8.c char *dbname = NULL, *charset = NULL; NULL 1742 oci8/oci8.c charset = NULL; NULL 1745 oci8/oci8.c connection = php_oci_do_connect_ex(username, username_len, password, password_len, NULL, 0, dbname, dbname_len, charset, session_mode, persistent, exclusive TSRMLS_CC); NULL 1763 oci8/oci8.c php_oci_connection *connection = NULL; NULL 1766 oci8/oci8.c php_oci_spool *session_pool = NULL; NULL 1774 oci8/oci8.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid session mode specified (%ld)", session_mode); NULL 1775 oci8/oci8.c return NULL; NULL 1779 oci8/oci8.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "OCI_SYSDBA and OCI_SYSOPER cannot be used together"); NULL 1780 oci8/oci8.c return NULL; NULL 1787 oci8/oci8.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "External Authentication is not supported on Windows"); NULL 1788 oci8/oci8.c return NULL; NULL 1791 oci8/oci8.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "OCI_CRED_EXT can only be used with a username of \"/\" and a NULL password"); NULL 1792 oci8/oci8.c return NULL; NULL 1801 oci8/oci8.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Privileged connect is disabled. Enable oci8.privileged_connect to be able to connect as SYSOPER or SYSDBA"); NULL 1802 oci8/oci8.c return NULL; NULL 1807 oci8/oci8.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Privileged connect is disabled in Safe Mode"); NULL 1808 oci8/oci8.c return NULL; NULL 1815 oci8/oci8.c if (OCI_G(env) == NULL) { NULL 1817 oci8/oci8.c if (OCI_G(env) == NULL) { NULL 1818 oci8/oci8.c return NULL; NULL 1862 oci8/oci8.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid character set name: %s", charset); NULL 1880 oci8/oci8.c timestamp = time(NULL); NULL 1930 oci8/oci8.c if (php_oci_create_session(connection, NULL, dbname, dbname_len, username, username_len, password, password_len, new_password, new_password_len, session_mode TSRMLS_CC)) { NULL 1934 oci8/oci8.c return NULL; NULL 1968 oci8/oci8.c if (tmp != NULL && rsrc_type == le_pconnection && strlen(tmp->hash_key) == hashed_details.len && NULL 2012 oci8/oci8.c le->ptr = NULL; NULL 2023 oci8/oci8.c connection = NULL; NULL 2046 oci8/oci8.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Too many open persistent connections (%ld)", OCI_G(num_persistent)); NULL 2057 oci8/oci8.c if (connection == NULL) { NULL 2058 oci8/oci8.c return NULL; NULL 2061 oci8/oci8.c if (connection->hash_key == NULL) { NULL 2063 oci8/oci8.c return NULL; NULL 2082 oci8/oci8.c if ((session_pool = php_oci_get_spool(username, username_len, password, password_len, dbname, dbname_len, charsetid ? charsetid:charsetid_nls_lang TSRMLS_CC))==NULL) NULL 2086 oci8/oci8.c return NULL; NULL 2109 oci8/oci8.c return NULL; NULL 2115 oci8/oci8.c return NULL; NULL 2140 oci8/oci8.c zend_hash_update(&EG(persistent_list), connection->hash_key, strlen(connection->hash_key)+1, (void *)&new_le, sizeof(zend_rsrc_list_entry), NULL); NULL 2151 oci8/oci8.c zend_hash_update(&EG(regular_list), connection->hash_key, strlen(connection->hash_key)+1, (void *)&new_le, sizeof(zend_rsrc_list_entry), NULL); NULL 2202 oci8/oci8.c OCIErrorGet(OCI_G(err), (ub4)1, NULL, &error_code, tmp_buf, (ub4)OCI_ERROR_MAXMSG_SIZE, (ub4)OCI_HTYPE_ERROR); NULL 2333 oci8/oci8.c connection = NULL; NULL 2348 oci8/oci8.c time_t timestamp = time(NULL); NULL 2401 oci8/oci8.c PHP_OCI_CALL(OCISessionRelease, (connection->svc, connection->err, NULL, NULL 2407 oci8/oci8.c connection->svc = NULL; NULL 2408 oci8/oci8.c connection->server = NULL; NULL 2409 oci8/oci8.c connection->session = NULL; NULL 2417 oci8/oci8.c connection->next_pingp = NULL; NULL 2514 oci8/oci8.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find LOB descriptor #%d", column->descid); NULL 2630 oci8/oci8.c column = php_oci_statement_get_column(statement, i + 1, NULL, 0 TSRMLS_CC); NULL 2632 oci8/oci8.c if (column == NULL) { NULL 2684 oci8/oci8.c timestamp = time(NULL); NULL 2709 oci8/oci8.c php_oci_spool *session_pool = NULL; NULL 2712 oci8/oci8.c OCIAuthInfo *spoolAuth = NULL; NULL 2716 oci8/oci8.c if (session_pool == NULL) { NULL 2724 oci8/oci8.c if (session_pool->spool_hash_key == NULL) { NULL 2766 oci8/oci8.c PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIHandleAlloc, (session_pool->env, (dvoid **)&(spoolAuth), OCI_HTYPE_AUTHINFO, 0, NULL)); NULL 2817 oci8/oci8.c session_pool = NULL; NULL 2839 oci8/oci8.c php_oci_spool *session_pool = NULL; NULL 2841 oci8/oci8.c zend_rsrc_list_entry *spool_out_le = NULL; NULL 2877 oci8/oci8.c if (session_pool == NULL) { NULL 2888 oci8/oci8.c zend_hash_update(&EG(persistent_list), session_pool->spool_hash_key, strlen(session_pool->spool_hash_key)+1,(void *)&spool_le, sizeof(zend_rsrc_list_entry),NULL); NULL 2900 oci8/oci8.c session_pool = NULL; NULL 2913 oci8/oci8.c OCIEnv *retenv = NULL; NULL 2916 oci8/oci8.c PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIEnvNlsCreate, (&retenv, OCI_G(events) ? PHP_OCI_INIT_MODE | OCI_EVENTS : PHP_OCI_INIT_MODE, 0, NULL, NULL, NULL, 0, NULL, charsetid, charsetid)); NULL 2923 oci8/oci8.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "OCIEnvNlsCreate() failed. There is something wrong with your system - please check that " PHP_OCI8_LIB_PATH_MSG " includes the directory with Oracle Instant Client libraries"); NULL 2925 oci8/oci8.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "OCIEnvNlsCreate() failed. There is something wrong with your system - please check that ORACLE_HOME and " PHP_OCI8_LIB_PATH_MSG " are set and point to the right directories"); NULL 2928 oci8/oci8.c && OCIErrorGet(retenv, (ub4)1, NULL, &ora_error_code, ora_msg_buf, (ub4)OCI_ERROR_MAXMSG_SIZE, (ub4)OCI_HTYPE_ENV) == OCI_SUCCESS NULL 2930 oci8/oci8.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", ora_msg_buf); NULL 2933 oci8/oci8.c return NULL; NULL 2957 oci8/oci8.c PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIHandleAlloc, (connection->env, (dvoid **)&(connection->server), OCI_HTYPE_SERVER, 0, NULL)); NULL 2974 oci8/oci8.c PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIHandleAlloc, (connection->env, (dvoid **)&(connection->session), OCI_HTYPE_SESSION, 0, NULL)); NULL 2982 oci8/oci8.c PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIHandleAlloc, (connection->env, (dvoid **)&(connection->err), OCI_HTYPE_ERROR, 0, NULL)); NULL 2990 oci8/oci8.c PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIHandleAlloc, (connection->env, (dvoid **)&(connection->svc), OCI_HTYPE_SVCCTX, 0, NULL)); NULL 3118 oci8/oci8.c php_oci_spool *actual_spool = NULL; NULL 3122 oci8/oci8.c time_t timestamp = time(NULL); NULL 3127 oci8/oci8.c !(connection->private_spool = php_oci_create_spool(username, username_len, password, password_len, dbname, dbname_len, NULL, 0, connection->charset TSRMLS_CC))) { NULL 3154 oci8/oci8.c PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIHandleAlloc, (connection->env, (dvoid **)&(connection->err), OCI_HTYPE_ERROR, 0, NULL)); NULL 3164 oci8/oci8.c PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIHandleAlloc, (connection->env, (dvoid **)&(connection->authinfo), OCI_HTYPE_AUTHINFO, 0, NULL)); NULL 3211 oci8/oci8.c PHP_OCI_CALL_RETURN(OCI_G(errcode),OCISessionGet, (connection->env, OCI_G(err), &(connection->svc), (OCIAuthInfo *)connection->authinfo, (OraText *)actual_spool->poolname, (ub4)actual_spool->poolname_len, NULL, 0, NULL, NULL, NULL, OCI_SESSGET_SPOOL)); NULL 3248 oci8/oci8.c PHP_OCI_CALL(OCISessionRelease, (connection->svc, connection->err, NULL,0, (ub4) OCI_SESSRLS_DROPSESS)); NULL 3249 oci8/oci8.c connection->svc = NULL; NULL 3250 oci8/oci8.c connection->server = NULL; NULL 3251 oci8/oci8.c connection->session = NULL; NULL 3323 oci8/oci8.c time_t *next_pingp = NULL; NULL 3339 oci8/oci8.c time_t timestamp = time(NULL); NULL 49 oci8/oci8_collection.c dvoid *dschp1 = NULL; NULL 57 oci8/oci8_collection.c collection->collection = NULL; NULL 199 oci8/oci8_collection.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "unknown collection type %d", collection->coll_typecode); NULL 236 oci8/oci8_collection.c return NULL; NULL 310 oci8/oci8_collection.c PHP_OCI_CALL_RETURN(connection->errcode, OCIDateFromText, (connection->err, (CONST text *)date, date_len, NULL, 0, NULL, 0, &oci_date)); NULL 349 oci8/oci8_collection.c element_double = strtod(number, NULL); NULL 352 oci8/oci8_collection.c element_double = zend_strtod(number, NULL); NULL 449 oci8/oci8_collection.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Unknown or unsupported type of element: %d", collection->element_typecode); NULL 561 oci8/oci8_collection.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Unknown or unsupported type of element: %d", collection->element_typecode); NULL 597 oci8/oci8_collection.c PHP_OCI_CALL_RETURN(connection->errcode, OCIDateFromText, (connection->err, (CONST text *)date, date_len, NULL, 0, NULL, 0, &oci_date)); NULL 637 oci8/oci8_collection.c element_double = strtod(number, NULL); NULL 640 oci8/oci8_collection.c element_double = zend_strtod(number, NULL); NULL 739 oci8/oci8_collection.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Unknown or unsupported type of element: %d", collection->element_typecode); NULL 64 oci8/oci8_interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Column name cannot be empty"); NULL 70 oci8/oci8_interface.c if (statement->defines == NULL) { NULL 72 oci8/oci8_interface.c zend_hash_init(statement->defines, 13, NULL, php_oci_define_hash_dtor, 0); NULL 105 oci8/oci8_interface.c zval *bind_var = NULL; NULL 135 oci8/oci8_interface.c zval *bind_var = NULL; NULL 149 oci8/oci8_interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Maximum array length must be greater than zero"); NULL 174 oci8/oci8_interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find descriptor property"); NULL 208 oci8/oci8_interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find descriptor property"); NULL 215 oci8/oci8_interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Offset parameter must be greater than or equal to 0"); NULL 257 oci8/oci8_interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Filename cannot contain null bytes"); NULL 263 oci8/oci8_interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find descriptor property"); NULL 282 oci8/oci8_interface.c char *buffer = NULL; NULL 292 oci8/oci8_interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find descriptor property"); NULL 332 oci8/oci8_interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find descriptor property"); NULL 339 oci8/oci8_interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Length parameter must be greater than 0"); NULL 370 oci8/oci8_interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find descriptor property"); NULL 399 oci8/oci8_interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find descriptor property"); NULL 423 oci8/oci8_interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find descriptor property"); NULL 456 oci8/oci8_interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find descriptor property"); NULL 502 oci8/oci8_interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find descriptor property"); NULL 546 oci8/oci8_interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find descriptor property"); NULL 582 oci8/oci8_interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find descriptor property. The first argument should be valid descriptor object"); NULL 587 oci8/oci8_interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find descriptor property. The second argument should be valid descriptor object"); NULL 623 oci8/oci8_interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find descriptor property"); NULL 628 oci8/oci8_interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Length must be greater than or equal to zero"); NULL 657 oci8/oci8_interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Offset must be greater than or equal to 0"); NULL 662 oci8/oci8_interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Length must be greater than or equal to 0"); NULL 672 oci8/oci8_interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Offset must be greater than or equal to 0"); NULL 677 oci8/oci8_interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Length must be greater than or equal to 0"); NULL 683 oci8/oci8_interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find descriptor property"); NULL 716 oci8/oci8_interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find descriptor property"); NULL 754 oci8/oci8_interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find descriptor property"); NULL 781 oci8/oci8_interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find descriptor property"); NULL 807 oci8/oci8_interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find descriptor property. The first argument should be valid descriptor object"); NULL 812 oci8/oci8_interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find descriptor property. The second argument should be valid descriptor object"); NULL 820 oci8/oci8_interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Length parameter must be greater than 0"); NULL 849 oci8/oci8_interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find descriptor property. The first argument should be valid descriptor object"); NULL 854 oci8/oci8_interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find descriptor property. The second argument should be valid descriptor object"); NULL 895 oci8/oci8_interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Start parameter must be greater than or equal to 0"); NULL 899 oci8/oci8_interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Length parameter must be greater than or equal to 0"); NULL 913 oci8/oci8_interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Start parameter must be greater than or equal to 0"); NULL 917 oci8/oci8_interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Length parameter must be greater than or equal to 0"); NULL 925 oci8/oci8_interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Filename cannot contain null bytes"); NULL 931 oci8/oci8_interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find descriptor property"); NULL 956 oci8/oci8_interface.c if (PG(safe_mode) && (!php_checkuid(filename, NULL, CHECKUID_CHECK_FILE_AND_DIR))) { NULL 966 oci8/oci8_interface.c stream = php_stream_open_wrapper_ex(filename, "w", REPORT_ERRORS, NULL, NULL); NULL 968 oci8/oci8_interface.c stream = php_stream_open_wrapper_ex(filename, "w", ENFORCE_SAFE_MODE | REPORT_ERRORS, NULL, NULL); NULL 1027 oci8/oci8_interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find descriptor property"); NULL 1054 oci8/oci8_interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find descriptor property"); NULL 1421 oci8/oci8_interface.c columns[ i ] = php_oci_statement_get_column(statement, i + 1, NULL, 0 TSRMLS_CC); NULL 1435 oci8/oci8_interface.c zend_hash_next_index_insert(Z_ARRVAL_P(row), &element, sizeof(zval*), NULL); NULL 1439 oci8/oci8_interface.c zend_symtable_update(Z_ARRVAL_P(row), columns[ i ]->name, columns[ i ]->name_len+1, &element, sizeof(zval*), NULL); NULL 1442 oci8/oci8_interface.c zend_hash_update(Z_ARRVAL_P(row), columns[ i ]->name, columns[ i ]->name_len+1, &element, sizeof(zval*), NULL); NULL 1447 oci8/oci8_interface.c zend_hash_next_index_insert(Z_ARRVAL_P(array), &row, sizeof(zval*), NULL); NULL 1463 oci8/oci8_interface.c columns[ i ] = php_oci_statement_get_column(statement, i + 1, NULL, 0 TSRMLS_CC); NULL 1471 oci8/oci8_interface.c columns[ i ] = php_oci_statement_get_column(statement, i + 1, NULL, 0 TSRMLS_CC); NULL 1489 oci8/oci8_interface.c zend_hash_index_update((*(outarrs[ i ]))->value.ht, rows, (void *)&element, sizeof(zval*), NULL); NULL 1622 oci8/oci8_interface.c zval *arg = NULL; NULL 1628 oci8/oci8_interface.c dvoid *errh = NULL; NULL 1630 oci8/oci8_interface.c text *sqltext = NULL; NULL 1637 oci8/oci8_interface.c statement = (php_oci_statement *) zend_fetch_resource(&arg TSRMLS_CC, -1, NULL, NULL, 1, le_statement); NULL 1649 oci8/oci8_interface.c connection = (php_oci_connection *) zend_fetch_resource(&arg TSRMLS_CC, -1, NULL, NULL, 1, le_connection); NULL 1656 oci8/oci8_interface.c connection = (php_oci_connection *) zend_fetch_resource(&arg TSRMLS_CC, -1, NULL, NULL, 1, le_pconnection); NULL 1673 oci8/oci8_interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Oci_error: unable to find error handle"); NULL 1794 oci8/oci8_interface.c OCI_G(edition) = NULL; NULL 1805 oci8/oci8_interface.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Unsupported attribute type"); NULL 1836 oci8/oci8_interface.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Unsupported attribute type"); NULL 1867 oci8/oci8_interface.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Unsupported attribute type"); NULL 1898 oci8/oci8_interface.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Unsupported attribute type"); NULL 1916 oci8/oci8_interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "is disabled in Safe Mode"); NULL 1925 oci8/oci8_interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "username cannot be empty"); NULL 1929 oci8/oci8_interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "old password cannot be empty"); NULL 1933 oci8/oci8_interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "new password cannot be empty"); NULL 1944 oci8/oci8_interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "username cannot be empty"); NULL 1948 oci8/oci8_interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "old password cannot be empty"); NULL 1952 oci8/oci8_interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "new password cannot be empty"); NULL 1956 oci8/oci8_interface.c connection = php_oci_do_connect_ex(user, user_len, pass_old, pass_old_len, pass_new, pass_new_len, dbname, dbname_len, NULL, OCI_DEFAULT, 0, 0 TSRMLS_CC); NULL 1980 oci8/oci8_interface.c statement = php_oci_statement_create(connection, NULL, 0 TSRMLS_CC); NULL 2009 oci8/oci8_interface.c char *version = NULL; NULL 2022 oci8/oci8_interface.c char *version = NULL; NULL 2128 oci8/oci8_interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find collection property"); NULL 2160 oci8/oci8_interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find collection property"); NULL 2194 oci8/oci8_interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find collection property"); NULL 2229 oci8/oci8_interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find collection property. The first argument should be valid collection object"); NULL 2234 oci8/oci8_interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find collection property. The second argument should be valid collection object"); NULL 2270 oci8/oci8_interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find collection property"); NULL 2298 oci8/oci8_interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find collection property"); NULL 2326 oci8/oci8_interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find collection property"); NULL 2359 oci8/oci8_interface.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find collection property"); NULL 2379 oci8/oci8_interface.c char *tdo, *schema = NULL; NULL 65 oci8/oci8_lob.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown descriptor type %ld", type); NULL 66 oci8/oci8_lob.c return NULL; NULL 81 oci8/oci8_lob.c return NULL; NULL 97 oci8/oci8_lob.c zend_hash_init(connection->descriptors, 0, NULL, php_oci_descriptor_flush_hash_dtor, 0); NULL 103 oci8/oci8_lob.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Internal descriptor counter has reached limit"); NULL 105 oci8/oci8_lob.c return NULL; NULL 108 oci8/oci8_lob.c zend_hash_index_update(connection->descriptors,descriptor->index,&descriptor,sizeof(php_oci_descriptor *),NULL); NULL 174 oci8/oci8_lob.c *(ctx->lob_data) = NULL; NULL 187 oci8/oci8_lob.c *(ctx->lob_data) = NULL; NULL 197 oci8/oci8_lob.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unexpected LOB piece id received (value:%d)", piece); NULL 198 oci8/oci8_lob.c *(ctx->lob_data) = NULL; NULL 255 oci8/oci8_lob.c *data = NULL; NULL 270 oci8/oci8_lob.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Offset must be less than size of the LOB"); NULL 399 oci8/oci8_lob.c *data = NULL; NULL 415 oci8/oci8_lob.c *data = NULL; NULL 645 oci8/oci8_lob.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid flag value: %ld", flush_flag); NULL 731 oci8/oci8_lob.c if ((PG(safe_mode) && (!php_checkuid(filename, NULL, CHECKUID_CHECK_FILE_AND_DIR))) || php_check_open_basedir(filename TSRMLS_CC)) { NULL 737 oci8/oci8_lob.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Can't open file %s", filename); NULL 821 oci8/oci8_lob.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Size must be greater than or equal to 0"); NULL 826 oci8/oci8_lob.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Size must be less than or equal to the current LOB size"); NULL 908 oci8/oci8_lob.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid temporary lob type: %ld", type); NULL 54 oci8/oci8_statement.c PHP_OCI_CALL(OCIHandleAlloc, (connection->env, (dvoid **)&(statement->stmt), OCI_HTYPE_STMT, 0, NULL)); NULL 57 oci8/oci8_statement.c PHP_OCI_CALL(OCIHandleAlloc, (connection->env, (dvoid **)&(statement->err), OCI_HTYPE_ERROR, 0, NULL)); NULL 67 oci8/oci8_statement.c NULL, NULL 76 oci8/oci8_statement.c PHP_OCI_CALL(OCIStmtRelease, (statement->stmt, statement->err, NULL, 0, statement->errcode ? OCI_STRLS_CACHE_DELETE : OCI_DEFAULT)); NULL 81 oci8/oci8_statement.c return NULL; NULL 90 oci8/oci8_statement.c statement->last_query = NULL; NULL 119 oci8/oci8_statement.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Number of rows to be prefetched has to be greater than or equal to 0"); NULL 158 oci8/oci8_statement.c outcol->nested_statement = NULL; NULL 188 oci8/oci8_statement.c if (statement->last_query == NULL) { NULL 193 oci8/oci8_statement.c statement->columns = NULL; NULL 211 oci8/oci8_statement.c column = php_oci_statement_get_column(statement, i + 1, NULL, 0 TSRMLS_CC); NULL 236 oci8/oci8_statement.c column = php_oci_statement_get_column(statement, i + 1, NULL, 0 TSRMLS_CC); NULL 266 oci8/oci8_statement.c column = php_oci_statement_get_column(statement, i + 1, NULL, 0 TSRMLS_CC); NULL 279 oci8/oci8_statement.c column = php_oci_statement_get_column(statement, i + 1, NULL, 0 TSRMLS_CC); NULL 280 oci8/oci8_statement.c if (column == NULL) { NULL 308 oci8/oci8_statement.c php_oci_out_column *column = NULL; NULL 311 oci8/oci8_statement.c if (statement->columns == NULL) { /* we release the columns at the end of a fetch */ NULL 312 oci8/oci8_statement.c return NULL; NULL 317 oci8/oci8_statement.c column = php_oci_statement_get_column(statement, i + 1, NULL, 0 TSRMLS_CC); NULL 318 oci8/oci8_statement.c if (column == NULL) { NULL 326 oci8/oci8_statement.c return NULL; NULL 331 oci8/oci8_statement.c return NULL; NULL 343 oci8/oci8_statement.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid context pointer value"); NULL 351 oci8/oci8_statement.c nested_stmt = php_oci_statement_create(outcol->statement->connection, NULL, 0 TSRMLS_CC); NULL 410 oci8/oci8_statement.c OCIParam *param = NULL; NULL 426 oci8/oci8_statement.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid execute mode given: %d", mode); NULL 461 oci8/oci8_statement.c PHP_OCI_CALL_RETURN(statement->errcode, OCIStmtExecute, (statement->connection->svc, statement->stmt, statement->err, iters, 0, NULL, NULL, mode)); NULL 485 oci8/oci8_statement.c zend_hash_init(statement->columns, 13, NULL, php_oci_column_hash_dtor, 0); NULL 689 oci8/oci8_statement.c (dvoid *)NULL, /* IN/OUT pointer to a buffer */ NULL 693 oci8/oci8_statement.c (ub2 *)NULL, /* IN/OUT Pointer to array of length of data fetched */ NULL 694 oci8/oci8_statement.c (ub2 *)NULL, /* OUT Pointer to array of column-level return codes */ NULL 766 oci8/oci8_statement.c PHP_OCI_CALL(OCIStmtRelease, (statement->stmt, statement->err, NULL, 0, statement->errcode ? OCI_STRLS_CACHE_DELETE : OCI_DEFAULT)); NULL 830 oci8/oci8_statement.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid variable used for bind"); NULL 838 oci8/oci8_statement.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid variable used for bind"); NULL 849 oci8/oci8_statement.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid variable used for bind"); NULL 856 oci8/oci8_statement.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid variable used for bind"); NULL 987 oci8/oci8_statement.c php_oci_collection *bind_collection = NULL; NULL 988 oci8/oci8_statement.c php_oci_descriptor *bind_descriptor = NULL; NULL 989 oci8/oci8_statement.c php_oci_statement *bind_statement = NULL; NULL 990 oci8/oci8_statement.c dvoid *oci_desc = NULL; NULL 992 oci8/oci8_statement.c OCIStmt *oci_stmt = NULL; NULL 993 oci8/oci8_statement.c dvoid *bind_data = NULL; NULL 1004 oci8/oci8_statement.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find collection property"); NULL 1026 oci8/oci8_statement.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find descriptor property"); NULL 1045 oci8/oci8_statement.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid variable used for bind"); NULL 1060 oci8/oci8_statement.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid variable used for bind"); NULL 1075 oci8/oci8_statement.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid variable used for bind"); NULL 1089 oci8/oci8_statement.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown or unsupported datatype given: %d", (int)type); NULL 1100 oci8/oci8_statement.c zend_hash_init(statement->binds, 13, NULL, php_oci_bind_hash_dtor, 0); NULL 1206 oci8/oci8_statement.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid phpbind pointer value"); NULL 1259 oci8/oci8_statement.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid phpbind pointer value"); NULL 1265 oci8/oci8_statement.c if (phpbind->statement != NULL) { NULL 1286 oci8/oci8_statement.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find object outbind descriptor property"); NULL 1327 oci8/oci8_statement.c return NULL; NULL 1330 oci8/oci8_statement.c statement = (php_oci_statement *) zend_fetch_resource(&z_statement TSRMLS_CC, -1, "oci8 statement", NULL, 1, le_statement); NULL 1333 oci8/oci8_statement.c return NULL; NULL 1337 oci8/oci8_statement.c return NULL; NULL 1343 oci8/oci8_statement.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid column name \"%s\"", Z_STRVAL_P(column_index)); NULL 1344 oci8/oci8_statement.c return NULL; NULL 1352 oci8/oci8_statement.c column = php_oci_statement_get_column(statement, Z_LVAL(tmp), NULL, 0 TSRMLS_CC); NULL 1354 oci8/oci8_statement.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid column index \"%ld\"", Z_LVAL(tmp)); NULL 1356 oci8/oci8_statement.c return NULL; NULL 1414 oci8/oci8_statement.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid max length value (%ld)", maxlength); NULL 1436 oci8/oci8_statement.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "You must provide max length value for empty arrays"); NULL 1445 oci8/oci8_statement.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown or unsupported datatype given: %ld", type); NULL 1450 oci8/oci8_statement.c if (bind == NULL) { NULL 1457 oci8/oci8_statement.c zend_hash_init(statement->binds, 13, NULL, php_oci_bind_hash_dtor, 0); NULL 1462 oci8/oci8_statement.c bindp->descriptor = NULL; NULL 1463 oci8/oci8_statement.c bindp->statement = NULL; NULL 1465 oci8/oci8_statement.c bindp->bind = NULL; NULL 1591 oci8/oci8_statement.c bind->array.indicators = NULL; NULL 1629 oci8/oci8_statement.c bind->array.indicators = NULL; NULL 1667 oci8/oci8_statement.c bind->array.indicators = NULL; NULL 1678 oci8/oci8_statement.c PHP_OCI_CALL_RETURN(connection->errcode, OCIDateFromText, (connection->err, (CONST text *)Z_STRVAL_PP(entry), Z_STRLEN_PP(entry), NULL, 0, NULL, 0, &oci_date)); NULL 1687 oci8/oci8_statement.c return NULL; NULL 1693 oci8/oci8_statement.c PHP_OCI_CALL_RETURN(connection->errcode, OCIDateFromText, (connection->err, (CONST text *)"01-JAN-00", sizeof("01-JAN-00")-1, NULL, 0, NULL, 0, &oci_date)); NULL 1702 oci8/oci8_statement.c return NULL; NULL 65 oci8/php_oci8.h # define oci8_module_ptr NULL NULL 329 oci8/php_oci8_int.h resource->id = ZEND_REGISTER_RESOURCE(NULL, resource, le_resource); \ NULL 346 oci8/php_oci8_int.h var = (type) zend_fetch_resource(&zval TSRMLS_CC, -1, name, NULL, 1, resource_type); \ NULL 511 oci8/php_oci8_int.h # define oci8_module_ptr NULL NULL 139 odbc/birdstep.c {NULL, NULL, NULL} NULL 149 odbc/birdstep.c NULL, NULL 162 odbc/birdstep.c #define PHP_GET_BIRDSTEP_RES_IDX(id) if (!(res = birdstep_find_result(list, id))) { php_error_docref(NULL TSRMLS_CC, E_WARNING, "Birdstep: Not result index (%ld)", id); RETURN_FALSE; } NULL 163 odbc/birdstep.c #define PHP_BIRDSTEP_CHK_LNK(id) if (!(conn = birdstep_find_conn(list, id))) { php_error_docref(NULL TSRMLS_CC, E_WARNING, "Birdstep: Not connection index (%ld)", id); RETURN_FALSE; } NULL 200 odbc/birdstep.c php_birdstep_module.le_link = zend_register_list_destructors_ex(_close_birdstep_link, NULL, "birdstep link", module_number); NULL 201 odbc/birdstep.c php_birdstep_module.le_result = zend_register_list_destructors_ex(_free_birdstep_result, NULL, "birdstep result", module_number); NULL 245 odbc/birdstep.c return(NULL); NULL 273 odbc/birdstep.c return(NULL); NULL 301 odbc/birdstep.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Birdstep: Too many open connections (%d)",php_birdstep_module.num_links); NULL 307 odbc/birdstep.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Birdstep: Could not allocate connection handle"); NULL 312 odbc/birdstep.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Birdstep: Could not connect to server \"%s\" for %s", serv, user); NULL 366 odbc/birdstep.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Birdstep: SQLAllocStmt return %d",stat); NULL 372 odbc/birdstep.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Birdstep: Cannot execute \"%s\" query",query); NULL 380 odbc/birdstep.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Birdstep: SQLNumResultCols return %d",stat); NULL 388 odbc/birdstep.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Birdstep: SQLNumResultCols return %d",stat); NULL 402 odbc/birdstep.c &colnamelen,NULL); NULL 404 odbc/birdstep.c NULL,0,NULL,&res->values[i].valtype); NULL 408 odbc/birdstep.c res->values[i].value = NULL; NULL 414 odbc/birdstep.c NULL,0,NULL,&coldesc); NULL 448 odbc/birdstep.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Birdstep: SQLFetch return error"); NULL 470 odbc/birdstep.c char *field = NULL; NULL 492 odbc/birdstep.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Field %s not found",field); NULL 497 odbc/birdstep.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Birdstep: Field index not in range"); NULL 509 odbc/birdstep.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Birdstep: SQLFetch return error"); NULL 534 odbc/birdstep.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Birdstep: SQLGetData return error"); NULL 545 odbc/birdstep.c if ( res->values[indx].value != NULL ) { NULL 587 odbc/birdstep.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Birdstep: Set autocommit_on option failure"); NULL 610 odbc/birdstep.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Birdstep: Set autocommit_off option failure"); NULL 631 odbc/birdstep.c stat = SQLTransact(NULL,conn->hdbc,SQL_COMMIT); NULL 633 odbc/birdstep.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Birdstep: Commit failure"); NULL 654 odbc/birdstep.c stat = SQLTransact(NULL,conn->hdbc,SQL_ROLLBACK); NULL 656 odbc/birdstep.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Birdstep: Rollback failure"); NULL 679 odbc/birdstep.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Birdstep: Field index not in range"); NULL 82 odbc/php_birdstep.h #define birdstep_module_ptr NULL NULL 407 odbc/php_odbc.c NULL, NULL 408 odbc/php_odbc.c NULL, NULL 432 odbc/php_odbc.c res->values = NULL; NULL 460 odbc/php_odbc.c SQLTransact( NULL, handle, SQL_ROLLBACK ); NULL 537 odbc/php_odbc.c value = NULL; NULL 562 odbc/php_odbc.c value = NULL; NULL 593 odbc/php_odbc.c value = NULL; NULL 624 odbc/php_odbc.c value = NULL; NULL 650 odbc/php_odbc.c value = NULL; NULL 690 odbc/php_odbc.c STD_PHP_INI_ENTRY("odbc.default_db", NULL, PHP_INI_ALL, OnUpdateString, NULL 692 odbc/php_odbc.c STD_PHP_INI_ENTRY("odbc.default_user", NULL, PHP_INI_ALL, OnUpdateString, NULL 694 odbc/php_odbc.c STD_PHP_INI_ENTRY_EX("odbc.default_pw", NULL, PHP_INI_ALL, OnUpdateString, NULL 721 odbc/php_odbc.c le_result = zend_register_list_destructors_ex(_free_odbc_result, NULL, "odbc result", module_number); NULL 722 odbc/php_odbc.c le_conn = zend_register_list_destructors_ex(_close_odbc_conn, NULL, "odbc link", module_number); NULL 723 odbc/php_odbc.c le_pconn = zend_register_list_destructors_ex(NULL, _close_odbc_pconn, "odbc link persistent", module_number); NULL 901 odbc/php_odbc.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "SQL error: %s, SQL state %s in %s", errormsg, state, func); NULL 903 odbc/php_odbc.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "SQL error: %s, SQL state %s", errormsg, state); NULL 958 odbc/php_odbc.c NULL, 0, NULL, &result->values[i].coltype); NULL 969 odbc/php_odbc.c result->values[i].value = NULL; NULL 981 odbc/php_odbc.c NULL, 0, NULL, &displaysize); NULL 1057 odbc/php_odbc.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "No tuples available at this result index"); NULL 1062 odbc/php_odbc.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Field index larger than number of fields"); NULL 1067 odbc/php_odbc.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Field numbering starts at 1"); NULL 1071 odbc/php_odbc.c SQLColAttributes(result->stmt, (SQLUSMALLINT)pv_num, (SQLUSMALLINT) (type?SQL_COLUMN_SCALE:SQL_COLUMN_PRECISION), NULL, 0, NULL, &len); NULL 1144 odbc/php_odbc.c odbc_result *result = NULL; NULL 1164 odbc/php_odbc.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "SQLAllocStmt error 'Invalid Handle'"); NULL 1177 odbc/php_odbc.c rc = SQLGetInfo(conn->hdbc, SQL_FETCH_DIRECTION, (void *) &scrollopts, sizeof(scrollopts), NULL); NULL 1211 odbc/php_odbc.c result->values = NULL; NULL 1233 odbc/php_odbc.c params_t *params = NULL; NULL 1253 odbc/php_odbc.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "No parameters to SQL statement given"); NULL 1259 odbc/php_odbc.c php_error_docref(NULL TSRMLS_CC, E_WARNING,"Not enough parameters (%d should be %d) given", ne, result->numparams); NULL 1271 odbc/php_odbc.c php_error_docref(NULL TSRMLS_CC, E_WARNING,"Error getting parameter"); NULL 1285 odbc/php_odbc.c php_error_docref(NULL TSRMLS_CC, E_WARNING,"Error converting parameter"); NULL 1341 odbc/php_odbc.c php_error_docref(NULL TSRMLS_CC, E_WARNING,"Can't open file %s", filename); NULL 1446 odbc/php_odbc.c result->values = NULL; NULL 1495 odbc/php_odbc.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "SQL error: %s, SQL state %s", errormsg, state); NULL 1527 odbc/php_odbc.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid fetch type (%d)", fetch_type); NULL 1572 odbc/php_odbc.c odbc_result *result = NULL; NULL 1591 odbc/php_odbc.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "SQLAllocStmt error 'Invalid Handle'"); NULL 1605 odbc/php_odbc.c rc = SQLGetInfo(conn->hdbc, SQL_FETCH_DIRECTION, (void *) &scrollopts, sizeof(scrollopts), NULL); NULL 1638 odbc/php_odbc.c result->values = NULL; NULL 1658 odbc/php_odbc.c char *buf = NULL; NULL 1682 odbc/php_odbc.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "No tuples available at this result index"); NULL 1732 odbc/php_odbc.c if (buf == NULL) { NULL 1766 odbc/php_odbc.c zend_hash_index_update(Z_ARRVAL_P(return_value), i, &tmp, sizeof(zval *), NULL); NULL 1769 odbc/php_odbc.c zend_hash_update(Z_ARRVAL_P(return_value), Z_STRVAL_P(tmp), Z_STRLEN_P(tmp)+1, &tmp, sizeof(zval *), NULL); NULL 1771 odbc/php_odbc.c zend_hash_update(Z_ARRVAL_P(return_value), result->values[i].name, strlen(result->values[i].name)+1, &tmp, sizeof(zval *), NULL); NULL 1810 odbc/php_odbc.c char *buf = NULL; NULL 1834 odbc/php_odbc.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "No tuples available at this result index"); NULL 1885 odbc/php_odbc.c if (buf == NULL) { NULL 1915 odbc/php_odbc.c zend_hash_index_update(Z_ARRVAL_PP(pv_res_arr), i, &tmp, sizeof(zval *), NULL); NULL 1937 odbc/php_odbc.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "No tuples available at this result index"); NULL 1978 odbc/php_odbc.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "No tuples available at this result index"); NULL 2025 odbc/php_odbc.c field = NULL; NULL 2041 odbc/php_odbc.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "No tuples available at this result index"); NULL 2046 odbc/php_odbc.c if (field != NULL) { NULL 2047 odbc/php_odbc.c if (result->values == NULL) { NULL 2048 odbc/php_odbc.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Result set contains no data"); NULL 2060 odbc/php_odbc.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Field %s not found", field); NULL 2066 odbc/php_odbc.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Field index is larger than the number of fields"); NULL 2108 odbc/php_odbc.c NULL, 0, NULL, &fieldsize); NULL 2189 odbc/php_odbc.c char *buf = NULL; NULL 2193 odbc/php_odbc.c char *pv_format = NULL; NULL 2208 odbc/php_odbc.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "No tuples available at this result index"); NULL 2257 odbc/php_odbc.c if (buf == NULL) { NULL 2325 odbc/php_odbc.c result->values = NULL; NULL 2373 odbc/php_odbc.c uid = NULL; NULL 2376 odbc/php_odbc.c pwd = NULL; NULL 2398 odbc/php_odbc.c rc = SQLDriverConnect((*conn)->hdbc, NULL, lpszConnStr, SQL_NTS, lpszConnStr, CONNSTRSIZE, &cbszConnStr, SQL_DRIVER_NOPROMPT); NULL 2408 odbc/php_odbc.c rc = SQLDriverConnect((*conn)->hdbc, NULL, db, SQL_NTS, dsnbuf, sizeof(dsnbuf) - 1, &dsnbuflen, SQL_DRIVER_NOPROMPT); NULL 2444 odbc/php_odbc.c rc = SQLDriverConnect((*conn)->hdbc, NULL, ldb, strlen(ldb), dsnbuf, sizeof(dsnbuf) - 1, &dsnbuflen, SQL_DRIVER_NOPROMPT); NULL 2507 odbc/php_odbc.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid Cursor type (%d)", cur_opt); NULL 2535 odbc/php_odbc.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Too many open links (%ld)", ODBCG(num_links)); NULL 2540 odbc/php_odbc.c php_error_docref(NULL TSRMLS_CC, E_WARNING,"Too many open persistent links (%ld)", ODBCG(num_persistent)); NULL 2553 odbc/php_odbc.c sizeof(zend_rsrc_list_entry), NULL) == FAILURE) { NULL 2620 odbc/php_odbc.c php_error_docref(NULL TSRMLS_CC, E_WARNING,"Too many open connections (%ld)",ODBCG(num_links)); NULL 2634 odbc/php_odbc.c sizeof(zend_rsrc_list_entry), NULL) == FAILURE) { NULL 2726 odbc/php_odbc.c result->values = NULL; NULL 2742 odbc/php_odbc.c result->values = NULL; NULL 2785 odbc/php_odbc.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "No tuples available at this result index"); NULL 2790 odbc/php_odbc.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Field index larger than number of fields"); NULL 2795 odbc/php_odbc.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Field numbering starts at 1"); NULL 2820 odbc/php_odbc.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "No tuples available at this result index"); NULL 2825 odbc/php_odbc.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Field index larger than number of fields"); NULL 2830 odbc/php_odbc.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Field numbering starts at 1"); NULL 2834 odbc/php_odbc.c SQLColAttributes(result->stmt, (SQLUSMALLINT)pv_num, SQL_COLUMN_TYPE_NAME, tmp, 31, &tmplen, NULL); NULL 2871 odbc/php_odbc.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "No tuples available at this result index"); NULL 3020 odbc/php_odbc.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to set option for persistent connection"); NULL 3040 odbc/php_odbc.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown option type"); NULL 3058 odbc/php_odbc.c odbc_result *result = NULL; NULL 3060 odbc/php_odbc.c char *cat = NULL, *schema = NULL, *table = NULL, *type = NULL; NULL 3076 odbc/php_odbc.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "SQLAllocStmt error 'Invalid Handle'"); NULL 3088 odbc/php_odbc.c schema = NULL; NULL 3112 odbc/php_odbc.c result->values = NULL; NULL 3125 odbc/php_odbc.c odbc_result *result = NULL; NULL 3127 odbc/php_odbc.c char *cat = NULL, *schema = NULL, *table = NULL, *column = NULL; NULL 3143 odbc/php_odbc.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "SQLAllocStmt error 'Invalid Handle'"); NULL 3157 odbc/php_odbc.c schema = NULL; NULL 3181 odbc/php_odbc.c result->values = NULL; NULL 3195 odbc/php_odbc.c odbc_result *result = NULL; NULL 3197 odbc/php_odbc.c char *cat = NULL, *schema, *table, *column; NULL 3213 odbc/php_odbc.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "SQLAllocStmt error 'Invalid Handle'"); NULL 3244 odbc/php_odbc.c result->values = NULL; NULL 3259 odbc/php_odbc.c odbc_result *result = NULL; NULL 3261 odbc/php_odbc.c char *pcat = NULL, *pschema, *ptable, *fcat, *fschema, *ftable; NULL 3272 odbc/php_odbc.c if ((int)strlen((xstr)) == 0) (xstr) = NULL NULL 3289 odbc/php_odbc.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "SQLAllocStmt error 'Invalid Handle'"); NULL 3322 odbc/php_odbc.c result->values = NULL; NULL 3337 odbc/php_odbc.c odbc_result *result = NULL; NULL 3355 odbc/php_odbc.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "SQLAllocStmt error 'Invalid Handle'"); NULL 3382 odbc/php_odbc.c result->values = NULL; NULL 3395 odbc/php_odbc.c odbc_result *result = NULL; NULL 3397 odbc/php_odbc.c char *cat = NULL, *schema = NULL, *table = NULL; NULL 3412 odbc/php_odbc.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "SQLAllocStmt error 'Invalid Handle'"); NULL 3442 odbc/php_odbc.c result->values = NULL; NULL 3456 odbc/php_odbc.c odbc_result *result = NULL; NULL 3458 odbc/php_odbc.c char *cat = NULL, *schema = NULL, *proc = NULL, *col = NULL; NULL 3478 odbc/php_odbc.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "SQLAllocStmt error 'Invalid Handle'"); NULL 3509 odbc/php_odbc.c result->values = NULL; NULL 3524 odbc/php_odbc.c odbc_result *result = NULL; NULL 3526 odbc/php_odbc.c char *cat = NULL, *schema = NULL, *proc = NULL; NULL 3545 odbc/php_odbc.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "SQLAllocStmt error 'Invalid Handle'"); NULL 3575 odbc/php_odbc.c result->values = NULL; NULL 3590 odbc/php_odbc.c odbc_result *result = NULL; NULL 3592 odbc/php_odbc.c char *cat = NULL, *schema = NULL, *name = NULL; NULL 3613 odbc/php_odbc.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "SQLAllocStmt error 'Invalid Handle'"); NULL 3646 odbc/php_odbc.c result->values = NULL; NULL 3660 odbc/php_odbc.c odbc_result *result = NULL; NULL 3662 odbc/php_odbc.c char *cat = NULL, *schema, *name; NULL 3682 odbc/php_odbc.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "SQLAllocStmt error 'Invalid Handle'"); NULL 3714 odbc/php_odbc.c result->values = NULL; NULL 3728 odbc/php_odbc.c odbc_result *result = NULL; NULL 3730 odbc/php_odbc.c char *cat = NULL, *schema = NULL, *table = NULL; NULL 3745 odbc/php_odbc.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "SQLAllocStmt error 'Invalid Handle'"); NULL 3775 odbc/php_odbc.c result->values = NULL; NULL 104 odbc/php_odbc.h #define odbc_module_ptr NULL NULL 467 openssl/openssl.c NULL, NULL 468 openssl/openssl.c NULL, NULL 495 openssl/openssl.c assert(pkey != NULL); NULL 569 openssl/openssl.c ASN1_STRING * str = NULL; NULL 572 openssl/openssl.c if (key != NULL) { NULL 632 openssl/openssl.c if (key != NULL) { NULL 633 openssl/openssl.c zend_hash_update(HASH_OF(val), key, strlen(key) + 1, (void *)&subitem, sizeof(subitem), NULL); NULL 660 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "extension author too lazy to parse %s correctly", timestr->data); NULL 724 openssl/openssl.c if (!X509V3_EXT_add_conf(config, &ctx, (char *)section, NULL)) { NULL 725 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error loading %s section %s of %s", NULL 742 openssl/openssl.c str = CONF_get_string(req->req_config, NULL, "oid_section"); NULL 743 openssl/openssl.c if (str == NULL) { NULL 747 openssl/openssl.c if (sktmp == NULL) { NULL 748 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "problem loading oid section %s", str); NULL 754 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "problem creating object %s=%s", cnf->name, cnf->value); NULL 791 openssl/openssl.c req->global_config = CONF_load(NULL, default_ssl_conf_filename, NULL); NULL 792 openssl/openssl.c req->req_config = CONF_load(NULL, req->config_filename, NULL); NULL 794 openssl/openssl.c if (req->req_config == NULL) { NULL 799 openssl/openssl.c str = CONF_get_string(req->req_config, NULL, "oid_file"); NULL 825 openssl/openssl.c if (str == NULL) { NULL 838 openssl/openssl.c if (cipher == NULL) { NULL 839 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown cipher algorithm for private key."); NULL 845 openssl/openssl.c req->priv_key_encrypt_cipher = NULL; NULL 851 openssl/openssl.c if (req->digest_name == NULL) { NULL 857 openssl/openssl.c if (req->md_alg == NULL) { NULL 866 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid global string mask setting %s", str); NULL 880 openssl/openssl.c req->priv_key = NULL; NULL 884 openssl/openssl.c req->global_config = NULL; NULL 888 openssl/openssl.c req->req_config = NULL; NULL 900 openssl/openssl.c if (file == NULL) { NULL 908 openssl/openssl.c if (file == NULL || !RAND_load_file(file, -1)) { NULL 910 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "unable to load random state; not enough random data!"); NULL 931 openssl/openssl.c if (file == NULL) { NULL 934 openssl/openssl.c if (file == NULL || !RAND_write_file(file)) { NULL 935 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "unable to write random state"); NULL 981 openssl/openssl.c return NULL; NULL 1025 openssl/openssl.c return NULL; NULL 1037 openssl/openssl.c le_key = zend_register_list_destructors_ex(php_pkey_free, NULL, "OpenSSL key", module_number); NULL 1038 openssl/openssl.c le_x509 = zend_register_list_destructors_ex(php_x509_free, NULL, "OpenSSL X.509", module_number); NULL 1039 openssl/openssl.c le_csr = zend_register_list_destructors_ex(php_csr_free, NULL, "OpenSSL X.509 CSR", module_number); NULL 1050 openssl/openssl.c ssl_stream_data_index = SSL_get_ex_new_index(0, "PHP stream index", NULL, NULL, NULL); NULL 1134 openssl/openssl.c if (config_filename == NULL) { NULL 1139 openssl/openssl.c if (config_filename == NULL) { NULL 1212 openssl/openssl.c X509 *cert = NULL; NULL 1224 openssl/openssl.c return NULL; NULL 1235 openssl/openssl.c return NULL; NULL 1239 openssl/openssl.c return NULL; NULL 1250 openssl/openssl.c return NULL; NULL 1254 openssl/openssl.c if (in == NULL) { NULL 1255 openssl/openssl.c return NULL; NULL 1257 openssl/openssl.c cert = PEM_read_bio_X509(in, NULL, NULL, NULL); NULL 1263 openssl/openssl.c if (in == NULL) { NULL 1264 openssl/openssl.c return NULL; NULL 1267 openssl/openssl.c cert = (X509 *) PEM_ASN1_read_bio((d2i_of_void *)d2i_X509, PEM_STRING_X509, in, NULL, NULL, NULL); NULL 1269 openssl/openssl.c cert = (X509 *) PEM_ASN1_read_bio((char *(*)())d2i_X509, PEM_STRING_X509, in, NULL, NULL, NULL); NULL 1300 openssl/openssl.c if (cert == NULL) { NULL 1301 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "cannot get cert from parameter 1"); NULL 1318 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "error opening file %s", filename); NULL 1343 openssl/openssl.c if (cert == NULL) { NULL 1344 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "cannot get cert from parameter 1"); NULL 1374 openssl/openssl.c X509 * cert = NULL; NULL 1375 openssl/openssl.c EVP_PKEY * key = NULL; NULL 1384 openssl/openssl.c if (cert == NULL) { NULL 1406 openssl/openssl.c X509 * cert = NULL; NULL 1422 openssl/openssl.c if (cert == NULL) { NULL 1443 openssl/openssl.c add_assoc_string(return_value, "serialNumber", i2s_ASN1_INTEGER(NULL, X509_get_serialNumber(cert)), 1); NULL 1451 openssl/openssl.c tmpstr = (char *)X509_alias_get0(cert, NULL); NULL 1524 openssl/openssl.c STACK_OF(X509_INFO) *sk=NULL; NULL 1525 openssl/openssl.c STACK_OF(X509) *stack=NULL, *ret=NULL; NULL 1526 openssl/openssl.c BIO *in=NULL; NULL 1531 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "memory allocation failure"); NULL 1541 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "error opening the file, %s", certfile); NULL 1547 openssl/openssl.c if(!(sk=PEM_X509_INFO_read_bio(in, NULL, NULL, NULL))) { NULL 1548 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "error reading the file, %s", certfile); NULL 1556 openssl/openssl.c if (xi->x509 != NULL) { NULL 1558 openssl/openssl.c xi->x509=NULL; NULL 1563 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "no certificates in file, %s", certfile); NULL 1584 openssl/openssl.c if (csc == NULL) { NULL 1585 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "memory allocation failure"); NULL 1603 openssl/openssl.c zval ** zcert, * zcainfo = NULL; NULL 1604 openssl/openssl.c X509_STORE * cainfo = NULL; NULL 1605 openssl/openssl.c X509 * cert = NULL; NULL 1607 openssl/openssl.c STACK_OF(X509) * untrustedchain = NULL; NULL 1609 openssl/openssl.c char * untrusted = NULL; NULL 1620 openssl/openssl.c if (untrustedchain == NULL) { NULL 1626 openssl/openssl.c if (cainfo == NULL) { NULL 1630 openssl/openssl.c if (cert == NULL) { NULL 1667 openssl/openssl.c if (store == NULL) { NULL 1668 openssl/openssl.c return NULL; NULL 1683 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "unable to stat %s", Z_STRVAL_PP(item)); NULL 1689 openssl/openssl.c if (file_lookup == NULL || !X509_LOOKUP_load_file(file_lookup, Z_STRVAL_PP(item), X509_FILETYPE_PEM)) { NULL 1690 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "error loading file %s", Z_STRVAL_PP(item)); NULL 1694 openssl/openssl.c file_lookup = NULL; NULL 1697 openssl/openssl.c if (dir_lookup == NULL || !X509_LOOKUP_add_dir(dir_lookup, Z_STRVAL_PP(item), X509_FILETYPE_PEM)) { NULL 1698 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "error loading directory %s", Z_STRVAL_PP(item)); NULL 1702 openssl/openssl.c dir_lookup = NULL; NULL 1709 openssl/openssl.c X509_LOOKUP_load_file(file_lookup, NULL, X509_FILETYPE_DEFAULT); NULL 1715 openssl/openssl.c X509_LOOKUP_add_dir(dir_lookup, NULL, X509_FILETYPE_DEFAULT); NULL 1735 openssl/openssl.c if (x509 == NULL) { NULL 1736 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "supplied parameter cannot be coerced into an X509 certificate!"); NULL 1775 openssl/openssl.c STACK_OF(X509) * sk = NULL; NULL 1787 openssl/openssl.c if (cert == NULL) { NULL 1794 openssl/openssl.c if (cert == NULL) { NULL 1807 openssl/openssl.c if (cert == NULL) { NULL 1813 openssl/openssl.c if (cert == NULL) { NULL 1829 openssl/openssl.c X509 * cert = NULL; NULL 1830 openssl/openssl.c BIO * bio_out = NULL; NULL 1831 openssl/openssl.c PKCS12 * p12 = NULL; NULL 1833 openssl/openssl.c char * friendly_name = NULL; NULL 1837 openssl/openssl.c zval **zcert = NULL, *zpkey = NULL, *args = NULL; NULL 1838 openssl/openssl.c EVP_PKEY *priv_key = NULL; NULL 1841 openssl/openssl.c STACK_OF(X509) *ca = NULL; NULL 1849 openssl/openssl.c if (cert == NULL) { NULL 1850 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "cannot get cert from parameter 1"); NULL 1854 openssl/openssl.c if (priv_key == NULL) { NULL 1855 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "cannot get private key from parameter 3"); NULL 1859 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "private key does not correspond to cert"); NULL 1890 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "error opening file %s", filename); NULL 1912 openssl/openssl.c X509 * cert = NULL; NULL 1914 openssl/openssl.c PKCS12 * p12 = NULL; NULL 1915 openssl/openssl.c zval * zcert = NULL, *zout = NULL, *zpkey, *args = NULL; NULL 1916 openssl/openssl.c EVP_PKEY *priv_key = NULL; NULL 1920 openssl/openssl.c char * friendly_name = NULL; NULL 1922 openssl/openssl.c STACK_OF(X509) *ca = NULL; NULL 1930 openssl/openssl.c if (cert == NULL) { NULL 1931 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "cannot get cert from parameter 1"); NULL 1935 openssl/openssl.c if (priv_key == NULL) { NULL 1936 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "cannot get private key from parameter 3"); NULL 1940 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "private key does not correspond to cert"); NULL 1984 openssl/openssl.c zval *zout = NULL, *zextracerts, *zcert, *zpkey; NULL 1987 openssl/openssl.c PKCS12 * p12 = NULL; NULL 1988 openssl/openssl.c EVP_PKEY * pkey = NULL; NULL 1989 openssl/openssl.c X509 * cert = NULL; NULL 1990 openssl/openssl.c STACK_OF(X509) * ca = NULL; NULL 1991 openssl/openssl.c BIO * bio_in = NULL; NULL 2022 openssl/openssl.c if (PEM_write_bio_PrivateKey(bio_out, pkey, NULL, NULL, 0, 0, NULL)) { NULL 2083 openssl/openssl.c STACK_OF(CONF_VALUE) * dn_sk, *attr_sk = NULL; NULL 2087 openssl/openssl.c if (dn_sect == NULL) { NULL 2091 openssl/openssl.c if (dn_sk == NULL) { NULL 2095 openssl/openssl.c if (attr_sect == NULL) { NULL 2096 openssl/openssl.c attr_sk = NULL; NULL 2099 openssl/openssl.c if (attr_sk == NULL) { NULL 2116 openssl/openssl.c char * strindex = NULL; NULL 2132 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, NULL 2140 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "dn: %s is not a recognized name", strindex); NULL 2186 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "add_entry_by_txt %s -> %s (failed)", type, v->value); NULL 2190 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "no objects specified in config file"); NULL 2197 openssl/openssl.c char *strindex = NULL; NULL 2210 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "attribs: add_entry_by_NID %d -> %s (failed)", nid, Z_STRVAL_PP(item)); NULL 2214 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "dn: %s is not a recognized name", strindex); NULL 2227 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, NULL 2246 openssl/openssl.c X509_REQ * csr = NULL; NULL 2247 openssl/openssl.c char * filename = NULL; NULL 2264 openssl/openssl.c return NULL; NULL 2266 openssl/openssl.c return NULL; NULL 2274 openssl/openssl.c return NULL; NULL 2280 openssl/openssl.c csr = PEM_read_bio_X509_REQ(in, NULL,NULL,NULL); NULL 2292 openssl/openssl.c zval * zcsr = NULL; NULL 2294 openssl/openssl.c char * filename = NULL; int filename_len; NULL 2304 openssl/openssl.c if (csr == NULL) { NULL 2305 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "cannot get CSR from parameter 1"); NULL 2321 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "error opening file %s", filename); NULL 2336 openssl/openssl.c zval * zcsr = NULL, *zout=NULL; NULL 2348 openssl/openssl.c if (csr == NULL) { NULL 2349 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "cannot get CSR from parameter 1"); NULL 2381 openssl/openssl.c zval ** zcert = NULL, **zcsr, **zpkey, *args = NULL; NULL 2384 openssl/openssl.c X509 * cert = NULL, *new_cert = NULL; NULL 2386 openssl/openssl.c EVP_PKEY * key = NULL, *priv_key = NULL; NULL 2398 openssl/openssl.c if (csr == NULL) { NULL 2399 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "cannot get CSR from parameter 1"); NULL 2404 openssl/openssl.c if (cert == NULL) { NULL 2405 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "cannot get cert from parameter 2"); NULL 2410 openssl/openssl.c if (priv_key == NULL) { NULL 2411 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "cannot get private key from parameter 3"); NULL 2415 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "private key does not correspond to signing cert"); NULL 2424 openssl/openssl.c if (key == NULL) { NULL 2425 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "error unpacking public key"); NULL 2431 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Signature verification problems"); NULL 2435 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Signature did not match the certificate request"); NULL 2442 openssl/openssl.c if (new_cert == NULL) { NULL 2443 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "No memory"); NULL 2454 openssl/openssl.c if (cert == NULL) { NULL 2469 openssl/openssl.c X509V3_set_ctx(&ctx, cert, new_cert, csr, NULL, 0); NULL 2478 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed to sign it"); NULL 2484 openssl/openssl.c new_cert = NULL; NULL 2489 openssl/openssl.c cert = NULL; NULL 2516 openssl/openssl.c zval * args = NULL, * dn, *attribs = NULL; NULL 2518 openssl/openssl.c X509_REQ * csr = NULL; NULL 2532 openssl/openssl.c req.priv_key = php_openssl_evp_from_zval(&out_pkey, 0, NULL, 0, &key_resource TSRMLS_CC); NULL 2533 openssl/openssl.c if (req.priv_key != NULL) { NULL 2537 openssl/openssl.c if (req.priv_key == NULL) { NULL 2540 openssl/openssl.c if (req.priv_key == NULL) { NULL 2541 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to generate a private key"); NULL 2548 openssl/openssl.c X509V3_set_ctx(&ext_ctx, NULL, NULL, csr, NULL, 0); NULL 2555 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error loading extension section %s", req.request_extensions_section); NULL 2561 openssl/openssl.c csr = NULL; NULL 2563 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error signing request"); NULL 2570 openssl/openssl.c req.priv_key = NULL; /* make sure the cleanup code doesn't zap it! */ NULL 2572 openssl/openssl.c req.priv_key = NULL; /* make sure the cleanup code doesn't zap it! */ NULL 2579 openssl/openssl.c req.priv_key = NULL; NULL 2608 openssl/openssl.c if (csr == NULL) { NULL 2615 openssl/openssl.c add_assoc_name_entry(return_value, NULL, subject, use_shortnames TSRMLS_CC); NULL 2637 openssl/openssl.c if (csr == NULL) { NULL 2666 openssl/openssl.c EVP_PKEY * key = NULL; NULL 2667 openssl/openssl.c X509 * cert = NULL; NULL 2670 openssl/openssl.c char * filename = NULL; NULL 2679 openssl/openssl.c return NULL; NULL 2690 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "key array must be of the form array(0 => key, 1 => phrase)"); NULL 2691 openssl/openssl.c return NULL; NULL 2705 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "key array must be of the form array(0 => key, 1 => phrase)"); NULL 2732 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "supplied key param is a public key"); NULL 2737 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Don't know how to get public key from this private key"); NULL 2776 openssl/openssl.c if (in == NULL) { NULL 2779 openssl/openssl.c key = PEM_read_bio_PUBKEY(in, NULL,NULL, NULL); NULL 2795 openssl/openssl.c if (in == NULL) { NULL 2798 openssl/openssl.c key = PEM_read_bio_PrivateKey(in, NULL,NULL, passphrase); NULL 2803 openssl/openssl.c if (public_key && cert && key == NULL) { NULL 2812 openssl/openssl.c *resourceval = ZEND_REGISTER_RESOURCE(NULL, key, le_key); NULL 2824 openssl/openssl.c char * randfile = NULL; NULL 2826 openssl/openssl.c EVP_PKEY * return_val = NULL; NULL 2829 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "private key length is too short; it needs to be at least %d bits, not %d", NULL 2831 openssl/openssl.c return NULL; NULL 2837 openssl/openssl.c if ((req->priv_key = EVP_PKEY_new()) != NULL) { NULL 2840 openssl/openssl.c if (EVP_PKEY_assign_RSA(req->priv_key, RSA_generate_key(req->priv_key_bits, 0x10001, NULL, NULL))) { NULL 2847 openssl/openssl.c DSA *dsapar = DSA_generate_parameters(req->priv_key_bits, NULL, 0, NULL, NULL, NULL, NULL); NULL 2864 openssl/openssl.c DH *dhpar = DH_generate_parameters(req->priv_key_bits, 2, NULL, NULL); NULL 2881 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unsupported private key type"); NULL 2887 openssl/openssl.c if (return_val == NULL) { NULL 2889 openssl/openssl.c req->priv_key = NULL; NULL 2890 openssl/openssl.c return NULL; NULL 2901 openssl/openssl.c assert(pkey != NULL); NULL 2907 openssl/openssl.c assert(pkey->pkey.rsa != NULL); NULL 2908 openssl/openssl.c if (pkey->pkey.rsa != NULL && (NULL == pkey->pkey.rsa->p || NULL == pkey->pkey.rsa->q)) { NULL 2919 openssl/openssl.c assert(pkey->pkey.dsa != NULL); NULL 2921 openssl/openssl.c if (NULL == pkey->pkey.dsa->p || NULL == pkey->pkey.dsa->q || NULL == pkey->pkey.dsa->priv_key){ NULL 2928 openssl/openssl.c assert(pkey->pkey.dh != NULL); NULL 2930 openssl/openssl.c if (NULL == pkey->pkey.dh->p || NULL == pkey->pkey.dh->priv_key) { NULL 2936 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "key type not supported in this PHP build!"); NULL 2944 openssl/openssl.c if (pkey->pkey._type->_name != NULL) { \ NULL 2959 openssl/openssl.c Z_STRLEN_PP(bn), NULL); \ NULL 2969 openssl/openssl.c zval * args = NULL; NULL 3062 openssl/openssl.c req.priv_key = NULL; NULL 3074 openssl/openssl.c zval ** zpkey, * args = NULL; NULL 3075 openssl/openssl.c char * passphrase = NULL; int passphrase_len = 0; NULL 3076 openssl/openssl.c char * filename = NULL; int filename_len = 0; NULL 3079 openssl/openssl.c BIO * bio_out = NULL; NULL 3089 openssl/openssl.c if (key == NULL) { NULL 3090 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "cannot get key from parameter 1"); NULL 3110 openssl/openssl.c cipher = NULL; NULL 3112 openssl/openssl.c if (PEM_write_bio_PrivateKey(bio_out, key, cipher, (unsigned char *)passphrase, passphrase_len, NULL, NULL)) { NULL 3134 openssl/openssl.c zval ** zpkey, * args = NULL, *out; NULL 3135 openssl/openssl.c char * passphrase = NULL; int passphrase_len = 0; NULL 3138 openssl/openssl.c BIO * bio_out = NULL; NULL 3148 openssl/openssl.c if (key == NULL) { NULL 3149 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "cannot get key from parameter 1"); NULL 3165 openssl/openssl.c cipher = NULL; NULL 3167 openssl/openssl.c if (PEM_write_bio_PrivateKey(bio_out, key, cipher, (unsigned char *)passphrase, passphrase_len, NULL, NULL)) { NULL 3202 openssl/openssl.c pkey = php_openssl_evp_from_zval(cert, 1, NULL, 1, &Z_LVAL_P(return_value) TSRMLS_CC); NULL 3204 openssl/openssl.c if (pkey == NULL) { NULL 3240 openssl/openssl.c if (pkey == NULL) { NULL 3280 openssl/openssl.c if (pkey->pkey.rsa != NULL) { NULL 3303 openssl/openssl.c if (pkey->pkey.dsa != NULL) { NULL 3320 openssl/openssl.c if (pkey->pkey.dh != NULL) { NULL 3356 openssl/openssl.c X509_STORE * store = NULL; NULL 3357 openssl/openssl.c zval * cainfo = NULL; NULL 3358 openssl/openssl.c STACK_OF(X509) *signers= NULL; NULL 3359 openssl/openssl.c STACK_OF(X509) *others = NULL; NULL 3360 openssl/openssl.c PKCS7 * p7 = NULL; NULL 3361 openssl/openssl.c BIO * in = NULL, * datain = NULL, * dataout = NULL; NULL 3364 openssl/openssl.c char * extracerts = NULL; int extracerts_len = 0; NULL 3365 openssl/openssl.c char * signersfilename = NULL; int signersfilename_len = 0; NULL 3366 openssl/openssl.c char * datafilename = NULL; int datafilename_len = 0; NULL 3378 openssl/openssl.c if (others == NULL) { NULL 3395 openssl/openssl.c if (in == NULL) { NULL 3399 openssl/openssl.c if (p7 == NULL) { NULL 3413 openssl/openssl.c if (dataout == NULL) { NULL 3435 openssl/openssl.c signers = PKCS7_get0_signers(p7, NULL, flags); NULL 3443 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "signature OK, but cannot open %s for writing", signersfilename); NULL 3465 openssl/openssl.c zval ** zrecipcerts, * zheaders = NULL; NULL 3466 openssl/openssl.c STACK_OF(X509) * recipcerts = NULL; NULL 3467 openssl/openssl.c BIO * infile = NULL, * outfile = NULL; NULL 3469 openssl/openssl.c PKCS7 * p7 = NULL; NULL 3473 openssl/openssl.c const EVP_CIPHER *cipher = NULL; NULL 3478 openssl/openssl.c char * infilename = NULL; int infilename_len; NULL 3479 openssl/openssl.c char * outfilename = NULL; int outfilename_len; NULL 3493 openssl/openssl.c if (infile == NULL) { NULL 3498 openssl/openssl.c if (outfile == NULL) { NULL 3511 openssl/openssl.c if (cert == NULL) { NULL 3519 openssl/openssl.c if (cert == NULL) { NULL 3532 openssl/openssl.c if (cert == NULL) { NULL 3540 openssl/openssl.c if (cert == NULL) { NULL 3549 openssl/openssl.c if (cipher == NULL) { NULL 3551 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed to get cipher"); NULL 3557 openssl/openssl.c if (p7 == NULL) { NULL 3565 openssl/openssl.c strindex = NULL; NULL 3604 openssl/openssl.c X509 * cert = NULL; NULL 3605 openssl/openssl.c EVP_PKEY * privkey = NULL; NULL 3607 openssl/openssl.c PKCS7 * p7 = NULL; NULL 3608 openssl/openssl.c BIO * infile = NULL, * outfile = NULL; NULL 3609 openssl/openssl.c STACK_OF(X509) *others = NULL; NULL 3617 openssl/openssl.c char * extracertsfilename = NULL; int extracertsfilename_len; NULL 3630 openssl/openssl.c if (others == NULL) { NULL 3636 openssl/openssl.c if (privkey == NULL) { NULL 3637 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "error getting private key"); NULL 3642 openssl/openssl.c if (cert == NULL) { NULL 3643 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "error getting cert"); NULL 3652 openssl/openssl.c if (infile == NULL) { NULL 3653 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "error opening input file %s!", infilename); NULL 3658 openssl/openssl.c if (outfile == NULL) { NULL 3659 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "error opening output file %s!", outfilename); NULL 3664 openssl/openssl.c if (p7 == NULL) { NULL 3665 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "error creating PKCS7 structure!"); NULL 3675 openssl/openssl.c strindex = NULL; NULL 3714 openssl/openssl.c zval ** recipcert, ** recipkey = NULL; NULL 3715 openssl/openssl.c X509 * cert = NULL; NULL 3716 openssl/openssl.c EVP_PKEY * key = NULL; NULL 3718 openssl/openssl.c BIO * in = NULL, * out = NULL, * datain = NULL; NULL 3719 openssl/openssl.c PKCS7 * p7 = NULL; NULL 3731 openssl/openssl.c if (cert == NULL) { NULL 3732 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "unable to coerce parameter 3 to x509 cert"); NULL 3737 openssl/openssl.c if (key == NULL) { NULL 3738 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "unable to get private key"); NULL 3747 openssl/openssl.c if (in == NULL) { NULL 3751 openssl/openssl.c if (out == NULL) { NULL 3757 openssl/openssl.c if (p7 == NULL) { NULL 3786 openssl/openssl.c unsigned char *cryptedbuf = NULL; NULL 3800 openssl/openssl.c if (pkey == NULL) { NULL 3801 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "key param is not a valid private key"); NULL 3818 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "key type not supported in this PHP build!"); NULL 3825 openssl/openssl.c cryptedbuf = NULL; NULL 3844 openssl/openssl.c unsigned char *cryptedbuf = NULL; NULL 3858 openssl/openssl.c if (pkey == NULL) { NULL 3859 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "key parameter is not a valid private key"); NULL 3881 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "key type not supported in this PHP build!"); NULL 3890 openssl/openssl.c cryptedbuf = NULL; NULL 3922 openssl/openssl.c pkey = php_openssl_evp_from_zval(key, 1, NULL, 0, &keyresource TSRMLS_CC); NULL 3923 openssl/openssl.c if (pkey == NULL) { NULL 3924 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "key parameter is not a valid public key"); NULL 3941 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "key type not supported in this PHP build!"); NULL 3949 openssl/openssl.c cryptedbuf = NULL; NULL 3968 openssl/openssl.c unsigned char *cryptedbuf = NULL; NULL 3981 openssl/openssl.c pkey = php_openssl_evp_from_zval(key, 1, NULL, 0, &keyresource TSRMLS_CC); NULL 3982 openssl/openssl.c if (pkey == NULL) { NULL 3983 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "key parameter is not a valid public key"); NULL 4006 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "key type not supported in this PHP build!"); NULL 4016 openssl/openssl.c cryptedbuf = NULL; NULL 4061 openssl/openssl.c zval *method = NULL; NULL 4069 openssl/openssl.c if (pkey == NULL) { NULL 4070 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "supplied key param cannot be coerced into a private key"); NULL 4074 openssl/openssl.c if (method == NULL || Z_TYPE_P(method) == IS_LONG) { NULL 4075 openssl/openssl.c if (method != NULL) { NULL 4082 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown signature algorithm."); NULL 4086 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown signature algorithm."); NULL 4123 openssl/openssl.c zval *method = NULL; NULL 4130 openssl/openssl.c if (method == NULL || Z_TYPE_P(method) == IS_LONG) { NULL 4131 openssl/openssl.c if (method != NULL) { NULL 4138 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown signature algorithm."); NULL 4142 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown signature algorithm."); NULL 4146 openssl/openssl.c pkey = php_openssl_evp_from_zval(key, 1, NULL, 0, &keyresource TSRMLS_CC); NULL 4147 openssl/openssl.c if (pkey == NULL) { NULL 4148 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "supplied key param cannot be coerced into a public key"); NULL 4174 openssl/openssl.c unsigned char *buf = NULL, **eks; NULL 4176 openssl/openssl.c char *method =NULL; NULL 4188 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Fourth argument to openssl_seal() must be a non-empty array"); NULL 4195 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown signature algorithm."); NULL 4214 openssl/openssl.c pkeys[i] = php_openssl_evp_from_zval(pubkey, 1, NULL, 0, &key_resources[i] TSRMLS_CC); NULL 4215 openssl/openssl.c if (pkeys[i] == NULL) { NULL 4216 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "not a public key (%dth member of pubkeys)", i+1); NULL 4225 openssl/openssl.c if (!EVP_EncryptInit(&ctx,cipher,NULL,NULL)) { NULL 4233 openssl/openssl.c iv = ivlen ? emalloc(ivlen + 1) : NULL; NULL 4238 openssl/openssl.c if (!EVP_SealInit(&ctx, cipher, eks, eksl, NULL, pkeys, nkeys) || !EVP_SealUpdate(&ctx, buf, &len1, (unsigned char *)data, data_len)) { NULL 4257 openssl/openssl.c eks[i] = NULL; NULL 4302 openssl/openssl.c char *method =NULL; NULL 4311 openssl/openssl.c if (pkey == NULL) { NULL 4312 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "unable to coerce parameter 4 into a private key"); NULL 4319 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown signature algorithm."); NULL 4328 openssl/openssl.c if (EVP_OpenInit(&ctx, cipher, (unsigned char *)ekey, ekey_len, NULL, pkey) && EVP_OpenUpdate(&ctx, buf, &len1, (unsigned char *)data, data_len)) { NULL 4399 openssl/openssl.c zval **val = NULL; NULL 4400 openssl/openssl.c char *cnmatch = NULL; NULL 4410 openssl/openssl.c if (peer == NULL) { NULL 4411 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not get peer certificate"); NULL 4427 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not verify peer: code:%d %s", err, X509_verify_cert_error_string(err)); NULL 4442 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to locate peer certificate CN"); NULL 4445 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Peer certificate CN=`%.*s' is malformed", name_len, buf); NULL 4462 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Peer certificate CN=`%.*s' did not match expected CN=`%s'", name_len, buf, cnmatch); NULL 4474 openssl/openssl.c zval **val = NULL; NULL 4475 openssl/openssl.c char *passphrase = NULL; NULL 4492 openssl/openssl.c zval **val = NULL; NULL 4493 openssl/openssl.c char *cafile = NULL; NULL 4494 openssl/openssl.c char *capath = NULL; NULL 4495 openssl/openssl.c char *certfile = NULL; NULL 4496 openssl/openssl.c char *cipherlist = NULL; NULL 4513 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to set verify locations `%s' `%s'", cafile, capath); NULL 4514 openssl/openssl.c return NULL; NULL 4523 openssl/openssl.c SSL_CTX_set_verify(ctx, SSL_VERIFY_NONE, NULL); NULL 4537 openssl/openssl.c return NULL; NULL 4542 openssl/openssl.c X509 *cert = NULL; NULL 4543 openssl/openssl.c EVP_PKEY *key = NULL; NULL 4546 openssl/openssl.c const char * private_key = NULL; NULL 4551 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to set local cert chain file `%s'; Check that your cafile/capath settings include details of your certificate and its issuer", certfile); NULL 4552 openssl/openssl.c return NULL; NULL 4560 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to set private key file `%s'", resolved_path_buff_pk); NULL 4561 openssl/openssl.c return NULL; NULL 4566 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to set private key file `%s'", resolved_path_buff); NULL 4567 openssl/openssl.c return NULL; NULL 4582 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Private key does not match certificate!"); NULL 4596 openssl/openssl.c return NULL; NULL 4663 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown signature algorithm"); NULL 4710 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "IV passed is only %d bytes long, cipher expects an IV of precisely %d bytes, padding with \\0", *piv_len, iv_required_len); NULL 4717 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "IV passed is %d bytes long which is longer than the %d expected by selected cipher, truncating", *piv_len, iv_required_len); NULL 4743 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown cipher algorithm"); NULL 4758 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Using an empty Initialization Vector (iv) is potentially insecure and not recommended"); NULL 4765 openssl/openssl.c EVP_EncryptInit(&cipher_ctx, cipher_type, NULL, NULL); NULL 4769 openssl/openssl.c EVP_EncryptInit_ex(&cipher_ctx, NULL, NULL, key, (unsigned char *)iv); NULL 4816 openssl/openssl.c char *base64_str = NULL; NULL 4824 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown cipher algorithm"); NULL 4830 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown cipher algorithm"); NULL 4837 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed to base64 decode the input"); NULL 4858 openssl/openssl.c EVP_DecryptInit(&cipher_ctx, cipher_type, NULL, NULL); NULL 4862 openssl/openssl.c EVP_DecryptInit_ex(&cipher_ctx, NULL, NULL, key, (unsigned char *)iv); NULL 4901 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown cipher algorithm"); NULL 4907 openssl/openssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown cipher algorithm"); NULL 4936 openssl/openssl.c pub = BN_bin2bn((unsigned char*)pub_str, pub_len, NULL); NULL 4958 openssl/openssl.c unsigned char *buffer = NULL; NULL 4959 openssl/openssl.c zval *zstrong_result_returned = NULL; NULL 82 openssl/php_openssl.h #define phpext_openssl_ptr NULL NULL 116 openssl/xp_ssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, NULL 123 openssl/xp_ssl.c char *estr = php_socket_strerror(php_socket_errno(), NULL, 0); NULL 125 openssl/xp_ssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, NULL 142 openssl/xp_ssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "SSL_R_NO_SHARED_CIPHER: no suitable shared cipher could be used. This could be because the server is missing an SSL certificate (local_cert context option)"); NULL 158 openssl/xp_ssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, NULL 258 openssl/xp_ssl.c sslsock->ssl_handle = NULL; NULL 262 openssl/xp_ssl.c sslsock->ctx = NULL; NULL 317 openssl/xp_ssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "SSL/TLS already set-up for this stream"); NULL 334 openssl/xp_ssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "SSLv2 support is not compiled into the OpenSSL library PHP is linked against"); NULL 359 openssl/xp_ssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "SSLv2 support is not compiled into the OpenSSL library PHP is linked against"); NULL 376 openssl/xp_ssl.c if (sslsock->ctx == NULL) { NULL 377 openssl/xp_ssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed to create an SSL context"); NULL 399 openssl/xp_ssl.c if (sslsock->ssl_handle == NULL) { NULL 400 openssl/xp_ssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed to create an SSL handle"); NULL 402 openssl/xp_ssl.c sslsock->ctx = NULL; NULL 412 openssl/xp_ssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "supplied session stream must be an SSL enabled stream"); NULL 413 openssl/xp_ssl.c } else if (((php_openssl_netstream_data_t*)cparam->inputs.session->abstract)->ssl_handle == NULL) { NULL 414 openssl/xp_ssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "supplied SSL session stream is not initialized"); NULL 458 openssl/xp_ssl.c gettimeofday(&start_time, NULL); NULL 472 openssl/xp_ssl.c gettimeofday(&cur_time, NULL); NULL 483 openssl/xp_ssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "SSL: crypto enabling timeout"); NULL 506 openssl/xp_ssl.c (POLLIN|POLLPRI) : POLLOUT, has_timeout ? &left_time : NULL); NULL 543 openssl/xp_ssl.c peer_cert = NULL; NULL 607 openssl/xp_ssl.c xparam->outputs.client = NULL; NULL 610 openssl/xp_ssl.c xparam->want_textaddr ? &xparam->outputs.textaddr : NULL, NULL 611 openssl/xp_ssl.c xparam->want_textaddr ? &xparam->outputs.textaddrlen : NULL, NULL 612 openssl/xp_ssl.c xparam->want_addr ? &xparam->outputs.addr : NULL, NULL 613 openssl/xp_ssl.c xparam->want_addr ? &xparam->outputs.addrlen : NULL, NULL 615 openssl/xp_ssl.c xparam->want_errortext ? &xparam->outputs.error_text : NULL, NULL 624 openssl/xp_ssl.c if (clisockdata == NULL) { NULL 634 openssl/xp_ssl.c xparam->outputs.client = php_stream_alloc_rel(stream->ops, clisockdata, NULL, "r+"); NULL 665 openssl/xp_ssl.c NULL TSRMLS_CC) < 0 || php_stream_xport_crypto_enable( NULL 667 openssl/xp_ssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed to enable crypto"); NULL 670 openssl/xp_ssl.c xparam->outputs.client = NULL; NULL 676 openssl/xp_ssl.c return xparam->outputs.client == NULL ? -1 : 0; NULL 771 openssl/xp_ssl.c if (php_stream_xport_crypto_setup(stream, sslsock->method, NULL TSRMLS_CC) < 0 || NULL 773 openssl/xp_ssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed to enable crypto"); NULL 838 openssl/xp_ssl.c NULL, /* seek */ NULL 849 openssl/xp_ssl.c zval **val = NULL; NULL 852 openssl/xp_ssl.c return NULL; NULL 861 openssl/xp_ssl.c return NULL; NULL 866 openssl/xp_ssl.c return NULL; NULL 871 openssl/xp_ssl.c char * sni = NULL; NULL 888 openssl/xp_ssl.c return NULL; NULL 897 openssl/xp_ssl.c php_stream *stream = NULL; NULL 898 openssl/xp_ssl.c php_openssl_netstream_data_t *sslsock = NULL; NULL 917 openssl/xp_ssl.c sslsock->ctx = NULL; NULL 921 openssl/xp_ssl.c if (stream == NULL) { NULL 923 openssl/xp_ssl.c return NULL; NULL 933 openssl/xp_ssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "SSLv2 support is not compiled into the OpenSSL library PHP is linked against"); NULL 934 openssl/xp_ssl.c return NULL; NULL 160 pcntl/pcntl.c PHP_FALIAS(pcntl_errno, pcntl_get_last_error, NULL) NULL 190 pcntl/pcntl.c NULL, NULL 191 pcntl/pcntl.c NULL, NULL 493 pcntl/pcntl.c zend_hash_init(&PCNTL_G(php_signal_table), 16, NULL, ZVAL_PTR_DTOR, 0); NULL 494 pcntl/pcntl.c PCNTL_G(head) = PCNTL_G(tail) = PCNTL_G(spares) = NULL; NULL 548 pcntl/pcntl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error %d", errno); NULL 573 pcntl/pcntl.c zval *z_status = NULL; NULL 601 pcntl/pcntl.c zval *z_status = NULL; NULL 613 pcntl/pcntl.c child_id = wait3(&status, options, NULL); NULL 743 pcntl/pcntl.c zval *args = NULL, *envs = NULL; NULL 749 pcntl/pcntl.c char **argv = NULL, **envp = NULL; NULL 776 pcntl/pcntl.c *(current_arg) = NULL; NULL 780 pcntl/pcntl.c *(argv+1) = NULL; NULL 792 pcntl/pcntl.c switch (return_val = zend_hash_get_current_key_ex(envs_hash, &key, &key_length, &key_num, 0, NULL)) { NULL 815 pcntl/pcntl.c *(pair) = NULL; NULL 819 pcntl/pcntl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error has occurred: (errno %d) %s", errno, strerror(errno)); NULL 823 pcntl/pcntl.c for (pair = envp; *pair != NULL; pair++) efree(*pair); NULL 829 pcntl/pcntl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error has occurred: (errno %d) %s", errno, strerror(errno)); NULL 843 pcntl/pcntl.c zval *handle, **dest_handle = NULL; NULL 853 pcntl/pcntl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid signal"); NULL 873 pcntl/pcntl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid value for handle argument specified"); NULL 878 pcntl/pcntl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error assigning signal"); NULL 886 pcntl/pcntl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s is not a callable function name error", func_name); NULL 898 pcntl/pcntl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error assigning signal"); NULL 920 pcntl/pcntl.c zval *user_set, *user_oldset = NULL, **user_signo; NULL 930 pcntl/pcntl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); NULL 944 pcntl/pcntl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); NULL 952 pcntl/pcntl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); NULL 956 pcntl/pcntl.c if (user_oldset != NULL) { NULL 979 pcntl/pcntl.c zval *user_set, **user_signo, *user_siginfo = NULL; NULL 999 pcntl/pcntl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); NULL 1013 pcntl/pcntl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); NULL 1028 pcntl/pcntl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); NULL 1124 pcntl/pcntl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error %d: No process was located using the given parameters", errno); NULL 1127 pcntl/pcntl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error %d: Invalid identifier flag", errno); NULL 1130 pcntl/pcntl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown error %d has occurred", errno); NULL 1158 pcntl/pcntl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error %d: No process was located using the given parameters", errno); NULL 1161 pcntl/pcntl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error %d: Invalid identifier flag", errno); NULL 1164 pcntl/pcntl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error %d: A process was located, but neither its effective nor real user ID matched the effective user ID of the caller", errno); NULL 1167 pcntl/pcntl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error %d: Only a super user may attempt to increase the process priority", errno); NULL 1170 pcntl/pcntl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown error %d has occurred", errno); NULL 1217 pcntl/pcntl.c psig->next = NULL; NULL 1243 pcntl/pcntl.c sigprocmask(SIG_SETMASK, &old_mask, NULL); NULL 1251 pcntl/pcntl.c PCNTL_G(head) = NULL; /* simple stores are atomic */ NULL 1264 pcntl/pcntl.c call_user_function(EG(function_table), NULL, *handle, retval, 1, ¶m TSRMLS_CC); NULL 1279 pcntl/pcntl.c sigprocmask(SIG_SETMASK, &old_mask, NULL); NULL 86 pcre/pcrelib/dftables.c if (f == NULL) NULL 354 pcre/pcrelib/pcre_compile.c NULL, /* ascii */ NULL 356 pcre/pcrelib/pcre_compile.c NULL, /* cntrl */ NULL 358 pcre/pcrelib/pcre_compile.c NULL, /* graph */ NULL 359 pcre/pcrelib/pcre_compile.c NULL, /* print */ NULL 360 pcre/pcrelib/pcre_compile.c NULL, /* punct */ NULL 363 pcre/pcrelib/pcre_compile.c NULL, /* xdigit */ NULL 369 pcre/pcrelib/pcre_compile.c NULL, /* ^ascii */ NULL 371 pcre/pcrelib/pcre_compile.c NULL, /* ^cntrl */ NULL 373 pcre/pcrelib/pcre_compile.c NULL, /* ^graph */ NULL 374 pcre/pcrelib/pcre_compile.c NULL, /* ^print */ NULL 375 pcre/pcrelib/pcre_compile.c NULL, /* ^punct */ NULL 378 pcre/pcrelib/pcre_compile.c NULL /* ^xdigit */ NULL 691 pcre/pcrelib/pcre_compile.c if (newspace == NULL) return ERR21; NULL 1392 pcre/pcrelib/pcre_compile.c if (name == NULL && *count == lorn) return *count; NULL 1442 pcre/pcrelib/pcre_compile.c if (name == NULL && *count == lorn) return *count; NULL 1447 pcre/pcrelib/pcre_compile.c if (name != NULL && lorn == ptr - thisname && NULL 2042 pcre/pcrelib/pcre_compile.c if (c == OP_END) return NULL; NULL 2179 pcre/pcrelib/pcre_compile.c if (c == OP_END) return NULL; NULL 2631 pcre/pcrelib/pcre_compile.c while (bcptr != NULL && bcptr->current_branch >= code) NULL 2781 pcre/pcrelib/pcre_compile.c while ((ptr = (pcre_uchar *)find_recurse(ptr, utf)) != NULL) NULL 3453 pcre/pcrelib/pcre_compile.c const pcre_uchar *nestptr = NULL; NULL 3454 pcre/pcrelib/pcre_compile.c pcre_uchar *previous = NULL; NULL 3455 pcre/pcrelib/pcre_compile.c pcre_uchar *previous_callout = NULL; NULL 3456 pcre/pcrelib/pcre_compile.c pcre_uchar *save_hwm = NULL; NULL 3480 pcre/pcrelib/pcre_compile.c if (lengthptr != NULL) DPRINTF((">> start branch\n")); NULL 3538 pcre/pcrelib/pcre_compile.c if (c == 0 && nestptr != NULL) NULL 3541 pcre/pcrelib/pcre_compile.c nestptr = NULL; NULL 3548 pcre/pcrelib/pcre_compile.c if (lengthptr != NULL) NULL 3584 pcre/pcrelib/pcre_compile.c if (previous != NULL) NULL 3623 pcre/pcrelib/pcre_compile.c if (previous_callout != NULL) NULL 3625 pcre/pcrelib/pcre_compile.c if (lengthptr == NULL) /* Don't attempt in pre-compile phase */ NULL 3627 pcre/pcrelib/pcre_compile.c previous_callout = NULL; NULL 3645 pcre/pcrelib/pcre_compile.c if (!is_quantifier && previous_callout != NULL && NULL 3648 pcre/pcrelib/pcre_compile.c if (lengthptr == NULL) /* Don't attempt in pre-compile phase */ NULL 3650 pcre/pcrelib/pcre_compile.c previous_callout = NULL; NULL 3694 pcre/pcrelib/pcre_compile.c if (lengthptr != NULL) NULL 3712 pcre/pcrelib/pcre_compile.c previous = NULL; NULL 3722 pcre/pcrelib/pcre_compile.c previous = NULL; NULL 3859 pcre/pcrelib/pcre_compile.c if (lengthptr != NULL) NULL 3929 pcre/pcrelib/pcre_compile.c if (posix_substitutes[pc] != NULL) NULL 4512 pcre/pcrelib/pcre_compile.c if (lengthptr == NULL) for (; c <= d; c++) NULL 4643 pcre/pcrelib/pcre_compile.c (nestptr != NULL && NULL 4644 pcre/pcrelib/pcre_compile.c (ptr = nestptr, nestptr = NULL, c = *(++ptr)) != 0)) && NULL 4710 pcre/pcrelib/pcre_compile.c if (lengthptr == NULL) /* Save time in the pre-compile phase */ NULL 4746 pcre/pcrelib/pcre_compile.c if (previous == NULL) NULL 4808 pcre/pcrelib/pcre_compile.c if (lengthptr == NULL && cd->hwm >= cd->start_workspace + LINK_SIZE) NULL 5108 pcre/pcrelib/pcre_compile.c pcre_uchar *bralink = NULL; NULL 5109 pcre/pcrelib/pcre_compile.c pcre_uchar *brazeroptr = NULL; NULL 5195 pcre/pcrelib/pcre_compile.c offset = (bralink == NULL)? 0 : (int)(previous - bralink); NULL 5219 pcre/pcrelib/pcre_compile.c if (lengthptr != NULL) NULL 5289 pcre/pcrelib/pcre_compile.c if (lengthptr != NULL && repeat_max > 0) NULL 5320 pcre/pcrelib/pcre_compile.c offset = (bralink == NULL)? 0 : (int)(code - bralink); NULL 5353 pcre/pcrelib/pcre_compile.c while (bralink != NULL) NULL 5359 pcre/pcrelib/pcre_compile.c bralink = (oldlinkoffset == 0)? NULL : bralink - oldlinkoffset; NULL 5414 pcre/pcrelib/pcre_compile.c if (lengthptr == NULL) NULL 5463 pcre/pcrelib/pcre_compile.c if (brazeroptr != NULL) *brazeroptr = OP_BRAPOSZERO; NULL 5575 pcre/pcrelib/pcre_compile.c previous = NULL; NULL 5602 pcre/pcrelib/pcre_compile.c const pcre_uchar *arg = NULL; NULL 5603 pcre/pcrelib/pcre_compile.c previous = NULL; NULL 5649 pcre/pcrelib/pcre_compile.c for (oc = cd->open_caps; oc != NULL; oc = oc->next) NULL 5825 pcre/pcrelib/pcre_compile.c if (lengthptr != NULL) break; NULL 5953 pcre/pcrelib/pcre_compile.c previous = NULL; NULL 6019 pcre/pcrelib/pcre_compile.c previous = NULL; NULL 6053 pcre/pcrelib/pcre_compile.c if (lengthptr != NULL) NULL 6188 pcre/pcrelib/pcre_compile.c if (lengthptr != NULL) NULL 6347 pcre/pcrelib/pcre_compile.c if (lengthptr == NULL) NULL 6355 pcre/pcrelib/pcre_compile.c if (called == NULL) NULL 6357 pcre/pcrelib/pcre_compile.c if (find_parens(cd, NULL, recno, NULL 6469 pcre/pcrelib/pcre_compile.c (lengthptr == NULL || *lengthptr == 2 + 2*LINK_SIZE)) NULL 6484 pcre/pcrelib/pcre_compile.c previous = NULL; /* This item can't be repeated */ NULL 6544 pcre/pcrelib/pcre_compile.c (lengthptr == NULL)? NULL : /* Actual compile phase */ NULL 6567 pcre/pcrelib/pcre_compile.c if (bravalue == OP_COND && lengthptr == NULL) NULL 6619 pcre/pcrelib/pcre_compile.c if (lengthptr != NULL) NULL 6834 pcre/pcrelib/pcre_compile.c for (oc = cd->open_caps; oc != NULL; oc = oc->next) NULL 6892 pcre/pcrelib/pcre_compile.c previous = (-c > ESC_b && -c < ESC_Z)? code : NULL; NULL 7033 pcre/pcrelib/pcre_compile.c pcre_uchar *reverse_count = NULL; NULL 7107 pcre/pcrelib/pcre_compile.c (lengthptr == NULL)? NULL : &length)) NULL 7120 pcre/pcrelib/pcre_compile.c if (lengthptr == NULL) NULL 7205 pcre/pcrelib/pcre_compile.c if (lengthptr == NULL) NULL 7255 pcre/pcrelib/pcre_compile.c if (lengthptr != NULL) NULL 7276 pcre/pcrelib/pcre_compile.c if (lengthptr != NULL) NULL 7614 pcre/pcrelib/pcre_compile.c return pcre_compile2(pattern, options, NULL, errorptr, erroroffset, tables); NULL 7616 pcre/pcrelib/pcre_compile.c return pcre16_compile2(pattern, options, NULL, errorptr, erroroffset, tables); NULL 7662 pcre/pcrelib/pcre_compile.c if (errorptr == NULL) NULL 7664 pcre/pcrelib/pcre_compile.c if (errorcodeptr != NULL) *errorcodeptr = 99; NULL 7665 pcre/pcrelib/pcre_compile.c return NULL; NULL 7668 pcre/pcrelib/pcre_compile.c *errorptr = NULL; NULL 7669 pcre/pcrelib/pcre_compile.c if (errorcodeptr != NULL) *errorcodeptr = ERR0; NULL 7673 pcre/pcrelib/pcre_compile.c if (erroroffset == NULL) NULL 7683 pcre/pcrelib/pcre_compile.c if (tables == NULL) tables = PRIV(default_tables); NULL 7853 pcre/pcrelib/pcre_compile.c cd->name_table = NULL; NULL 7865 pcre/pcrelib/pcre_compile.c cd->open_caps = NULL; NULL 7877 pcre/pcrelib/pcre_compile.c FALSE, 0, 0, &firstchar, &reqchar, NULL, cd, &length); NULL 7897 pcre/pcrelib/pcre_compile.c if (re == NULL) NULL 7919 pcre/pcrelib/pcre_compile.c re->tables = (tables == PRIV(default_tables))? NULL : tables; NULL 7920 pcre/pcrelib/pcre_compile.c re->nullpad = NULL; NULL 7941 pcre/pcrelib/pcre_compile.c cd->open_caps = NULL; NULL 7951 pcre/pcrelib/pcre_compile.c &firstchar, &reqchar, NULL, cd, NULL); NULL 7978 pcre/pcrelib/pcre_compile.c const pcre_uchar *groupptr = NULL; NULL 7990 pcre/pcrelib/pcre_compile.c if (groupptr == NULL) errorcode = ERR53; NULL 8023 pcre/pcrelib/pcre_compile.c cc != NULL; NULL 8058 pcre/pcrelib/pcre_compile.c if (errorcodeptr != NULL) *errorcodeptr = errorcode; NULL 8059 pcre/pcrelib/pcre_compile.c return NULL; NULL 8195 pcre/pcrelib/pcre_compile.c if (errorcodeptr != NULL) *errorcodeptr = ERR23; NULL 8196 pcre/pcrelib/pcre_compile.c return NULL; NULL 122 pcre/pcrelib/pcre_config.c *((const char **)where) = NULL; NULL 318 pcre/pcrelib/pcre_exec.c if (newframe == NULL)\ NULL 321 pcre/pcrelib/pcre_exec.c if (newframe == NULL) RRETURN(PCRE_ERROR_NOMEMORY);\ NULL 322 pcre/pcrelib/pcre_exec.c newframe->Xnextframe = NULL;\ NULL 344 pcre/pcrelib/pcre_exec.c if (frame != NULL)\ NULL 632 pcre/pcrelib/pcre_exec.c if (ecode == NULL) NULL 635 pcre/pcrelib/pcre_exec.c return match((PCRE_PUCHAR)&rdepth, NULL, NULL, 0, NULL, NULL, 1); NULL 724 pcre/pcrelib/pcre_exec.c md->mark = NULL; /* In case previously set by assertion */ NULL 728 pcre/pcrelib/pcre_exec.c md->mark == NULL) md->mark = ecode + 2; NULL 769 pcre/pcrelib/pcre_exec.c md->mark = NULL; /* In case previously set by assertion */ NULL 773 pcre/pcrelib/pcre_exec.c md->mark == NULL) md->mark = ecode + 2; NULL 823 pcre/pcrelib/pcre_exec.c md->mark = NULL; /* In case previously set by assertion */ NULL 827 pcre/pcrelib/pcre_exec.c md->mark == NULL) md->mark = ecode + 2; NULL 1257 pcre/pcrelib/pcre_exec.c if (PUBL(callout) != NULL) NULL 1289 pcre/pcrelib/pcre_exec.c if (md->recursive == NULL) /* Not recursing => FALSE */ NULL 1436 pcre/pcrelib/pcre_exec.c RMATCH(eptr, ecode + 1 + LINK_SIZE, offset_top, md, NULL, RM3); NULL 1528 pcre/pcrelib/pcre_exec.c md->recursive == NULL && NULL 1569 pcre/pcrelib/pcre_exec.c RMATCH(eptr, ecode + 1 + LINK_SIZE, offset_top, md, NULL, RM4); NULL 1620 pcre/pcrelib/pcre_exec.c RMATCH(eptr, ecode + 1 + LINK_SIZE, offset_top, md, NULL, RM5); NULL 1680 pcre/pcrelib/pcre_exec.c if (PUBL(callout) != NULL) NULL 1736 pcre/pcrelib/pcre_exec.c for (ri = md->recursive; ri != NULL; ri = ri->prevrec) NULL 1760 pcre/pcrelib/pcre_exec.c if (new_recursive.offset_save == NULL) RRETURN(PCRE_ERROR_NOMEMORY); NULL 1882 pcre/pcrelib/pcre_exec.c else saved_eptr = NULL; NULL 1919 pcre/pcrelib/pcre_exec.c if (md->recursive != NULL && md->recursive->group_num == number) NULL 6303 pcre/pcrelib/pcre_exec.c while (nextframe != NULL) NULL 6365 pcre/pcrelib/pcre_exec.c const pcre_uint8 *start_bits = NULL; NULL 6368 pcre/pcrelib/pcre_exec.c PCRE_PUCHAR start_partial = NULL; NULL 6376 pcre/pcrelib/pcre_exec.c frame_zero.Xprevframe = NULL; /* Marks the top level */ NULL 6377 pcre/pcrelib/pcre_exec.c frame_zero.Xnextframe = NULL; /* None are allocated yet */ NULL 6386 pcre/pcrelib/pcre_exec.c if (re == NULL && extra_data == NULL && subject == NULL && length == -999 && NULL 6391 pcre/pcrelib/pcre_exec.c return match(NULL, NULL, NULL, 0, NULL, NULL, 0); NULL 6397 pcre/pcrelib/pcre_exec.c if (re == NULL || subject == NULL || (offsets == NULL && offsetcount > 0)) NULL 6459 pcre/pcrelib/pcre_exec.c if (extra_data != NULL NULL 6462 pcre/pcrelib/pcre_exec.c && extra_data->executable_jit != NULL NULL 6487 pcre/pcrelib/pcre_exec.c study = NULL; NULL 6490 pcre/pcrelib/pcre_exec.c md->callout_data = NULL; NULL 6496 pcre/pcrelib/pcre_exec.c if (extra_data != NULL) NULL 6514 pcre/pcrelib/pcre_exec.c if (tables == NULL) tables = PRIV(default_tables); NULL 6546 pcre/pcrelib/pcre_exec.c md->mark = md->nomatch_mark = NULL; /* In case never set */ NULL 6548 pcre/pcrelib/pcre_exec.c md->recursive = NULL; /* No recursion at top level */ NULL 6640 pcre/pcrelib/pcre_exec.c if (md->offset_vector == NULL) return PCRE_ERROR_NOMEMORY; NULL 6657 pcre/pcrelib/pcre_exec.c if (md->offset_vector != NULL) NULL 6688 pcre/pcrelib/pcre_exec.c if (!startline && study != NULL && NULL 6801 pcre/pcrelib/pcre_exec.c else if (start_bits != NULL) NULL 6839 pcre/pcrelib/pcre_exec.c if (study != NULL && (study->flags & PCRE_STUDY_MINLEN) != 0 && NULL 6917 pcre/pcrelib/pcre_exec.c rc = match(start_match, md->start_code, start_match, 2, md, NULL, 0); NULL 6918 pcre/pcrelib/pcre_exec.c if (md->hitend && start_partial == NULL) start_partial = md->start_used_ptr; NULL 7009 pcre/pcrelib/pcre_exec.c md->mark = NULL; /* Reset for start of next match attempt */ NULL 7064 pcre/pcrelib/pcre_exec.c if (md->end_offset_top/2 <= re->top_bracket && offsets != NULL) NULL 7086 pcre/pcrelib/pcre_exec.c if (extra_data != NULL && (extra_data->flags & PCRE_EXTRA_MARK) != 0) NULL 7117 pcre/pcrelib/pcre_exec.c if (start_partial != NULL) NULL 7120 pcre/pcrelib/pcre_exec.c md->mark = NULL; NULL 7139 pcre/pcrelib/pcre_exec.c if (extra_data != NULL && (extra_data->flags & PCRE_EXTRA_MARK) != 0) NULL 77 pcre/pcrelib/pcre_fullinfo.c const pcre_study_data *study = NULL; NULL 79 pcre/pcrelib/pcre_fullinfo.c if (re == NULL || where == NULL) return PCRE_ERROR_NULL; NULL 81 pcre/pcrelib/pcre_fullinfo.c if (extra_data != NULL && (extra_data->flags & PCRE_EXTRA_STUDY_DATA) != 0) NULL 108 pcre/pcrelib/pcre_fullinfo.c *((size_t *)where) = (study == NULL)? 0 : study->size; NULL 114 pcre/pcrelib/pcre_fullinfo.c (extra_data != NULL && NULL 116 pcre/pcrelib/pcre_fullinfo.c extra_data->executable_jit != NULL)? NULL 142 pcre/pcrelib/pcre_fullinfo.c (study != NULL && (study->flags & PCRE_STUDY_MAPPED) != 0)? NULL 143 pcre/pcrelib/pcre_fullinfo.c ((const pcre_study_data *)extra_data->study_data)->start_bits : NULL; NULL 148 pcre/pcrelib/pcre_fullinfo.c (study != NULL && (study->flags & PCRE_STUDY_MINLEN) != 0)? NULL 153 pcre/pcrelib/pcre_fullinfo.c *((int *)where) = extra_data != NULL && NULL 155 pcre/pcrelib/pcre_fullinfo.c extra_data->executable_jit != NULL; NULL 80 pcre/pcrelib/pcre_get.c if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMECOUNT, &top)) != 0) NULL 84 pcre/pcrelib/pcre_get.c if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMEENTRYSIZE, &entrysize)) != 0) NULL 86 pcre/pcrelib/pcre_get.c if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMETABLE, &nametable)) != 0) NULL 90 pcre/pcrelib/pcre_get.c if ((rc = pcre16_fullinfo(code, NULL, PCRE_INFO_NAMECOUNT, &top)) != 0) NULL 94 pcre/pcrelib/pcre_get.c if ((rc = pcre16_fullinfo(code, NULL, PCRE_INFO_NAMEENTRYSIZE, &entrysize)) != 0) NULL 96 pcre/pcrelib/pcre_get.c if ((rc = pcre16_fullinfo(code, NULL, PCRE_INFO_NAMETABLE, &nametable)) != 0) NULL 149 pcre/pcrelib/pcre_get.c if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMECOUNT, &top)) != 0) NULL 153 pcre/pcrelib/pcre_get.c if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMEENTRYSIZE, &entrysize)) != 0) NULL 155 pcre/pcrelib/pcre_get.c if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMETABLE, &nametable)) != 0) NULL 159 pcre/pcrelib/pcre_get.c if ((rc = pcre16_fullinfo(code, NULL, PCRE_INFO_NAMECOUNT, &top)) != 0) NULL 163 pcre/pcrelib/pcre_get.c if ((rc = pcre16_fullinfo(code, NULL, PCRE_INFO_NAMEENTRYSIZE, &entrysize)) != 0) NULL 165 pcre/pcrelib/pcre_get.c if ((rc = pcre16_fullinfo(code, NULL, PCRE_INFO_NAMETABLE, &nametable)) != 0) NULL 407 pcre/pcrelib/pcre_get.c if (stringlist == NULL) return PCRE_ERROR_NOMEMORY; NULL 425 pcre/pcrelib/pcre_get.c *stringlist = NULL; NULL 498 pcre/pcrelib/pcre_get.c if (substring == NULL) return PCRE_ERROR_NOMEMORY; NULL 72 pcre/pcrelib/pcre_globals.c PCRE_EXP_DATA_DEFN int (*PUBL(callout))(PUBL(callout_block) *) = NULL; NULL 79 pcre/pcrelib/pcre_globals.c PCRE_EXP_DATA_DEFN int (*PUBL(callout))(PUBL(callout_block) *) = NULL; NULL 84 pcre/pcrelib/pcre_maketables.c if (yield == NULL) return NULL; NULL 78 pcre/pcrelib/pcre_refcount.c if (re == NULL) return PCRE_ERROR_NULL; NULL 377 pcre/pcrelib/pcre_study.c if (cs == NULL) return -2; NULL 1324 pcre/pcrelib/pcre_study.c PUBL(extra) *extra = NULL; NULL 1331 pcre/pcrelib/pcre_study.c *errorptr = NULL; NULL 1333 pcre/pcrelib/pcre_study.c if (re == NULL || re->magic_number != MAGIC_NUMBER) NULL 1336 pcre/pcrelib/pcre_study.c return NULL; NULL 1346 pcre/pcrelib/pcre_study.c return NULL; NULL 1352 pcre/pcrelib/pcre_study.c return NULL; NULL 1372 pcre/pcrelib/pcre_study.c if (tables == NULL) NULL 1373 pcre/pcrelib/pcre_study.c (void)pcre_fullinfo(external_re, NULL, PCRE_INFO_DEFAULT_TABLES, NULL 1376 pcre/pcrelib/pcre_study.c if (tables == NULL) NULL 1377 pcre/pcrelib/pcre_study.c (void)pcre16_fullinfo(external_re, NULL, PCRE_INFO_DEFAULT_TABLES, NULL 1395 pcre/pcrelib/pcre_study.c return NULL; NULL 1403 pcre/pcrelib/pcre_study.c case -2: *errorptr = "internal error: missing capturing bracket"; return NULL; NULL 1404 pcre/pcrelib/pcre_study.c case -3: *errorptr = "internal error: opcode not recognized"; return NULL; NULL 1426 pcre/pcrelib/pcre_study.c if (extra == NULL) NULL 1429 pcre/pcrelib/pcre_study.c return NULL; NULL 1479 pcre/pcrelib/pcre_study.c extra->executable_jit = NULL; NULL 1495 pcre/pcrelib/pcre_study.c extra = NULL; NULL 1522 pcre/pcrelib/pcre_study.c if (extra == NULL) NULL 1526 pcre/pcrelib/pcre_study.c extra->executable_jit != NULL) NULL 104 pcre/pcrelib/pcredemo.c NULL); /* use default character tables */ NULL 108 pcre/pcrelib/pcredemo.c if (re == NULL) NULL 123 pcre/pcrelib/pcredemo.c NULL, /* no extra data - we didn't study the pattern */ NULL 189 pcre/pcrelib/pcredemo.c NULL, /* no extra data - we didn't study the pattern */ NULL 203 pcre/pcrelib/pcredemo.c NULL, /* no extra data - we didn't study the pattern */ NULL 209 pcre/pcrelib/pcredemo.c NULL, /* no extra data - we didn't study the pattern */ NULL 266 pcre/pcrelib/pcredemo.c (void)pcre_fullinfo(re, NULL, PCRE_INFO_OPTIONS, &option_bits); NULL 315 pcre/pcrelib/pcredemo.c NULL, /* no extra data - we didn't study the pattern */ NULL 206 pcre/pcrelib/pcreposix.c addlength = (preg != NULL && (int)preg->re_erroffset != -1)? NULL 270 pcre/pcrelib/pcreposix.c &erroffset, NULL); NULL 276 pcre/pcrelib/pcreposix.c if (preg->re_pcre == NULL) NULL 282 pcre/pcrelib/pcreposix.c (void)pcre_fullinfo((const pcre *)preg->re_pcre, NULL, PCRE_INFO_CAPTURECOUNT, NULL 311 pcre/pcrelib/pcreposix.c int *ovector = NULL; NULL 327 pcre/pcrelib/pcreposix.c if (nosub || pmatch == NULL) nmatch = 0; NULL 339 pcre/pcrelib/pcreposix.c if (ovector == NULL) return REG_ESPACE; NULL 360 pcre/pcrelib/pcreposix.c rc = pcre_exec((const pcre *)preg->re_pcre, NULL, string + so, (eo - so), NULL 104 pcre/php_pcre.c zend_hash_init(&pcre_globals->pcre_cache, 0, NULL, php_free_pcre_cache, 1); NULL 195 pcre/php_pcre.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Internal pcre_fullinfo() error %d", rc); NULL 197 pcre/php_pcre.c return NULL; NULL 206 pcre/php_pcre.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Internal pcre_fullinfo() error %d", rc); NULL 208 pcre/php_pcre.c return NULL; NULL 214 pcre/php_pcre.c if (is_numeric_string(subpat_names[name_idx], strlen(subpat_names[name_idx]), NULL, NULL, 0) > 0) { NULL 215 pcre/php_pcre.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Numeric named subpatterns are not allowed"); NULL 217 pcre/php_pcre.c return NULL; NULL 231 pcre/php_pcre.c pcre *re = NULL; NULL 245 pcre/php_pcre.c unsigned const char *tables = NULL; NULL 247 pcre/php_pcre.c char *locale = setlocale(LC_CTYPE, NULL); NULL 251 pcre/php_pcre.c char *tmp = NULL; NULL 260 pcre/php_pcre.c if (pcre_fullinfo(pce->re, NULL, PCRE_INFO_CAPTURECOUNT, &count) == PCRE_ERROR_BADMAGIC) { NULL 279 pcre/php_pcre.c php_error_docref(NULL TSRMLS_CC, E_WARNING, NULL 281 pcre/php_pcre.c return NULL; NULL 288 pcre/php_pcre.c php_error_docref(NULL TSRMLS_CC,E_WARNING, "Delimiter must not be alphanumeric or backslash"); NULL 289 pcre/php_pcre.c return NULL; NULL 328 pcre/php_pcre.c php_error_docref(NULL TSRMLS_CC,E_WARNING, "Null byte in regex"); NULL 330 pcre/php_pcre.c php_error_docref(NULL TSRMLS_CC,E_WARNING, "No ending delimiter '%c' found", delimiter); NULL 332 pcre/php_pcre.c php_error_docref(NULL TSRMLS_CC,E_WARNING, "No ending matching delimiter '%c' found", delimiter); NULL 334 pcre/php_pcre.c return NULL; NULL 377 pcre/php_pcre.c php_error_docref(NULL TSRMLS_CC,E_WARNING, "Unknown modifier '%c'", pp[-1]); NULL 379 pcre/php_pcre.c php_error_docref(NULL TSRMLS_CC,E_WARNING, "Null byte in regex"); NULL 382 pcre/php_pcre.c return NULL; NULL 398 pcre/php_pcre.c if (re == NULL) { NULL 399 pcre/php_pcre.c php_error_docref(NULL TSRMLS_CC,E_WARNING, "Compilation failed: %s at offset %d", error, erroffset); NULL 404 pcre/php_pcre.c return NULL; NULL 414 pcre/php_pcre.c if (error != NULL) { NULL 415 pcre/php_pcre.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error while studying pattern"); NULL 418 pcre/php_pcre.c extra = NULL; NULL 473 pcre/php_pcre.c *extra = pce ? pce->extra : NULL; NULL 479 pcre/php_pcre.c return pce ? pce->re : NULL; NULL 490 pcre/php_pcre.c *extra = pce ? pce->extra : NULL; NULL 499 pcre/php_pcre.c return pce ? pce->re : NULL; NULL 518 pcre/php_pcre.c zend_hash_update(Z_ARRVAL_P(result), name, strlen(name)+1, &match_pair, sizeof(zval *), NULL); NULL 520 pcre/php_pcre.c zend_hash_next_index_insert(Z_ARRVAL_P(result), &match_pair, sizeof(zval *), NULL); NULL 532 pcre/php_pcre.c zval *subpats = NULL; /* Array for subpatterns */ NULL 542 pcre/php_pcre.c if ((pce = pcre_get_compiled_regex_cache(regex, regex_len TSRMLS_CC)) == NULL) { NULL 557 pcre/php_pcre.c **match_sets = NULL; /* An array of sets of matches for each NULL 575 pcre/php_pcre.c if (subpats != NULL) { NULL 594 pcre/php_pcre.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid flags specified"); NULL 609 pcre/php_pcre.c if (extra == NULL) { NULL 619 pcre/php_pcre.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Internal pcre_fullinfo() error %d", rc); NULL 660 pcre/php_pcre.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Matched, but too many substrings"); NULL 669 pcre/php_pcre.c if (subpats != NULL) { NULL 675 pcre/php_pcre.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Get subpatterns list failed"); NULL 685 pcre/php_pcre.c offsets[(i<<1)+1] - offsets[i<<1], offsets[i<<1], NULL); NULL 722 pcre/php_pcre.c zend_hash_next_index_insert(Z_ARRVAL_P(subpats), &result_set, sizeof(zval *), NULL); NULL 774 pcre/php_pcre.c strlen(subpat_names[i])+1, &match_sets[i], sizeof(zval *), NULL); NULL 777 pcre/php_pcre.c zend_hash_next_index_insert(Z_ARRVAL_P(subpats), &match_sets[i], sizeof(zval *), NULL); NULL 869 pcre/php_pcre.c if (call_user_function_ex(EG(function_table), NULL, function, &retval_ptr, 1, args, 0, NULL TSRMLS_CC) == SUCCESS && retval_ptr) { NULL 876 pcre/php_pcre.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to call custom replacement function"); NULL 958 pcre/php_pcre.c php_error_docref(NULL TSRMLS_CC,E_ERROR, "Failed evaluating code: %s%s", PHP_EOL, code.c); NULL 986 pcre/php_pcre.c if ((pce = pcre_get_compiled_regex_cache(regex, regex_len TSRMLS_CC)) == NULL) { NULL 987 pcre/php_pcre.c return NULL; NULL 1018 pcre/php_pcre.c *replace=NULL, /* Replacement string */ NULL 1024 pcre/php_pcre.c *replace_end=NULL, /* End of replacement string */ NULL 1029 pcre/php_pcre.c if (extra == NULL) { NULL 1039 pcre/php_pcre.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Modifier /e cannot be used with replacement callback"); NULL 1040 pcre/php_pcre.c return NULL; NULL 1051 pcre/php_pcre.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Internal pcre_fullinfo() error %d", rc); NULL 1052 pcre/php_pcre.c return NULL; NULL 1064 pcre/php_pcre.c return NULL; NULL 1073 pcre/php_pcre.c match = NULL; NULL 1088 pcre/php_pcre.c php_error_docref(NULL TSRMLS_CC,E_NOTICE, "Matched, but too many substrings"); NULL 1212 pcre/php_pcre.c result = NULL; NULL 1238 pcre/php_pcre.c **replace_entry = NULL, NULL 1293 pcre/php_pcre.c replace_count TSRMLS_CC)) != NULL) { NULL 1299 pcre/php_pcre.c return NULL; NULL 1329 pcre/php_pcre.c **zcount = NULL; NULL 1345 pcre/php_pcre.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Parameter mismatch, pattern is a string while replacement is an array"); NULL 1355 pcre/php_pcre.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Requires argument 2, '%s', to be a valid callback", callback_name); NULL 1383 pcre/php_pcre.c if ((result = php_replace_in_subject(*regex, *replace, subject_entry, &result_len, limit_val, is_callable_replace, &replace_count TSRMLS_CC)) != NULL) { NULL 1405 pcre/php_pcre.c if ((result = php_replace_in_subject(*regex, *replace, subject, &result_len, limit_val, is_callable_replace, &replace_count TSRMLS_CC)) != NULL) { NULL 1464 pcre/php_pcre.c if ((pce = pcre_get_compiled_regex_cache(regex, regex_len TSRMLS_CC)) == NULL) { NULL 1477 pcre/php_pcre.c pcre_extra *extra = NULL; /* Holds results of studying */ NULL 1478 pcre/php_pcre.c pcre *re_bump = NULL; /* Regex instance for empty matches */ NULL 1479 pcre/php_pcre.c pcre_extra *extra_bump = NULL; /* Almost dummy */ NULL 1502 pcre/php_pcre.c if (extra == NULL) { NULL 1515 pcre/php_pcre.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Internal pcre_fullinfo() error %d", rc); NULL 1538 pcre/php_pcre.c php_error_docref(NULL TSRMLS_CC,E_NOTICE, "Matched, but too many substrings"); NULL 1548 pcre/php_pcre.c add_offset_pair(return_value, last_match, &subject[offsets[0]]-last_match, next_offset, NULL); NULL 1570 pcre/php_pcre.c add_offset_pair(return_value, &subject[offsets[i<<1]], match_len, offsets[i<<1], NULL); NULL 1586 pcre/php_pcre.c if (re_bump == NULL) { NULL 1589 pcre/php_pcre.c if ((re_bump = pcre_get_compiled_regex("/./us", &extra_bump, &dummy TSRMLS_CC)) == NULL) { NULL 1597 pcre/php_pcre.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown error"); NULL 1628 pcre/php_pcre.c add_offset_pair(return_value, &subject[start_offset], subject_len - start_offset, start_offset, NULL); NULL 1649 pcre/php_pcre.c char *delim = NULL; /* Additional delimiter argument */ NULL 1745 pcre/php_pcre.c if ((pce = pcre_get_compiled_regex_cache(regex, regex_len TSRMLS_CC)) == NULL) { NULL 1769 pcre/php_pcre.c if (extra == NULL) { NULL 1779 pcre/php_pcre.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Internal pcre_fullinfo() error %d", rc); NULL 1807 pcre/php_pcre.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Matched, but too many substrings"); NULL 1824 pcre/php_pcre.c strlen(string_key)+1, entry, sizeof(zval *), NULL); NULL 1829 pcre/php_pcre.c sizeof(zval *), NULL); NULL 1934 pcre/php_pcre.c NULL, NULL 1935 pcre/php_pcre.c NULL, NULL 1941 pcre/php_pcre.c NULL, NULL 84 pcre/php_pcre.h #define pcre_module_ptr NULL NULL 146 pdo/pdo.c STANDARD_MODULE_HEADER_EX, NULL, NULL 155 pdo/pdo.c NULL, NULL 156 pdo/pdo.c NULL, NULL 161 pdo/pdo.c NULL, NULL 162 pdo/pdo.c NULL, NULL 194 pdo/pdo.c (void**)&driver, sizeof(pdo_driver_t *), NULL); NULL 208 pdo/pdo.c pdo_driver_t **driver = NULL; NULL 212 pdo/pdo.c return driver ? *driver : NULL; NULL 362 pdo/pdo.c spl_ce_RuntimeException = NULL; NULL 368 pdo/pdo.c zend_hash_init(&pdo_driver_hash, 0, NULL, NULL, 1); NULL 370 pdo/pdo.c le_ppdo = zend_register_list_destructors_ex(NULL, php_pdo_pdbh_dtor, NULL 373 pdo/pdo.c INIT_CLASS_ENTRY(ce, "PDOException", NULL); NULL 375 pdo/pdo.c pdo_exception_ce = zend_register_internal_class_ex(&ce, php_pdo_get_exception_base(0 TSRMLS_CC), NULL TSRMLS_CC); NULL 399 pdo/pdo.c char *drivers = NULL, *ldrivers = estrdup(""); NULL 44 pdo/pdo_dbh.c char *message = NULL; NULL 75 pdo/pdo_dbh.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", message); NULL 108 pdo/pdo_dbh.c char *supp = NULL; NULL 110 pdo/pdo_dbh.c char *message = NULL; NULL 111 pdo/pdo_dbh.c zval *info = NULL; NULL 113 pdo/pdo_dbh.c if (dbh == NULL || dbh->error_mode == PDO_ERRMODE_SILENT) { NULL 153 pdo/pdo_dbh.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", message); NULL 154 pdo/pdo_dbh.c } else if (EG(exception) == NULL) { NULL 188 pdo/pdo_dbh.c char *dsn = NULL; NULL 190 pdo/pdo_dbh.c stream = php_stream_open_wrapper(uri, "rb", REPORT_ERRORS, NULL); NULL 192 pdo/pdo_dbh.c dsn = php_stream_get_line(stream, buf, buflen, NULL); NULL 204 pdo/pdo_dbh.c pdo_dbh_t *dbh = NULL; NULL 209 pdo/pdo_dbh.c char *username=NULL, *password=NULL; NULL 211 pdo/pdo_dbh.c pdo_driver_t *driver = NULL; NULL 212 pdo/pdo_dbh.c zval *options = NULL; NULL 227 pdo/pdo_dbh.c char *ini_dsn = NULL; NULL 279 pdo/pdo_dbh.c char *hashkey = NULL; NULL 281 pdo/pdo_dbh.c pdo_dbh_t *pdbh = NULL; NULL 284 pdo/pdo_dbh.c if (Z_TYPE_PP(v) == IS_STRING && !is_numeric_string(Z_STRVAL_PP(v), Z_STRLEN_PP(v), NULL, NULL, 0) && Z_STRLEN_PP(v) > 0) { NULL 309 pdo/pdo_dbh.c pdbh = NULL; NULL 321 pdo/pdo_dbh.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "out of memory while allocating PDO handle"); NULL 327 pdo/pdo_dbh.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "out of memory while allocating PDO handle"); NULL 332 pdo/pdo_dbh.c pdbh->std.properties = NULL; NULL 364 pdo/pdo_dbh.c dbh->username = username ? pestrdup(username, is_persistent) : NULL; NULL 365 pdo/pdo_dbh.c dbh->password = password ? pestrdup(password, is_persistent) : NULL; NULL 372 pdo/pdo_dbh.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "out of memory"); NULL 395 pdo/pdo_dbh.c sizeof(le), NULL)) { NULL 396 pdo/pdo_dbh.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Failed to register persistent entry"); NULL 429 pdo/pdo_dbh.c pdo_raise_impl_error(dbh, NULL, "HY000", "constructor arguments must be passed as an array" TSRMLS_CC); NULL 430 pdo/pdo_dbh.c return NULL; NULL 433 pdo/pdo_dbh.c pdo_raise_impl_error(dbh, NULL, "HY000", "user-supplied statement does not accept constructor arguments" TSRMLS_CC); NULL 434 pdo/pdo_dbh.c return NULL; NULL 464 pdo/pdo_dbh.c fci.function_name = NULL; NULL 466 pdo/pdo_dbh.c fci.symbol_table = NULL; NULL 475 pdo/pdo_dbh.c while (p != NULL) { NULL 481 pdo/pdo_dbh.c fci.params = NULL; NULL 494 pdo/pdo_dbh.c object = NULL; /* marks failure */ NULL 514 pdo/pdo_dbh.c zval *options = NULL, **opt, **item, *ctor_args; NULL 530 pdo/pdo_dbh.c pdo_raise_impl_error(dbh, NULL, "HY000", NULL 539 pdo/pdo_dbh.c pdo_raise_impl_error(dbh, NULL, "HY000", NULL 545 pdo/pdo_dbh.c pdo_raise_impl_error(dbh, NULL, "HY000", NULL 552 pdo/pdo_dbh.c pdo_raise_impl_error(dbh, NULL, "HY000", NULL 561 pdo/pdo_dbh.c ctor_args = NULL; NULL 569 pdo/pdo_dbh.c pdo_raise_impl_error(dbh, NULL, "HY000", NULL 712 pdo/pdo_dbh.c pdo_raise_impl_error(dbh, NULL, "HY000", "attribute value must be an integer" TSRMLS_CC); \ NULL 728 pdo/pdo_dbh.c pdo_raise_impl_error(dbh, NULL, "HY000", "invalid error mode" TSRMLS_CC); NULL 744 pdo/pdo_dbh.c pdo_raise_impl_error(dbh, NULL, "HY000", "invalid case folding mode" TSRMLS_CC); NULL 761 pdo/pdo_dbh.c pdo_raise_impl_error(dbh, NULL, "HY000", "FETCH_INTO and FETCH_CLASS are not yet supported as default fetch modes" TSRMLS_CC); NULL 770 pdo/pdo_dbh.c pdo_raise_impl_error(dbh, NULL, "HY000", "invalid fetch mode type" TSRMLS_CC); NULL 788 pdo/pdo_dbh.c pdo_raise_impl_error(dbh, NULL, "HY000", NULL 799 pdo/pdo_dbh.c pdo_raise_impl_error(dbh, NULL, "HY000", NULL 807 pdo/pdo_dbh.c pdo_raise_impl_error(dbh, NULL, "HY000", NULL 813 pdo/pdo_dbh.c pdo_raise_impl_error(dbh, NULL, "HY000", NULL 821 pdo/pdo_dbh.c dbh->def_stmt_ctor_args = NULL; NULL 825 pdo/pdo_dbh.c pdo_raise_impl_error(dbh, NULL, "HY000", NULL 855 pdo/pdo_dbh.c pdo_raise_impl_error(dbh, NULL, "IM001", "driver does not support setting attributes" TSRMLS_CC); NULL 930 pdo/pdo_dbh.c pdo_raise_impl_error(dbh, NULL, "IM001", "driver does not support getting attributes" TSRMLS_CC); NULL 940 pdo/pdo_dbh.c pdo_raise_impl_error(dbh, NULL, "IM001", "driver does not support that attribute" TSRMLS_CC); NULL 963 pdo/pdo_dbh.c pdo_raise_impl_error(dbh, NULL, "HY000", "trying to execute an empty query" TSRMLS_CC); NULL 984 pdo/pdo_dbh.c char *name = NULL; NULL 994 pdo/pdo_dbh.c pdo_raise_impl_error(dbh, NULL, "IM001", "driver does not support lastInsertId()" TSRMLS_CC); NULL 1092 pdo/pdo_dbh.c zend_parse_parameters(0 TSRMLS_CC, "z|z", NULL, NULL); NULL 1105 pdo/pdo_dbh.c pdo_raise_impl_error(dbh, NULL, "HY000", "failed to instantiate user supplied statement class" TSRMLS_CC); NULL 1125 pdo/pdo_dbh.c if (dbh->methods->preparer(dbh, statement, statement_len, stmt, NULL TSRMLS_CC)) { NULL 1176 pdo/pdo_dbh.c pdo_raise_impl_error(dbh, NULL, "IM001", "driver does not support quoting" TSRMLS_CC); NULL 1273 pdo/pdo_dbh.c PHP_ME(PDO, query, NULL, ZEND_ACC_PUBLIC) NULL 1282 pdo/pdo_dbh.c {NULL, NULL, NULL} NULL 1303 pdo/pdo_dbh.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "out of memory while allocating PDO methods."); NULL 1305 pdo/pdo_dbh.c zend_hash_init_ex(dbh->cls_methods[kind], 8, NULL, NULL, dbh->is_persistent, 0); NULL 1312 pdo/pdo_dbh.c ifunc->prototype = NULL; NULL 1339 pdo/pdo_dbh.c ifunc->arg_info = NULL; NULL 1346 pdo/pdo_dbh.c zend_hash_add(dbh->cls_methods[kind], lc_name, namelen+1, &func, sizeof(func), NULL); NULL 1362 pdo/pdo_dbh.c zend_function *fbc = NULL; NULL 1372 pdo/pdo_dbh.c if ((fbc = std_object_handlers.get_method(object_pp, method_name, method_len, key TSRMLS_CC)) == NULL) { NULL 1386 pdo/pdo_dbh.c fbc = NULL; NULL 1521 pdo/pdo_dbh.c dbh->query_stmt = NULL; NULL 1577 pdo/pdo_dbh.c dbh->std.properties = NULL; NULL 1594 pdo/pdo_dbh.c retval.handle = zend_objects_store_put(dbh, (zend_objects_store_dtor_t)zend_objects_destroy_object, (zend_objects_free_object_storage_t)pdo_dbh_free_storage, NULL TSRMLS_CC); NULL 1607 pdo/pdo_dbh.c rsrc->ptr = NULL; NULL 424 pdo/pdo_sql_parser.c struct placeholder *placeholders = NULL, *placetail = NULL, *plc = NULL; NULL 445 pdo/pdo_sql_parser.c plc->next = NULL; NULL 541 pdo/pdo_sql_parser.c char *buf = NULL; NULL 643 pdo/pdo_sql_parser.c if (stmt->bound_param_map == NULL) { NULL 645 pdo/pdo_sql_parser.c zend_hash_init(stmt->bound_param_map, 13, NULL, NULL, 0); NULL 668 pdo/pdo_sql_parser.c zend_hash_update(stmt->bound_param_map, name, plc->len + 1, idxbuf, plc->qlen + 1, NULL); NULL 672 pdo/pdo_sql_parser.c zend_hash_index_update(stmt->bound_param_map, plc->bindno, idxbuf, plc->qlen + 1, NULL); NULL 684 pdo/pdo_sql_parser.c if (stmt->bound_param_map == NULL) { NULL 686 pdo/pdo_sql_parser.c zend_hash_init(stmt->bound_param_map, 13, NULL, NULL, 0); NULL 693 pdo/pdo_sql_parser.c zend_hash_index_update(stmt->bound_param_map, plc->bindno, name, plc->len + 1, NULL); NULL 768 pdo/pdo_sql_parser.c *outquery = NULL; NULL 799 pdo/pdo_sql_parser.c *outquery = NULL; NULL 808 pdo/pdo_sql_parser.c *outquery = NULL; NULL 835 pdo/pdo_sql_parser.c *outquery = NULL; NULL 318 pdo/pdo_sqlstate.c sizeof(err_initializer)/sizeof(err_initializer[0]), NULL, NULL, 1)) { NULL 325 pdo/pdo_sqlstate.c zend_hash_add(&err_hash, info->state, sizeof(info->state), &info, sizeof(info), NULL); NULL 338 pdo/pdo_sqlstate.c return NULL; NULL 118 pdo/pdo_stmt.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "You should not create a PDOStatement manually"); NULL 267 pdo/pdo_stmt.c Z_OBJ_HANDLE(stmt->lazy_object_ref) = zend_objects_store_put(stmt, (zend_objects_store_dtor_t)zend_objects_destroy_object, (zend_objects_free_object_storage_t)pdo_row_free_storage, NULL TSRMLS_CC); NULL 294 pdo/pdo_stmt.c param->parameter = NULL; NULL 305 pdo/pdo_stmt.c struct pdo_bound_param_data *pparam = NULL; NULL 311 pdo/pdo_stmt.c zend_hash_init(hash, 13, NULL, param_dtor, 0); NULL 376 pdo/pdo_stmt.c param->name = NULL; NULL 390 pdo/pdo_stmt.c param->name = NULL; NULL 424 pdo/pdo_stmt.c param->parameter = NULL; NULL 436 pdo/pdo_stmt.c zval *input_params = NULL; NULL 455 pdo/pdo_stmt.c stmt->bound_params = NULL; NULL 463 pdo/pdo_stmt.c ¶m.name, &str_length, &num_index, 0, NULL)) { NULL 470 pdo/pdo_stmt.c pdo_raise_impl_error(stmt->dbh, stmt, "HY093", NULL TSRMLS_CC); NULL 518 pdo/pdo_stmt.c stmt->active_query_string = NULL; NULL 540 pdo/pdo_stmt.c stmt->active_query_string = NULL; NULL 549 pdo/pdo_stmt.c char *value = NULL; NULL 558 pdo/pdo_stmt.c value = NULL; NULL 595 pdo/pdo_stmt.c if (value == NULL) { NULL 600 pdo/pdo_stmt.c char *buf = NULL; NULL 603 pdo/pdo_stmt.c if(buf == NULL) { NULL 757 pdo/pdo_stmt.c fci->function_name = NULL; NULL 758 pdo/pdo_stmt.c fci->symbol_table = NULL; NULL 767 pdo/pdo_stmt.c while (p != NULL) { NULL 773 pdo/pdo_stmt.c fci->params = NULL; NULL 793 pdo/pdo_stmt.c char *is_callable_error = NULL; NULL 795 pdo/pdo_stmt.c if (zend_fcall_info_init(callable, 0, fci, fcc, NULL, &is_callable_error TSRMLS_CC) == FAILURE) { NULL 835 pdo/pdo_stmt.c stmt->fetch.cls.fci.params = NULL; NULL 840 pdo/pdo_stmt.c stmt->fetch.cls.ctor_args = NULL; NULL 845 pdo/pdo_stmt.c stmt->fetch.func.values = NULL; NULL 857 pdo/pdo_stmt.c zend_class_entry *ce = NULL, *old_ce = NULL; NULL 858 pdo/pdo_stmt.c zval grp_val, *grp, **pgrp, *retval, *old_ctor_args = NULL; NULL 900 pdo/pdo_stmt.c zend_hash_init(return_value->value.ht, stmt->column_count, NULL, ZVAL_PTR_DTOR, 0); NULL 920 pdo/pdo_stmt.c fetch_value(stmt, return_value, 1, NULL TSRMLS_CC); NULL 922 pdo/pdo_stmt.c fetch_value(stmt, return_value, 0, NULL TSRMLS_CC); NULL 924 pdo/pdo_stmt.c fetch_value(stmt, return_value, colno, NULL TSRMLS_CC); NULL 951 pdo/pdo_stmt.c fetch_value(stmt, &val, i++, NULL TSRMLS_CC); NULL 1031 pdo/pdo_stmt.c fetch_value(stmt, &grp_val, colno, NULL TSRMLS_CC); NULL 1033 pdo/pdo_stmt.c fetch_value(stmt, &grp_val, i, NULL TSRMLS_CC); NULL 1046 pdo/pdo_stmt.c fetch_value(stmt, val, i, NULL TSRMLS_CC); NULL 1057 pdo/pdo_stmt.c fetch_value(stmt, tmp, ++i, NULL TSRMLS_CC); NULL 1060 pdo/pdo_stmt.c zend_hash_index_update((return_all ? Z_ARRVAL_P(return_all) : Z_ARRVAL_P(return_value)), Z_LVAL_P(val), &tmp, sizeof(zval *), NULL); NULL 1063 pdo/pdo_stmt.c zend_symtable_update((return_all ? Z_ARRVAL_P(return_all) : Z_ARRVAL_P(return_value)), Z_STRVAL_P(val), Z_STRLEN_P(val) + 1, &tmp, sizeof(zval *), NULL); NULL 1080 pdo/pdo_stmt.c zval **curr_val = NULL; NULL 1120 pdo/pdo_stmt.c zend_update_property(NULL, return_value, NULL 1137 pdo/pdo_stmt.c if (php_var_unserialize(&return_value, (const unsigned char**)&Z_STRVAL_P(val), Z_STRVAL_P(val)+Z_STRLEN_P(val), NULL TSRMLS_CC) == FAILURE) { NULL 1149 pdo/pdo_stmt.c } else if (ce->unserialize(&return_value, ce, Z_TYPE_P(val) == IS_STRING ? Z_STRVAL_P(val) : "", Z_TYPE_P(val) == IS_STRING ? Z_STRLEN_P(val) : 0, NULL TSRMLS_CC) == FAILURE) { NULL 1336 pdo/pdo_stmt.c char *class_name = NULL; NULL 1339 pdo/pdo_stmt.c zval *old_ctor_args, *ctor_args = NULL; NULL 1366 pdo/pdo_stmt.c stmt->fetch.cls.ctor_args = NULL; NULL 1415 pdo/pdo_stmt.c fetch_value(stmt, return_value, col_n, NULL TSRMLS_CC); NULL 1427 pdo/pdo_stmt.c zval *old_ctor_args, *ctor_args = NULL; NULL 1459 pdo/pdo_stmt.c ctor_args = NULL; NULL 1612 pdo/pdo_stmt.c param.parameter = NULL; NULL 1650 pdo/pdo_stmt.c param.parameter = NULL; NULL 1744 pdo/pdo_stmt.c zval *value = NULL; NULL 1890 pdo/pdo_stmt.c stmt->fetch.into = NULL; NULL 1960 pdo/pdo_stmt.c stmt->fetch.cls.ce = NULL; NULL 1981 pdo/pdo_stmt.c stmt->fetch.cls.ctor_args = NULL; NULL 1984 pdo/pdo_stmt.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "PHP might crash if you don't call $stmt->setFetchMode() to reset to defaults on this persistent statement. This will be fixed in a later release"); NULL 2017 pdo/pdo_stmt.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "PHP might crash if you don't call $stmt->setFetchMode() to reset to defaults on this persistent statement. This will be fixed in a later release"); NULL 2077 pdo/pdo_stmt.c stmt->columns = NULL; NULL 2151 pdo/pdo_stmt.c php_stream *out = php_stream_open_wrapper("php://output", "w", 0, NULL); NULL 2156 pdo/pdo_stmt.c if (out == NULL) { NULL 2234 pdo/pdo_stmt.c {NULL, NULL, NULL} NULL 2272 pdo/pdo_stmt.c zend_function *fbc = NULL; NULL 2300 pdo/pdo_stmt.c fbc = NULL; NULL 2374 pdo/pdo_stmt.c stmt->bound_params = NULL; NULL 2379 pdo/pdo_stmt.c stmt->bound_param_map = NULL; NULL 2384 pdo/pdo_stmt.c stmt->bound_columns = NULL; NULL 2401 pdo/pdo_stmt.c cols[i].name = NULL; NULL 2405 pdo/pdo_stmt.c stmt->columns = NULL; NULL 2410 pdo/pdo_stmt.c stmt->fetch.into = NULL; NULL 2495 pdo/pdo_stmt.c *data = NULL; NULL 2520 pdo/pdo_stmt.c I->fetch_ahead = NULL; NULL 2532 pdo/pdo_stmt.c I->fetch_ahead = NULL; NULL 2546 pdo/pdo_stmt.c NULL NULL 2570 pdo/pdo_stmt.c I->fetch_ahead = NULL; NULL 2581 pdo/pdo_stmt.c {NULL, NULL, NULL} NULL 2596 pdo/pdo_stmt.c fetch_value(stmt, return_value, Z_LVAL_P(member), NULL TSRMLS_CC); NULL 2604 pdo/pdo_stmt.c fetch_value(stmt, return_value, colno, NULL TSRMLS_CC); NULL 2625 pdo/pdo_stmt.c return row_prop_read(object, member, type, NULL TSRMLS_CC); NULL 2630 pdo/pdo_stmt.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "This PDORow is not from a writable result set"); NULL 2635 pdo/pdo_stmt.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "This PDORow is not from a writable result set"); NULL 2664 pdo/pdo_stmt.c return row_prop_exists(object, member, check_empty, NULL TSRMLS_CC); NULL 2669 pdo/pdo_stmt.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot delete properties from a PDORow"); NULL 2674 pdo/pdo_stmt.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot delete properties from a PDORow"); NULL 2682 pdo/pdo_stmt.c if (stmt == NULL) { NULL 2683 pdo/pdo_stmt.c return NULL; NULL 2692 pdo/pdo_stmt.c fetch_value(stmt, val, i, NULL TSRMLS_CC); NULL 2694 pdo/pdo_stmt.c zend_hash_update(stmt->std.properties, stmt->columns[i].name, stmt->columns[i].namelen + 1, (void *)&val, sizeof(zval *), NULL); NULL 2716 pdo/pdo_stmt.c return NULL; NULL 2764 pdo/pdo_stmt.c NULL, NULL 2769 pdo/pdo_stmt.c NULL, NULL 2770 pdo/pdo_stmt.c NULL, NULL 2771 pdo/pdo_stmt.c NULL, NULL 2783 pdo/pdo_stmt.c NULL, /* cast */ NULL 2784 pdo/pdo_stmt.c NULL NULL 2802 pdo/pdo_stmt.c retval.handle = zend_objects_store_put(NULL, (zend_objects_store_dtor_t)zend_objects_destroy_object, (zend_objects_free_object_storage_t)pdo_row_free_storage, NULL TSRMLS_CC); NULL 2810 pdo/pdo_stmt.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "PDORow instances may not be serialized"); NULL 79 pdo/php_pdo.h pdo_raise_impl_error(dbh, NULL, "00000", "PDO constructor was not called" TSRMLS_CC); \ NULL 213 pdo/php_pdo_driver.h return defval ? estrdup(defval) : NULL; NULL 63 pdo/php_pdo_int.h dbh->query_stmt = NULL; \ NULL 68 pdo/php_pdo_int.h #define PDO_HANDLE_DBH_ERR() if (strcmp(dbh->error_code, PDO_ERR_NONE)) { pdo_handle_error(dbh, NULL TSRMLS_CC); } NULL 39 pdo_dblib/dblib_driver.c pdo_dblib_stmt *S = NULL; NULL 52 pdo_dblib/dblib_driver.c DBLIB_G(err).lastmsg = NULL; NULL 79 pdo_dblib/dblib_driver.c H->link = NULL; NULL 83 pdo_dblib/dblib_driver.c H->login = NULL; NULL 86 pdo_dblib/dblib_driver.c dbh->driver_data = NULL; NULL 205 pdo_dblib/dblib_driver.c char *id = NULL; NULL 212 pdo_dblib/dblib_driver.c return NULL; NULL 216 pdo_dblib/dblib_driver.c return NULL; NULL 222 pdo_dblib/dblib_driver.c return NULL; NULL 229 pdo_dblib/dblib_driver.c return NULL; NULL 234 pdo_dblib/dblib_driver.c return NULL; NULL 238 pdo_dblib/dblib_driver.c *len = dbconvert(NULL, (dbcoltype(H->link, 1)) , (dbdata(H->link, 1)) , (dbdatlen(H->link, 1)), SQLCHAR, id, (DBINT)-1); NULL 252 pdo_dblib/dblib_driver.c NULL, /*set attr */ NULL 255 pdo_dblib/dblib_driver.c NULL, /* get attr */ NULL 256 pdo_dblib/dblib_driver.c NULL, /* check liveness */ NULL 257 pdo_dblib/dblib_driver.c NULL, /* get driver methods */ NULL 258 pdo_dblib/dblib_driver.c NULL, /* request shutdown */ NULL 259 pdo_dblib/dblib_driver.c NULL /* in transaction */ NULL 267 pdo_dblib/dblib_driver.c { "charset", NULL, 0 }, NULL 270 pdo_dblib/dblib_driver.c { "dbname", NULL, 0 }, NULL 271 pdo_dblib/dblib_driver.c { "secure", NULL, 0 }, /* DBSETLSECURE */ NULL 307 pdo_dblib/dblib_driver.c if (H->link == NULL) { NULL 318 pdo_dblib/dblib_driver.c DBSETOPT(H->link, DBQUOTEDIDENT, NULL); NULL 92 pdo_dblib/dblib_stmt.c stmt->columns = NULL; NULL 196 pdo_dblib/dblib_stmt.c char *tmp_ptr = NULL; NULL 203 pdo_dblib/dblib_stmt.c if (*len == 0 && *ptr == NULL) { NULL 223 pdo_dblib/dblib_stmt.c dbconvert(NULL, coltype, *ptr, *len, SQLFLT8, (LPBYTE)&money_value, 8); NULL 238 pdo_dblib/dblib_stmt.c *len = dbconvert(NULL, SQLUNIQUE, *ptr, *len, SQLCHAR, tmp_ptr, *len); NULL 240 pdo_dblib/dblib_stmt.c *len = dbconvert(NULL, 36, *ptr, *len, SQLCHAR, tmp_ptr, *len); NULL 250 pdo_dblib/dblib_stmt.c *len = dbconvert(NULL, coltype, *ptr, *len, SQLCHAR, tmp_ptr, -1); NULL 254 pdo_dblib/dblib_stmt.c *ptr = NULL; NULL 296 pdo_dblib/dblib_stmt.c NULL, /* set attr */ NULL 297 pdo_dblib/dblib_stmt.c NULL, /* get attr */ NULL 55 pdo_dblib/pdo_dblib.c STANDARD_MODULE_HEADER_EX, NULL, NULL 70 pdo_dblib/pdo_dblib.c NULL, NULL 76 pdo_dblib/pdo_dblib.c NULL, NULL 77 pdo_dblib/pdo_dblib.c NULL, NULL 111 pdo_dblib/pdo_dblib.c einfo->oserrstr = NULL; NULL 116 pdo_dblib/pdo_dblib.c einfo->dberrstr = NULL; NULL 128 pdo_dblib/pdo_dblib.c php_error_docref(NULL TSRMLS_CC, E_WARNING, NULL 156 pdo_dblib/pdo_dblib.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "dblib message: %s (severity %d)", msgtext, severity); NULL 172 pdo_dblib/pdo_dblib.c DBLIB_G(err).oserrstr = NULL; NULL 176 pdo_dblib/pdo_dblib.c DBLIB_G(err).dberrstr = NULL; NULL 180 pdo_dblib/pdo_dblib.c DBLIB_G(err).lastmsg = NULL; NULL 97 pdo_firebird/firebird_driver.c #define RECORD_ERROR(dbh) _firebird_error(dbh, NULL, __FILE__, __LINE__ TSRMLS_CC) NULL 141 pdo_firebird/firebird_driver.c pdo_firebird_stmt *S = NULL; NULL 145 pdo_firebird/firebird_driver.c isc_stmt_handle s = NULL; NULL 154 pdo_firebird/firebird_driver.c zend_hash_init(np, 8, NULL, NULL, 0); NULL 226 pdo_firebird/firebird_driver.c isc_stmt_handle stmt = NULL; NULL 453 pdo_firebird/firebird_driver.c (void*)&pindex, sizeof(long)+1,NULL); NULL 561 pdo_firebird/firebird_driver.c ZVAL_BOOL(val, !isc_version(&H->db, firebird_info_cb, NULL)); NULL 566 pdo_firebird/firebird_driver.c info_func_t info_func = NULL; NULL 639 pdo_firebird/firebird_driver.c NULL, /* last_id not supported */ NULL 642 pdo_firebird/firebird_driver.c NULL /* check_liveness */ NULL 650 pdo_firebird/firebird_driver.c { "dbname", NULL, 0 }, NULL 651 pdo_firebird/firebird_driver.c { "charset", NULL, 0 }, NULL 652 pdo_firebird/firebird_driver.c { "role", NULL, 0 } NULL 35 pdo_firebird/firebird_statement.c #define RECORD_ERROR(stmt) _firebird_error(NULL, stmt, __FILE__, __LINE__ TSRMLS_CC) NULL 228 pdo_firebird/firebird_statement.c isc_blob_handle blobh = NULL; NULL 308 pdo_firebird/firebird_statement.c *ptr = NULL; NULL 342 pdo_firebird/firebird_statement.c *ptr = FETCH_BUF(S->fetch_buf[colno], char, CHAR_BUF_LEN, NULL); NULL 367 pdo_firebird/firebird_statement.c *ptr = FETCH_BUF(S->fetch_buf[colno], char, CHAR_BUF_LEN, NULL); NULL 371 pdo_firebird/firebird_statement.c *ptr = FETCH_BUF(S->fetch_buf[colno], char, CHAR_BUF_LEN, NULL); NULL 375 pdo_firebird/firebird_statement.c *ptr = FETCH_BUF(S->fetch_buf[colno], char, CHAR_BUF_LEN, NULL); NULL 379 pdo_firebird/firebird_statement.c *ptr = FETCH_BUF(S->fetch_buf[colno], char, CHAR_BUF_LEN, NULL); NULL 383 pdo_firebird/firebird_statement.c *ptr = FETCH_BUF(S->fetch_buf[colno], char, CHAR_BUF_LEN, NULL); NULL 400 pdo_firebird/firebird_statement.c *ptr = FETCH_BUF(S->fetch_buf[colno], char, *len, NULL); NULL 417 pdo_firebird/firebird_statement.c isc_blob_handle h = NULL; NULL 591 pdo_firebird/firebird_statement.c value = NULL; NULL 697 pdo_firebird/firebird_statement.c NULL, /* get_column_meta_func */ NULL 698 pdo_firebird/firebird_statement.c NULL, /* next_rowset_func */ NULL 50 pdo_firebird/pdo_firebird.c STANDARD_MODULE_HEADER_EX, NULL, NULL 59 pdo_firebird/pdo_firebird.c NULL, NULL 60 pdo_firebird/pdo_firebird.c NULL, NULL 42 pdo_mysql/mysql_driver.c # define pdo_mysql_init(persistent) mysql_init(NULL) NULL 51 pdo_mysql/mysql_driver.c pdo_mysql_stmt *S = NULL; NULL 75 pdo_mysql/mysql_driver.c einfo->errmsg = NULL; NULL 150 pdo_mysql/mysql_driver.c H->server = NULL; NULL 154 pdo_mysql/mysql_driver.c H->einfo.errmsg = NULL; NULL 157 pdo_mysql/mysql_driver.c dbh->driver_data = NULL; NULL 168 pdo_mysql/mysql_driver.c char *nsql = NULL; NULL 234 pdo_mysql/mysql_driver.c S->params = NULL; NULL 530 pdo_mysql/mysql_driver.c # define MYSQL_UNIX_ADDR NULL NULL 540 pdo_mysql/mysql_driver.c char *host = NULL, *unix_socket = NULL; NULL 544 pdo_mysql/mysql_driver.c { "charset", NULL, 0 }, NULL 574 pdo_mysql/mysql_driver.c H->einfo.errmsg = NULL; NULL 596 pdo_mysql/mysql_driver.c char *init_cmd = NULL; NULL 598 pdo_mysql/mysql_driver.c char *default_file = NULL, *default_group = NULL; NULL 601 pdo_mysql/mysql_driver.c char *ssl_key = NULL, *ssl_cert = NULL, *ssl_ca = NULL, *ssl_capath = NULL, *ssl_cipher = NULL; NULL 650 pdo_mysql/mysql_driver.c init_cmd = pdo_attr_strval(driver_options, PDO_MYSQL_ATTR_INIT_COMMAND, NULL TSRMLS_CC); NULL 660 pdo_mysql/mysql_driver.c default_file = pdo_attr_strval(driver_options, PDO_MYSQL_ATTR_READ_DEFAULT_FILE, NULL TSRMLS_CC); NULL 670 pdo_mysql/mysql_driver.c default_group= pdo_attr_strval(driver_options, PDO_MYSQL_ATTR_READ_DEFAULT_GROUP, NULL TSRMLS_CC); NULL 688 pdo_mysql/mysql_driver.c ssl_key = pdo_attr_strval(driver_options, PDO_MYSQL_ATTR_SSL_KEY, NULL TSRMLS_CC); NULL 689 pdo_mysql/mysql_driver.c ssl_cert = pdo_attr_strval(driver_options, PDO_MYSQL_ATTR_SSL_CERT, NULL TSRMLS_CC); NULL 690 pdo_mysql/mysql_driver.c ssl_ca = pdo_attr_strval(driver_options, PDO_MYSQL_ATTR_SSL_CA, NULL TSRMLS_CC); NULL 691 pdo_mysql/mysql_driver.c ssl_capath = pdo_attr_strval(driver_options, PDO_MYSQL_ATTR_SSL_CAPATH, NULL TSRMLS_CC); NULL 692 pdo_mysql/mysql_driver.c ssl_cipher = pdo_attr_strval(driver_options, PDO_MYSQL_ATTR_SSL_CIPHER, NULL TSRMLS_CC); NULL 741 pdo_mysql/mysql_driver.c port, unix_socket, connect_opts TSRMLS_CC) == NULL) { NULL 743 pdo_mysql/mysql_driver.c if (mysql_real_connect(H->server, host, dbh->username, dbh->password, dbname, port, unix_socket, connect_opts) == NULL) { NULL 56 pdo_mysql/mysql_statement.c S->result = NULL; NULL 60 pdo_mysql/mysql_statement.c S->einfo.errmsg = NULL; NULL 64 pdo_mysql/mysql_statement.c S->stmt = NULL; NULL 144 pdo_mysql/mysql_statement.c if (NULL == S->result) { NULL 177 pdo_mysql/mysql_statement.c S->stmt = NULL; NULL 289 pdo_mysql/mysql_statement.c S->result = NULL; NULL 329 pdo_mysql/mysql_statement.c S->result = NULL; NULL 372 pdo_mysql/mysql_statement.c S->result = NULL; NULL 412 pdo_mysql/mysql_statement.c S->result = NULL; NULL 505 pdo_mysql/mysql_statement.c b->buffer = NULL; NULL 644 pdo_mysql/mysql_statement.c if ((S->current_data = mysql_fetch_row(S->result)) == NULL) { NULL 723 pdo_mysql/mysql_statement.c if (S->current_data == NULL || !S->result) { NULL 742 pdo_mysql/mysql_statement.c *ptr = NULL; NULL 802 pdo_mysql/mysql_statement.c PDO_MYSQL_NATIVE_TYPE_NAME(NULL) NULL 804 pdo_mysql/mysql_statement.c return NULL; NULL 887 pdo_mysql/mysql_statement.c S->result = NULL; NULL 916 pdo_mysql/mysql_statement.c NULL, /* set_attr */ NULL 917 pdo_mysql/mysql_statement.c NULL, /* get_attr */ NULL 55 pdo_mysql/pdo_mysql.c # define PDO_MYSQL_UNIX_ADDR NULL NULL 68 pdo_mysql/pdo_mysql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Provided PDO instance is not using MySQL but %s", dbh->driver->driver_name); NULL 69 pdo_mysql/pdo_mysql.c return NULL; NULL 74 pdo_mysql/pdo_mysql.c return NULL; NULL 91 pdo_mysql/pdo_mysql.c STD_PHP_INI_ENTRY("pdo_mysql.debug", NULL, PHP_INI_SYSTEM, OnUpdateString, debug, zend_pdo_mysql_globals, pdo_mysql_globals) NULL 188 pdo_mysql/pdo_mysql.c PDO_MYSQL_G(dbg) = NULL; NULL 201 pdo_mysql/pdo_mysql.c pdo_mysql_globals->default_socket = NULL; NULL 204 pdo_mysql/pdo_mysql.c pdo_mysql_globals->debug = NULL; /* The actual string */ NULL 205 pdo_mysql/pdo_mysql.c pdo_mysql_globals->dbg = NULL; /* The DBG object*/ NULL 230 pdo_mysql/pdo_mysql.c STANDARD_MODULE_HEADER_EX, NULL, NULL 240 pdo_mysql/pdo_mysql.c NULL, NULL 241 pdo_mysql/pdo_mysql.c NULL, NULL 247 pdo_mysql/pdo_mysql.c NULL, NULL 248 pdo_mysql/pdo_mysql.c NULL, NULL 151 pdo_mysql/php_pdo_mysql_int.h #define pdo_mysql_error(s) _pdo_mysql_error(s, NULL, __FILE__, __LINE__ TSRMLS_CC) NULL 66 pdo_oci/oci_driver.c pdo_oci_stmt *S = NULL; NULL 82 pdo_oci/oci_driver.c einfo->errmsg = NULL; NULL 98 pdo_oci/oci_driver.c OCIErrorGet(err, (ub4)1, NULL, &einfo->errcode, errbuf, (ub4)sizeof(errbuf), OCI_HTYPE_ERROR); NULL 103 pdo_oci/oci_driver.c OCIErrorGet(err, (ub4)1, NULL, &einfo->errcode, errbuf, (ub4)sizeof(errbuf), OCI_HTYPE_ERROR); NULL 184 pdo_oci/oci_driver.c H->einfo.errmsg = einfo->errmsg ? pestrdup(einfo->errmsg, dbh->is_persistent) : NULL; NULL 209 pdo_oci/oci_driver.c H->session = NULL; NULL 214 pdo_oci/oci_driver.c H->svc = NULL; NULL 227 pdo_oci/oci_driver.c H->server = NULL; NULL 231 pdo_oci/oci_driver.c H->err = NULL; NULL 235 pdo_oci/oci_driver.c H->env = NULL; NULL 240 pdo_oci/oci_driver.c H->einfo.errmsg = NULL; NULL 254 pdo_oci/oci_driver.c char *nsql = NULL; NULL 282 pdo_oci/oci_driver.c OCIHandleAlloc(H->env, (dvoid*)&S->stmt, OCI_HTYPE_STMT, 0, NULL); NULL 285 pdo_oci/oci_driver.c OCIHandleAlloc(H->env, (dvoid*)&S->err, OCI_HTYPE_ERROR, 0, NULL); NULL 291 pdo_oci/oci_driver.c nsql = NULL; NULL 318 pdo_oci/oci_driver.c nsql = NULL; NULL 333 pdo_oci/oci_driver.c OCIHandleAlloc(H->env, (dvoid*)&stmt, OCI_HTYPE_STMT, 0, NULL); NULL 347 pdo_oci/oci_driver.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "issuing a SELECT query here is invalid"); NULL 352 pdo_oci/oci_driver.c H->last_err = OCIStmtExecute(H->svc, stmt, H->err, 1, 0, NULL, NULL, NULL 562 pdo_oci/oci_driver.c OCIErrorGet (H->err, (ub4)1, NULL, &error_code, NULL, 0, OCI_HTYPE_ERROR); NULL 580 pdo_oci/oci_driver.c NULL, NULL 584 pdo_oci/oci_driver.c NULL /* get_driver_methods */ NULL 592 pdo_oci/oci_driver.c { "charset", NULL, 0 }, NULL 609 pdo_oci/oci_driver.c if (OCIEnvNlsCreate(&H->env, PDO_OCI_INIT_MODE, 0, NULL, NULL, NULL, 0, NULL, H->charset, H->charset) != OCI_SUCCESS) { NULL 616 pdo_oci/oci_driver.c if (H->env == NULL) { NULL 622 pdo_oci/oci_driver.c OCIHandleAlloc(H->env, (dvoid **)&H->err, OCI_HTYPE_ERROR, 0, NULL); NULL 625 pdo_oci/oci_driver.c OCIHandleAlloc(H->env, (dvoid **)&H->server, OCI_HTYPE_SERVER, 0, NULL); NULL 638 pdo_oci/oci_driver.c H->last_err = OCIHandleAlloc(H->env, (dvoid**)&H->svc, OCI_HTYPE_SVCCTX, 0, NULL); NULL 644 pdo_oci/oci_driver.c H->last_err = OCIHandleAlloc(H->env, (dvoid**)&H->session, OCI_HTYPE_SESSION, 0, NULL); NULL 71 pdo_oci/oci_statement.c S->stmt = NULL; NULL 75 pdo_oci/oci_statement.c S->err = NULL; NULL 82 pdo_oci/oci_statement.c stmt->bound_columns = NULL; NULL 88 pdo_oci/oci_statement.c stmt->bound_params = NULL; NULL 93 pdo_oci/oci_statement.c S->einfo.errmsg = NULL; NULL 110 pdo_oci/oci_statement.c S->cols = NULL; NULL 114 pdo_oci/oci_statement.c stmt->driver_data = NULL; NULL 147 pdo_oci/oci_statement.c (S->stmt_type == OCI_STMT_SELECT && !S->have_blobs) ? 0 : 1, 0, NULL, NULL, NULL 194 pdo_oci/oci_statement.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "param is NULL in oci_bind_input_cb; this should not happen"); NULL 226 pdo_oci/oci_statement.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "param is NULL in oci_bind_output_cb; this should not happen"); NULL 331 pdo_oci/oci_statement.c STMT_CALL(OCIDescriptorAlloc, (S->H->env, &P->thing, OCI_DTYPE_LOB, 0, NULL)); NULL 373 pdo_oci/oci_statement.c P->thing = NULL; NULL 396 pdo_oci/oci_statement.c NULL, NULL, 0, SQLCS_IMPLICIT); NULL 415 pdo_oci/oci_statement.c NULL, NULL, 0, SQLCS_IMPLICIT); NULL 423 pdo_oci/oci_statement.c P->thing = NULL; NULL 490 pdo_oci/oci_statement.c php_error_docref(NULL TSRMLS_CC, E_WARNING, NULL 501 pdo_oci/oci_statement.c OCIParam *param = NULL; NULL 555 pdo_oci/oci_statement.c STMT_CALL(OCIDescriptorAlloc, (S->H->env, (dvoid**)&S->cols[colno].data, OCI_DTYPE_LOB, 0, NULL)); NULL 618 pdo_oci/oci_statement.c NULL, NULL, 0, SQLCS_IMPLICIT); NULL 637 pdo_oci/oci_statement.c NULL, NULL, 0, SQLCS_IMPLICIT); NULL 691 pdo_oci/oci_statement.c NULL, NULL 692 pdo_oci/oci_statement.c NULL, NULL 693 pdo_oci/oci_statement.c NULL NULL 713 pdo_oci/oci_statement.c return NULL; NULL 724 pdo_oci/oci_statement.c *ptr = NULL; NULL 744 pdo_oci/oci_statement.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "column %d data was too large for buffer and was truncated to fit it", colno); NULL 50 pdo_oci/pdo_oci.c STANDARD_MODULE_HEADER_EX, NULL, NULL 59 pdo_oci/pdo_oci.c NULL, NULL 60 pdo_oci/pdo_oci.c NULL, NULL 87 pdo_oci/pdo_oci.c OCIEnv *pdo_oci_Env = NULL; NULL 96 pdo_oci/pdo_oci.c OCIEnvCreate(&pdo_oci_Env, PDO_OCI_INIT_MODE, NULL, NULL, NULL, NULL, 0, NULL); NULL 98 pdo_oci/pdo_oci.c OCIInitialize(PDO_OCI_INIT_MODE, NULL, NULL, NULL, NULL); NULL 99 pdo_oci/pdo_oci.c OCIEnvInit(&pdo_oci_Env, OCI_DEFAULT, 0, NULL); NULL 90 pdo_oci/php_pdo_oci_int.h #define oci_init_error(w) _oci_error(H->err, dbh, NULL, w, H->last_err, TRUE, __FILE__, __LINE__ TSRMLS_CC) NULL 91 pdo_oci/php_pdo_oci_int.h #define oci_drv_error(w) _oci_error(H->err, dbh, NULL, w, H->last_err, FALSE, __FILE__, __LINE__ TSRMLS_CC) NULL 38 pdo_odbc/odbc_driver.c pdo_odbc_stmt *S = NULL; NULL 39 pdo_odbc/odbc_driver.c char *message = NULL; NULL 67 pdo_odbc/odbc_driver.c pdo_odbc_stmt *S = NULL; NULL 135 pdo_odbc/odbc_driver.c H->dbc = NULL; NULL 138 pdo_odbc/odbc_driver.c H->env = NULL; NULL 140 pdo_odbc/odbc_driver.c dbh->driver_data = NULL; NULL 152 pdo_odbc/odbc_driver.c char *nsql = NULL; NULL 385 pdo_odbc/odbc_driver.c NULL, /* last id */ NULL 388 pdo_odbc/odbc_driver.c NULL, /* check_liveness */ NULL 456 pdo_odbc/odbc_driver.c rc = SQLDriverConnect(H->dbc, NULL, (char*)dbh->data_source, strlen(dbh->data_source), NULL 68 pdo_odbc/odbc_stmt.c ret = MultiByteToWideChar(CP_UTF8, 0, buf, buflen, NULL, 0); NULL 103 pdo_odbc/odbc_stmt.c ret = WideCharToMultiByte(CP_UTF8, 0, (LPCWSTR)buf, buflen/sizeof(WCHAR), NULL, 0, NULL, NULL); NULL 113 pdo_odbc/odbc_stmt.c ret = WideCharToMultiByte(CP_UTF8, 0, (LPCWSTR)buf, buflen/sizeof(WCHAR), S->convbuf, S->convbufsize, NULL, NULL); NULL 137 pdo_odbc/odbc_stmt.c S->cols = NULL; NULL 166 pdo_odbc/odbc_stmt.c char *buf = NULL; NULL 227 pdo_odbc/odbc_stmt.c if (buf == NULL) { NULL 335 pdo_odbc/odbc_stmt.c P->outbuf = NULL; NULL 553 pdo_odbc/odbc_stmt.c &S->cols[colno].coltype, &colsize, NULL, NULL); NULL 564 pdo_odbc/odbc_stmt.c NULL, 0, NULL, &displaysize); NULL 689 pdo_odbc/odbc_stmt.c *ptr = NULL; NULL 698 pdo_odbc/odbc_stmt.c *ptr = NULL; NULL 711 pdo_odbc/odbc_stmt.c *ptr = NULL; NULL 830 pdo_odbc/odbc_stmt.c NULL, /* get column meta */ NULL 51 pdo_odbc/pdo_odbc.c STANDARD_MODULE_HEADER_EX, NULL, NULL 60 pdo_odbc/pdo_odbc.c NULL, NULL 61 pdo_odbc/pdo_odbc.c NULL, NULL 79 pdo_odbc/pdo_odbc.c PHP_INI_ENTRY("pdo_odbc.db2_instance_name", NULL, PHP_INI_SYSTEM, NULL) NULL 88 pdo_odbc/pdo_odbc.c char *pooling_val = NULL; NULL 118 pdo_odbc/pdo_odbc.c if (FAILURE == cfg_get_string("pdo_odbc.connection_pooling", &pooling_val) || pooling_val == NULL) { NULL 130 pdo_odbc/pdo_odbc.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Error in pdo_odbc.connection_pooling configuration. Value MUST be one of 'strict', 'relaxed' or 'off'"); NULL 171 pdo_odbc/php_pdo_odbc_int.h #define pdo_odbc_drv_error(what) pdo_odbc_error(dbh, NULL, SQL_NULL_HSTMT, what, __FILE__, __LINE__ TSRMLS_CC) NULL 173 pdo_odbc/php_pdo_odbc_int.h #define pdo_odbc_doer_error(what) pdo_odbc_error(dbh, NULL, stmt, what, __FILE__, __LINE__ TSRMLS_CC) NULL 44 pdo_pgsql/pdo_pgsql.c {NULL, NULL, NULL} NULL 61 pdo_pgsql/pdo_pgsql.c STANDARD_MODULE_HEADER_EX, NULL, NULL 70 pdo_pgsql/pdo_pgsql.c NULL, NULL 71 pdo_pgsql/pdo_pgsql.c NULL, NULL 76 pdo_pgsql/pgsql_driver.c einfo->errmsg = NULL; NULL 79 pdo_pgsql/pgsql_driver.c if (sqlstate == NULL) { NULL 166 pdo_pgsql/pgsql_driver.c NULL, NULL 167 pdo_pgsql/pgsql_driver.c NULL, NULL 168 pdo_pgsql/pgsql_driver.c NULL NULL 190 pdo_pgsql/pgsql_driver.c return NULL; NULL 200 pdo_pgsql/pgsql_driver.c H->server = NULL; NULL 204 pdo_pgsql/pgsql_driver.c H->einfo.errmsg = NULL; NULL 207 pdo_pgsql/pgsql_driver.c dbh->driver_data = NULL; NULL 220 pdo_pgsql/pgsql_driver.c char *nsql = NULL; NULL 292 pdo_pgsql/pgsql_driver.c pdo_pgsql_error(dbh, PGRES_FATAL_ERROR, NULL); NULL 336 pdo_pgsql/pgsql_driver.c *quotedlen = PQescapeStringConn(H->server, *quoted + 1, unquoted, unquotedlen, NULL); NULL 348 pdo_pgsql/pgsql_driver.c char *id = NULL; NULL 350 pdo_pgsql/pgsql_driver.c if (name == NULL) { NULL 352 pdo_pgsql/pgsql_driver.c return NULL; NULL 360 pdo_pgsql/pgsql_driver.c res = PQexecParams(H->server, "SELECT CURRVAL($1)", 1, NULL, q, NULL, NULL, 0); NULL 518 pdo_pgsql/pgsql_driver.c char *table_name, *pg_delim = NULL, *pg_null_as = NULL, *pg_fields = NULL; NULL 532 pdo_pgsql/pgsql_driver.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot copy from an empty array"); NULL 554 pdo_pgsql/pgsql_driver.c query = NULL; NULL 595 pdo_pgsql/pgsql_driver.c if (PQputCopyEnd(H->server, NULL) != 1) { NULL 624 pdo_pgsql/pgsql_driver.c char *table_name, *filename, *pg_delim = NULL, *pg_null_as = NULL, *pg_fields = NULL; NULL 641 pdo_pgsql/pgsql_driver.c stream = php_stream_open_wrapper_ex(filename, "rb", ENFORCE_SAFE_MODE | REPORT_ERRORS, NULL, FG(default_context)); NULL 674 pdo_pgsql/pgsql_driver.c while ((buf = php_stream_get_line(stream, NULL, 0, &line_len)) != NULL) { NULL 685 pdo_pgsql/pgsql_driver.c if (PQputCopyEnd(H->server, NULL) != 1) { NULL 716 pdo_pgsql/pgsql_driver.c char *table_name, *pg_delim = NULL, *pg_null_as = NULL, *pg_fields = NULL, *filename = NULL; NULL 736 pdo_pgsql/pgsql_driver.c stream = php_stream_open_wrapper_ex(filename, "wb", ENFORCE_SAFE_MODE | REPORT_ERRORS, NULL, FG(default_context)); NULL 763 pdo_pgsql/pgsql_driver.c char *csv = NULL; NULL 805 pdo_pgsql/pgsql_driver.c char *table_name, *pg_delim = NULL, *pg_null_as = NULL, *pg_fields = NULL; NULL 846 pdo_pgsql/pgsql_driver.c char *csv = NULL; NULL 980 pdo_pgsql/pgsql_driver.c PHP_ME(PDO, pgsqlLOBCreate, NULL, ZEND_ACC_PUBLIC) NULL 981 pdo_pgsql/pgsql_driver.c PHP_ME(PDO, pgsqlLOBOpen, NULL, ZEND_ACC_PUBLIC) NULL 982 pdo_pgsql/pgsql_driver.c PHP_ME(PDO, pgsqlLOBUnlink, NULL, ZEND_ACC_PUBLIC) NULL 983 pdo_pgsql/pgsql_driver.c PHP_ME(PDO, pgsqlCopyFromArray, NULL, ZEND_ACC_PUBLIC) NULL 984 pdo_pgsql/pgsql_driver.c PHP_ME(PDO, pgsqlCopyFromFile, NULL, ZEND_ACC_PUBLIC) NULL 985 pdo_pgsql/pgsql_driver.c PHP_ME(PDO, pgsqlCopyToArray, NULL, ZEND_ACC_PUBLIC) NULL 986 pdo_pgsql/pgsql_driver.c PHP_ME(PDO, pgsqlCopyToFile, NULL, ZEND_ACC_PUBLIC) NULL 996 pdo_pgsql/pgsql_driver.c return NULL; NULL 1033 pdo_pgsql/pgsql_driver.c NULL, NULL 1048 pdo_pgsql/pgsql_driver.c H->einfo.errmsg = NULL; NULL 54 pdo_pgsql/pgsql_statement.c S->result = NULL; NULL 60 pdo_pgsql/pgsql_statement.c char *q = NULL; NULL 72 pdo_pgsql/pgsql_statement.c S->stmt_name = NULL; NULL 76 pdo_pgsql/pgsql_statement.c S->param_lengths = NULL; NULL 80 pdo_pgsql/pgsql_statement.c S->param_values = NULL; NULL 84 pdo_pgsql/pgsql_statement.c S->param_formats = NULL; NULL 88 pdo_pgsql/pgsql_statement.c S->param_types = NULL; NULL 92 pdo_pgsql/pgsql_statement.c S->query = NULL; NULL 98 pdo_pgsql/pgsql_statement.c char *q = NULL; NULL 106 pdo_pgsql/pgsql_statement.c S->cursor_name = NULL; NULL 111 pdo_pgsql/pgsql_statement.c S->cols = NULL; NULL 114 pdo_pgsql/pgsql_statement.c stmt->driver_data = NULL; NULL 127 pdo_pgsql/pgsql_statement.c S->result = NULL; NULL 133 pdo_pgsql/pgsql_statement.c char *q = NULL; NULL 311 pdo_pgsql/pgsql_statement.c if (P == NULL) { NULL 342 pdo_pgsql/pgsql_statement.c S->param_values[param->paramno] = NULL; NULL 388 pdo_pgsql/pgsql_statement.c char *ori_str = NULL; NULL 389 pdo_pgsql/pgsql_statement.c char *q = NULL; NULL 504 pdo_pgsql/pgsql_statement.c *ptr = NULL; NULL 535 pdo_pgsql/pgsql_statement.c *ptr = NULL; NULL 575 pdo_pgsql/pgsql_statement.c char *q=NULL; NULL 626 pdo_pgsql/pgsql_statement.c NULL, /* set_attr */ NULL 627 pdo_pgsql/pgsql_statement.c NULL, /* get_attr */ NULL 629 pdo_pgsql/pgsql_statement.c NULL, /* next_rowset */ NULL 87 pdo_pgsql/php_pdo_pgsql_int.h #define pdo_pgsql_error(d,e,z) _pdo_pgsql_error(d, NULL, e, z, __FILE__, __LINE__ TSRMLS_CC) NULL 56 pdo_sqlite/pdo_sqlite.c STANDARD_MODULE_HEADER_EX, NULL, NULL 65 pdo_sqlite/pdo_sqlite.c NULL, NULL 66 pdo_sqlite/pdo_sqlite.c NULL, NULL 74 pdo_sqlite/php_pdo_sqlite_int.h #define pdo_sqlite_error(s) _pdo_sqlite_error(s, NULL, __FILE__, __LINE__ TSRMLS_CC) NULL 117 pdo_sqlite/sqlite_driver.c NULL, NULL, NULL); NULL 144 pdo_sqlite/sqlite_driver.c NULL); NULL 165 pdo_sqlite/sqlite_driver.c H->db = NULL; NULL 169 pdo_sqlite/sqlite_driver.c einfo->errmsg = NULL; NULL 172 pdo_sqlite/sqlite_driver.c dbh->driver_data = NULL; NULL 209 pdo_sqlite/sqlite_driver.c char *errmsg = NULL; NULL 211 pdo_sqlite/sqlite_driver.c if (sqlite3_exec(H->db, sql, NULL, NULL, &errmsg) != SQLITE_OK) { NULL 244 pdo_sqlite/sqlite_driver.c char *errmsg = NULL; NULL 246 pdo_sqlite/sqlite_driver.c if (sqlite3_exec(H->db, "BEGIN", NULL, NULL, &errmsg) != SQLITE_OK) { NULL 258 pdo_sqlite/sqlite_driver.c char *errmsg = NULL; NULL 260 pdo_sqlite/sqlite_driver.c if (sqlite3_exec(H->db, "COMMIT", NULL, NULL, &errmsg) != SQLITE_OK) { NULL 272 pdo_sqlite/sqlite_driver.c char *errmsg = NULL; NULL 274 pdo_sqlite/sqlite_driver.c if (sqlite3_exec(H->db, "ROLLBACK", NULL, NULL, &errmsg) != SQLITE_OK) { NULL 315 pdo_sqlite/sqlite_driver.c zval ***zargs = NULL; NULL 316 pdo_sqlite/sqlite_driver.c zval *retval = NULL; NULL 320 pdo_sqlite/sqlite_driver.c zval **agg_context = NULL; NULL 331 pdo_sqlite/sqlite_driver.c fc->fci.symbol_table = NULL; NULL 332 pdo_sqlite/sqlite_driver.c fc->fci.object_ptr = NULL; NULL 388 pdo_sqlite/sqlite_driver.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "An error occurred while invoking the callback"); NULL 442 pdo_sqlite/sqlite_driver.c retval = NULL; NULL 444 pdo_sqlite/sqlite_driver.c *agg_context = NULL; NULL 478 pdo_sqlite/sqlite_driver.c do_callback(&func->afini, func->fini, 0, NULL, context, 1 TSRMLS_CC); NULL 488 pdo_sqlite/sqlite_driver.c zval *retval = NULL; NULL 495 pdo_sqlite/sqlite_driver.c collation->fc.fci.symbol_table = NULL; NULL 496 pdo_sqlite/sqlite_driver.c collation->fc.fci.object_ptr = NULL; NULL 510 pdo_sqlite/sqlite_driver.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "An error occurred while invoking the callback"); NULL 541 pdo_sqlite/sqlite_driver.c char *cbname = NULL; NULL 555 pdo_sqlite/sqlite_driver.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "function '%s' is not callable", cbname); NULL 566 pdo_sqlite/sqlite_driver.c func, php_sqlite3_func_callback, NULL, NULL); NULL 612 pdo_sqlite/sqlite_driver.c char *cbname = NULL; NULL 626 pdo_sqlite/sqlite_driver.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "function '%s' is not callable", cbname); NULL 632 pdo_sqlite/sqlite_driver.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "function '%s' is not callable", cbname); NULL 643 pdo_sqlite/sqlite_driver.c func, NULL, php_sqlite3_func_step_callback, php_sqlite3_func_final_callback); NULL 674 pdo_sqlite/sqlite_driver.c char *cbname = NULL; NULL 688 pdo_sqlite/sqlite_driver.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "function '%s' is not callable", cbname); NULL 717 pdo_sqlite/sqlite_driver.c PHP_ME(SQLite, sqliteCreateFunction, NULL, ZEND_ACC_PUBLIC) NULL 718 pdo_sqlite/sqlite_driver.c PHP_ME(SQLite, sqliteCreateAggregate, NULL, ZEND_ACC_PUBLIC) NULL 719 pdo_sqlite/sqlite_driver.c PHP_ME(SQLite, sqliteCreateCollation, NULL, ZEND_ACC_PUBLIC) NULL 730 pdo_sqlite/sqlite_driver.c return NULL; NULL 756 pdo_sqlite/sqlite_driver.c NULL, /* check_liveness: not needed */ NULL 764 pdo_sqlite/sqlite_driver.c char *fullpath = expand_filepath(filename, NULL TSRMLS_CC); NULL 767 pdo_sqlite/sqlite_driver.c return NULL; NULL 772 pdo_sqlite/sqlite_driver.c return NULL; NULL 820 pdo_sqlite/sqlite_driver.c H->einfo.errmsg = NULL; NULL 841 pdo_sqlite/sqlite_driver.c sqlite3_set_authorizer(H->db, authorizer, NULL); NULL 40 pdo_sqlite/sqlite_statement.c S->stmt = NULL; NULL 256 pdo_sqlite/sqlite_statement.c *ptr = NULL; NULL 342 pdo_sqlite/sqlite_statement.c NULL, /* set_attr */ NULL 343 pdo_sqlite/sqlite_statement.c NULL, /* get_attr */ NULL 345 pdo_sqlite/sqlite_statement.c NULL, /* next_rowset */ NULL 83 pgsql/pgsql.c #define CHECK_DEFAULT_LINK(x) if ((x) == -1) { php_error_docref(NULL TSRMLS_CC, E_WARNING, "No PostgreSQL link opened yet"); } NULL 731 pgsql/pgsql.c NULL, NULL 732 pgsql/pgsql.c NULL, NULL 765 pgsql/pgsql.c return *buf = _php_pgsql_trim_message(PQerrorMessage(pgsql), NULL); NULL 772 pgsql/pgsql.c char *msgbuf = _php_pgsql_trim_message(PQerrorMessage(pgsql), NULL); \ NULL 773 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, text, msgbuf); \ NULL 833 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "%s", notice->message); NULL 835 pgsql/pgsql.c zend_hash_index_update(&PGG(notices), (ulong)resource_id, (void **)¬ice, sizeof(php_pgsql_notice *), NULL); NULL 850 pgsql/pgsql.c notice = NULL; NULL 935 pgsql/pgsql.c zend_hash_init_ex(&pgsql_globals->notices, 0, NULL, PHP_PGSQL_NOTICE_PTR_DTOR, 1, 0); NULL 945 pgsql/pgsql.c le_link = zend_register_list_destructors_ex(_close_pgsql_link, NULL, "pgsql link", module_number); NULL 946 pgsql/pgsql.c le_plink = zend_register_list_destructors_ex(NULL, _close_pgsql_plink, "pgsql link persistent", module_number); NULL 947 pgsql/pgsql.c le_result = zend_register_list_destructors_ex(_free_result, NULL, "pgsql result", module_number); NULL 948 pgsql/pgsql.c le_lofp = zend_register_list_destructors_ex(_free_ptr, NULL, "pgsql large object", module_number); NULL 949 pgsql/pgsql.c le_string = zend_register_list_destructors_ex(_free_ptr, NULL, "pgsql string", module_number); NULL 1096 pgsql/pgsql.c char *host=NULL,*port=NULL,*options=NULL,*tty=NULL,*dbname=NULL,*connstring=NULL; NULL 1157 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, NULL 1162 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, NULL 1173 pgsql/pgsql.c if (pgsql==NULL || PQstatus(pgsql)==CONNECTION_BAD) { NULL 1184 pgsql/pgsql.c if (zend_hash_update(&EG(persistent_list), str.c, str.len+1, (void *) &new_le, sizeof(zend_rsrc_list_entry), NULL)==FAILURE) { NULL 1202 pgsql/pgsql.c if (le->ptr == NULL) { NULL 1212 pgsql/pgsql.c if (le->ptr==NULL || PQstatus(le->ptr)==CONNECTION_BAD) { NULL 1213 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_WARNING,"PostgreSQL link lost, unable to reconnect"); NULL 1259 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot create new link. Too many open links (%ld)", PGG(num_links)); NULL 1267 pgsql/pgsql.c if (pgsql==NULL || PQstatus(pgsql)==CONNECTION_BAD) { NULL 1281 pgsql/pgsql.c if (zend_hash_update(&EG(regular_list),str.c,str.len+1,(void *) &new_index_ptr, sizeof(zend_rsrc_list_entry), NULL)==FAILURE) { NULL 1336 pgsql/pgsql.c zval *pgsql_link = NULL; NULL 1349 pgsql/pgsql.c if (pgsql_link == NULL && id == -1) { NULL 1382 pgsql/pgsql.c zval *pgsql_link = NULL; NULL 1396 pgsql/pgsql.c if (pgsql_link == NULL && id == -1) { NULL 1517 pgsql/pgsql.c pgsql_link = NULL; NULL 1522 pgsql/pgsql.c if (pgsql_link == NULL && id == -1) { NULL 1550 pgsql/pgsql.c pgsql_link = NULL; NULL 1553 pgsql/pgsql.c if (pgsql_link == NULL && id == -1) { NULL 1580 pgsql/pgsql.c zval *pgsql_link = NULL; NULL 1601 pgsql/pgsql.c if (pgsql_link == NULL && id == -1) { NULL 1608 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE,"Cannot set connection to blocking mode"); NULL 1616 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Found results on this connection. Use pg_get_result() to get these results first"); NULL 1679 pgsql/pgsql.c zval *pgsql_link = NULL; NULL 1685 pgsql/pgsql.c char **params = NULL; NULL 1703 pgsql/pgsql.c if (pgsql_link == NULL && id == -1) { NULL 1710 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE,"Cannot set connection to blocking mode"); NULL 1718 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Found results on this connection. Use pg_get_result() to get these results first"); NULL 1729 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_WARNING,"Error getting parameter"); NULL 1735 pgsql/pgsql.c params[i] = NULL; NULL 1741 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_WARNING,"Error converting parameter"); NULL 1755 pgsql/pgsql.c NULL, (const char * const *)params, NULL, NULL, 0); NULL 1760 pgsql/pgsql.c NULL, (const char * const *)params, NULL, NULL, 0); NULL 1803 pgsql/pgsql.c zval *pgsql_link = NULL; NULL 1824 pgsql/pgsql.c if (pgsql_link == NULL && id == -1) { NULL 1831 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE,"Cannot set connection to blocking mode"); NULL 1839 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Found results on this connection. Use pg_get_result() to get these results first"); NULL 1841 pgsql/pgsql.c pgsql_result = PQprepare(pgsql, stmtname, query, 0, NULL); NULL 1845 pgsql/pgsql.c pgsql_result = PQprepare(pgsql, stmtname, query, 0, NULL); NULL 1886 pgsql/pgsql.c zval *pgsql_link = NULL; NULL 1892 pgsql/pgsql.c char **params = NULL; NULL 1910 pgsql/pgsql.c if (pgsql_link == NULL && id == -1) { NULL 1917 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE,"Cannot set connection to blocking mode"); NULL 1925 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Found results on this connection. Use pg_get_result() to get these results first"); NULL 1936 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_WARNING,"Error getting parameter"); NULL 1942 pgsql/pgsql.c params[i] = NULL; NULL 1948 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_WARNING,"Error converting parameter"); NULL 1962 pgsql/pgsql.c (const char * const *)params, NULL, NULL, 0); NULL 1967 pgsql/pgsql.c (const char * const *)params, NULL, NULL, 0); NULL 2036 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Not supported under this build"); NULL 2102 pgsql/pgsql.c char *ret=NULL; NULL 2117 pgsql/pgsql.c if ((result = PQexec(pgsql,"select oid,typname from pg_type")) == NULL || PQresultStatus(result) != PGRES_TUPLES_OK) { NULL 2129 pgsql/pgsql.c if ((tmp_oid = PQgetvalue(result,i,oid_offset))==NULL) { NULL 2138 pgsql/pgsql.c if ((tmp_name = PQgetvalue(result,i,name_offset))==NULL) { NULL 2143 pgsql/pgsql.c zend_hash_update(list,str.c,str.len+1,(void *) &new_oid_entry, sizeof(zend_rsrc_list_entry), NULL); NULL 2177 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Bad field offset specified"); NULL 2218 pgsql/pgsql.c if ((tmp_res = PQexec(pg_result->conn, querystr.c)) == NULL || PQresultStatus(tmp_res) != PGRES_TUPLES_OK) { NULL 2229 pgsql/pgsql.c if ((table_name = PQgetvalue(tmp_res, 0, 0)) == NULL) { NULL 2237 pgsql/pgsql.c zend_hash_update(&EG(regular_list), hash_key.c, hash_key.len+1, (void *) &new_field_table, sizeof(zend_rsrc_list_entry), NULL); NULL 2272 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Bad field offset specified"); NULL 2376 pgsql/pgsql.c zval *result, **field=NULL; NULL 2406 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to jump to row %ld on PostgreSQL result index %ld", NULL 2421 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Bad column offset specified"); NULL 2438 pgsql/pgsql.c zval *result, *zrow = NULL; NULL 2444 pgsql/pgsql.c zval *ctor_params = NULL; NULL 2445 pgsql/pgsql.c zend_class_entry *ce = NULL; NULL 2448 pgsql/pgsql.c char *class_name = NULL; NULL 2460 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not find class '%s'", class_name); NULL 2469 pgsql/pgsql.c if (zrow == NULL) { NULL 2475 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "The row parameter must be greater or equal to zero"); NULL 2482 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid result type"); NULL 2494 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to jump to row %ld on PostgreSQL result index %ld", NULL 2547 pgsql/pgsql.c object_and_properties_init(return_value, ce, NULL); NULL 2553 pgsql/pgsql.c fci.function_name = NULL; NULL 2554 pgsql/pgsql.c fci.symbol_table = NULL; NULL 2565 pgsql/pgsql.c while (p != NULL) { NULL 2581 pgsql/pgsql.c fci.params = NULL; NULL 2690 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid column number '%ld'", colno); NULL 2772 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to jump to row %ld on PostgreSQL result index %ld", NULL 2789 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Bad column offset specified"); NULL 2880 pgsql/pgsql.c zval *pgsql_link = NULL; NULL 2883 pgsql/pgsql.c FILE *fp = NULL; NULL 2895 pgsql/pgsql.c if (pgsql_link == NULL && id == -1) { NULL 2901 pgsql/pgsql.c stream = php_stream_open_wrapper(z_filename, mode, REPORT_ERRORS, NULL); NULL 2921 pgsql/pgsql.c zval *pgsql_link = NULL; NULL 2934 pgsql/pgsql.c if (pgsql_link == NULL && id == -1) { NULL 2948 pgsql/pgsql.c zval *pgsql_link = NULL, *oid = NULL; NULL 2959 pgsql/pgsql.c pgsql_link = NULL; NULL 2962 pgsql/pgsql.c if (pgsql_link == NULL) { NULL 2974 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "OID value passing not supported"); NULL 2983 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "invalid OID value passed"); NULL 2990 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "invalid OID value passed"); NULL 2996 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "invalid OID value passed"); NULL 3000 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to create PostgreSQL large object"); NULL 3009 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to create PostgreSQL large object"); NULL 3021 pgsql/pgsql.c zval *pgsql_link = NULL; NULL 3036 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Wrong OID value passed"); NULL 3043 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Invalid OID specified"); NULL 3053 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Wrong OID value passed"); NULL 3062 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Invalid OID is specified"); NULL 3070 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Requires 1 or 2 arguments"); NULL 3073 pgsql/pgsql.c if (pgsql_link == NULL && id == -1) { NULL 3080 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to delete PostgreSQL large object %u", oid); NULL 3091 pgsql/pgsql.c zval *pgsql_link = NULL; NULL 3108 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Wrong OID value passed"); NULL 3115 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Invalid OID specified"); NULL 3125 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Wrong OID value passed"); NULL 3134 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Invalid OID specified"); NULL 3142 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Requires 1 or 2 arguments"); NULL 3145 pgsql/pgsql.c if (pgsql_link == NULL && id == -1) { NULL 3176 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to create PostgreSQL large object"); NULL 3182 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Something is really messed up! Your database is badly corrupted in a way NOT related to PHP"); NULL 3186 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to open PostgreSQL large object"); NULL 3197 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to open PostgreSQL large object"); NULL 3222 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to close PostgreSQL large object descriptor %d", pgsql->lofd); NULL 3284 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot write more than buffer size %d. Tried to write %ld", str_len, z_len); NULL 3288 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Buffer size must be larger than 0, but %ld was specified", z_len); NULL 3336 pgsql/pgsql.c zval *pgsql_link = NULL, *oid = NULL; NULL 3355 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Old API is used"); NULL 3365 pgsql/pgsql.c if (pgsql_link == NULL && id == -1) { NULL 3373 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "OID value passing not supported"); NULL 3383 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "invalid OID value passed"); NULL 3390 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "invalid OID value passed"); NULL 3396 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "invalid OID value passed"); NULL 3423 pgsql/pgsql.c zval *pgsql_link = NULL; NULL 3436 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Invalid OID specified"); NULL 3446 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Wrong OID value passed"); NULL 3453 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Invalid OID specified"); NULL 3465 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Wrong OID value passed"); NULL 3476 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Wrong OID value passed"); NULL 3482 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Old API is used"); NULL 3484 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Invalid OID specified"); NULL 3490 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Requires 2 or 3 arguments"); NULL 3498 pgsql/pgsql.c if (pgsql_link == NULL && id == -1) { NULL 3515 pgsql/pgsql.c zval *pgsql_id = NULL; NULL 3524 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid whence parameter"); NULL 3542 pgsql/pgsql.c zval *pgsql_id = NULL; NULL 3563 pgsql/pgsql.c zval *pgsql_link = NULL; NULL 3580 pgsql/pgsql.c if (pgsql_link == NULL && id == -1) { NULL 3603 pgsql/pgsql.c zval *pgsql_link = NULL; NULL 3619 pgsql/pgsql.c if (pgsql_link == NULL && id == -1) { NULL 3634 pgsql/pgsql.c zval *pgsql_link = NULL; NULL 3647 pgsql/pgsql.c if (pgsql_link == NULL && id == -1) { NULL 3675 pgsql/pgsql.c zval *pgsql_link = NULL; NULL 3689 pgsql/pgsql.c if (pgsql_link == NULL && id == -1) { NULL 3711 pgsql/pgsql.c zval *pgsql_link = NULL; NULL 3728 pgsql/pgsql.c if (pgsql_link == NULL && id == -1) { NULL 3748 pgsql/pgsql.c char *table_name, *pg_delim = NULL, *pg_null_as = NULL; NULL 3759 pgsql/pgsql.c char *csv = (char *)NULL; NULL 3836 pgsql/pgsql.c if (csv == (char *)NULL) { NULL 3850 pgsql/pgsql.c csv = (char *)NULL; NULL 3883 pgsql/pgsql.c zval *pgsql_link = NULL, *pg_rows; NULL 3885 pgsql/pgsql.c char *table_name, *pg_delim = NULL, *pg_null_as = NULL; NULL 3950 pgsql/pgsql.c if (PQputCopyEnd(pgsql, NULL) != 1) { NULL 4009 pgsql/pgsql.c char *from = NULL, *to = NULL; NULL 4023 pgsql/pgsql.c pgsql_link = NULL; NULL 4037 pgsql/pgsql.c if (pgsql_link != NULL || id != -1) { NULL 4039 pgsql/pgsql.c to_len = (int) PQescapeStringConn(pgsql, to, from, (size_t)from_len, NULL); NULL 4052 pgsql/pgsql.c char *from = NULL, *to = NULL; NULL 4065 pgsql/pgsql.c pgsql_link = NULL; NULL 4077 pgsql/pgsql.c if (pgsql_link != NULL || id != -1) { NULL 4121 pgsql/pgsql.c if (strtext == NULL) NULL 4122 pgsql/pgsql.c return NULL; NULL 4199 pgsql/pgsql.c char *from = NULL, *to = NULL, *tmp = NULL; NULL 4233 pgsql/pgsql.c return NULL; NULL 4273 pgsql/pgsql.c char *from = NULL, *to = NULL, *tmp = NULL; NULL 4274 pgsql/pgsql.c zval *pgsql_link = NULL; NULL 4285 pgsql/pgsql.c pgsql_link = NULL; NULL 4296 pgsql/pgsql.c if (pgsql_link == NULL && id == -1) { NULL 4301 pgsql/pgsql.c if (pgsql == NULL) { NULL 4302 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_WARNING,"Cannot get default pgsql link"); NULL 4312 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_WARNING,"Failed to escape"); NULL 4320 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_WARNING,"Failed to escape"); NULL 4353 pgsql/pgsql.c char *err = NULL; NULL 4380 pgsql/pgsql.c char *field = NULL; NULL 4404 pgsql/pgsql.c if (field == NULL) { NULL 4420 pgsql/pgsql.c zval *pgsql_link = NULL; NULL 4441 pgsql/pgsql.c zval *pgsql_link = NULL; NULL 4493 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE,"Cannot set connection to nonblocking mode"); NULL 4522 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Cannot set connection to nonblocking mode"); NULL 4539 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "PostgreSQL module error, please report this error"); NULL 4543 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Cannot set connection to blocking mode"); NULL 4585 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Cannot set connection to nonblocking mode"); NULL 4593 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "There are results on this connection. Call pg_get_result() until it returns FALSE"); NULL 4604 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Cannot set connection to blocking mode"); NULL 4617 pgsql/pgsql.c char **params = NULL; NULL 4628 pgsql/pgsql.c if (pgsql_link == NULL && id == -1) { NULL 4635 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Cannot set connection to nonblocking mode"); NULL 4643 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "There are results on this connection. Call pg_get_result() until it returns FALSE"); NULL 4654 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_WARNING,"Error getting parameter"); NULL 4660 pgsql/pgsql.c params[i] = NULL; NULL 4666 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_WARNING,"Error converting parameter"); NULL 4679 pgsql/pgsql.c if (!PQsendQueryParams(pgsql, query, num_params, NULL, (const char * const *)params, NULL, NULL, 0)) { NULL 4683 pgsql/pgsql.c if (!PQsendQueryParams(pgsql, query, num_params, NULL, (const char * const *)params, NULL, NULL, 0)) { NULL 4690 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Cannot set connection to blocking mode"); NULL 4713 pgsql/pgsql.c if (pgsql_link == NULL && id == -1) { NULL 4720 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Cannot set connection to nonblocking mode"); NULL 4728 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "There are results on this connection. Call pg_get_result() until it returns FALSE"); NULL 4730 pgsql/pgsql.c if (!PQsendPrepare(pgsql, stmtname, query, 0, NULL)) { NULL 4734 pgsql/pgsql.c if (!PQsendPrepare(pgsql, stmtname, query, 0, NULL)) { NULL 4739 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Cannot set connection to blocking mode"); NULL 4754 pgsql/pgsql.c char **params = NULL; NULL 4765 pgsql/pgsql.c if (pgsql_link == NULL && id == -1) { NULL 4772 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Cannot set connection to nonblocking mode"); NULL 4780 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "There are results on this connection. Call pg_get_result() until it returns FALSE"); NULL 4791 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_WARNING,"Error getting parameter"); NULL 4797 pgsql/pgsql.c params[i] = NULL; NULL 4803 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_WARNING,"Error converting parameter"); NULL 4816 pgsql/pgsql.c if (!PQsendQueryPrepared(pgsql, stmtname, num_params, (const char * const *)params, NULL, NULL, 0)) { NULL 4820 pgsql/pgsql.c if (!PQsendQueryPrepared(pgsql, stmtname, num_params, (const char * const *)params, NULL, NULL, 0)) { NULL 4827 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Cannot set connection to blocking mode"); NULL 4889 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Optional 2nd parameter should be PGSQL_STATUS_LONG or PGSQL_STATUS_STRING"); NULL 4914 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid result type"); NULL 4980 pgsql/pgsql.c char *src, *tmp_name, *tmp_name2 = NULL; NULL 4987 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "The table name must be specified"); NULL 5020 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Table '%s' doesn't exists", table_name); NULL 5189 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot compile regex"); NULL 5198 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "'%s' does not match with '%s'", str, regex); NULL 5203 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot exec regex"); NULL 5248 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Detected NULL for 'NOT NULL' field '%s'", field ); \ NULL 5259 pgsql/pgsql.c char *field = NULL; NULL 5265 pgsql/pgsql.c assert(pg_link != NULL); NULL 5284 pgsql/pgsql.c new_val = NULL; NULL 5287 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed to get array key type"); NULL 5291 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Accepts only string key for values"); NULL 5295 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Accepts only string key for values"); NULL 5299 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Invalid field name (%s) in values", field); NULL 5303 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Detected broken meta data. Missing 'type'"); NULL 5307 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Detected broken meta data. Missing 'not null'"); NULL 5311 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Detected broken meta data. Missing 'has default'"); NULL 5317 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Expects scaler values as field values"); NULL 5348 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Detected invalid value (%s) for PostgreSQL %s field (%s)", Z_STRVAL_PP(val), Z_STRVAL_PP(type), field); NULL 5373 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Expects string, null, long or boolelan value for PostgreSQL '%s' (%s)", Z_STRVAL_PP(type), field); NULL 5415 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Expects NULL, string, long or double value for pgsql '%s' (%s)", Z_STRVAL_PP(type), field); NULL 5456 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Expects NULL, string, long or double value for PostgreSQL '%s' (%s)", Z_STRVAL_PP(type), field); NULL 5507 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Expects NULL, string, long or double value for PostgreSQL '%s' (%s)", Z_STRVAL_PP(type), field); NULL 5549 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Expects NULL, string, long or double value for '%s' (%s)", Z_STRVAL_PP(type), field); NULL 5581 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Expects NULL or string for '%s' (%s)", Z_STRVAL_PP(type), field); NULL 5614 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Expects NULL or string for PostgreSQL %s field (%s)", Z_STRVAL_PP(type), field); NULL 5645 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Expects NULL or string for PostgreSQL %s field (%s)", Z_STRVAL_PP(type), field); NULL 5676 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Expects NULL or string for PostgreSQL %s field (%s)", Z_STRVAL_PP(type), field); NULL 5755 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Expects NULL or string for PostgreSQL %s field (%s)", Z_STRVAL_PP(type), field); NULL 5802 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Expects NULL, string, long or double value for PostgreSQL '%s' (%s)", Z_STRVAL_PP(type), field); NULL 5833 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Expects NULL or string for PostgreSQL %s field (%s)", Z_STRVAL_PP(type), field); NULL 5848 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "PostgreSQL '%s' type (%s) is not supported", Z_STRVAL_PP(type), field); NULL 5854 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Unknown or system data type '%s' for '%s'", Z_STRVAL_PP(type), field); NULL 5899 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid option is specified"); NULL 5903 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Table name is invalid"); NULL 5910 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Detected unhandled result(s) in connection"); NULL 5935 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", PQresultErrorMessage(pg_result)); NULL 5947 pgsql/pgsql.c zval **val, *converted = NULL; NULL 5956 pgsql/pgsql.c assert(pg_link != NULL); NULL 5957 pgsql/pgsql.c assert(table != NULL); NULL 5986 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Expects associative array for values to be inserted"); NULL 6014 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Report this error to php-dev@lists.php.net, type = %d", Z_TYPE_PP(val)); NULL 6056 pgsql/pgsql.c char *table, *sql = NULL; NULL 6067 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid option is specified"); NULL 6074 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Detected unhandled result(s) in connection"); NULL 6101 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Expects associative array for values to be inserted"); NULL 6123 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Expects scaler values other than NULL. Need to convert?"); NULL 6137 pgsql/pgsql.c zval *var_converted = NULL, *ids_converted = NULL; NULL 6141 pgsql/pgsql.c assert(pg_link != NULL); NULL 6142 pgsql/pgsql.c assert(table != NULL); NULL 6212 pgsql/pgsql.c char *table, *sql = NULL; NULL 6223 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid option is specified"); NULL 6230 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Detected unhandled result(s) in connection"); NULL 6246 pgsql/pgsql.c zval *ids_converted = NULL; NULL 6250 pgsql/pgsql.c assert(pg_link != NULL); NULL 6251 pgsql/pgsql.c assert(table != NULL); NULL 6304 pgsql/pgsql.c char *table, *sql = NULL; NULL 6315 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid option is specified"); NULL 6322 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Detected unhandled result(s) in connection"); NULL 6380 pgsql/pgsql.c zval *ids_converted = NULL; NULL 6385 pgsql/pgsql.c assert(pg_link != NULL); NULL 6386 pgsql/pgsql.c assert(table != NULL); NULL 6418 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Failed to execute '%s'", querystr.c); NULL 6442 pgsql/pgsql.c char *table, *sql = NULL; NULL 6453 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid option is specified"); NULL 6460 pgsql/pgsql.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Detected unhandled result(s) in connection"); NULL 303 pgsql/php_pgsql.h #define pgsql_module_ptr NULL NULL 35 phar/dirstream.c NULL, /* cast */ NULL 36 phar/dirstream.c NULL, /* stat */ NULL 37 phar/dirstream.c NULL, /* set option */ NULL 51 phar/dirstream.c stream->abstract = NULL; NULL 106 phar/dirstream.c if (HASH_KEY_NON_EXISTANT == zend_hash_get_current_key_ex(data, &key, &keylen, &unused, 0, NULL)) { NULL 156 phar/dirstream.c return zend_hash_update(ht, arKey, nKeyLength, (void *) &dummy, sizeof(void *), NULL); NULL 202 phar/dirstream.c zend_hash_init(data, 64, zend_get_hash_value, NULL, 0); NULL 208 phar/dirstream.c return php_stream_alloc(&phar_dir_ops, data, NULL, "r"); NULL 214 phar/dirstream.c if (HASH_KEY_NON_EXISTANT == zend_hash_get_current_key_ex(manifest, &key, &keylen, &unused, 0, NULL)) { NULL 241 phar/dirstream.c if (NULL != (found = (char *) memchr(str_key, '/', keylen))) { NULL 277 phar/dirstream.c if (NULL != (found = (char *) memchr(save, '/', keylen - dirlen - 1))) { NULL 309 phar/dirstream.c return NULL; NULL 311 phar/dirstream.c return php_stream_alloc(&phar_dir_ops, data, NULL, "r"); NULL 314 phar/dirstream.c return php_stream_alloc(&phar_dir_ops, data, NULL, "r"); NULL 324 phar/dirstream.c php_url *resource = NULL; NULL 331 phar/dirstream.c phar_entry_info *entry = NULL; NULL 334 phar/dirstream.c if ((resource = phar_parse_url(wrapper, path, mode, options TSRMLS_CC)) == NULL) { NULL 336 phar/dirstream.c return NULL; NULL 344 phar/dirstream.c return NULL; NULL 348 phar/dirstream.c return NULL; NULL 354 phar/dirstream.c return NULL; NULL 361 phar/dirstream.c if (FAILURE == phar_get_archive(&phar, resource->host, host_len, NULL, 0, &error TSRMLS_CC)) { NULL 369 phar/dirstream.c return NULL; NULL 386 phar/dirstream.c return NULL; NULL 391 phar/dirstream.c return NULL; NULL 408 phar/dirstream.c &phar->manifest, &key, &keylen, &unused, 0, NULL)) { NULL 428 phar/dirstream.c return NULL; NULL 438 phar/dirstream.c phar_archive_data *phar = NULL; NULL 441 phar/dirstream.c php_url *resource = NULL; NULL 450 phar/dirstream.c if (FAILURE == phar_get_archive(&phar, arch, arch_len, NULL, 0, NULL TSRMLS_CC)) { NULL 451 phar/dirstream.c phar = NULL; NULL 462 phar/dirstream.c if ((resource = phar_parse_url(wrapper, url_from, "w", options TSRMLS_CC)) == NULL) { NULL 481 phar/dirstream.c if (FAILURE == phar_get_archive(&phar, resource->host, host_len, NULL, 0, &error TSRMLS_CC)) { NULL 543 phar/dirstream.c if (SUCCESS != zend_hash_add(&phar->manifest, entry.filename, entry.filename_len, (void*)&entry, sizeof(phar_entry_info), NULL)) { NULL 570 phar/dirstream.c phar_archive_data *phar = NULL; NULL 573 phar/dirstream.c php_url *resource = NULL; NULL 587 phar/dirstream.c if (FAILURE == phar_get_archive(&phar, arch, arch_len, NULL, 0, NULL TSRMLS_CC)) { NULL 588 phar/dirstream.c phar = NULL; NULL 599 phar/dirstream.c if ((resource = phar_parse_url(wrapper, url, "w", options TSRMLS_CC)) == NULL) { NULL 618 phar/dirstream.c if (FAILURE == phar_get_archive(&phar, resource->host, host_len, NULL, 0, &error TSRMLS_CC)) { NULL 640 phar/dirstream.c HASH_KEY_NON_EXISTANT != zend_hash_get_current_key_ex(&phar->manifest, &key, &key_len, &unused, 0, NULL); NULL 661 phar/dirstream.c HASH_KEY_NON_EXISTANT != zend_hash_get_current_key_ex(&phar->virtual_dirs, &key, &key_len, &unused, 0, NULL); NULL 30 phar/func_interceptors.c zval *zcontext = NULL; NULL 58 phar/func_interceptors.c php_stream_context *context = NULL; NULL 104 phar/func_interceptors.c zval *zcontext = NULL; NULL 123 phar/func_interceptors.c php_stream_context *context = NULL; NULL 142 phar/func_interceptors.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "length must be greater than or equal to zero"); NULL 147 phar/func_interceptors.c if (FAILURE == phar_get_archive(&phar, arch, arch_len, NULL, 0, NULL TSRMLS_CC)) { NULL 152 phar/func_interceptors.c if ((entry = phar_find_in_include_path(entry, entry_len, NULL TSRMLS_CC))) { NULL 191 phar/func_interceptors.c stream = php_stream_open_wrapper_ex(name, "rb", 0 | REPORT_ERRORS, NULL, context); NULL 199 phar/func_interceptors.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed to seek to position %ld in the stream", offset); NULL 236 phar/func_interceptors.c zval *zcontext = NULL; NULL 253 phar/func_interceptors.c php_stream_context *context = NULL; NULL 271 phar/func_interceptors.c if (FAILURE == phar_get_archive(&phar, arch, arch_len, NULL, 0, NULL TSRMLS_CC)) { NULL 276 phar/func_interceptors.c if (!(entry = phar_find_in_include_path(entry, entry_len, NULL TSRMLS_CC))) { NULL 309 phar/func_interceptors.c stream = php_stream_open_wrapper_ex(name, "rb", 0 | REPORT_ERRORS, NULL, context); NULL 311 phar/func_interceptors.c if (stream == NULL) { NULL 331 phar/func_interceptors.c zval *zcontext = NULL; NULL 349 phar/func_interceptors.c php_stream_context *context = NULL; NULL 367 phar/func_interceptors.c if (FAILURE == phar_get_archive(&phar, arch, arch_len, NULL, 0, NULL TSRMLS_CC)) { NULL 372 phar/func_interceptors.c if (!(entry = phar_find_in_include_path(entry, entry_len, NULL TSRMLS_CC))) { NULL 406 phar/func_interceptors.c stream = php_stream_open_wrapper_ex(name, mode, 0 | REPORT_ERRORS, NULL, context); NULL 408 phar/func_interceptors.c if (stream == NULL) { NULL 466 phar/func_interceptors.c groups = getgroups(0, NULL); NULL 521 phar/func_interceptors.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Unknown file type (%u)", stat_sb->st_mode & S_IFMT); NULL 574 phar/func_interceptors.c zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_dev, sizeof(zval *), NULL); NULL 575 phar/func_interceptors.c zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_ino, sizeof(zval *), NULL); NULL 576 phar/func_interceptors.c zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_mode, sizeof(zval *), NULL); NULL 577 phar/func_interceptors.c zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_nlink, sizeof(zval *), NULL); NULL 578 phar/func_interceptors.c zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_uid, sizeof(zval *), NULL); NULL 579 phar/func_interceptors.c zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_gid, sizeof(zval *), NULL); NULL 581 phar/func_interceptors.c zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_rdev, sizeof(zval *), NULL); NULL 582 phar/func_interceptors.c zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_size, sizeof(zval *), NULL); NULL 583 phar/func_interceptors.c zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_atime, sizeof(zval *), NULL); NULL 584 phar/func_interceptors.c zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_mtime, sizeof(zval *), NULL); NULL 585 phar/func_interceptors.c zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_ctime, sizeof(zval *), NULL); NULL 586 phar/func_interceptors.c zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_blksize, sizeof(zval *), NULL); NULL 587 phar/func_interceptors.c zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_blocks, sizeof(zval *), NULL); NULL 590 phar/func_interceptors.c zend_hash_update(HASH_OF(return_value), stat_sb_names[0], strlen(stat_sb_names[0])+1, (void *) &stat_dev, sizeof(zval *), NULL); NULL 591 phar/func_interceptors.c zend_hash_update(HASH_OF(return_value), stat_sb_names[1], strlen(stat_sb_names[1])+1, (void *) &stat_ino, sizeof(zval *), NULL); NULL 592 phar/func_interceptors.c zend_hash_update(HASH_OF(return_value), stat_sb_names[2], strlen(stat_sb_names[2])+1, (void *) &stat_mode, sizeof(zval *), NULL); NULL 593 phar/func_interceptors.c zend_hash_update(HASH_OF(return_value), stat_sb_names[3], strlen(stat_sb_names[3])+1, (void *) &stat_nlink, sizeof(zval *), NULL); NULL 594 phar/func_interceptors.c zend_hash_update(HASH_OF(return_value), stat_sb_names[4], strlen(stat_sb_names[4])+1, (void *) &stat_uid, sizeof(zval *), NULL); NULL 595 phar/func_interceptors.c zend_hash_update(HASH_OF(return_value), stat_sb_names[5], strlen(stat_sb_names[5])+1, (void *) &stat_gid, sizeof(zval *), NULL); NULL 596 phar/func_interceptors.c zend_hash_update(HASH_OF(return_value), stat_sb_names[6], strlen(stat_sb_names[6])+1, (void *) &stat_rdev, sizeof(zval *), NULL); NULL 597 phar/func_interceptors.c zend_hash_update(HASH_OF(return_value), stat_sb_names[7], strlen(stat_sb_names[7])+1, (void *) &stat_size, sizeof(zval *), NULL); NULL 598 phar/func_interceptors.c zend_hash_update(HASH_OF(return_value), stat_sb_names[8], strlen(stat_sb_names[8])+1, (void *) &stat_atime, sizeof(zval *), NULL); NULL 599 phar/func_interceptors.c zend_hash_update(HASH_OF(return_value), stat_sb_names[9], strlen(stat_sb_names[9])+1, (void *) &stat_mtime, sizeof(zval *), NULL); NULL 600 phar/func_interceptors.c zend_hash_update(HASH_OF(return_value), stat_sb_names[10], strlen(stat_sb_names[10])+1, (void *) &stat_ctime, sizeof(zval *), NULL); NULL 601 phar/func_interceptors.c zend_hash_update(HASH_OF(return_value), stat_sb_names[11], strlen(stat_sb_names[11])+1, (void *) &stat_blksize, sizeof(zval *), NULL); NULL 602 phar/func_interceptors.c zend_hash_update(HASH_OF(return_value), stat_sb_names[12], strlen(stat_sb_names[12])+1, (void *) &stat_blocks, sizeof(zval *), NULL); NULL 606 phar/func_interceptors.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Didn't understand stat call"); NULL 621 phar/func_interceptors.c phar_entry_info *data = NULL; NULL 648 phar/func_interceptors.c if (FAILURE == phar_get_archive(&phar, arch, arch_len, NULL, 0, NULL TSRMLS_CC)) { NULL 738 phar/func_interceptors.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%sstat failed for %s", IS_LINK_OPERATION(type) ? "L" : "", filename); NULL 931 phar/func_interceptors.c if (SUCCESS == phar_get_archive(&phar, arch, arch_len, NULL, 0, NULL TSRMLS_CC)) { NULL 998 phar/func_interceptors.c if (SUCCESS == phar_get_archive(&phar, arch, arch_len, NULL, 0, NULL TSRMLS_CC)) { NULL 1041 phar/func_interceptors.c PHAR_G(cwd) = NULL; NULL 1057 phar/func_interceptors.c PHAR_G(orig_##func) = NULL; \ NULL 1098 phar/func_interceptors.c PHAR_G(orig_##func) = NULL; NULL 1152 phar/func_interceptors.c } phar_orig_functions = {NULL}; NULL 120 phar/phar.c if (zend_hash_init(&EG(regular_list), 0, NULL, NULL, 0) == SUCCESS) { NULL 128 phar/phar.c zend_hash_init(&cached_alias, sizeof(phar_archive_data*), zend_get_hash_value, NULL, 1); NULL 131 phar/phar.c zend_hash_init(&(PHAR_GLOBALS->phar_alias_map), sizeof(phar_archive_data*), zend_get_hash_value, NULL, 1); NULL 137 phar/phar.c key = php_strtok_r(NULL, ds, &lasts)) { NULL 141 phar/phar.c if (SUCCESS == phar_open_from_filename(key, end - key, NULL, 0, 0, &phar, NULL TSRMLS_CC)) { NULL 145 phar/phar.c phar->fp = NULL; NULL 164 phar/phar.c if (SUCCESS == phar_open_from_filename(key, strlen(key), NULL, 0, 0, &phar, NULL TSRMLS_CC)) { NULL 213 phar/phar.c phar->alias = NULL; NULL 218 phar/phar.c phar->fname = NULL; NULL 223 phar/phar.c phar->signature = NULL; NULL 228 phar/phar.c phar->manifest.arBuckets = NULL; NULL 233 phar/phar.c phar->mounted_dirs.arBuckets = NULL; NULL 238 phar/phar.c phar->virtual_dirs.arBuckets = NULL; NULL 287 phar/phar.c PHAR_G(last_phar) = NULL; NULL 288 phar/phar.c PHAR_G(last_phar_name) = PHAR_G(last_alias) = NULL; NULL 296 phar/phar.c phar->fp = NULL; NULL 348 phar/phar.c entry->fp = NULL; NULL 539 phar/phar.c *error = NULL; NULL 586 phar/phar.c *pphar = NULL; NULL 627 phar/phar.c *metadata = NULL; NULL 642 phar/phar.c *metadata = NULL; NULL 665 phar/phar.c phar_archive_data *mydata = NULL; NULL 671 phar/phar.c char *signature = NULL; NULL 674 phar/phar.c *pphar = NULL; NULL 678 phar/phar.c *error = NULL; NULL 1016 phar/phar.c alias = NULL; NULL 1049 phar/phar.c zend_get_hash_value, NULL, (zend_bool)mydata->is_persistent); NULL 1051 phar/phar.c zend_get_hash_value, NULL, (zend_bool)mydata->is_persistent); NULL 1177 phar/phar.c zend_hash_add(&mydata->manifest, entry.filename, entry.filename_len, (void*)&entry, sizeof(phar_entry_info), NULL); NULL 1212 phar/phar.c signature = NULL; NULL 1213 phar/phar.c fp = NULL; NULL 1219 phar/phar.c signature = NULL; NULL 1220 phar/phar.c fp = NULL; NULL 1225 phar/phar.c zend_hash_add(&(PHAR_GLOBALS->phar_alias_map), alias, alias_len, (void*)&mydata, sizeof(phar_archive_data*), NULL); NULL 1230 phar/phar.c zend_hash_add(&(PHAR_GLOBALS->phar_fname_map), mydata->fname, fname_len, (void*)&mydata, sizeof(phar_archive_data*), NULL); NULL 1249 phar/phar.c phar_archive_data **test, *unused = NULL; NULL 1254 phar/phar.c *error = NULL; NULL 1325 phar/phar.c char *actual = NULL, *p; NULL 1331 phar/phar.c if (PG(safe_mode) && (!php_checkuid(fname, NULL, CHECKUID_ALLOW_ONLY_FILE))) { NULL 1380 phar/phar.c mydata->fname = expand_filepath(fname, NULL TSRMLS_CC); NULL 1404 phar/phar.c zend_get_hash_value, NULL, 0); NULL 1406 phar/phar.c zend_get_hash_value, NULL, (zend_bool)mydata->is_persistent); NULL 1411 phar/phar.c mydata->fp = NULL; NULL 1415 phar/phar.c zend_hash_add(&(PHAR_GLOBALS->phar_fname_map), mydata->fname, fname_len, (void*)&mydata, sizeof(phar_archive_data*), NULL); NULL 1418 phar/phar.c alias = NULL; NULL 1435 phar/phar.c *pphar = NULL; NULL 1447 phar/phar.c if (FAILURE == zend_hash_add(&(PHAR_GLOBALS->phar_alias_map), alias, alias_len, (void*)&mydata, sizeof(phar_archive_data*), NULL)) { NULL 1457 phar/phar.c *pphar = NULL; NULL 1482 phar/phar.c *error = NULL; NULL 1495 phar/phar.c if (PG(safe_mode) && (!php_checkuid(fname, NULL, CHECKUID_ALLOW_ONLY_FILE))) { NULL 1538 phar/phar.c return NULL; NULL 1545 phar/phar.c return (char *) NULL; NULL 1551 phar/phar.c return (char *) NULL; NULL 1582 phar/phar.c *error = NULL; NULL 1644 phar/phar.c if (SUCCESS != phar_stream_copy_to_stream(fp, temp, PHP_STREAM_COPY_ALL, NULL)) { NULL 1677 phar/phar.c filter = php_stream_filter_create("bzip2.decompress", NULL, php_stream_is_persistent(fp) TSRMLS_CC); NULL 1686 phar/phar.c if (SUCCESS != phar_stream_copy_to_stream(fp, temp, PHP_STREAM_COPY_ALL, NULL)) { NULL 1716 phar/phar.c if (got > 0 && (pos = phar_strnstr(buffer, got + sizeof(token), token, sizeof(token)-1)) != NULL) { NULL 1744 phar/phar.c if ((realpath = expand_filepath(filename, NULL TSRMLS_CC))) { NULL 1791 phar/phar.c if (!(realpath = expand_filepath(filename, NULL TSRMLS_CC))) { NULL 1899 phar/phar.c *ext_str = NULL; NULL 1914 phar/phar.c *ext_str = NULL; NULL 1967 phar/phar.c if (HASH_KEY_NON_EXISTANT == zend_hash_get_current_key_ex(&(PHAR_GLOBALS->phar_fname_map), &key, &keylen, &unused, 0, NULL)) { NULL 1997 phar/phar.c if (HASH_KEY_NON_EXISTANT == zend_hash_get_current_key_ex(&cached_phars, &key, &keylen, &unused, 0, NULL)) { NULL 2066 phar/phar.c *ext_str = NULL; NULL 2113 phar/phar.c if (s == NULL) { NULL 2122 phar/phar.c return NULL; NULL 2329 phar/phar.c char *actual = NULL; NULL 2333 phar/phar.c *error = NULL; NULL 2339 phar/phar.c if (phar_open_parsed_phar(fname, fname_len, alias, alias_len, 0, REPORT_ERRORS, NULL, 0 TSRMLS_CC) == SUCCESS) { NULL 2363 phar/phar.c if (PG(safe_mode) && (!php_checkuid(fname, NULL, CHECKUID_ALLOW_ONLY_FILE))) { NULL 2389 phar/phar.c ret = phar_open_from_fp(fp, fname, fname_len, alias, alias_len, REPORT_ERRORS, NULL, 0, error TSRMLS_CC); NULL 2410 phar/phar.c *error = NULL; NULL 2514 phar/phar.c char *stub = NULL; NULL 2523 phar/phar.c *error = NULL; NULL 2541 phar/phar.c return NULL; NULL 2549 phar/phar.c return NULL; NULL 2591 phar/phar.c *error = NULL; NULL 2617 phar/phar.c oldfile = php_stream_open_wrapper(phar->fname, "rb", 0, NULL); NULL 2618 phar/phar.c closeoldfile = oldfile != NULL; NULL 2666 phar/phar.c if ((pos = php_stristr(tmp, halt_stub, len, sizeof(halt_stub) - 1)) == NULL) { NULL 2706 phar/phar.c newstub = NULL; NULL 2709 phar/phar.c newstub = phar_create_default_stub(NULL, NULL, &(phar->halt_offset), NULL TSRMLS_CC); NULL 2821 phar/phar.c *error = NULL; NULL 2849 phar/phar.c filter = php_stream_filter_create(phar_compress_filter(entry, 0), NULL, 0 TSRMLS_CC); NULL 2893 phar/phar.c if (SUCCESS != phar_stream_copy_to_stream(file, entry->cfp, entry->uncompressed_filesize, NULL)) { NULL 3034 phar/phar.c mytime = time(NULL); NULL 3121 phar/phar.c entry->cfp = NULL; NULL 3130 phar/phar.c entry->fp = NULL; NULL 3145 phar/phar.c phar->signature = NULL; NULL 3162 phar/phar.c char *digest = NULL; NULL 3206 phar/phar.c phar->ufp = NULL; NULL 3223 phar/phar.c phar->fp = php_stream_open_wrapper(phar->fname, "w+b", IGNORE_URL|STREAM_MUST_SEEK|REPORT_ERRORS, NULL); NULL 3249 phar/phar.c phar_stream_copy_to_stream(newfile, phar->fp, PHP_STREAM_COPY_ALL, NULL); NULL 3256 phar/phar.c filter = php_stream_filter_create("bzip2.compress", NULL, php_stream_is_persistent(phar->fp) TSRMLS_CC); NULL 3258 phar/phar.c phar_stream_copy_to_stream(newfile, phar->fp, PHP_STREAM_COPY_ALL, NULL); NULL 3265 phar/phar.c phar_stream_copy_to_stream(newfile, phar->fp, PHP_STREAM_COPY_ALL, NULL); NULL 3321 phar/phar.c return phar_find_in_include_path((char *) filename, filename_len, NULL TSRMLS_CC); NULL 3330 phar/phar.c char *name = NULL; NULL 3338 phar/phar.c if (SUCCESS == phar_open_from_filename((char*)file_handle->filename, strlen(file_handle->filename), NULL, 0, 0, &phar, NULL TSRMLS_CC)) { NULL 3346 phar/phar.c name = NULL; NULL 3363 phar/phar.c file_handle->handle.stream.closer = NULL; NULL 3375 phar/phar.c file_handle->handle.stream.closer = NULL; /* don't close - let phar handle this one */ NULL 3391 phar/phar.c res = NULL; NULL 3415 phar/phar.c phar_archive_data **pphar = NULL; NULL 3434 phar/phar.c if (!(entry = phar_find_in_include_path((char *) filename, strlen(filename), NULL TSRMLS_CC))) { NULL 3470 phar/phar.c zend_hash_init(&phar_globals->mime_types, 0, NULL, NULL, 1); NULL 3476 phar/phar.c zend_hash_add(&phar_globals->mime_types, fileext, sizeof(fileext)-1, (void *)&mime, sizeof(phar_mime_type), NULL); \ NULL 3581 phar/phar.c PHAR_G(last_phar) = NULL; NULL 3582 phar/phar.c PHAR_G(last_phar_name) = PHAR_G(last_alias) = NULL; NULL 3589 phar/phar.c zend_hash_init(&(PHAR_GLOBALS->phar_persist_map), 5, zend_get_hash_value, NULL, 0); NULL 3590 phar/phar.c zend_hash_init(&(PHAR_GLOBALS->phar_alias_map), 5, zend_get_hash_value, NULL, 0); NULL 3606 phar/phar.c PHAR_G(cwd) = NULL; NULL 3623 phar/phar.c PHAR_GLOBALS->phar_alias_map.arBuckets = NULL; NULL 3625 phar/phar.c PHAR_GLOBALS->phar_fname_map.arBuckets = NULL; NULL 3627 phar/phar.c PHAR_GLOBALS->phar_persist_map.arBuckets = NULL; NULL 3650 phar/phar.c PHAR_G(cwd) = NULL; NULL 3724 phar/phar.c STANDARD_MODULE_HEADER_EX, NULL, NULL 3730 phar/phar.c NULL, NULL 3737 phar/phar.c NULL, /* post deactivate */ NULL 307 phar/phar.php return NULL; NULL 421 phar/phar.php return array('' => array('typ'=>'any','val'=>NULL,'inf'=>'Optional command to retrieve help for.')); NULL 553 phar/phar.php 'val' => NULL, NULL 558 phar/phar.php 'val' => NULL, NULL 564 phar/phar.php 'val' => NULL, NULL 574 phar/phar.php 'val' => NULL, NULL 579 phar/phar.php 'val' => NULL, NULL 584 phar/phar.php 'val' => NULL, NULL 590 phar/phar.php 'val' => NULL, NULL 595 phar/phar.php 'val' => NULL, NULL 605 phar/phar.php 'val' => NULL, NULL 610 phar/phar.php 'val' => NULL, NULL 622 phar/phar.php 'val' => NULL, NULL 627 phar/phar.php 'val' => NULL, NULL 632 phar/phar.php 'val' => NULL, NULL 705 phar/phar.php $found = NULL; NULL 728 phar/phar.php $matches = NULL; NULL 732 phar/phar.php $found = NULL; NULL 953 phar/phar.php 'val' => NULL, NULL 965 phar/phar.php public function phar_set_stub_begin(Phar $phar, $stub, $loader = NULL, $hashbang = NULL) NULL 980 phar/phar.php $c = NULL; NULL 1017 phar/phar.php return NULL; NULL 1024 phar/phar.php public function phar_set_stub_end(Phar $phar, $stub, $loader = NULL) NULL 1028 phar/phar.php self::phar_add_file($phar, 0, 'phar.inc', 'phar://'.__FILE__.'/phar.inc', NULL); NULL 1030 phar/phar.php self::phar_add_file($phar, 0, 'phar.inc', dirname(__FILE__).'/phar/phar.inc', NULL); NULL 1074 phar/phar.php $this->phar_add($phar, $level, $input, $regex, $invregex, $stub, NULL, isset($loader)); NULL 1077 phar/phar.php $this->phar_add($phar, $level, $i, $regex, $invregex, $stub, NULL, isset($loader)); NULL 1120 phar/phar.php static function phar_add(Phar $phar, $level, $input, $regex, $invregex, SplFileInfo $stub = NULL, $compress = NULL, $noloader = false) NULL 1473 phar/phar.php 'val' => NULL, NULL 1499 phar/phar.php $this->phar_add($phar, $level, $input, $regex, $invregex, NULL, $compress); NULL 1502 phar/phar.php $this->phar_add($phar, $level, $i, $regex, $invregex, NULL, $compress); NULL 2046 phar/phar.php return self::phar_args('', NULL); NULL 554 phar/phar_internal.h c_var->u = NULL; NULL 86 phar/phar_object.c zend_hash_update(_SERVER, "PHAR_PATH_INFO", sizeof("PHAR_PATH_INFO"), &temp, sizeof(zval **), NULL); NULL 98 phar/phar_object.c zend_hash_update(_SERVER, "PHAR_PATH_TRANSLATED", sizeof("PHAR_PATH_TRANSLATED"), (void *) &temp, sizeof(zval **), NULL); NULL 116 phar/phar_object.c zend_hash_update(_SERVER, "PHAR_REQUEST_URI", sizeof("PHAR_REQUEST_URI"), (void *) &temp, sizeof(zval **), NULL); NULL 132 phar/phar_object.c zend_hash_update(_SERVER, "PHAR_PHP_SELF", sizeof("PHAR_PHP_SELF"), (void *) &temp, sizeof(zval **), NULL); NULL 146 phar/phar_object.c zend_hash_update(_SERVER, "PHAR_SCRIPT_NAME", sizeof("PHAR_SCRIPT_NAME"), (void *) &temp, sizeof(zval **), NULL); NULL 159 phar/phar_object.c zend_hash_update(_SERVER, "PHAR_SCRIPT_FILENAME", sizeof("PHAR_SCRIPT_FILENAME"), (void *) &temp, sizeof(zval **), NULL); NULL 167 phar/phar_object.c char *name = NULL, buf[8192]; NULL 175 phar/phar_object.c zval *result = NULL; NULL 255 phar/phar_object.c file_handle.opened_path = NULL; NULL 258 phar/phar_object.c PHAR_G(cwd) = NULL; NULL 261 phar/phar_object.c if (zend_hash_add(&EG(included_files), name, name_len+1, (void *)&dummy, sizeof(int), NULL) == SUCCESS) { NULL 267 phar/phar_object.c PHAR_G(cwd) = NULL; NULL 287 phar/phar_object.c new_op_array = NULL; NULL 300 phar/phar_object.c PHAR_G(cwd) = NULL; NULL 316 phar/phar_object.c PHAR_G(cwd) = NULL; NULL 354 phar/phar_object.c info = phar_get_entry_info(phar, f404, f404_len, NULL, 1 TSRMLS_CC); NULL 357 phar/phar_object.c phar_file_action(phar, info, "text/html", PHAR_MIME_PHP, f404, f404_len, fname, NULL, NULL, 0 TSRMLS_CC); NULL 378 phar/phar_object.c char *e = *entry + 1, *u = NULL, *u1 = NULL, *saveu = NULL; NULL 380 phar/phar_object.c phar_archive_data **pphar = NULL; NULL 397 phar/phar_object.c *ru = NULL; NULL 477 phar/phar_object.c char *fname, *arch = NULL, *entry = NULL, *path, *actual; NULL 494 phar/phar_object.c entry = NULL; NULL 566 phar/phar_object.c zval *mimeoverride = NULL, *rewrite = NULL; NULL 567 phar/phar_object.c char *alias = NULL, *error, *index_php = NULL, *f404 = NULL, *ru = NULL; NULL 569 phar/phar_object.c char *fname, *path_info, *mime_type = NULL, *entry, *pt; NULL 572 phar/phar_object.c phar_archive_data *phar = NULL; NULL 573 phar/phar_object.c phar_entry_info *info = NULL; NULL 691 phar/phar_object.c if (FAILURE == zend_fcall_info_init(rewrite, 0, &fci, &fcc, NULL, NULL TSRMLS_CC)) { NULL 790 phar/phar_object.c if (FAILURE == phar_get_archive(&phar, fname, fname_len, NULL, 0, NULL TSRMLS_CC) || NULL 791 phar/phar_object.c (info = phar_get_entry_info(phar, entry, entry_len, NULL, 0 TSRMLS_CC)) == NULL) { NULL 800 phar/phar_object.c char *tmp = NULL, sa = '\0'; NULL 836 phar/phar_object.c if (FAILURE == phar_get_archive(&phar, fname, fname_len, NULL, 0, NULL TSRMLS_CC) || NULL 837 phar/phar_object.c (info = phar_get_entry_info(phar, entry, entry_len, NULL, 0 TSRMLS_CC)) == NULL) { NULL 915 phar/phar_object.c zval **data = NULL; NULL 971 phar/phar_object.c char *index = NULL, *webindex = NULL, *stub, *error; NULL 994 phar/phar_object.c char *alias = NULL, *error; NULL 1016 phar/phar_object.c char *fname, *alias = NULL, *error; NULL 1025 phar/phar_object.c RETVAL_BOOL(phar_open_from_filename(fname, fname_len, alias, alias_len, REPORT_ERRORS, NULL, &error TSRMLS_CC) == SUCCESS); NULL 1119 phar/phar_object.c object->oth = NULL; NULL 1156 phar/phar_object.c char *fname, *alias = NULL, *error, *arch = NULL, *entry = NULL, *save_fname; NULL 1272 phar/phar_object.c &spl_ce_RecursiveDirectoryIterator->constructor, "__construct", NULL, &arg1, &arg2); NULL 1278 phar/phar_object.c zend_hash_add(&PHAR_GLOBALS->phar_persist_map, (const char *) phar_obj->arc.archive, sizeof(phar_obj->arc.archive), (void *) &phar_obj, sizeof(phar_archive_object **), NULL); NULL 1354 phar/phar_object.c if (FAILURE == phar_open_from_filename(fname, fname_len, NULL, 0, REPORT_ERRORS, &phar, &error TSRMLS_CC)) { NULL 1391 phar/phar_object.c PHAR_G(last_phar) = NULL; NULL 1392 phar/phar_object.c PHAR_G(last_phar_name) = PHAR_G(last_alias) = NULL; NULL 1445 phar/phar_object.c char *fname, *error = NULL, *base = p_obj->b, *opened, *save = NULL, *temp = NULL; NULL 1520 phar/phar_object.c char *test = NULL; NULL 1532 phar/phar_object.c test = spl_filesystem_object_get_path(intern, NULL, NULL TSRMLS_CC).s; NULL 1534 phar/phar_object.c test = spl_filesystem_object_get_path(intern, NULL TSRMLS_CC); NULL 1547 phar/phar_object.c test = expand_filepath(fname, NULL TSRMLS_CC); NULL 1573 phar/phar_object.c fname = expand_filepath(Z_STRVAL(zv), NULL TSRMLS_CC); NULL 1576 phar/phar_object.c fname = expand_filepath(intern->file_name.s, NULL TSRMLS_CC); NULL 1579 phar/phar_object.c fname = expand_filepath(intern->file_name, NULL TSRMLS_CC); NULL 1602 phar/phar_object.c temp = expand_filepath(base, NULL TSRMLS_CC); NULL 1676 phar/phar_object.c if (PG(safe_mode) && (!php_checkuid(fname, NULL, CHECKUID_ALLOW_ONLY_FILE))) { NULL 1774 phar/phar_object.c data->internal_file->fp = NULL; NULL 1777 phar/phar_object.c data->fp = NULL; NULL 1812 phar/phar_object.c char *dir, *error, *regex = NULL; NULL 1815 phar/phar_object.c zval arg, arg2, *iter, *iteriter, *regexiter = NULL; NULL 1848 phar/phar_object.c &spl_ce_RecursiveDirectoryIterator->constructor, "__construct", NULL, &arg, &arg2); NULL 1865 phar/phar_object.c &spl_ce_RecursiveIteratorIterator->constructor, "__construct", NULL, iter); NULL 1890 phar/phar_object.c &spl_ce_RegexIterator->constructor, "__construct", NULL, iteriter, &arg2); NULL 1953 phar/phar_object.c char *base = NULL; NULL 2064 phar/phar_object.c if (SUCCESS != phar_stream_copy_to_stream(phar_get_efp(link, 0 TSRMLS_CC), fp, link->uncompressed_filesize, NULL)) { NULL 2073 phar/phar_object.c entry->fp = NULL; NULL 2085 phar/phar_object.c const char *oldname = NULL; NULL 2086 phar/phar_object.c char *oldpath = NULL; NULL 2087 phar/phar_object.c char *basename = NULL, *basepath = NULL; NULL 2088 phar/phar_object.c char *newname = NULL, *newpath = NULL; NULL 2095 phar/phar_object.c phar_archive_data **pphar = NULL; NULL 2151 phar/phar_object.c return NULL; NULL 2179 phar/phar_object.c return NULL; NULL 2190 phar/phar_object.c phar->fp = NULL; NULL 2201 phar/phar_object.c return NULL; NULL 2207 phar/phar_object.c return NULL; NULL 2213 phar/phar_object.c return NULL; NULL 2218 phar/phar_object.c phar->alias = NULL; NULL 2224 phar/phar_object.c zend_hash_update(&(PHAR_GLOBALS->phar_alias_map), newpath, phar->fname_len, (void*)&phar, sizeof(phar_archive_data*), NULL); NULL 2233 phar/phar_object.c return NULL; NULL 2236 phar/phar_object.c phar->alias = NULL; NULL 2240 phar/phar_object.c if ((!pphar || phar == *pphar) && SUCCESS != zend_hash_update(&(PHAR_GLOBALS->phar_fname_map), newpath, phar->fname_len, (void*)&phar, sizeof(phar_archive_data*), NULL)) { NULL 2243 phar/phar_object.c return NULL; NULL 2252 phar/phar_object.c return NULL; NULL 2268 phar/phar_object.c return NULL; NULL 2274 phar/phar_object.c zend_call_method_with_1_params(&ret, ce, &ce->constructor, "__construct", NULL, &arg1); NULL 2286 phar/phar_object.c PHAR_G(last_phar) = NULL; NULL 2287 phar/phar_object.c PHAR_G(last_phar_name) = PHAR_G(last_alias) = NULL; NULL 2309 phar/phar_object.c zend_get_hash_value, NULL, 0); NULL 2311 phar/phar_object.c zend_get_hash_value, NULL, 0); NULL 2344 phar/phar_object.c return NULL; NULL 2366 phar/phar_object.c return NULL; NULL 2384 phar/phar_object.c newentry.metadata_str.c = NULL; NULL 2399 phar/phar_object.c zend_hash_add(&(phar->manifest), newentry.filename, newentry.filename_len, (void*)&newentry, sizeof(phar_entry_info), NULL); NULL 2412 phar/phar_object.c return NULL; NULL 2424 phar/phar_object.c char *ext = NULL; NULL 2527 phar/phar_object.c char *ext = NULL; NULL 2715 phar/phar_object.c phar_flush(phar_obj->arc.archive, NULL, 0, 0, &error TSRMLS_CC); NULL 2776 phar/phar_object.c PHAR_G(last_phar) = NULL; NULL 2777 phar/phar_object.c PHAR_G(last_phar_name) = PHAR_G(last_alias) = NULL; NULL 2826 phar/phar_object.c phar_obj->arc.archive->alias = NULL; NULL 2831 phar/phar_object.c phar_flush(phar_obj->arc.archive, NULL, 0, 0, &error TSRMLS_CC); NULL 2839 phar/phar_object.c zend_hash_add(&(PHAR_GLOBALS->phar_alias_map), oldalias, oldalias_len, (void*)&(phar_obj->arc.archive), sizeof(phar_archive_data*), NULL); NULL 2845 phar/phar_object.c zend_hash_add(&(PHAR_GLOBALS->phar_alias_map), alias, alias_len, (void*)&(phar_obj->arc.archive), sizeof(phar_archive_data*), NULL); NULL 2963 phar/phar_object.c if ((php_stream_from_zval_no_verify(stream, &zstub)) != NULL) { NULL 3017 phar/phar_object.c char *index = NULL, *webindex = NULL, *error = NULL, *stub = NULL; NULL 3038 phar/phar_object.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "method accepts no arguments for a tar- or zip-based phar stub, %d given", ZEND_NUM_ARGS()); NULL 3092 phar/phar_object.c char *error, *key = NULL; NULL 3264 phar/phar_object.c char *ext = NULL; NULL 3332 phar/phar_object.c char *ext = NULL; NULL 3571 phar/phar_object.c newentry.metadata_str.c = NULL; NULL 3589 phar/phar_object.c zend_hash_add(&oldentry->phar->manifest, newfile, newfile_len, (void*)&newentry, sizeof(phar_entry_info), NULL); NULL 3788 phar/phar_object.c char *fname, *cont_str = NULL; NULL 3902 phar/phar_object.c char *fname, *localname = NULL; NULL 3914 phar/phar_object.c if (PG(safe_mode) && (!php_checkuid(fname, NULL, CHECKUID_ALLOW_ONLY_FILE))) { NULL 3925 phar/phar_object.c if (!(resource = php_stream_open_wrapper(fname, "rb", 0, NULL))) { NULL 3937 phar/phar_object.c phar_add_file(&(phar_obj->arc.archive), fname, fname_len, NULL, 0, zresource TSRMLS_CC); NULL 3957 phar/phar_object.c phar_add_file(&(phar_obj->arc.archive), localname, localname_len, cont_str, cont_len, NULL TSRMLS_CC); NULL 3969 phar/phar_object.c php_stream_filter *filter = NULL; NULL 3984 phar/phar_object.c if (!(fp = php_stream_open_wrapper(phar_obj->arc.archive->fname, "rb", 0, NULL))) { NULL 3991 phar/phar_object.c if ((filter_name = phar_decompress_filter(stub, 0)) != NULL) { NULL 3992 phar/phar_object.c filter = php_stream_filter_create(filter_name, NULL, php_stream_is_persistent(fp) TSRMLS_CC); NULL 3994 phar/phar_object.c filter = NULL; NULL 4022 phar/phar_object.c fp = php_stream_open_wrapper(phar_obj->arc.archive->fname, "rb", 0, NULL); NULL 4066 phar/phar_object.c RETURN_BOOL(phar_obj->arc.archive->metadata != NULL); NULL 4120 phar/phar_object.c phar_obj->arc.archive->metadata = NULL; NULL 4151 phar/phar_object.c phar_obj->arc.archive->metadata = NULL; NULL 4170 phar/phar_object.c (PG(safe_mode) && (!php_checkuid(filename, NULL, CHECKUID_CHECK_FILE_AND_DIR))) || php_check_open_basedir(filename TSRMLS_CC) NULL 4241 phar/phar_object.c if (!php_stream_mkdir(fullpath, entry->flags & PHAR_ENT_PERM_MASK, PHP_STREAM_MKDIR_RECURSIVE, NULL)) { NULL 4247 phar/phar_object.c if (!php_stream_mkdir(fullpath, 0777, PHP_STREAM_MKDIR_RECURSIVE, NULL)) { NULL 4268 phar/phar_object.c fp = php_stream_open_wrapper(fullpath, "w+b", REPORT_ERRORS|ENFORCE_SAFE_MODE, NULL); NULL 4270 phar/phar_object.c fp = php_stream_open_wrapper(fullpath, "w+b", REPORT_ERRORS, NULL); NULL 4299 phar/phar_object.c if (SUCCESS != phar_stream_copy_to_stream(phar_get_efp(entry, 0 TSRMLS_CC), fp, entry->uncompressed_filesize, NULL)) { NULL 4325 phar/phar_object.c char *error = NULL; NULL 4333 phar/phar_object.c zval *zval_files = NULL; NULL 4368 phar/phar_object.c ret = php_stream_mkdir(pathto, 0777, PHP_STREAM_MKDIR_RECURSIVE, NULL); NULL 4504 phar/phar_object.c if (phar_open_from_filename(arch, arch_len, NULL, 0, REPORT_ERRORS, &phar_data, &error TSRMLS_CC) == FAILURE) { NULL 4518 phar/phar_object.c if ((entry_info = phar_get_entry_info_dir(phar_data, entry, entry_len, 1, &error, 1 TSRMLS_CC)) == NULL) { NULL 4535 phar/phar_object.c &spl_ce_SplFileInfo->constructor, "__construct", NULL, &arg1); NULL 4557 phar/phar_object.c entry_obj->ent.entry->filename = NULL; NULL 4561 phar/phar_object.c entry_obj->ent.entry = NULL; NULL 4716 phar/phar_object.c BG(CurrentLStatFile) = NULL; NULL 4717 phar/phar_object.c BG(CurrentStatFile) = NULL; NULL 4738 phar/phar_object.c RETURN_BOOL(entry_obj->ent.entry->metadata != NULL); NULL 4804 phar/phar_object.c entry_obj->ent.entry->metadata = NULL; NULL 4857 phar/phar_object.c entry_obj->ent.entry->metadata = NULL; NULL 5438 phar/phar_object.c phar_ce_PharException = zend_register_internal_class_ex(&ce, phar_exception_get_default(), NULL TSRMLS_CC); NULL 5442 phar/phar_object.c phar_ce_archive = zend_register_internal_class_ex(&ce, spl_ce_RecursiveDirectoryIterator, NULL TSRMLS_CC); NULL 5447 phar/phar_object.c phar_ce_data = zend_register_internal_class_ex(&ce, spl_ce_RecursiveDirectoryIterator, NULL TSRMLS_CC); NULL 5452 phar/phar_object.c phar_ce_entry = zend_register_internal_class_ex(&ce, spl_ce_SplFileInfo, NULL TSRMLS_CC); NULL 108 phar/phar_path_check.c *error = NULL; NULL 137 phar/phar_path_check.c *error = NULL; NULL 32 phar/stream.c NULL, /* cast */ NULL 34 phar/stream.c NULL, /* set option */ NULL 39 phar/stream.c NULL, /* phar_wrapper_close */ NULL 40 phar/stream.c NULL, /* phar_wrapper_stat, */ NULL 52 phar/stream.c NULL, NULL 62 phar/stream.c char *arch = NULL, *entry = NULL, *error; NULL 66 phar/stream.c return NULL; NULL 72 phar/stream.c return NULL; NULL 78 phar/stream.c arch = NULL; NULL 83 phar/stream.c return NULL; NULL 104 phar/stream.c phar_archive_data **pphar = NULL, *phar; NULL 107 phar/stream.c pphar = NULL; NULL 114 phar/stream.c return NULL; NULL 116 phar/stream.c if (phar_open_or_create_filename(resource->host, arch_len, NULL, 0, 0, options, &phar, &error TSRMLS_CC) == FAILURE) NULL 125 phar/stream.c return NULL; NULL 136 phar/stream.c return NULL; NULL 139 phar/stream.c if (phar_open_from_filename(resource->host, arch_len, NULL, 0, options, NULL, &error TSRMLS_CC) == FAILURE) NULL 148 phar/stream.c return NULL; NULL 165 phar/stream.c php_url *resource = NULL; NULL 170 phar/stream.c if ((resource = phar_parse_url(wrapper, path, mode, options TSRMLS_CC)) == NULL) { NULL 171 phar/stream.c return NULL; NULL 178 phar/stream.c return NULL; NULL 184 phar/stream.c return NULL; NULL 193 phar/stream.c if (NULL == (idata = phar_get_or_create_entry_data(resource->host, host_len, internal_file, strlen(internal_file), mode, 0, &error, 1 TSRMLS_CC))) { NULL 202 phar/stream.c return NULL; NULL 207 phar/stream.c fpf = php_stream_alloc(&phar_ops, idata, NULL, mode); NULL 225 phar/stream.c idata->internal_file->metadata = NULL; NULL 241 phar/stream.c if (FAILURE == phar_get_archive(&phar, resource->host, host_len, NULL, 0, NULL TSRMLS_CC)) { NULL 245 phar/stream.c return NULL; NULL 296 phar/stream.c return NULL; NULL 316 phar/stream.c return NULL; NULL 332 phar/stream.c PHAR_G(cwd) = NULL; NULL 340 phar/stream.c fpf = php_stream_alloc(&phar_ops, idata, NULL, mode); NULL 566 phar/stream.c php_url *resource = NULL; NULL 573 phar/stream.c if ((resource = phar_parse_url(wrapper, url, "r", flags|PHP_STREAM_URL_STAT_QUIET TSRMLS_CC)) == NULL) { NULL 593 phar/stream.c if (FAILURE == phar_get_archive(&phar, resource->host, host_len, NULL, 0, &error TSRMLS_CC)) { NULL 605 phar/stream.c phar_dostat(phar, NULL, ssb, 1 TSRMLS_CC); NULL 621 phar/stream.c phar_dostat(phar, NULL, ssb, 1 TSRMLS_CC); NULL 695 phar/stream.c if ((resource = phar_parse_url(wrapper, url, "rb", options TSRMLS_CC)) == NULL) { NULL 717 phar/stream.c pphar = NULL; NULL 772 phar/stream.c error = NULL; NULL 774 phar/stream.c if ((resource_from = phar_parse_url(wrapper, url_from, "wb", options|PHP_STREAM_URL_STAT_QUIET TSRMLS_CC)) == NULL) { NULL 775 phar/stream.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "phar error: cannot rename \"%s\" to \"%s\": invalid or non-writable url \"%s\"", url_from, url_to, url_from); NULL 778 phar/stream.c if (SUCCESS != phar_get_archive(&pfrom, resource_from->host, strlen(resource_from->host), NULL, 0, &error TSRMLS_CC)) { NULL 779 phar/stream.c pfrom = NULL; NULL 786 phar/stream.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "phar error: Write operations disabled by the php.ini setting phar.readonly"); NULL 790 phar/stream.c if ((resource_to = phar_parse_url(wrapper, url_to, "wb", options|PHP_STREAM_URL_STAT_QUIET TSRMLS_CC)) == NULL) { NULL 792 phar/stream.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "phar error: cannot rename \"%s\" to \"%s\": invalid or non-writable url \"%s\"", url_from, url_to, url_to); NULL 795 phar/stream.c if (SUCCESS != phar_get_archive(&pto, resource_to->host, strlen(resource_to->host), NULL, 0, &error TSRMLS_CC)) { NULL 799 phar/stream.c pto = NULL; NULL 803 phar/stream.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "phar error: Write operations disabled by the php.ini setting phar.readonly"); NULL 810 phar/stream.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "phar error: cannot rename \"%s\" to \"%s\", not within the same phar archive", url_from, url_to); NULL 818 phar/stream.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "phar error: cannot rename \"%s\" to \"%s\": invalid url \"%s\"", url_from, url_to, url_from); NULL 825 phar/stream.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "phar error: cannot rename \"%s\" to \"%s\": invalid url \"%s\"", url_from, url_to, url_to); NULL 832 phar/stream.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "phar error: cannot rename \"%s\" to \"%s\": not a phar stream url \"%s\"", url_from, url_to, url_from); NULL 839 phar/stream.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "phar error: cannot rename \"%s\" to \"%s\": not a phar stream url \"%s\"", url_from, url_to, url_to); NULL 845 phar/stream.c if (SUCCESS != phar_get_archive(&phar, resource_from->host, host_len, NULL, 0, &error TSRMLS_CC)) { NULL 848 phar/stream.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "phar error: cannot rename \"%s\" to \"%s\": %s", url_from, url_to, error); NULL 856 phar/stream.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "phar error: cannot rename \"%s\" to \"%s\": could not make cached phar writeable", url_from, url_to); NULL 867 phar/stream.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "phar error: cannot rename \"%s\" to \"%s\" from extracted phar archive, source has been deleted", url_from, url_to); NULL 874 phar/stream.c entry->fp = NULL; NULL 876 phar/stream.c entry->link = entry->tmp = NULL; NULL 886 phar/stream.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "phar error: cannot rename \"%s\" to \"%s\": %s", url_from, url_to, error); NULL 901 phar/stream.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "phar error: cannot rename \"%s\" to \"%s\" from extracted phar archive, source does not exist", url_from, url_to); NULL 918 phar/stream.c HASH_KEY_NON_EXISTANT != (key_type = zend_hash_get_current_key_ex(&phar->manifest, &key, &key_len, &unused, 0, NULL)) && NULL 943 phar/stream.c zend_hash_update_current_key_ex(&phar->manifest, key_type, new_key, new_key_len, 0, NULL); NULL 945 phar/stream.c zend_hash_update_current_key_ex(&phar->manifest, key_type, new_key, new_key_len, 0, HASH_UPDATE_KEY_ANYWAY, NULL); NULL 952 phar/stream.c HASH_KEY_NON_EXISTANT != (key_type = zend_hash_get_current_key_ex(&phar->virtual_dirs, &key, &key_len, &unused, 0, NULL)); NULL 969 phar/stream.c zend_hash_update_current_key_ex(&phar->virtual_dirs, key_type, new_key, new_key_len, 0, NULL); NULL 971 phar/stream.c zend_hash_update_current_key_ex(&phar->virtual_dirs, key_type, new_key, new_key_len, 0, HASH_UPDATE_KEY_ANYWAY, NULL); NULL 979 phar/stream.c HASH_KEY_NON_EXISTANT != (key_type = zend_hash_get_current_key_ex(&phar->mounted_dirs, &key, &key_len, &unused, 0, NULL)) && NULL 997 phar/stream.c zend_hash_update_current_key_ex(&phar->mounted_dirs, key_type, new_key, new_key_len, 0, NULL); NULL 999 phar/stream.c zend_hash_update_current_key_ex(&phar->mounted_dirs, key_type, new_key, new_key_len, 0, HASH_UPDATE_KEY_ANYWAY, NULL); NULL 1012 phar/stream.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "phar error: cannot rename \"%s\" to \"%s\": %s", url_from, url_to, error); NULL 182 phar/tar.c entry->metadata = NULL; NULL 186 phar/tar.c entry->metadata = NULL; NULL 197 phar/tar.c char buf[512], *actual_alias = NULL, *p; NULL 206 phar/tar.c *error = NULL; NULL 231 phar/tar.c zend_get_hash_value, NULL, (zend_bool)myphar->is_persistent); NULL 233 phar/tar.c zend_get_hash_value, NULL, (zend_bool)myphar->is_persistent); NULL 467 phar/tar.c entry.link = NULL; NULL 637 phar/tar.c zend_hash_add(&(PHAR_GLOBALS->phar_alias_map), actual_alias, myphar->alias_len, (void*)&myphar, sizeof(phar_archive_data*), NULL); NULL 651 phar/tar.c zend_hash_add(&(PHAR_GLOBALS->phar_alias_map), alias, alias_len, (void*)&myphar, sizeof(phar_archive_data*), NULL); NULL 786 phar/tar.c if (SUCCESS != phar_stream_copy_to_stream(phar_get_efp(entry, 0 TSRMLS_CC), fp->new, entry->uncompressed_filesize, NULL)) { NULL 816 phar/tar.c entry->fp = NULL; NULL 928 phar/tar.c entry.timestamp = time(NULL); NULL 962 phar/tar.c if (SUCCESS != zend_hash_update(&phar->manifest, entry.filename, entry.filename_len, (void*)&entry, sizeof(phar_entry_info), NULL)) { NULL 1002 phar/tar.c if ((pos = php_stristr(tmp, halt_stub, len, sizeof(halt_stub) - 1)) == NULL) { NULL 1033 phar/tar.c zend_hash_update(&phar->manifest, entry.filename, entry.filename_len, (void*)&entry, sizeof(phar_entry_info), NULL); NULL 1056 phar/tar.c if (SUCCESS != zend_hash_add(&phar->manifest, entry.filename, entry.filename_len, (void*)&entry, sizeof(phar_entry_info), NULL)) { NULL 1069 phar/tar.c if (SUCCESS != zend_hash_update(&phar->manifest, entry.filename, entry.filename_len, (void*)&entry, sizeof(phar_entry_info), NULL)) { NULL 1085 phar/tar.c oldfile = php_stream_open_wrapper(phar->fname, "rb", 0, NULL); NULL 1086 phar/tar.c closeoldfile = oldfile != NULL; NULL 1241 phar/tar.c phar->ufp = NULL; NULL 1251 phar/tar.c phar->fp = php_stream_open_wrapper(phar->fname, "w+b", IGNORE_URL|STREAM_MUST_SEEK|REPORT_ERRORS, NULL); NULL 1276 phar/tar.c phar_stream_copy_to_stream(newfile, phar->fp, PHP_STREAM_COPY_ALL, NULL); NULL 1285 phar/tar.c phar_stream_copy_to_stream(newfile, phar->fp, PHP_STREAM_COPY_ALL, NULL); NULL 1294 phar/tar.c filter = php_stream_filter_create("bzip2.compress", NULL, php_stream_is_persistent(phar->fp) TSRMLS_CC); NULL 1296 phar/tar.c phar_stream_copy_to_stream(newfile, phar->fp, PHP_STREAM_COPY_ALL, NULL); NULL 1303 phar/tar.c phar_stream_copy_to_stream(newfile, phar->fp, PHP_STREAM_COPY_ALL, NULL); NULL 51 phar/util.c char *p, *ret = NULL; NULL 53 phar/util.c return NULL; NULL 88 phar/util.c return NULL; NULL 117 phar/util.c entry->fp = php_stream_open_wrapper(entry->tmp, "rb", STREAM_MUST_SEEK|0, NULL); NULL 201 phar/util.c entry.tmp = expand_filepath(filename, NULL TSRMLS_CC); NULL 207 phar/util.c if (PG(safe_mode) && !is_phar && (!php_checkuid(entry.tmp, NULL, CHECKUID_CHECK_FILE_AND_DIR))) { NULL 234 phar/util.c if (SUCCESS != zend_hash_add(&phar->mounted_dirs, entry.filename, path_len, (void *)&(entry.filename), sizeof(char *), NULL)) { NULL 247 phar/util.c if (SUCCESS == zend_hash_add(&phar->manifest, entry.filename, path_len, (void*)&entry, sizeof(phar_entry_info), NULL)) { NULL 265 phar/util.c *pphar = NULL; NULL 293 phar/util.c if (FAILURE == phar_get_archive(&phar, arch, arch_len, NULL, 0, NULL TSRMLS_CC)) { NULL 356 phar/util.c phar_archive_data *phar = NULL; NULL 359 phar/util.c return NULL; NULL 377 phar/util.c if (FAILURE == phar_get_archive(&phar, arch, arch_len, NULL, 0, NULL TSRMLS_CC)) { NULL 410 phar/util.c return NULL; NULL 466 phar/util.c ptr = NULL; NULL 487 phar/util.c if (SUCCESS == wrapper->wops->url_stat(wrapper, trypath, 0, &ssb, NULL TSRMLS_CC)) { NULL 550 phar/util.c return NULL; NULL 562 phar/util.c return NULL; NULL 588 phar/util.c *ret = NULL; NULL 591 phar/util.c *error = NULL; NULL 594 phar/util.c if (FAILURE == phar_get_archive(&phar, fname, fname_len, NULL, 0, error TSRMLS_CC)) { NULL 613 phar/util.c if ((entry = phar_get_entry_info_dir(phar, path, path_len, allow_dir, for_create && !PHAR_G(readonly) && !phar->is_data ? NULL : error, security TSRMLS_CC)) == NULL) { NULL 620 phar/util.c if ((entry = phar_get_entry_info(phar, path, path_len, for_create && !PHAR_G(readonly) && !phar->is_data ? NULL : error, security TSRMLS_CC)) == NULL) { NULL 663 phar/util.c (*ret)->fp = NULL; NULL 690 phar/util.c entry->link = NULL; NULL 750 phar/util.c if (FAILURE == phar_get_archive(&phar, fname, fname_len, NULL, 0, error TSRMLS_CC)) { NULL 751 phar/util.c return NULL; NULL 755 phar/util.c return NULL; NULL 764 phar/util.c return NULL; NULL 771 phar/util.c return NULL; NULL 788 phar/util.c return NULL; NULL 824 phar/util.c return NULL; NULL 831 phar/util.c return NULL; NULL 854 phar/util.c if (PG(safe_mode) && (!php_checkuid(phar->fname, NULL, CHECKUID_ALLOW_ONLY_FILE))) { NULL 863 phar/util.c phar_set_pharfp(phar, php_stream_open_wrapper(phar->fname, "rb", IGNORE_URL|STREAM_MUST_SEEK|0, NULL) TSRMLS_CC); NULL 884 phar/util.c dest->link = NULL; NULL 899 phar/util.c if (SUCCESS != phar_stream_copy_to_stream(phar_get_efp(link, 0 TSRMLS_CC), dest->fp, link->uncompressed_filesize, NULL)) { NULL 936 phar/util.c entry->fp = php_stream_open_wrapper(entry->tmp, "rb", STREAM_MUST_SEEK|0, NULL); NULL 982 phar/util.c if ((filtername = phar_decompress_filter(entry, 0)) != NULL) { NULL 983 phar/util.c filter = php_stream_filter_create(filtername, NULL, 0 TSRMLS_CC); NULL 985 phar/util.c filter = NULL; NULL 1001 phar/util.c if (SUCCESS != phar_stream_copy_to_stream(phar_get_entrypfp(entry TSRMLS_CC), ufp, entry->compressed_filesize, NULL)) { NULL 1085 phar/util.c *error = NULL; NULL 1091 phar/util.c entry->link = NULL; NULL 1139 phar/util.c if (SUCCESS != phar_stream_copy_to_stream(phar_get_efp(link, 0 TSRMLS_CC), fp, link->uncompressed_filesize, NULL)) { NULL 1148 phar/util.c entry->link = NULL; NULL 1166 phar/util.c *error = NULL; NULL 1170 phar/util.c return NULL; NULL 1174 phar/util.c return NULL; NULL 1192 phar/util.c PHAR_G(last_phar) = NULL; NULL 1193 phar/util.c PHAR_G(last_phar_name) = PHAR_G(last_alias) = NULL; NULL 1213 phar/util.c *error = NULL; NULL 1216 phar/util.c *archive = NULL; NULL 1226 phar/util.c *archive = NULL; NULL 1234 phar/util.c zend_hash_add(&(PHAR_GLOBALS->phar_alias_map), alias, alias_len, (void*)&(*archive), sizeof(phar_archive_data*), NULL); NULL 1258 phar/util.c *error = NULL; NULL 1280 phar/util.c my_realpath = NULL; NULL 1301 phar/util.c zend_hash_quick_add(&(PHAR_GLOBALS->phar_alias_map), alias, alias_len, ahash, (void*)&fd, sizeof(phar_archive_data*), NULL); NULL 1381 phar/util.c zend_hash_quick_add(&(PHAR_GLOBALS->phar_alias_map), alias, alias_len, ahash, (void*)&fd, sizeof(phar_archive_data*), NULL); NULL 1417 phar/util.c return return_unknown ? "unknown" : NULL; NULL 1441 phar/util.c return return_unknown ? "unknown" : NULL; NULL 1472 phar/util.c *error = NULL; NULL 1479 phar/util.c return NULL; NULL 1486 phar/util.c return NULL; NULL 1493 phar/util.c return NULL; NULL 1497 phar/util.c return NULL; NULL 1502 phar/util.c return NULL; NULL 1510 phar/util.c return NULL; NULL 1516 phar/util.c return NULL; NULL 1523 phar/util.c return NULL; NULL 1549 phar/util.c if (HASH_KEY_NON_EXISTANT == zend_hash_get_current_key_ex(&phar->mounted_dirs, &key, &keylen, &unused, 0, NULL)) { NULL 1568 phar/util.c return NULL; NULL 1576 phar/util.c return NULL; NULL 1584 phar/util.c return NULL; NULL 1592 phar/util.c return NULL; NULL 1601 phar/util.c return NULL; NULL 1610 phar/util.c return NULL; NULL 1619 phar/util.c return NULL; NULL 1626 phar/util.c return NULL; NULL 1689 phar/util.c if (FAILURE == zend_fcall_info_init(openssl, 0, &fci, &fcc, NULL, NULL TSRMLS_CC)) { NULL 1802 phar/util.c char *pubkey = NULL, *pfile; NULL 1814 phar/util.c pfp = php_stream_open_wrapper(pfile, "rb", 0, NULL); NULL 1855 phar/util.c if (NULL == in) { NULL 1863 phar/util.c key = PEM_read_bio_PUBKEY(in, NULL,NULL, NULL); NULL 1867 phar/util.c if (NULL == key) { NULL 2071 phar/util.c phar->signature = NULL; NULL 2125 phar/util.c if (in == NULL) { NULL 2132 phar/util.c key = PEM_read_bio_PrivateKey(in, NULL,NULL, ""); NULL 2176 phar/util.c sigbuf = NULL; NULL 2280 phar/util.c entry->metadata_str.c = NULL; NULL 2333 phar/util.c zend_hash_copy(&newmanifest, &(*pphar)->manifest, NULL, NULL, sizeof(phar_entry_info)); NULL 2337 phar/util.c zend_get_hash_value, NULL, 0); NULL 2339 phar/util.c zend_get_hash_value, NULL, 0); NULL 2340 phar/util.c zend_hash_copy(&phar->virtual_dirs, &(*pphar)->virtual_dirs, NULL, NULL, sizeof(void *)); NULL 2356 phar/util.c phar_archive_data **newpphar, *newphar = NULL; NULL 2365 phar/util.c PHAR_G(last_phar) = NULL; NULL 2366 phar/util.c PHAR_G(last_phar_name) = PHAR_G(last_alias) = NULL; NULL 2368 phar/util.c if (newpphar[0]->alias_len && FAILURE == zend_hash_add(&(PHAR_GLOBALS->phar_alias_map), newpphar[0]->alias, newpphar[0]->alias_len, (void*)newpphar, sizeof(phar_archive_data*), NULL)) { NULL 129 phar/zip.c now = time(NULL); NULL 172 phar/zip.c phar_archive_data *mydata = NULL; NULL 174 phar/zip.c char *p = buf, *ext, *actual_alias = NULL; NULL 175 phar/zip.c char *metadata = NULL; NULL 201 phar/zip.c while ((p=(char *) memchr(p + 1, 'P', (size_t) (size - (p + 1 - buf)))) != NULL) { NULL 255 phar/zip.c mydata->metadata = NULL; NULL 295 phar/zip.c zend_get_hash_value, NULL, (zend_bool)mydata->is_persistent); NULL 297 phar/zip.c zend_get_hash_value, NULL, (zend_bool)mydata->is_persistent); NULL 420 phar/zip.c phar_stream_copy_to_stream(fp, sigfile, entry.header_offset, NULL); NULL 424 phar/zip.c phar_stream_copy_to_stream(fp, sigfile, beforeus - PHAR_GET_32(locator.cdir_offset), NULL); NULL 554 phar/zip.c entry.metadata = NULL; NULL 597 phar/zip.c filter = php_stream_filter_create("zlib.inflate", NULL, php_stream_is_persistent(fp) TSRMLS_CC); NULL 618 phar/zip.c filter = php_stream_filter_create("bzip2.decompress", NULL, php_stream_is_persistent(fp) TSRMLS_CC); NULL 649 phar/zip.c zend_hash_add(&mydata->manifest, entry.filename, entry.filename_len, (void *)&entry,sizeof(phar_entry_info), NULL); NULL 660 phar/zip.c zend_hash_add(&(PHAR_GLOBALS->phar_fname_map), mydata->fname, fname_len, (void*)&mydata, sizeof(phar_archive_data*), NULL); NULL 693 phar/zip.c zend_hash_add(&(PHAR_GLOBALS->phar_alias_map), actual_alias, mydata->alias_len, (void*)&mydata, sizeof(phar_archive_data*), NULL); NULL 708 phar/zip.c zend_hash_add(&(PHAR_GLOBALS->phar_alias_map), actual_alias, mydata->alias_len, (void*)&mydata, sizeof(phar_archive_data*), NULL); NULL 847 phar/zip.c entry->fp = NULL; NULL 888 phar/zip.c filter = php_stream_filter_create(phar_compress_filter(entry, 0), NULL, 0 TSRMLS_CC); NULL 918 phar/zip.c if (SUCCESS != phar_stream_copy_to_stream(efp, entry->cfp, entry->uncompressed_filesize, NULL)) { NULL 1022 phar/zip.c if (SUCCESS != phar_stream_copy_to_stream(entry->cfp, p->filefp, entry->compressed_filesize, NULL)) { NULL 1028 phar/zip.c entry->cfp = NULL; NULL 1036 phar/zip.c if (SUCCESS != phar_stream_copy_to_stream(phar_get_efp(entry, 0 TSRMLS_CC), p->filefp, entry->uncompressed_filesize, NULL)) { NULL 1062 phar/zip.c if (!entry->is_dir && entry->compressed_filesize && SUCCESS != phar_stream_copy_to_stream(p->old, p->filefp, entry->compressed_filesize, NULL)) { NULL 1068 phar/zip.c entry->fp = NULL; NULL 1101 phar/zip.c phar_stream_copy_to_stream(pass->filefp, newfile, tell, NULL); NULL 1104 phar/zip.c phar_stream_copy_to_stream(pass->centralfp, newfile, tell, NULL); NULL 1168 phar/zip.c char *temperr = NULL; NULL 1175 phar/zip.c entry.timestamp = time(NULL); NULL 1207 phar/zip.c if (SUCCESS != zend_hash_update(&phar->manifest, entry.filename, entry.filename_len, (void*)&entry, sizeof(phar_entry_info), NULL)) { NULL 1255 phar/zip.c if ((pos = php_stristr(tmp, halt_stub, len, sizeof(halt_stub) - 1)) == NULL) { NULL 1287 phar/zip.c if (SUCCESS != zend_hash_update(&phar->manifest, entry.filename, entry.filename_len, (void*)&entry, sizeof(phar_entry_info), NULL)) { NULL 1318 phar/zip.c if (SUCCESS != zend_hash_add(&phar->manifest, entry.filename, entry.filename_len, (void*)&entry, sizeof(phar_entry_info), NULL)) { NULL 1331 phar/zip.c if (SUCCESS != zend_hash_update(&phar->manifest, entry.filename, entry.filename_len, (void*)&entry, sizeof(phar_entry_info), NULL)) { NULL 1347 phar/zip.c oldfile = php_stream_open_wrapper(phar->fname, "rb", 0, NULL); NULL 1348 phar/zip.c closeoldfile = oldfile != NULL; NULL 1473 phar/zip.c phar->ufp = NULL; NULL 1483 phar/zip.c phar->fp = php_stream_open_wrapper(phar->fname, "w+b", IGNORE_URL|STREAM_MUST_SEEK|REPORT_ERRORS, NULL); NULL 1495 phar/zip.c phar_stream_copy_to_stream(pass.filefp, phar->fp, PHP_STREAM_COPY_ALL, NULL); NULL 132 posix/php_posix.h #define posix_module_ptr NULL NULL 359 posix/posix.c NULL, NULL 360 posix/posix.c NULL, NULL 361 posix/posix.c NULL, NULL 366 posix/posix.c NULL, NULL 367 posix/posix.c NULL, NULL 529 posix/posix.c if (NULL == (p = getlogin())) { NULL 682 posix/posix.c if (NULL == ctermid(buffer)) { NULL 702 posix/posix.c if (stream == NULL) { NULL 703 posix/posix.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "expects argument 1 to be a valid stream resource"); NULL 711 posix/posix.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "could not use stream of type '%s'", NULL 758 posix/posix.c if (NULL == (p = ttyname(fd))) { NULL 885 posix/posix.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "For S_IFCHR and S_IFBLK you need to pass a major device kernel identifier"); NULL 889 posix/posix.c php_error_docref(NULL TSRMLS_CC, E_WARNING, NULL 896 posix/posix.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot create a block or character device, creating a normal file instead"); NULL 919 posix/posix.c if (NULL == g) NULL 922 posix/posix.c if (array_group == NULL || Z_TYPE_P(array_group) != IS_ARRAY) NULL 930 posix/posix.c for (count=0; g->gr_mem[count] != NULL; count++) { NULL 933 posix/posix.c zend_hash_update(Z_ARRVAL_P(array_group), "members", sizeof("members"), (void*)&array_members, sizeof(zval*), NULL); NULL 958 posix/posix.c path = expand_filepath(filename, NULL TSRMLS_CC); NULL 1014 posix/posix.c if (getgrnam_r(name, g, buf, buflen, &g) || g == NULL) { NULL 1020 posix/posix.c if (NULL == (g = getgrnam(name))) { NULL 1029 posix/posix.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "unable to convert posix group to array"); NULL 1046 posix/posix.c struct group *retgrptr = NULL; NULL 1065 posix/posix.c if (ret || retgrptr == NULL) { NULL 1072 posix/posix.c if (NULL == (g = getgrgid(gid))) { NULL 1081 posix/posix.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "unable to convert posix group struct to array"); NULL 1092 posix/posix.c if (NULL == pw) NULL 1094 posix/posix.c if (NULL == return_value || Z_TYPE_P(return_value) != IS_ARRAY) NULL 1133 posix/posix.c if (getpwnam_r(name, pw, buf, buflen, &pw) || pw == NULL) { NULL 1139 posix/posix.c if (NULL == (pw = getpwnam(name))) { NULL 1148 posix/posix.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "unable to convert posix passwd struct to array"); NULL 1164 posix/posix.c struct passwd *retpwptr = NULL; NULL 1182 posix/posix.c if (ret || retpwptr == NULL) { NULL 1189 posix/posix.c if (NULL == (pw = getpwuid(uid))) { NULL 1198 posix/posix.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "unable to convert posix passwd struct to array"); NULL 1299 posix/posix.c { 0, NULL } NULL 1308 posix/posix.c struct limitlist *l = NULL; NULL 27 pspell/php_pspell.h #define pspell_module_ptr NULL NULL 209 pspell/pspell.c "pspell", pspell_functions, PHP_MINIT(pspell), NULL, NULL, NULL, PHP_MINFO(pspell), NO_VERSION_YET, STANDARD_MODULE_PROPERTIES NULL 232 pspell/pspell.c if (config == NULL || type != le_pspell_config) { \ NULL 233 pspell/pspell.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%ld is not a PSPELL config index", conf); \ NULL 240 pspell/pspell.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%ld is not a PSPELL result index", scin); \ NULL 252 pspell/pspell.c le_pspell = zend_register_list_destructors_ex(php_pspell_close, NULL, "pspell", module_number); NULL 253 pspell/pspell.c le_pspell_config = zend_register_list_destructors_ex(php_pspell_close_config, NULL, "pspell config", module_number); NULL 262 pspell/pspell.c char *language, *spelling = NULL, *jargon = NULL, *encoding = NULL; NULL 294 pspell/pspell.c result = RegQueryValueEx(hkey, "", NULL, &dwType, (LPBYTE)&aspell_dir, &dwLen); NULL 344 pspell/pspell.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "PSPELL couldn't open the dictionary. reason: %s", pspell_error_message(ret)); NULL 359 pspell/pspell.c char *personal, *language, *spelling = NULL, *jargon = NULL, *encoding = NULL; NULL 391 pspell/pspell.c result = RegQueryValueEx(hkey, "", NULL, &dwType, (LPBYTE)&aspell_dir, &dwLen); NULL 449 pspell/pspell.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "PSPELL couldn't open the dictionary. reason: %s", pspell_error_message(ret)); NULL 479 pspell/pspell.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "PSPELL couldn't open the dictionary. reason: %s", pspell_error_message(ret)); NULL 541 pspell/pspell.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "PSPELL had a problem. details: %s", pspell_manager_error_message(manager)); NULL 566 pspell/pspell.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "pspell_store_replacement() gave error: %s", pspell_manager_error_message(manager)); NULL 596 pspell/pspell.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "pspell_add_to_personal() gave error: %s", pspell_manager_error_message(manager)); NULL 626 pspell/pspell.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "pspell_add_to_session() gave error: %s", pspell_manager_error_message(manager)); NULL 650 pspell/pspell.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "pspell_clear_session() gave error: %s", pspell_manager_error_message(manager)); NULL 675 pspell/pspell.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "pspell_save_wordlist() gave error: %s", pspell_manager_error_message(manager)); NULL 686 pspell/pspell.c char *language, *spelling = NULL, *jargon = NULL, *encoding = NULL; NULL 713 pspell/pspell.c result = RegQueryValueEx(hkey, "", NULL, &dwType, (LPBYTE)&aspell_dir, &dwLen); NULL 34 readline/php_readline.h #define phpext_readline_ptr NULL NULL 62 readline/readline.c static zval *_prepped_callback = NULL; NULL 66 readline/readline.c static zval *_readline_completion = NULL; NULL 160 readline/readline.c NULL, NULL 210 readline/readline.c char *prompt = NULL; NULL 236 readline/readline.c char *what = NULL; NULL 237 readline/readline.c zval **value = NULL; NULL 380 readline/readline.c char *arg = NULL; NULL 404 readline/readline.c char *arg = NULL; NULL 444 readline/readline.c return NULL; NULL 478 readline/readline.c char **matches = NULL; NULL 485 readline/readline.c if (call_user_function(CG(function_table), NULL, _readline_completion, &_readline_array, 3, params TSRMLS_CC) == SUCCESS) { NULL 492 readline/readline.c return NULL; NULL 510 readline/readline.c zval *arg = NULL; NULL 511 readline/readline.c char *name = NULL; NULL 518 readline/readline.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s is not callable", name); NULL 534 readline/readline.c if (rl_attempted_completion_function == NULL) { NULL 555 readline/readline.c call_user_function(CG(function_table), NULL, _prepped_callback, &dummy, 1, params TSRMLS_CC); NULL 566 readline/readline.c char *name = NULL; NULL 575 readline/readline.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s is not callable", name); NULL 72 readline/readline_cli.c #define RTLD_DEFAULT NULL NULL 80 readline/readline_cli.c static FILE *pager_pipe = NULL; NULL 109 readline/readline_cli.c rg->pager = NULL; NULL 110 readline/readline_cli.c rg->prompt = NULL; NULL 111 readline/readline_cli.c rg->prompt_str = NULL; NULL 189 readline/readline_cli.c zend_eval_stringl(code, prompt_end - prompt_spec - 1, NULL, "php prompt code" TSRMLS_CC); NULL 191 readline/readline_cli.c CLIR_G(prompt_str) = NULL; NULL 429 readline/readline_cli.c return NULL; NULL 436 readline/readline_cli.c tmp = retval = cli_completion_generator_ht(text + 1, textlen - 1, state, EG(active_symbol_table), NULL TSRMLS_CC); NULL 450 readline/readline_cli.c tmp = retval = cli_completion_generator_ht(text + 1, textlen - 1, state, EG(ini_directives), NULL TSRMLS_CC); NULL 509 readline/readline_cli.c char *retval = NULL; NULL 523 readline/readline_cli.c zend_class_entry **pce = NULL; NULL 532 readline/readline_cli.c return NULL; NULL 596 readline/readline_cli.c prepend_file.opened_path = NULL; NULL 601 readline/readline_cli.c zend_execute_scripts(ZEND_REQUIRE TSRMLS_CC, NULL, 1, prepend_file_p); NULL 610 readline/readline_cli.c while ((line = readline(prompt)) != NULL) { NULL 664 readline/readline_cli.c zend_eval_stringl(code, pos, NULL, "php shell code" TSRMLS_CC); NULL 679 readline/readline_cli.c pager_pipe = NULL; NULL 700 readline/readline_cli.c (cb) = NULL; \ NULL 715 readline/readline_cli.c ZEND_INIT_MODULE_GLOBALS(cli_readline, cli_readline_init_globals, NULL); NULL 742 readline/readline_cli.c cb->cli_shell_write = NULL; NULL 743 readline/readline_cli.c cb->cli_shell_ub_write = NULL; NULL 744 readline/readline_cli.c cb->cli_shell_run = NULL; NULL 36 recode/php_recode.h #define phpext_recode_ptr NULL NULL 96 recode/recode.c NULL, NULL 97 recode/recode.c NULL, NULL 102 recode/recode.c NULL, NULL 103 recode/recode.c NULL, NULL 113 recode/recode.c recode_globals->outer = NULL; NULL 119 recode/recode.c if (ReSG(outer) == NULL) { NULL 146 recode/recode.c RECODE_REQUEST request = NULL; NULL 147 recode/recode.c char *r = NULL; NULL 158 recode/recode.c if (request == NULL) { NULL 159 recode/recode.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot allocate request structure"); NULL 164 recode/recode.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Illegal recode request '%s'", req); NULL 170 recode/recode.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Recoding failed."); NULL 188 recode/recode.c RECODE_REQUEST request = NULL; NULL 211 recode/recode.c if (request == NULL) { NULL 212 recode/recode.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot allocate request structure"); NULL 217 recode/recode.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Illegal recode request '%s'", req); NULL 222 recode/recode.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Recoding failed."); NULL 48 reflection/php_reflection.c zend_std_write_property(object, member, value, NULL TSRMLS_CC); \ NULL 88 reflection/php_reflection.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "%s() cannot be called statically", get_active_function_name(TSRMLS_C)); \ NULL 104 reflection/php_reflection.c if (intern == NULL || intern->ptr == NULL) { \ NULL 106 reflection/php_reflection.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Internal error: Failed to retrieve the reflection object"); \ NULL 177 reflection/php_reflection.c str->string = NULL; NULL 237 reflection/php_reflection.c *return_value = NULL; NULL 312 reflection/php_reflection.c intern->ptr = NULL; NULL 330 reflection/php_reflection.c retval.handle = zend_objects_store_put(intern, NULL, reflection_free_objects_storage, NULL TSRMLS_CC); NULL 387 reflection/php_reflection.c if (ce->get_iterator != NULL) { NULL 483 reflection/php_reflection.c _property_string(str, prop, NULL, sub_indent.string TSRMLS_CC); NULL 547 reflection/php_reflection.c _property_string(str, prop, NULL, sub_indent.string TSRMLS_CC); NULL 576 reflection/php_reflection.c _property_string(&dyn, NULL, prop_name, sub_indent.string TSRMLS_CC); NULL 622 reflection/php_reflection.c && (closure = zend_get_closure_invoke_method(obj TSRMLS_CC)) != NULL) NULL 626 reflection/php_reflection.c closure = NULL; NULL 691 reflection/php_reflection.c return NULL; NULL 1011 reflection/php_reflection.c _class_string(str, *pce, NULL, indent TSRMLS_CC); NULL 1120 reflection/php_reflection.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Internal error: Cannot find extension function %s in global function table", func->fname); NULL 1126 reflection/php_reflection.c _function_string(str, fptr, NULL, " " TSRMLS_CC); NULL 1231 reflection/php_reflection.c intern->ce = NULL; NULL 1283 reflection/php_reflection.c intern->ce = NULL; NULL 1328 reflection/php_reflection.c zend_property_info *tmp_info = NULL; NULL 1388 reflection/php_reflection.c if (object_and_properties_init(reflector_ptr, ce_ptr, NULL) == FAILURE) { NULL 1397 reflection/php_reflection.c fci.function_table = NULL; NULL 1398 reflection/php_reflection.c fci.function_name = NULL; NULL 1399 reflection/php_reflection.c fci.symbol_table = NULL; NULL 1435 reflection/php_reflection.c fci.object_ptr = NULL; NULL 1441 reflection/php_reflection.c result = zend_call_function(&fci, NULL TSRMLS_CC); NULL 1443 reflection/php_reflection.c if (result == FAILURE && EG(exception) == NULL) { NULL 1467 reflection/php_reflection.c if (intern == NULL || intern->ptr == NULL) { NULL 1469 reflection/php_reflection.c return NULL; NULL 1471 reflection/php_reflection.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Internal error: Failed to retrieve the reflection object"); NULL 1477 reflection/php_reflection.c return NULL; NULL 1489 reflection/php_reflection.c if (param == NULL) { NULL 1490 reflection/php_reflection.c return NULL; NULL 1496 reflection/php_reflection.c return NULL; NULL 1525 reflection/php_reflection.c result= call_user_function_ex(NULL, &object, &fname, &retval_ptr, 0, NULL, 0, NULL TSRMLS_CC); NULL 1534 reflection/php_reflection.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s::__toString() did not return anything", Z_OBJCE_P(object)->name); NULL 1604 reflection/php_reflection.c zval *closure = NULL; NULL 1613 reflection/php_reflection.c if (intern == NULL) { NULL 1649 reflection/php_reflection.c intern->ce = NULL; NULL 1751 reflection/php_reflection.c zend_create_closure(return_value, fptr, NULL, NULL TSRMLS_CC); NULL 1886 reflection/php_reflection.c if (fptr->type == ZEND_USER_FUNCTION && fptr->op_array.static_variables != NULL) { NULL 1898 reflection/php_reflection.c zval ***params = NULL; NULL 1913 reflection/php_reflection.c fci.function_table = NULL; NULL 1914 reflection/php_reflection.c fci.function_name = NULL; NULL 1915 reflection/php_reflection.c fci.symbol_table = NULL; NULL 1916 reflection/php_reflection.c fci.object_ptr = NULL; NULL 1925 reflection/php_reflection.c fcc.called_scope = NULL; NULL 1926 reflection/php_reflection.c fcc.object_ptr = NULL; NULL 1980 reflection/php_reflection.c fci.function_table = NULL; NULL 1981 reflection/php_reflection.c fci.function_name = NULL; NULL 1982 reflection/php_reflection.c fci.symbol_table = NULL; NULL 1983 reflection/php_reflection.c fci.object_ptr = NULL; NULL 1992 reflection/php_reflection.c fcc.called_scope = NULL; NULL 1993 reflection/php_reflection.c fcc.object_ptr = NULL; NULL 2148 reflection/php_reflection.c zend_class_entry *ce = NULL; NULL 2157 reflection/php_reflection.c if (intern == NULL) { NULL 2212 reflection/php_reflection.c && (fptr = zend_get_closure_invoke_method(*classref TSRMLS_CC)) != NULL) NULL 2681 reflection/php_reflection.c if ((tmp = strstr(name_str, "::")) == NULL) { NULL 2690 reflection/php_reflection.c orig_obj = NULL; NULL 2694 reflection/php_reflection.c orig_obj = NULL; NULL 2699 reflection/php_reflection.c if (intern == NULL) { NULL 2737 reflection/php_reflection.c && (mptr = zend_get_closure_invoke_method(orig_obj TSRMLS_CC)) != NULL) NULL 2792 reflection/php_reflection.c zend_create_closure(return_value, mptr, mptr->common.scope, NULL TSRMLS_CC); NULL 2820 reflection/php_reflection.c zval ***params = NULL; NULL 2862 reflection/php_reflection.c object_ptr = NULL; NULL 2885 reflection/php_reflection.c fci.function_table = NULL; NULL 2886 reflection/php_reflection.c fci.function_name = NULL; NULL 2887 reflection/php_reflection.c fci.symbol_table = NULL; NULL 2973 reflection/php_reflection.c object = NULL; NULL 2994 reflection/php_reflection.c fci.function_table = NULL; NULL 2995 reflection/php_reflection.c fci.function_name = NULL; NULL 2996 reflection/php_reflection.c fci.symbol_table = NULL; NULL 3245 reflection/php_reflection.c reflection_method_factory(mptr->common.prototype->common.scope, mptr->common.prototype, NULL, return_value TSRMLS_CC); NULL 3262 reflection/php_reflection.c if (intern == NULL) { NULL 3299 reflection/php_reflection.c if (intern == NULL) { NULL 3361 reflection/php_reflection.c prop = NULL; NULL 3418 reflection/php_reflection.c zval **prop, *def_value = NULL; NULL 3427 reflection/php_reflection.c prop = zend_std_get_static_property(ce, name, name_len, 1, NULL TSRMLS_CC); NULL 3461 reflection/php_reflection.c variable_ptr = zend_std_get_static_property(ce, name, name_len, 1, NULL TSRMLS_CC); NULL 3640 reflection/php_reflection.c reflection_method_factory(ce, ce->constructor, NULL, return_value TSRMLS_CC); NULL 3695 reflection/php_reflection.c && (mptr = zend_get_closure_invoke_method(intern->obj TSRMLS_CC)) != NULL) NULL 3699 reflection/php_reflection.c reflection_method_factory(ce, mptr, NULL, return_value TSRMLS_CC); NULL 3703 reflection/php_reflection.c && object_init_ex(&obj_tmp, ce) == SUCCESS && (mptr = zend_get_closure_invoke_method(&obj_tmp TSRMLS_CC)) != NULL) { NULL 3706 reflection/php_reflection.c reflection_method_factory(ce, mptr, NULL, return_value TSRMLS_CC); NULL 3710 reflection/php_reflection.c reflection_method_factory(ce, mptr, NULL, return_value TSRMLS_CC); NULL 3732 reflection/php_reflection.c && (closure = zend_get_closure_invoke_method(obj TSRMLS_CC)) != NULL) NULL 3739 reflection/php_reflection.c reflection_method_factory(ce, mptr, NULL, method TSRMLS_CC); NULL 3857 reflection/php_reflection.c property_info_tmp.doc_comment = NULL; NULL 3866 reflection/php_reflection.c if ((tmp = strstr(name, "::")) != NULL) { NULL 4102 reflection/php_reflection.c RETURN_BOOL(Z_OBJ_HANDLER_P(intern->obj, clone_obj) != NULL); NULL 4109 reflection/php_reflection.c RETVAL_BOOL(Z_OBJ_HANDLER(obj, clone_obj) != NULL); NULL 4185 reflection/php_reflection.c zval *retval_ptr = NULL; NULL 4194 reflection/php_reflection.c zval ***params = NULL; NULL 4215 reflection/php_reflection.c fci.function_name = NULL; NULL 4216 reflection/php_reflection.c fci.symbol_table = NULL; NULL 4236 reflection/php_reflection.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invocation of %s's constructor failed", ce->name); NULL 4263 reflection/php_reflection.c if (ce->create_object != NULL) { NULL 4275 reflection/php_reflection.c zval *retval_ptr = NULL; NULL 4294 reflection/php_reflection.c zval ***params = NULL; NULL 4313 reflection/php_reflection.c fci.function_name = NULL; NULL 4314 reflection/php_reflection.c fci.symbol_table = NULL; NULL 4334 reflection/php_reflection.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invocation of %s's constructor failed", ce->name); NULL 4524 reflection/php_reflection.c if (argument == NULL || argument->ptr == NULL) { NULL 4525 reflection/php_reflection.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Internal error: Failed to retrieve the argument's reflection object"); NULL 4569 reflection/php_reflection.c if (argument == NULL || argument->ptr == NULL) { NULL 4570 reflection/php_reflection.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Internal error: Failed to retrieve the argument's reflection object"); NULL 4606 reflection/php_reflection.c RETURN_BOOL(ce->get_iterator != NULL); NULL 4757 reflection/php_reflection.c zend_property_info *property_info = NULL; NULL 4766 reflection/php_reflection.c if (intern == NULL) { NULL 4792 reflection/php_reflection.c if (property_info == NULL && Z_TYPE_P(classname) == IS_OBJECT && Z_OBJ_HT_P(classname)->get_properties) { NULL 4835 reflection/php_reflection.c reference->prop.doc_comment = NULL; NULL 4861 reflection/php_reflection.c _property_string(&str, &ref->prop, NULL, "" TSRMLS_CC); NULL 4953 reflection/php_reflection.c zval *member_p = NULL; NULL 4969 reflection/php_reflection.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Internal error: Could not find the property %s::%s", intern->ce->name, ref->prop.name); NULL 5023 reflection/php_reflection.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Internal error: Could not find the property %s::%s", intern->ce->name, ref->prop.name); NULL 5132 reflection/php_reflection.c if (intern == NULL) { NULL 5167 reflection/php_reflection.c if (intern == NULL) { NULL 5184 reflection/php_reflection.c intern->ce = NULL; NULL 5262 reflection/php_reflection.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Internal error: Cannot find extension function %s in global function table", func->fname); NULL 5269 reflection/php_reflection.c reflection_function_factory(fptr, NULL, function TSRMLS_CC); NULL 5527 reflection/php_reflection.c if (intern == NULL) { NULL 5542 reflection/php_reflection.c intern->ce = NULL; NULL 5669 reflection/php_reflection.c ZEND_FENTRY(export, NULL, NULL, ZEND_ACC_STATIC|ZEND_ACC_ABSTRACT|ZEND_ACC_PUBLIC) NULL 6080 reflection/php_reflection.c reflection_object_handlers.clone_obj = NULL; NULL 6084 reflection/php_reflection.c reflection_exception_ptr = zend_register_internal_class_ex(&_reflection_entry, zend_exception_get_default(TSRMLS_C), NULL TSRMLS_CC); NULL 6100 reflection/php_reflection.c reflection_function_ptr = zend_register_internal_class_ex(&_reflection_entry, reflection_function_abstract_ptr, NULL TSRMLS_CC); NULL 6113 reflection/php_reflection.c reflection_method_ptr = zend_register_internal_class_ex(&_reflection_entry, reflection_function_abstract_ptr, NULL TSRMLS_CC); NULL 6136 reflection/php_reflection.c reflection_object_ptr = zend_register_internal_class_ex(&_reflection_entry, reflection_class_ptr, NULL TSRMLS_CC); NULL 6180 reflection/php_reflection.c NULL, NULL 6181 reflection/php_reflection.c NULL, NULL 6182 reflection/php_reflection.c NULL, NULL 109 session/mod_files.c return NULL; NULL 153 session/mod_files.c data->lastkey = NULL; NULL 159 session/mod_files.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "The session id is too long or contains illegal characters, valid characters are a-z, A-Z, 0-9 and '-,'"); NULL 194 session/mod_files.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "fcntl(%d, F_SETFD, FD_CLOEXEC) failed: %s (%d)", data->fd, strerror(errno), errno); NULL 198 session/mod_files.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "open(%s, O_RDWR) failed: %s (%d)", buf, strerror(errno), errno); NULL 216 session/mod_files.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "ps_files_cleanup_dir: opendir(%s) failed: %s (%d)", dirname, strerror(errno), errno); NULL 289 session/mod_files.c dirdepth = (size_t) strtol(argv[0], NULL, 10); NULL 298 session/mod_files.c filemode = strtol(argv[1], NULL, 8); NULL 334 session/mod_files.c *mod_data = NULL; NULL 372 session/mod_files.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "read failed: %s (%d)", strerror(errno), errno); NULL 374 session/mod_files.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "read returned less bytes than requested"); NULL 408 session/mod_files.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "write failed: %s (%d)", strerror(errno), errno); NULL 410 session/mod_files.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "write wrote less bytes than requested"); NULL 65 session/mod_mm.c static ps_mm *ps_mm_instance = NULL; NULL 127 session/mod_mm.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "mm_malloc failed, avail %d, err %s", mm_available(data->mm), mm_error()); NULL 128 session/mod_mm.c return NULL; NULL 136 session/mod_mm.c sd->data = NULL; NULL 190 session/mod_mm.c for (prev = NULL, ret = data->hash[slot]; ret; prev = ret, ret = ret->next) { NULL 298 session/mod_mm.c ps_mm_instance = NULL; NULL 329 session/mod_mm.c PS_SET_MOD_DATA(NULL); NULL 379 session/mod_mm.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "cannot allocate new data segment"); NULL 380 session/mod_mm.c sd = NULL; NULL 50 session/mod_user.c zval *retval = NULL; NULL 53 session/mod_user.c if (call_user_function(EG(function_table), NULL, func, retval, argc, argv TSRMLS_CC) == FAILURE) { NULL 55 session/mod_user.c retval = NULL; NULL 66 session/mod_user.c zval *retval = NULL; \ NULL 84 session/mod_user.c if (PSF(open) == NULL) { NULL 85 session/mod_user.c php_error_docref(NULL TSRMLS_CC, E_WARNING, NULL 111 session/mod_user.c retval = ps_call_handler(PSF(close), 0, NULL TSRMLS_CC); NULL 25 session/mod_user_class.c if (PS(default_mod) == NULL) { \ NULL 26 session/mod_user_class.c php_error_docref(NULL TSRMLS_CC, E_CORE_ERROR, "Cannot call default session handler"); \ NULL 33 session/mod_user_class.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Parent session handler is not open"); \ NULL 41 session/mod_user_class.c char *save_path = NULL, *session_name = NULL; NULL 256 session/php_session.h (key_type = zend_hash_get_current_key_ex(_ht, &key, &key_length, &num_key, 0, NULL)) != HASH_KEY_NON_EXISTANT; \ NULL 259 session/php_session.h php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Skipping numeric key %ld", num_key); \ NULL 82 session/session.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "A session is active. You cannot change the session module's ini settings at this time"); \ NULL 89 session/session.c PS(id) = NULL; NULL 91 session/session.c PS(mod_data) = NULL; NULL 94 session/session.c PS(http_session_vars) = NULL; NULL 103 session/session.c PS(http_session_vars) = NULL; NULL 122 session/session.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Trying to destroy uninitialized session"); NULL 128 session/session.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Session object destruction failed"); NULL 140 session/session.c zval **sym_track = NULL; NULL 148 session/session.c if (sym_track == NULL) { NULL 178 session/session.c zval *session_vars = NULL; NULL 197 session/session.c char *ret = NULL; NULL 201 session/session.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown session.serialize_handler. Failed to encode session object"); NULL 202 session/session.c ret = NULL; NULL 204 session/session.c ret = NULL; NULL 207 session/session.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot encode non-existent session"); NULL 216 session/session.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown session.serialize_handler. Failed to decode session object"); NULL 221 session/session.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed to decode session object. Session has been destroyed"); NULL 293 session/session.c char *remote_addr = NULL; NULL 295 session/session.c gettimeofday(&tv, NULL); NULL 321 session/session.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid session hash function"); NULL 323 session/session.c return NULL; NULL 333 session/session.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid session hash function"); NULL 335 session/session.c return NULL; NULL 413 session/session.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "The ini setting hash_bits_per_character is out of range (should be 4, 5, or 6) - using 4 for now"); NULL 436 session/session.c PS(id) = NULL; NULL 440 session/session.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "No storage module chosen - failed to initialize session"); NULL 446 session/session.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Failed to initialize storage module: %s (path: %s)", PS(mod)->s_name, PS(save_path)); NULL 453 session/session.c PS(id) = PS(mod)->s_create_sid(&PS(mod_data), NULL TSRMLS_CC); NULL 472 session/session.c PS(id) = NULL; NULL 497 session/session.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed to write session data (%s). Please " NULL 533 session/session.c php_error_docref(NULL TSRMLS_CC, err_type, "Cannot find save handler '%s'", new_value); NULL 563 session/session.c php_error_docref(NULL TSRMLS_CC, err_type, "Cannot find serialization handler '%s'", new_value); NULL 593 session/session.c if (memchr(new_value, '\0', new_value_length) != NULL) { NULL 621 session/session.c char *endptr = NULL; NULL 624 session/session.c PS(hash_ops) = NULL; NULL 671 session/session.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "session.upload_progress.freq must be greater than or equal to zero"); NULL 676 session/session.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "session.upload_progress.freq cannot be over 100%%"); NULL 956 session/session.c if (ps_serializers[i].name == NULL) { NULL 960 session/session.c ps_serializers[i + 1].name = NULL; NULL 1071 session/session.c gettimeofday(&tv, NULL); NULL 1133 session/session.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot send session cache limiter - headers already sent (output started at %s:%d)", output_start_filename, output_start_lineno); NULL 1135 session/session.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot send session cache limiter - headers already sent"); NULL 1165 session/session.c char *date_fmt = NULL; NULL 1173 session/session.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot send session cookie - headers already sent by (output started at %s:%d)", output_start_filename, output_start_lineno); NULL 1175 session/session.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot send session cookie - headers already sent"); NULL 1181 session/session.c e_session_name = php_url_encode(PS(session_name), strlen(PS(session_name)), NULL); NULL 1182 session/session.c e_id = php_url_encode(PS(id), strlen(PS(id)), NULL); NULL 1196 session/session.c gettimeofday(&tv, NULL); NULL 1235 session/session.c ps_module *ret = NULL; NULL 1251 session/session.c const ps_serializer *ret = NULL; NULL 1324 session/session.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot find save handler '%s' - session startup failed", value); NULL 1332 session/session.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot find serialization handler '%s' - session startup failed", value); NULL 1408 session/session.c strstr(Z_STRVAL_PP(data), PS(extern_referer_chk)) == NULL NULL 1411 session/session.c PS(id) = NULL; NULL 1441 session/session.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "purged %d expired session objects", nrdels); NULL 1474 session/session.c zval **lifetime = NULL; NULL 1475 session/session.c char *path = NULL, *domain = NULL; NULL 1526 session/session.c char *name = NULL; NULL 1545 session/session.c char *name = NULL; NULL 1561 session/session.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot find named PHP session module (%s)", name); NULL 1569 session/session.c PS(mod_data) = NULL; NULL 1580 session/session.c zval ***args = NULL; NULL 1593 session/session.c zval *obj = NULL, *callback = NULL; NULL 1613 session/session.c if (PS(mod_user_names).names[i] != NULL) { NULL 1624 session/session.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Session handler's function table is corrupt"); NULL 1645 session/session.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to register session shutdown function"); NULL 1670 session/session.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Argument %d is not a valid callback", i+1); NULL 1682 session/session.c if (PS(mod_user_names).names[i] != NULL) { NULL 1698 session/session.c char *name = NULL; NULL 1708 session/session.c if (memchr(name, '\0', name_len) != NULL) { NULL 1709 session/session.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "The save_path cannot contain NULL characters"); NULL 1722 session/session.c char *name = NULL; NULL 1755 session/session.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot regenerate session id - headers already sent"); NULL 1762 session/session.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Session object destruction failed"); NULL 1766 session/session.c PS(id) = NULL; NULL 1769 session/session.c PS(id) = PS(mod)->s_create_sid(&PS(mod_data), NULL TSRMLS_CC); NULL 1784 session/session.c char *limiter = NULL; NULL 1803 session/session.c zval **expires = NULL; NULL 1831 session/session.c if (enc == NULL) { NULL 1958 session/session.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to register session flush function"); NULL 2077 session/session.c { NULL, NULL, NULL } NULL 2090 session/session.c { NULL, NULL, NULL } NULL 2102 session/session.c if (PS(mod) == NULL) { NULL 2111 session/session.c if (PS(serializer) == NULL) { NULL 2120 session/session.c if (PS(mod) == NULL || PS(serializer) == NULL) { NULL 2150 session/session.c if (PS(mod_user_names).names[i] != NULL) { NULL 2152 session/session.c PS(mod_user_names).names[i] = NULL; NULL 2164 session/session.c ps_globals->save_path = NULL; NULL 2165 session/session.c ps_globals->session_name = NULL; NULL 2166 session/session.c ps_globals->id = NULL; NULL 2167 session/session.c ps_globals->mod = NULL; NULL 2168 session/session.c ps_globals->serializer = NULL; NULL 2169 session/session.c ps_globals->mod_data = NULL; NULL 2171 session/session.c ps_globals->default_mod = NULL; NULL 2175 session/session.c ps_globals->mod_user_names.names[i] = NULL; NULL 2177 session/session.c ps_globals->http_session_vars = NULL; NULL 2185 session/session.c zend_register_auto_global("_SESSION", sizeof("_SESSION")-1, 0, NULL TSRMLS_CC); NULL 2224 session/session.c ps_serializers[PREDEFINED_SERIALIZERS].name = NULL; NULL 2313 session/session.c sapi_module.treat_data(PARSE_COOKIE, NULL, NULL TSRMLS_CC); NULL 2322 session/session.c sapi_module.treat_data(PARSE_GET, NULL, NULL TSRMLS_CC); NULL 2352 session/session.c gettimeofday(&tv, NULL); NULL 2493 session/session.c add_assoc_long_ex(progress->current_file, "start_time", sizeof("start_time"), (long)time(NULL)); NULL 2554 session/session.c progress = NULL; NULL 2555 session/session.c PS(rfc1867_progress) = NULL; NULL 2569 session/session.c NULL, NULL 2579 session/session.c NULL, NULL 2580 session/session.c NULL, NULL 63 shmop/php_shmop.h #define phpext_shmop_ptr NULL NULL 101 shmop/shmop.c NULL, NULL 102 shmop/shmop.c NULL, NULL 103 shmop/shmop.c NULL, NULL 117 shmop/shmop.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "no shared memory segment with an id of [%lu]", shmid); \ NULL 120 shmop/shmop.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "not a shmop resource"); \ NULL 139 shmop/shmop.c shm_type = zend_register_list_destructors_ex(rsclean, NULL, "shmop", module_number); NULL 171 shmop/shmop.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s is not a valid flag", flags); NULL 201 shmop/shmop.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "invalid access mode"); NULL 206 shmop/shmop.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Shared memory segment size must be greater than zero"); NULL 212 shmop/shmop.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "unable to attach or create shared memory segment"); NULL 217 shmop/shmop.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "unable to get shared memory segment information"); NULL 223 shmop/shmop.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "unable to attach to shared memory segment"); NULL 255 shmop/shmop.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "start is out of range"); NULL 260 shmop/shmop.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "count is out of range"); NULL 329 shmop/shmop.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "trying to write to a read only segment"); NULL 334 shmop/shmop.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "offset out of range"); NULL 359 shmop/shmop.c if (shmctl(shmop->shmid, IPC_RMID, NULL)) { NULL 360 shmop/shmop.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "can't mark segment for deletion (are you the owner?)"); NULL 37 simplexml/php_simplexml_exports.h __n = NULL; \ NULL 38 simplexml/php_simplexml_exports.h php_error_docref(NULL TSRMLS_CC, E_WARNING, "Node no longer exists"); \ NULL 41 simplexml/simplexml.c zend_class_entry *sxe_class_entry = NULL; NULL 84 simplexml/simplexml.c php_libxml_increment_node_ptr((php_libxml_node_object *)subnode, node, NULL TSRMLS_CC); NULL 106 simplexml/simplexml.c __n = NULL; \ NULL 107 simplexml/simplexml.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Node no longer exists"); \ NULL 114 simplexml/simplexml.c xmlNodePtr retnode = NULL; NULL 131 simplexml/simplexml.c if (name == NULL && (node->ns == NULL || node->ns->prefix == NULL)) { NULL 154 simplexml/simplexml.c return NULL; NULL 192 simplexml/simplexml.c return NULL; NULL 199 simplexml/simplexml.c xmlNodePtr retnode = NULL; NULL 214 simplexml/simplexml.c return NULL; NULL 238 simplexml/simplexml.c *name = NULL; NULL 242 simplexml/simplexml.c return NULL; NULL 254 simplexml/simplexml.c xmlAttrPtr attr = NULL; NULL 267 simplexml/simplexml.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Cannot create unnamed attribute"); NULL 268 simplexml/simplexml.c return NULL; NULL 270 simplexml/simplexml.c name = NULL; NULL 288 simplexml/simplexml.c test = sxe->iter.name != NULL; NULL 291 simplexml/simplexml.c attr = node ? node->properties : NULL; NULL 296 simplexml/simplexml.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Cannot create unnamed attribute"); NULL 297 simplexml/simplexml.c return NULL; NULL 311 simplexml/simplexml.c _node_as_zval(sxe, (xmlNodePtr) attr, return_value, SXE_ITER_NONE, NULL, sxe->iter.nsprefix, sxe->iter.isprefix TSRMLS_CC); NULL 321 simplexml/simplexml.c _node_as_zval(sxe, (xmlNodePtr) attr, return_value, SXE_ITER_NONE, NULL, sxe->iter.nsprefix, sxe->iter.isprefix TSRMLS_CC); NULL 332 simplexml/simplexml.c php_libxml_increment_node_ptr((php_libxml_node_object *)sxe, node, NULL TSRMLS_CC); NULL 343 simplexml/simplexml.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot add element %s number %ld when only 0 such elements exist", mynode->name, Z_LVAL_P(member)); NULL 348 simplexml/simplexml.c node = NULL; NULL 351 simplexml/simplexml.c _node_as_zval(sxe, node, return_value, SXE_ITER_NONE, NULL, sxe->iter.nsprefix, sxe->iter.isprefix TSRMLS_CC); NULL 354 simplexml/simplexml.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot add element %s number %ld when only %ld such elements exist", mynode->name, Z_LVAL_P(member), cnt); NULL 356 simplexml/simplexml.c node = xmlNewTextChild(mynode->parent, mynode->ns, mynode->name, NULL); NULL 357 simplexml/simplexml.c _node_as_zval(sxe, node, return_value, SXE_ITER_NONE, NULL, sxe->iter.nsprefix, sxe->iter.isprefix TSRMLS_CC); NULL 444 simplexml/simplexml.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "It is not possible to assign complex types to nodes"); NULL 456 simplexml/simplexml.c xmlNodePtr newnode = NULL; NULL 459 simplexml/simplexml.c xmlAttrPtr attr = NULL; NULL 480 simplexml/simplexml.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Cannot create unnamed attribute"); NULL 488 simplexml/simplexml.c php_trim(Z_STRVAL(trim_zv), Z_STRLEN(trim_zv), NULL, 0, &tmp_zv, 3 TSRMLS_CC); NULL 494 simplexml/simplexml.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot write or create unnamed %s", attribs ? "attribute" : "element"); NULL 509 simplexml/simplexml.c test = sxe->iter.name != NULL; NULL 513 simplexml/simplexml.c attr = node ? node->properties : NULL; NULL 521 simplexml/simplexml.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Cannot create unnamed attribute"); NULL 525 simplexml/simplexml.c node = xmlNewChild(mynode, mynode->ns, sxe->iter.name, NULL); NULL 594 simplexml/simplexml.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Cannot create duplicate attribute"); NULL 602 simplexml/simplexml.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot add element %s number %ld when only 0 such elements exist", mynode->name, Z_LVAL_P(member)); NULL 639 simplexml/simplexml.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot assign to an array of nodes (duplicate subnodes or attr detected)"); NULL 644 simplexml/simplexml.c newnode = xmlNewTextChild(mynode->parent, mynode->ns, mynode->name, value ? (xmlChar *)Z_STRVAL_P(value) : NULL); NULL 646 simplexml/simplexml.c newnode = xmlNewTextChild(mynode, mynode->ns, (xmlChar *)Z_STRVAL_P(member), value ? (xmlChar *)Z_STRVAL_P(value) : NULL); NULL 650 simplexml/simplexml.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot add element %s number %ld when only %ld such elements exist", mynode->name, Z_LVAL_P(member), cnt); NULL 653 simplexml/simplexml.c newnode = xmlNewTextChild(mynode->parent, mynode->ns, mynode->name, value ? (xmlChar *)Z_STRVAL_P(value) : NULL); NULL 657 simplexml/simplexml.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot change attribute number %ld when only %d attributes exist", Z_LVAL_P(member), nodendx); NULL 660 simplexml/simplexml.c newnode = (xmlNodePtr)xmlNewProp(node, (xmlChar *)Z_STRVAL_P(member), value ? (xmlChar *)Z_STRVAL_P(value) : NULL); NULL 685 simplexml/simplexml.c sxe_prop_dim_write(object, member, value, 1, 0, NULL TSRMLS_CC); NULL 693 simplexml/simplexml.c sxe_prop_dim_write(object, offset, value, 0, 1, NULL TSRMLS_CC); NULL 712 simplexml/simplexml.c return NULL; NULL 714 simplexml/simplexml.c if (sxe_prop_dim_write(object, member, NULL, 1, 0, &node TSRMLS_CC) != SUCCESS) { NULL 715 simplexml/simplexml.c return NULL; NULL 718 simplexml/simplexml.c name = NULL; NULL 740 simplexml/simplexml.c xmlAttrPtr attr = NULL; NULL 771 simplexml/simplexml.c test = sxe->iter.name != NULL; NULL 774 simplexml/simplexml.c attr = node ? node->properties : NULL; NULL 815 simplexml/simplexml.c node = sxe_get_element_by_offset(sxe, Z_LVAL_P(member), node, NULL); NULL 870 simplexml/simplexml.c xmlAttrPtr attr = NULL; NULL 901 simplexml/simplexml.c test = sxe->iter.name != NULL; NULL 904 simplexml/simplexml.c attr = node ? node->properties : NULL; NULL 942 simplexml/simplexml.c node = sxe_get_element_by_offset(sxe, Z_LVAL_P(member), node, NULL); NULL 1027 simplexml/simplexml.c php_libxml_increment_node_ptr((php_libxml_node_object *)subnode, node, NULL TSRMLS_CC); NULL 1044 simplexml/simplexml.c zend_hash_next_index_insert(Z_ARRVAL_PP(data_ptr), &value, sizeof(zval *), NULL); NULL 1050 simplexml/simplexml.c zend_hash_next_index_insert(Z_ARRVAL_P(newptr), data_ptr, sizeof(zval *), NULL); NULL 1051 simplexml/simplexml.c zend_hash_next_index_insert(Z_ARRVAL_P(newptr), &value, sizeof(zval *), NULL); NULL 1053 simplexml/simplexml.c zend_hash_quick_update(rv, name, namelen, h, &newptr, sizeof(zval *), NULL); NULL 1056 simplexml/simplexml.c zend_hash_quick_update(rv, name, namelen, h, &value, sizeof(zval *), NULL); NULL 1081 simplexml/simplexml.c zend_hash_init(rv, 0, NULL, ZVAL_PTR_DTOR, 0); NULL 1088 simplexml/simplexml.c zend_hash_init(rv, 0, NULL, ZVAL_PTR_DTOR, 0); NULL 1101 simplexml/simplexml.c attr = node ? (xmlAttrPtr)node->properties : NULL; NULL 1102 simplexml/simplexml.c zattr = NULL; NULL 1128 simplexml/simplexml.c zend_hash_next_index_insert(rv, &value, sizeof(zval *), NULL); NULL 1129 simplexml/simplexml.c node = NULL; NULL 1136 simplexml/simplexml.c sxe->iter.data = NULL; NULL 1145 simplexml/simplexml.c if (node->children != NULL || node->prev != NULL || node->next != NULL) { NULL 1154 simplexml/simplexml.c zend_hash_next_index_insert(rv, &value, sizeof(zval *), NULL); NULL 1174 simplexml/simplexml.c zend_hash_next_index_insert(rv, &value, sizeof(zval *), NULL); NULL 1202 simplexml/simplexml.c *table = NULL; NULL 1229 simplexml/simplexml.c if (sxe1->node == NULL) { NULL 1252 simplexml/simplexml.c xmlNsPtr *ns = NULL; NULL 1271 simplexml/simplexml.c php_libxml_increment_node_ptr((php_libxml_node_object *)sxe, xmlDocGetRootElement((xmlDocPtr) sxe->document->ptr), NULL TSRMLS_CC); NULL 1279 simplexml/simplexml.c if (ns != NULL) { NULL 1280 simplexml/simplexml.c while (ns[nsnbr] != NULL) { NULL 1289 simplexml/simplexml.c if (ns != NULL) { NULL 1291 simplexml/simplexml.c sxe->xpath->namespaces = NULL; NULL 1303 simplexml/simplexml.c if (result != NULL) { NULL 1314 simplexml/simplexml.c _node_as_zval(sxe, nodeptr->parent, value, SXE_ITER_NONE, NULL, NULL, 0 TSRMLS_CC); NULL 1316 simplexml/simplexml.c _node_as_zval(sxe, nodeptr->parent, value, SXE_ITER_ATTRLIST, (char*)nodeptr->name, nodeptr->ns ? (xmlChar *)nodeptr->ns->href : NULL, 0 TSRMLS_CC); NULL 1318 simplexml/simplexml.c _node_as_zval(sxe, nodeptr, value, SXE_ITER_NONE, NULL, NULL, 0 TSRMLS_CC); NULL 1390 simplexml/simplexml.c outbuf = xmlOutputBufferCreateFilename(filename, NULL, 0); NULL 1392 simplexml/simplexml.c if (outbuf == NULL) { NULL 1396 simplexml/simplexml.c xmlNodeDumpOutput(outbuf, (xmlDocPtr) sxe->document->ptr, node, 0, 0, NULL); NULL 1416 simplexml/simplexml.c outbuf = xmlAllocOutputBuffer(NULL); NULL 1418 simplexml/simplexml.c if (outbuf == NULL) { NULL 1509 simplexml/simplexml.c while (ns != NULL) { NULL 1554 simplexml/simplexml.c char *nsprefix = NULL; NULL 1572 simplexml/simplexml.c _node_as_zval(sxe, node, return_value, SXE_ITER_CHILD, NULL, (xmlChar *)nsprefix, isprefix TSRMLS_CC); NULL 1603 simplexml/simplexml.c char *nsprefix = NULL; NULL 1621 simplexml/simplexml.c _node_as_zval(sxe, node, return_value, SXE_ITER_ATTRLIST, NULL, (xmlChar *)nsprefix, isprefix TSRMLS_CC); NULL 1630 simplexml/simplexml.c char *qname, *value = NULL, *nsuri = NULL; NULL 1633 simplexml/simplexml.c xmlNsPtr nsptr = NULL; NULL 1634 simplexml/simplexml.c xmlChar *localname, *prefix = NULL; NULL 1642 simplexml/simplexml.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Element name is required"); NULL 1650 simplexml/simplexml.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot add element to attributes"); NULL 1656 simplexml/simplexml.c if (node == NULL) { NULL 1657 simplexml/simplexml.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot add child. Parent is not a permanent member of the XML tree"); NULL 1662 simplexml/simplexml.c if (localname == NULL) { NULL 1666 simplexml/simplexml.c newnode = xmlNewChild(node, NULL, localname, (xmlChar *)value); NULL 1668 simplexml/simplexml.c if (nsuri != NULL) { NULL 1670 simplexml/simplexml.c newnode->ns = NULL; NULL 1674 simplexml/simplexml.c if (nsptr == NULL) { NULL 1684 simplexml/simplexml.c if (prefix != NULL) { NULL 1695 simplexml/simplexml.c char *qname, *value = NULL, *nsuri = NULL; NULL 1698 simplexml/simplexml.c xmlAttrPtr attrp = NULL; NULL 1699 simplexml/simplexml.c xmlNsPtr nsptr = NULL; NULL 1700 simplexml/simplexml.c xmlChar *localname, *prefix = NULL; NULL 1708 simplexml/simplexml.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Attribute name is required"); NULL 1721 simplexml/simplexml.c if (node == NULL) { NULL 1722 simplexml/simplexml.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to locate parent Element"); NULL 1727 simplexml/simplexml.c if (localname == NULL) { NULL 1729 simplexml/simplexml.c if (prefix != NULL) { NULL 1732 simplexml/simplexml.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Attribute requires prefix for namespace"); NULL 1739 simplexml/simplexml.c if (attrp != NULL && attrp->type != XML_ATTRIBUTE_DECL) { NULL 1741 simplexml/simplexml.c if (prefix != NULL) { NULL 1744 simplexml/simplexml.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Attribute already exists"); NULL 1748 simplexml/simplexml.c if (nsuri != NULL) { NULL 1750 simplexml/simplexml.c if (nsptr == NULL) { NULL 1758 simplexml/simplexml.c if (prefix != NULL) { NULL 1801 simplexml/simplexml.c xmlChar *contents = NULL; NULL 1809 simplexml/simplexml.c node = php_sxe_get_first_node(sxe, NULL TSRMLS_CC); NULL 1812 simplexml/simplexml.c ZVAL_BOOL(writeobj, node != NULL || zend_hash_num_elements(prop_hash) > 0); NULL 1819 simplexml/simplexml.c node = php_sxe_get_first_node(sxe, NULL TSRMLS_CC); NULL 1826 simplexml/simplexml.c php_libxml_increment_node_ptr((php_libxml_node_object *)sxe, xmlDocGetRootElement((xmlDocPtr) sxe->document->ptr), NULL TSRMLS_CC); NULL 1876 simplexml/simplexml.c sxe->iter.data = NULL; NULL 1959 simplexml/simplexml.c NULL, NULL 1965 simplexml/simplexml.c NULL, /* zend_get_std_object_handlers()->get_method,*/ NULL 1966 simplexml/simplexml.c NULL, /* zend_get_std_object_handlers()->call_method,*/ NULL 1967 simplexml/simplexml.c NULL, /* zend_get_std_object_handlers()->get_constructor, */ NULL 1968 simplexml/simplexml.c NULL, /* zend_get_std_object_handlers()->get_class_entry,*/ NULL 1969 simplexml/simplexml.c NULL, /* zend_get_std_object_handlers()->get_class_name,*/ NULL 1974 simplexml/simplexml.c NULL, NULL 1986 simplexml/simplexml.c xmlNodePtr nodep = NULL; NULL 1987 simplexml/simplexml.c xmlDocPtr docp = NULL; NULL 1997 simplexml/simplexml.c if (sxe->iter.name != NULL) { NULL 2000 simplexml/simplexml.c if (sxe->iter.nsprefix != NULL) { NULL 2009 simplexml/simplexml.c php_libxml_increment_node_ptr((php_libxml_node_object *)clone, nodep, NULL TSRMLS_CC); NULL 2027 simplexml/simplexml.c sxe->iter.data = NULL; NULL 2032 simplexml/simplexml.c sxe->iter.name = NULL; NULL 2036 simplexml/simplexml.c sxe->iter.nsprefix = NULL; NULL 2040 simplexml/simplexml.c sxe->tmp = NULL; NULL 2093 simplexml/simplexml.c intern->iter.nsprefix = NULL; NULL 2094 simplexml/simplexml.c intern->iter.name = NULL; NULL 2095 simplexml/simplexml.c intern->fptr_count = NULL; NULL 2101 simplexml/simplexml.c zend_hash_init(intern->zo.properties, 0, NULL, ZVAL_PTR_DTOR, 0); NULL 2104 simplexml/simplexml.c intern->zo.guards = NULL; NULL 2119 simplexml/simplexml.c intern->fptr_count = NULL; NULL 2161 simplexml/simplexml.c char *ns = NULL; NULL 2171 simplexml/simplexml.c docp = xmlReadFile(filename, NULL, options); NULL 2181 simplexml/simplexml.c sxe->iter.nsprefix = ns_len ? xmlStrdup((xmlChar *)ns) : NULL; NULL 2184 simplexml/simplexml.c php_libxml_increment_node_ptr((php_libxml_node_object *)sxe, xmlDocGetRootElement(docp), NULL TSRMLS_CC); NULL 2199 simplexml/simplexml.c char *ns = NULL; NULL 2209 simplexml/simplexml.c docp = xmlReadMemory(data, data_len, NULL, NULL, options); NULL 2219 simplexml/simplexml.c sxe->iter.nsprefix = ns_len ? xmlStrdup((xmlChar *)ns) : NULL; NULL 2222 simplexml/simplexml.c php_libxml_increment_node_ptr((php_libxml_node_object *)sxe, xmlDocGetRootElement(docp), NULL TSRMLS_CC); NULL 2234 simplexml/simplexml.c char *data, *ns = NULL; NULL 2241 simplexml/simplexml.c zend_replace_error_handling(EH_THROW, NULL, &error_handling TSRMLS_CC); NULL 2249 simplexml/simplexml.c docp = is_url ? xmlReadFile(data, NULL, options) : xmlReadMemory(data, data_len, NULL, NULL, options); NULL 2252 simplexml/simplexml.c ((php_libxml_node_object *)sxe)->document = NULL; NULL 2257 simplexml/simplexml.c sxe->iter.nsprefix = ns_len ? xmlStrdup((xmlChar *)ns) : NULL; NULL 2260 simplexml/simplexml.c php_libxml_increment_node_ptr((php_libxml_node_object *)sxe, xmlDocGetRootElement(docp), NULL TSRMLS_CC); NULL 2298 simplexml/simplexml.c _node_as_zval(sxe, node, sxe->iter.data, SXE_ITER_NONE, NULL, prefix, isprefix TSRMLS_CC); NULL 2311 simplexml/simplexml.c sxe->iter.data = NULL; NULL 2328 simplexml/simplexml.c return NULL; NULL 2382 simplexml/simplexml.c xmlNodePtr curnode = NULL; NULL 2390 simplexml/simplexml.c if (intern != NULL && intern->node != NULL) { NULL 2407 simplexml/simplexml.c xmlNodePtr node = NULL; NULL 2414 simplexml/simplexml.c sxe->iter.data = NULL; NULL 2459 simplexml/simplexml.c xmlNodePtr nodep = NULL; NULL 2471 simplexml/simplexml.c if (nodep->doc == NULL) { NULL 2472 simplexml/simplexml.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Imported Node must have associated Document"); NULL 2487 simplexml/simplexml.c php_libxml_increment_node_ptr((php_libxml_node_object *)sxe, nodep, NULL TSRMLS_CC); NULL 2492 simplexml/simplexml.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid Nodetype to import"); NULL 2581 simplexml/simplexml.c STANDARD_MODULE_HEADER_EX, NULL, NULL 2587 simplexml/simplexml.c NULL, NULL 2588 simplexml/simplexml.c NULL, NULL 2651 simplexml/simplexml.c sxe_class_entry = NULL; NULL 34 simplexml/sxe.c zend_class_entry *ce_SimpleXMLIterator = NULL; NULL 103 simplexml/sxe.c if (intern != NULL && intern->node != NULL) { NULL 184 simplexml/sxe.c {NULL, NULL, NULL} NULL 194 simplexml/sxe.c ce_SimpleXMLElement = NULL; NULL 195 simplexml/sxe.c ce_SimpleXMLIterator = NULL; NULL 202 simplexml/sxe.c ce_SimpleXMLIterator = zend_register_internal_class_ex(&sxi, ce_SimpleXMLElement, NULL TSRMLS_CC); NULL 24 skeleton/skeleton.c PHP_FE(confirm_extname_compiled, NULL) /* For testing, remove later. */ NULL 139 skeleton/skeleton.c char *arg = NULL; NULL 135 snmp/php_snmp.h #define snmp_module_ptr NULL NULL 89 snmp/snmp.c while(NULL != logh_head) \ NULL 104 snmp/snmp.c while (b[i].name != NULL) { \ NULL 453 snmp/snmp.c (*session)->a = NULL; \ NULL 465 snmp/snmp.c *session = NULL; NULL 502 snmp/snmp.c retval.handle = zend_objects_store_put(intern, (zend_objects_store_dtor_t)zend_objects_destroy_object, (zend_objects_free_object_storage_t) php_snmp_object_free_storage, NULL TSRMLS_CC); NULL 560 snmp/snmp.c char *dbuf = (char *)NULL; NULL 574 snmp/snmp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "emalloc() failed: %s, fallback to static array", strerror(errno)); NULL 651 snmp/snmp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown value type: %u", vars->type); NULL 685 snmp/snmp.c struct snmp_pdu *pdu=NULL, *response; NULL 694 snmp/snmp.c zval *snmpval = NULL; NULL 701 snmp/snmp.c php_snmp_error(getThis(), NULL TSRMLS_CC, PHP_SNMP_ERRNO_NOERROR, ""); NULL 709 snmp/snmp.c if ((ss = snmp_open(session)) == NULL) { NULL 710 snmp/snmp.c snmp_error(session, NULL, NULL, &err); NULL 711 snmp/snmp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not open snmp connection: %s", err); NULL 718 snmp/snmp.c php_snmp_error(getThis(), NULL TSRMLS_CC, PHP_SNMP_ERRNO_MULTIPLE_SET_QUERIES, "Can not fit all OIDs for SET query into one packet, using multiple queries"); NULL 741 snmp/snmp.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Unknown SNMP command (internals)"); NULL 749 snmp/snmp.c php_snmp_error(getThis(), NULL TSRMLS_CC, PHP_SNMP_ERRNO_OID_PARSING_ERROR, "Could not add variable: OID='%s' type='%c' value='%s': %s", buf, objid_query->vars[objid_query->offset].type, objid_query->vars[objid_query->offset].value, snmp_api_errstring(snmp_errno)); NULL 759 snmp/snmp.c if(pdu->variables == NULL){ NULL 791 snmp/snmp.c php_snmp_error(getThis(), NULL TSRMLS_CC, PHP_SNMP_ERRNO_ERROR_IN_REPLY, "Error in packet at '%s': %s", buf, buf2); NULL 831 snmp/snmp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not find original OID name for '%s'", buf2); NULL 861 snmp/snmp.c php_snmp_error(getThis(), NULL TSRMLS_CC, PHP_SNMP_ERRNO_OID_NOT_INCREASING, "Error: OID not increasing: %s", buf2); NULL 888 snmp/snmp.c php_snmp_error(getThis(), NULL TSRMLS_CC, PHP_SNMP_ERRNO_ERROR_IN_REPLY, "Error in packet at '%s': %s", buf, snmp_errstring(response->errstat)); NULL 890 snmp/snmp.c php_snmp_error(getThis(), NULL TSRMLS_CC, PHP_SNMP_ERRNO_ERROR_IN_REPLY, "Error in packet at %u object_id: %s", response->errindex, snmp_errstring(response->errstat)); NULL 893 snmp/snmp.c if ((pdu = snmp_fix_pdu(response, ((st & SNMP_CMD_GET) ? SNMP_MSG_GET : SNMP_MSG_GETNEXT) )) != NULL) { NULL 908 snmp/snmp.c php_snmp_error(getThis(), NULL TSRMLS_CC, PHP_SNMP_ERRNO_TIMEOUT, "No response from %s", session->peername); NULL 916 snmp/snmp.c snmp_error(ss, NULL, NULL, &err); NULL 917 snmp/snmp.c php_snmp_error(getThis(), NULL TSRMLS_CC, PHP_SNMP_ERRNO_GENERIC, "Fatal error: %s", err); NULL 978 snmp/snmp.c if (objid_query->vars == NULL) { NULL 979 snmp/snmp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "emalloc() failed while parsing oid: %s", strerror(errno)); NULL 987 snmp/snmp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Bogus type '%s', should be single char, got %u", Z_STRVAL_PP(type), Z_STRLEN_PP(type)); NULL 995 snmp/snmp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Single objid and multiple type or values are not supported"); NULL 1003 snmp/snmp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Got empty OID array"); NULL 1007 snmp/snmp.c if (objid_query->vars == NULL) { NULL 1008 snmp/snmp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "emalloc() failed while parsing oid array: %s", strerror(errno)); NULL 1027 snmp/snmp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "'%s': bogus type '%s', should be single char, got %u", Z_STRVAL_PP(tmp_oid), Z_STRVAL_PP(tmp_type), Z_STRLEN_PP(tmp_type)); NULL 1035 snmp/snmp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "'%s': no type set", Z_STRVAL_PP(tmp_oid)); NULL 1049 snmp/snmp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "'%s': no value set", Z_STRVAL_PP(tmp_oid)); NULL 1062 snmp/snmp.c php_snmp_error(object, NULL TSRMLS_CC, PHP_SNMP_ERRNO_OID_PARSING_ERROR, "Multi OID walks are not supported!"); NULL 1069 snmp/snmp.c php_snmp_error(object, NULL TSRMLS_CC, PHP_SNMP_ERRNO_OID_PARSING_ERROR, "Invalid object identifier: %s", objid_query->vars[0].oid); NULL 1081 snmp/snmp.c php_snmp_error(object, NULL TSRMLS_CC, PHP_SNMP_ERRNO_OID_PARSING_ERROR, "Invalid object identifier: %s", objid_query->vars[objid_query->offset].oid); NULL 1108 snmp/snmp.c if (session == NULL) { NULL 1109 snmp/snmp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "emalloc() failed allocating session"); NULL 1122 snmp/snmp.c if (session->peername == NULL) { NULL 1123 snmp/snmp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "emalloc() failed while copying hostname"); NULL 1138 snmp/snmp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "mailformed IPv6 address, closing square bracket missing"); NULL 1150 snmp/snmp.c if ((n = php_network_getaddresses(hostname, SOCK_DGRAM, &psal, NULL TSRMLS_CC)) == 0) { /* some resover error */ NULL 1184 snmp/snmp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown failure while resolving '%s'", buf); NULL 1204 snmp/snmp.c session->authenticator = NULL; NULL 1243 snmp/snmp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown authentication protocol '%s'", prot); NULL 1263 snmp/snmp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown security protocol '%s'", prot); NULL 1279 snmp/snmp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error generating a key for authentication pass phrase '%s': %s", pass, snmp_api_errstring(snmp_errno)); NULL 1296 snmp/snmp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error generating a key for privacy pass phrase '%s': %s", pass, snmp_api_errstring(snmp_errno)); NULL 1310 snmp/snmp.c if (ebuf == NULL) { NULL 1311 snmp/snmp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "malloc failure setting contextEngineID"); NULL 1315 snmp/snmp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Bad engine ID value '%s'", contextEngineID); NULL 1337 snmp/snmp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid security level '%s'", sec_level); NULL 1404 snmp/snmp.c int session_less_mode = (getThis() == NULL); NULL 1483 snmp/snmp.c if (version == SNMP_VERSION_3 && netsnmp_session_set_security(session, a3, a4, a5, a6, a7, NULL, NULL TSRMLS_CC)) { NULL 1494 snmp/snmp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid or uninitialized SNMP object"); NULL 1636 snmp/snmp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown SNMP output print format '%d'", (int) a1); NULL 1737 snmp/snmp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown SNMP value retrieval method '%ld'", method); NULL 1768 snmp/snmp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error while reading MIB file '%s': %s", filename, error); NULL 1790 snmp/snmp.c zend_replace_error_handling(EH_THROW, NULL, &error_handling TSRMLS_CC); NULL 1937 snmp/snmp.c p.read_func = (read_func) ? read_func : NULL; NULL 1938 snmp/snmp.c p.write_func = (write_func) ? write_func : NULL; NULL 1939 snmp/snmp.c zend_hash_add(h, (char *)name, name_length + 1, &p, sizeof(php_snmp_prop_handler), NULL); NULL 2089 snmp/snmp.c zend_hash_update(props, key, key_len, (void *)&val, sizeof(zval *), NULL); NULL 2104 snmp/snmp.c if (snmp_object->session == NULL) { NULL 2168 snmp/snmp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "info property is read-only"); NULL 2194 snmp/snmp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "max_oids should be positive integer or NULL, got %ld", Z_LVAL_P(newval)); NULL 2221 snmp/snmp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown SNMP value retrieval method '%ld'", Z_LVAL_P(newval)); NULL 2278 snmp/snmp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown SNMP output print format '%ld'", Z_LVAL_P(newval)); NULL 2339 snmp/snmp.c { NULL, 0, NULL, NULL} NULL 2350 snmp/snmp.c le_snmp_session = zend_register_list_destructors_ex(php_snmp_session_destructor, NULL, PHP_SNMP_SESSION_RES_NAME, module_number); NULL 2375 snmp/snmp.c php_snmp_object_handlers.clone_obj = NULL; NULL 2379 snmp/snmp.c zend_hash_init(&php_snmp_properties, 0, NULL, NULL, 1); NULL 2421 snmp/snmp.c INIT_CLASS_ENTRY(cex, "SNMPException", NULL); NULL 2423 snmp/snmp.c php_snmp_exception_ce = zend_register_internal_class_ex(&cex, spl_ce_RuntimeException, NULL TSRMLS_CC); NULL 2425 snmp/snmp.c php_snmp_exception_ce = zend_register_internal_class_ex(&cex, zend_exception_get_default(TSRMLS_C), NULL TSRMLS_CC); NULL 2470 snmp/snmp.c NULL, NULL 2476 snmp/snmp.c NULL, NULL 2477 snmp/snmp.c NULL, NULL 2482 snmp/snmp.c NULL, NULL 2483 snmp/snmp.c NULL, NULL 71 soap/interop/client_round2.php function testSelectForm($selected_test = NULL) NULL 57 soap/interop/client_round2_interop.php var $dbc = NULL; NULL 74 soap/interop/client_round2_interop.php $this->dbc = NULL; NULL 141 soap/interop/client_round2_interop.php function fetchEndpoints($test = NULL) { NULL 159 soap/interop/client_round2_interop.php return NULL; NULL 205 soap/interop/client_round2_interop.php $db_ep = $this->dbc->getAll($sql,NULL, DB_FETCHMODE_ASSOC ); NULL 235 soap/interop/client_round2_interop.php $results = $this->dbc->getAll($sql,NULL, DB_FETCHMODE_ASSOC ); NULL 342 soap/interop/client_round2_interop.php function compareResult($expect, $result, $type = NULL) NULL 441 soap/interop/client_round2_interop.php if ($soap_test->expect !== NULL) { NULL 466 soap/interop/client_round2_interop.php if ($soap_test->cmp_func !== NULL) { NULL 583 soap/interop/client_round2_interop.php $soap_test->result = NULL; NULL 612 soap/interop/client_round2_interop.php $soap_test->result = NULL; NULL 774 soap/interop/client_round2_interop.php $results = $this->dbc->getAll("select * from results where id=$id",NULL, DB_FETCHMODE_ASSOC ); NULL 26 soap/interop/client_round2_params.php var $test_name = NULL; NULL 27 soap/interop/client_round2_params.php var $method_name = NULL; NULL 28 soap/interop/client_round2_params.php var $method_params = NULL; NULL 29 soap/interop/client_round2_params.php var $cmp_func = NULL; NULL 30 soap/interop/client_round2_params.php var $expect = NULL; NULL 32 soap/interop/client_round2_params.php var $headers = NULL; NULL 33 soap/interop/client_round2_params.php var $headers_expect = NULL; NULL 39 soap/interop/client_round2_params.php function SOAP_Test($methodname, $params, $expect = NULL, $cmp_func = NULL) { NULL 51 soap/interop/client_round2_params.php if ($expect !== NULL) { NULL 54 soap/interop/client_round2_params.php if ($cmp_func !== NULL) { NULL 67 soap/interop/client_round2_params.php function setResult($ok, $result, $wire, $error = '', $fault = NULL) NULL 148 soap/interop/client_round2_params.php function soap_value($name, $value, $type, $type_name=NULL, $type_ns=NULL) { NULL 170 soap/interop/client_round2_params.php $soap_tests['base'][] = new SOAP_Test('echoString(null)', array('inputString' => NULL)); NULL 171 soap/interop/client_round2_params.php $soap_tests['base'][] = new SOAP_Test('echoString(null)', array('inputString' => soap_value('inputString',NULL,XSD_STRING))); NULL 204 soap/interop/client_round2_params.php $soap_tests['base'][] = new SOAP_Test('echoStringArray(null)', array('inputStringArray' => NULL)); NULL 205 soap/interop/client_round2_params.php $soap_tests['base'][] = new SOAP_Test('echoStringArray(null)', array('inputStringArray' => soap_value('inputStringArray',NULL,SOAP_ENC_ARRAY,"ArrayOfstring","http://soapinterop.org/xsd"))); NULL 263 soap/interop/client_round2_params.php $soap_tests['base'][] = new SOAP_Test('echoVoid', NULL); NULL 264 soap/interop/client_round2_params.php $test = new SOAP_Test('echoVoid', NULL); NULL 441 soap/interop/client_round2_params.php $test = new SOAP_Test('echoVoid(echoMeStringRequest mustUnderstand=0 actor=next)', NULL); NULL 446 soap/interop/client_round2_params.php $test = new SOAP_Test('echoVoid(echoMeStringRequest mustUnderstand=0 actor=next)', NULL); NULL 453 soap/interop/client_round2_params.php $test = new SOAP_Test('echoVoid(echoMeStringRequest mustUnderstand=1 actor=next)', NULL); NULL 458 soap/interop/client_round2_params.php $test = new SOAP_Test('echoVoid(echoMeStringRequest mustUnderstand=1 actor=next)', NULL); NULL 465 soap/interop/client_round2_params.php $test = new SOAP_Test('echoVoid(echoMeStringRequest mustUnderstand=0 actor=other)', NULL); NULL 470 soap/interop/client_round2_params.php $test = new SOAP_Test('echoVoid(echoMeStringRequest mustUnderstand=0 actor=other)', NULL); NULL 477 soap/interop/client_round2_params.php $test = new SOAP_Test('echoVoid(echoMeStringRequest mustUnderstand=1 actor=other)', NULL); NULL 482 soap/interop/client_round2_params.php $test = new SOAP_Test('echoVoid(echoMeStringRequest mustUnderstand=1 actor=other)', NULL); NULL 490 soap/interop/client_round2_params.php $test = new SOAP_Test('echoVoid(echoMeStringRequest invalid namespace)', NULL); NULL 496 soap/interop/client_round2_params.php $test = new SOAP_Test('echoVoid(echoMeStringRequest invalid namespace)', NULL); NULL 507 soap/interop/client_round2_params.php $test = new SOAP_Test('echoVoid(echoMeStructRequest mustUnderstand=0 actor=next)', NULL); NULL 514 soap/interop/client_round2_params.php $test = new SOAP_Test('echoVoid(echoMeStructRequest mustUnderstand=0 actor=next)', NULL); NULL 524 soap/interop/client_round2_params.php $test = new SOAP_Test('echoVoid(echoMeStructRequest mustUnderstand=1 actor=next)', NULL); NULL 531 soap/interop/client_round2_params.php $test = new SOAP_Test('echoVoid(echoMeStructRequest mustUnderstand=1 actor=next)', NULL); NULL 541 soap/interop/client_round2_params.php $test = new SOAP_Test('echoVoid(echoMeStructRequest mustUnderstand=0 actor=other)', NULL); NULL 547 soap/interop/client_round2_params.php $test = new SOAP_Test('echoVoid(echoMeStructRequest mustUnderstand=0 actor=other)', NULL); NULL 556 soap/interop/client_round2_params.php $test = new SOAP_Test('echoVoid(echoMeStructRequest mustUnderstand=1 actor=other)', NULL); NULL 562 soap/interop/client_round2_params.php $test = new SOAP_Test('echoVoid(echoMeStructRequest mustUnderstand=1 actor=other)', NULL); NULL 574 soap/interop/client_round2_params.php $test = new SOAP_Test('echoVoid(echoMeUnknown mustUnderstand=0 actor=next)', NULL); NULL 579 soap/interop/client_round2_params.php $test = new SOAP_Test('echoVoid(echoMeUnknown mustUnderstand=0 actor=next)', NULL); NULL 586 soap/interop/client_round2_params.php $test = new SOAP_Test('echoVoid(echoMeUnknown mustUnderstand=1 actor=next)', NULL); NULL 592 soap/interop/client_round2_params.php $test = new SOAP_Test('echoVoid(echoMeUnknown mustUnderstand=1 actor=next)', NULL); NULL 600 soap/interop/client_round2_params.php $test = new SOAP_Test('echoVoid(echoMeUnknown mustUnderstand=0 actor=other)', NULL); NULL 605 soap/interop/client_round2_params.php $test = new SOAP_Test('echoVoid(echoMeUnknown mustUnderstand=0 actor=other)', NULL); NULL 612 soap/interop/client_round2_params.php $test = new SOAP_Test('echoVoid(echoMeUnknown mustUnderstand=1 actor=other)', NULL); NULL 617 soap/interop/client_round2_params.php $test = new SOAP_Test('echoVoid(echoMeUnknown mustUnderstand=1 actor=other)', NULL); NULL 68 soap/interop/server_round2_base.php return NULL; NULL 98 soap/interop/server_round2_base.php return new SOAP_Attachment('return','application/octet-stream',NULL,$stuff); NULL 148 soap/php_encoding.c {{UNKNOWN_TYPE, NULL, NULL, NULL}, guess_zval_convert, guess_xml_convert}, NULL 150 soap/php_encoding.c {{IS_NULL, "nil", XSI_NAMESPACE, NULL}, to_zval_null, to_xml_null}, NULL 151 soap/php_encoding.c {{IS_STRING, XSD_STRING_STRING, XSD_NAMESPACE, NULL}, to_zval_string, to_xml_string}, NULL 152 soap/php_encoding.c {{IS_LONG, XSD_INT_STRING, XSD_NAMESPACE, NULL}, to_zval_long, to_xml_long}, NULL 153 soap/php_encoding.c {{IS_DOUBLE, XSD_FLOAT_STRING, XSD_NAMESPACE, NULL}, to_zval_double, to_xml_double}, NULL 154 soap/php_encoding.c {{IS_BOOL, XSD_BOOLEAN_STRING, XSD_NAMESPACE, NULL}, to_zval_bool, to_xml_bool}, NULL 155 soap/php_encoding.c {{IS_CONSTANT, XSD_STRING_STRING, XSD_NAMESPACE, NULL}, to_zval_string, to_xml_string}, NULL 156 soap/php_encoding.c {{IS_ARRAY, SOAP_ENC_ARRAY_STRING, SOAP_1_1_ENC_NAMESPACE, NULL}, to_zval_array, guess_array_map}, NULL 157 soap/php_encoding.c {{IS_CONSTANT_ARRAY, SOAP_ENC_ARRAY_STRING, SOAP_1_1_ENC_NAMESPACE, NULL}, to_zval_array, to_xml_array}, NULL 158 soap/php_encoding.c {{IS_OBJECT, SOAP_ENC_OBJECT_STRING, SOAP_1_1_ENC_NAMESPACE, NULL}, to_zval_object, to_xml_object}, NULL 159 soap/php_encoding.c {{IS_ARRAY, SOAP_ENC_ARRAY_STRING, SOAP_1_2_ENC_NAMESPACE, NULL}, to_zval_array, guess_array_map}, NULL 160 soap/php_encoding.c {{IS_CONSTANT_ARRAY, SOAP_ENC_ARRAY_STRING, SOAP_1_2_ENC_NAMESPACE, NULL}, to_zval_array, to_xml_array}, NULL 161 soap/php_encoding.c {{IS_OBJECT, SOAP_ENC_OBJECT_STRING, SOAP_1_2_ENC_NAMESPACE, NULL}, to_zval_object, to_xml_object}, NULL 163 soap/php_encoding.c {{XSD_STRING, XSD_STRING_STRING, XSD_NAMESPACE, NULL}, to_zval_string, to_xml_string}, NULL 164 soap/php_encoding.c {{XSD_BOOLEAN, XSD_BOOLEAN_STRING, XSD_NAMESPACE, NULL}, to_zval_bool, to_xml_bool}, NULL 165 soap/php_encoding.c {{XSD_DECIMAL, XSD_DECIMAL_STRING, XSD_NAMESPACE, NULL}, to_zval_stringc, to_xml_string}, NULL 166 soap/php_encoding.c {{XSD_FLOAT, XSD_FLOAT_STRING, XSD_NAMESPACE, NULL}, to_zval_double, to_xml_double}, NULL 167 soap/php_encoding.c {{XSD_DOUBLE, XSD_DOUBLE_STRING, XSD_NAMESPACE, NULL}, to_zval_double, to_xml_double}, NULL 169 soap/php_encoding.c {{XSD_DATETIME, XSD_DATETIME_STRING, XSD_NAMESPACE, NULL}, to_zval_stringc, to_xml_datetime}, NULL 170 soap/php_encoding.c {{XSD_TIME, XSD_TIME_STRING, XSD_NAMESPACE, NULL}, to_zval_stringc, to_xml_time}, NULL 171 soap/php_encoding.c {{XSD_DATE, XSD_DATE_STRING, XSD_NAMESPACE, NULL}, to_zval_stringc, to_xml_date}, NULL 172 soap/php_encoding.c {{XSD_GYEARMONTH, XSD_GYEARMONTH_STRING, XSD_NAMESPACE, NULL}, to_zval_stringc, to_xml_gyearmonth}, NULL 173 soap/php_encoding.c {{XSD_GYEAR, XSD_GYEAR_STRING, XSD_NAMESPACE, NULL}, to_zval_stringc, to_xml_gyear}, NULL 174 soap/php_encoding.c {{XSD_GMONTHDAY, XSD_GMONTHDAY_STRING, XSD_NAMESPACE, NULL}, to_zval_stringc, to_xml_gmonthday}, NULL 175 soap/php_encoding.c {{XSD_GDAY, XSD_GDAY_STRING, XSD_NAMESPACE, NULL}, to_zval_stringc, to_xml_gday}, NULL 176 soap/php_encoding.c {{XSD_GMONTH, XSD_GMONTH_STRING, XSD_NAMESPACE, NULL}, to_zval_stringc, to_xml_gmonth}, NULL 177 soap/php_encoding.c {{XSD_DURATION, XSD_DURATION_STRING, XSD_NAMESPACE, NULL}, to_zval_stringc, to_xml_duration}, NULL 179 soap/php_encoding.c {{XSD_HEXBINARY, XSD_HEXBINARY_STRING, XSD_NAMESPACE, NULL}, to_zval_hexbin, to_xml_hexbin}, NULL 180 soap/php_encoding.c {{XSD_BASE64BINARY, XSD_BASE64BINARY_STRING, XSD_NAMESPACE, NULL}, to_zval_base64, to_xml_base64}, NULL 182 soap/php_encoding.c {{XSD_LONG, XSD_LONG_STRING, XSD_NAMESPACE, NULL}, to_zval_long, to_xml_long}, NULL 183 soap/php_encoding.c {{XSD_INT, XSD_INT_STRING, XSD_NAMESPACE, NULL}, to_zval_long, to_xml_long}, NULL 184 soap/php_encoding.c {{XSD_SHORT, XSD_SHORT_STRING, XSD_NAMESPACE, NULL}, to_zval_long, to_xml_long}, NULL 185 soap/php_encoding.c {{XSD_BYTE, XSD_BYTE_STRING, XSD_NAMESPACE, NULL}, to_zval_long, to_xml_long}, NULL 186 soap/php_encoding.c {{XSD_NONPOSITIVEINTEGER, XSD_NONPOSITIVEINTEGER_STRING, XSD_NAMESPACE, NULL}, to_zval_long, to_xml_long}, NULL 187 soap/php_encoding.c {{XSD_POSITIVEINTEGER, XSD_POSITIVEINTEGER_STRING, XSD_NAMESPACE, NULL}, to_zval_long, to_xml_long}, NULL 188 soap/php_encoding.c {{XSD_NONNEGATIVEINTEGER, XSD_NONNEGATIVEINTEGER_STRING, XSD_NAMESPACE, NULL}, to_zval_long, to_xml_long}, NULL 189 soap/php_encoding.c {{XSD_NEGATIVEINTEGER, XSD_NEGATIVEINTEGER_STRING, XSD_NAMESPACE, NULL}, to_zval_long, to_xml_long}, NULL 190 soap/php_encoding.c {{XSD_UNSIGNEDBYTE, XSD_UNSIGNEDBYTE_STRING, XSD_NAMESPACE, NULL}, to_zval_long, to_xml_long}, NULL 191 soap/php_encoding.c {{XSD_UNSIGNEDSHORT, XSD_UNSIGNEDSHORT_STRING, XSD_NAMESPACE, NULL}, to_zval_long, to_xml_long}, NULL 192 soap/php_encoding.c {{XSD_UNSIGNEDINT, XSD_UNSIGNEDINT_STRING, XSD_NAMESPACE, NULL}, to_zval_long, to_xml_long}, NULL 193 soap/php_encoding.c {{XSD_UNSIGNEDLONG, XSD_UNSIGNEDLONG_STRING, XSD_NAMESPACE, NULL}, to_zval_long, to_xml_long}, NULL 194 soap/php_encoding.c {{XSD_INTEGER, XSD_INTEGER_STRING, XSD_NAMESPACE, NULL}, to_zval_long, to_xml_long}, NULL 196 soap/php_encoding.c {{XSD_ANYTYPE, XSD_ANYTYPE_STRING, XSD_NAMESPACE, NULL}, guess_zval_convert, guess_xml_convert}, NULL 197 soap/php_encoding.c {{XSD_UR_TYPE, XSD_UR_TYPE_STRING, XSD_NAMESPACE, NULL}, guess_zval_convert, guess_xml_convert}, NULL 198 soap/php_encoding.c {{XSD_ANYURI, XSD_ANYURI_STRING, XSD_NAMESPACE, NULL}, to_zval_stringc, to_xml_string}, NULL 199 soap/php_encoding.c {{XSD_QNAME, XSD_QNAME_STRING, XSD_NAMESPACE, NULL}, to_zval_stringc, to_xml_string}, NULL 200 soap/php_encoding.c {{XSD_NOTATION, XSD_NOTATION_STRING, XSD_NAMESPACE, NULL}, to_zval_stringc, to_xml_string}, NULL 201 soap/php_encoding.c {{XSD_NORMALIZEDSTRING, XSD_NORMALIZEDSTRING_STRING, XSD_NAMESPACE, NULL}, to_zval_stringr, to_xml_string}, NULL 202 soap/php_encoding.c {{XSD_TOKEN, XSD_TOKEN_STRING, XSD_NAMESPACE, NULL}, to_zval_stringc, to_xml_string}, NULL 203 soap/php_encoding.c {{XSD_LANGUAGE, XSD_LANGUAGE_STRING, XSD_NAMESPACE, NULL}, to_zval_stringc, to_xml_string}, NULL 204 soap/php_encoding.c {{XSD_NMTOKEN, XSD_NMTOKEN_STRING, XSD_NAMESPACE, NULL}, to_zval_stringc, to_xml_string}, NULL 205 soap/php_encoding.c {{XSD_NMTOKENS, XSD_NMTOKENS_STRING, XSD_NAMESPACE, NULL}, to_zval_stringc, to_xml_list1}, NULL 206 soap/php_encoding.c {{XSD_NAME, XSD_NAME_STRING, XSD_NAMESPACE, NULL}, to_zval_stringc, to_xml_string}, NULL 207 soap/php_encoding.c {{XSD_NCNAME, XSD_NCNAME_STRING, XSD_NAMESPACE, NULL}, to_zval_stringc, to_xml_string}, NULL 208 soap/php_encoding.c {{XSD_ID, XSD_ID_STRING, XSD_NAMESPACE, NULL}, to_zval_stringc, to_xml_string}, NULL 209 soap/php_encoding.c {{XSD_IDREF, XSD_IDREF_STRING, XSD_NAMESPACE, NULL}, to_zval_stringc, to_xml_string}, NULL 210 soap/php_encoding.c {{XSD_IDREFS, XSD_IDREFS_STRING, XSD_NAMESPACE, NULL}, to_zval_stringc, to_xml_list1}, NULL 211 soap/php_encoding.c {{XSD_ENTITY, XSD_ENTITY_STRING, XSD_NAMESPACE, NULL}, to_zval_stringc, to_xml_string}, NULL 212 soap/php_encoding.c {{XSD_ENTITIES, XSD_ENTITIES_STRING, XSD_NAMESPACE, NULL}, to_zval_stringc, to_xml_list1}, NULL 214 soap/php_encoding.c {{APACHE_MAP, APACHE_MAP_STRING, APACHE_NAMESPACE, NULL}, to_zval_map, to_xml_map}, NULL 216 soap/php_encoding.c {{SOAP_ENC_OBJECT, SOAP_ENC_OBJECT_STRING, SOAP_1_1_ENC_NAMESPACE, NULL}, to_zval_object, to_xml_object}, NULL 217 soap/php_encoding.c {{SOAP_ENC_ARRAY, SOAP_ENC_ARRAY_STRING, SOAP_1_1_ENC_NAMESPACE, NULL}, to_zval_array, to_xml_array}, NULL 218 soap/php_encoding.c {{SOAP_ENC_OBJECT, SOAP_ENC_OBJECT_STRING, SOAP_1_2_ENC_NAMESPACE, NULL}, to_zval_object, to_xml_object}, NULL 219 soap/php_encoding.c {{SOAP_ENC_ARRAY, SOAP_ENC_ARRAY_STRING, SOAP_1_2_ENC_NAMESPACE, NULL}, to_zval_array, to_xml_array}, NULL 222 soap/php_encoding.c {{XSD_STRING, XSD_STRING_STRING, XSD_1999_NAMESPACE, NULL}, to_zval_string, to_xml_string}, NULL 223 soap/php_encoding.c {{XSD_BOOLEAN, XSD_BOOLEAN_STRING, XSD_1999_NAMESPACE, NULL}, to_zval_bool, to_xml_bool}, NULL 224 soap/php_encoding.c {{XSD_DECIMAL, XSD_DECIMAL_STRING, XSD_1999_NAMESPACE, NULL}, to_zval_stringc, to_xml_string}, NULL 225 soap/php_encoding.c {{XSD_FLOAT, XSD_FLOAT_STRING, XSD_1999_NAMESPACE, NULL}, to_zval_double, to_xml_double}, NULL 226 soap/php_encoding.c {{XSD_DOUBLE, XSD_DOUBLE_STRING, XSD_1999_NAMESPACE, NULL}, to_zval_double, to_xml_double}, NULL 228 soap/php_encoding.c {{XSD_LONG, XSD_LONG_STRING, XSD_1999_NAMESPACE, NULL}, to_zval_long, to_xml_long}, NULL 229 soap/php_encoding.c {{XSD_INT, XSD_INT_STRING, XSD_1999_NAMESPACE, NULL}, to_zval_long, to_xml_long}, NULL 230 soap/php_encoding.c {{XSD_SHORT, XSD_SHORT_STRING, XSD_1999_NAMESPACE, NULL}, to_zval_long, to_xml_long}, NULL 231 soap/php_encoding.c {{XSD_BYTE, XSD_BYTE_STRING, XSD_1999_NAMESPACE, NULL}, to_zval_long, to_xml_long}, NULL 232 soap/php_encoding.c {{XSD_1999_TIMEINSTANT, XSD_1999_TIMEINSTANT_STRING, XSD_1999_NAMESPACE, NULL}, to_zval_stringc, to_xml_string}, NULL 234 soap/php_encoding.c {{XSD_ANYXML, "<anyXML>", "<anyXML>", NULL}, to_zval_any, to_xml_any}, NULL 236 soap/php_encoding.c {{END_KNOWN_TYPES, NULL, NULL, NULL}, guess_zval_convert, guess_xml_convert} NULL 291 soap/php_encoding.c return NULL; NULL 314 soap/php_encoding.c if (attr == NULL || attr->ns == NULL) { NULL 355 soap/php_encoding.c zend_hash_index_update(SOAP_GLOBAL(ref_map), (ulong)data, (void**)&node, sizeof(xmlNodePtr), NULL); NULL 371 soap/php_encoding.c return NULL; NULL 388 soap/php_encoding.c zend_hash_index_update(SOAP_GLOBAL(ref_map), (ulong)node, (void**)data, sizeof(zval*), NULL); NULL 396 soap/php_encoding.c xmlNodePtr node = NULL; NULL 404 soap/php_encoding.c encodePtr enc = NULL; NULL 415 soap/php_encoding.c zns = NULL; NULL 418 soap/php_encoding.c if (enc == NULL && SOAP_GLOBAL(typemap)) { NULL 422 soap/php_encoding.c if (zns != NULL) { NULL 434 soap/php_encoding.c if (enc == NULL) { NULL 437 soap/php_encoding.c if (enc == NULL) { NULL 442 soap/php_encoding.c node = master_to_xml(enc, NULL, style, parent TSRMLS_CC); NULL 452 soap/php_encoding.c set_ns_and_type_ex(node, NULL, Z_STRVAL_PP(zstype)); NULL 471 soap/php_encoding.c char *type_name = NULL; NULL 484 soap/php_encoding.c encodePtr enc = NULL; NULL 502 soap/php_encoding.c if (encode == NULL) { NULL 537 soap/php_encoding.c zval *ret = NULL; NULL 557 soap/php_encoding.c if (type_attr != NULL) { NULL 565 soap/php_encoding.c if (nsptr != NULL) { NULL 590 soap/php_encoding.c if (encode == NULL) { NULL 596 soap/php_encoding.c if (type_attr != NULL) { NULL 599 soap/php_encoding.c if (enc != NULL && enc != encode) { NULL 602 soap/php_encoding.c tmp->details.sdl_type != NULL && NULL 606 soap/php_encoding.c enc = NULL; NULL 611 soap/php_encoding.c if (enc != NULL) { NULL 622 soap/php_encoding.c xmlNodePtr ret = NULL; NULL 628 soap/php_encoding.c if (call_user_function(EG(function_table), NULL, type->map->to_xml, return_value, 1, &data TSRMLS_CC) == FAILURE) { NULL 642 soap/php_encoding.c ret = xmlNewNode(NULL, BAD_CAST("BOGUS")); NULL 662 soap/php_encoding.c xmlNodeDump(buf, NULL, copy, 0, 0); NULL 670 soap/php_encoding.c if (call_user_function(EG(function_table), NULL, type->map->to_zval, return_value, 1, &data TSRMLS_CC) == FAILURE) { NULL 688 soap/php_encoding.c if (data->children->type == XML_TEXT_NODE && data->children->next == NULL) { NULL 689 soap/php_encoding.c if (SOAP_GLOBAL(encoding) != NULL) { NULL 704 soap/php_encoding.c } else if (data->children->type == XML_CDATA_SECTION_NODE && data->children->next == NULL) { NULL 721 soap/php_encoding.c if (data->children->type == XML_TEXT_NODE && data->children->next == NULL) { NULL 723 soap/php_encoding.c if (SOAP_GLOBAL(encoding) != NULL) { NULL 738 soap/php_encoding.c } else if (data->children->type == XML_CDATA_SECTION_NODE && data->children->next == NULL) { NULL 755 soap/php_encoding.c if (data->children->type == XML_TEXT_NODE && data->children->next == NULL) { NULL 757 soap/php_encoding.c if (SOAP_GLOBAL(encoding) != NULL) { NULL 772 soap/php_encoding.c } else if (data->children->type == XML_CDATA_SECTION_NODE && data->children->next == NULL) { NULL 792 soap/php_encoding.c if (data->children->type == XML_TEXT_NODE && data->children->next == NULL) { NULL 799 soap/php_encoding.c } else if (data->children->type == XML_CDATA_SECTION_NODE && data->children->next == NULL) { NULL 824 soap/php_encoding.c if (data->children->type == XML_TEXT_NODE && data->children->next == NULL) { NULL 826 soap/php_encoding.c } else if (data->children->type != XML_CDATA_SECTION_NODE || data->children->next != NULL) { NULL 868 soap/php_encoding.c ret = xmlNewNode(NULL, BAD_CAST("BOGUS")); NULL 885 soap/php_encoding.c if (SOAP_GLOBAL(encoding) != NULL) { NULL 956 soap/php_encoding.c ret = xmlNewNode(NULL, BAD_CAST("BOGUS")); NULL 991 soap/php_encoding.c ret = xmlNewNode(NULL, BAD_CAST("BOGUS")); NULL 1029 soap/php_encoding.c if (data->children->type == XML_TEXT_NODE && data->children->next == NULL) { NULL 1070 soap/php_encoding.c if (data->children->type == XML_TEXT_NODE && data->children->next == NULL) { NULL 1100 soap/php_encoding.c ret = xmlNewNode(NULL, BAD_CAST("BOGUS")); NULL 1133 soap/php_encoding.c ret = xmlNewNode(NULL, BAD_CAST("BOGUS")); NULL 1161 soap/php_encoding.c if (data->children->type == XML_TEXT_NODE && data->children->next == NULL) { NULL 1188 soap/php_encoding.c ret = xmlNewNode(NULL, BAD_CAST("BOGUS")); NULL 1217 soap/php_encoding.c ret = xmlNewNode(NULL, BAD_CAST("BOGUS")); NULL 1257 soap/php_encoding.c return NULL; NULL 1268 soap/php_encoding.c return NULL; NULL 1290 soap/php_encoding.c zval* any = NULL; NULL 1291 soap/php_encoding.c char* name = NULL; NULL 1293 soap/php_encoding.c while (node != NULL) { NULL 1294 soap/php_encoding.c if (get_zval_property(ret, (char*)node->name TSRMLS_CC) == NULL) { NULL 1312 soap/php_encoding.c name = NULL; NULL 1313 soap/php_encoding.c while (node->next != NULL) { NULL 1326 soap/php_encoding.c if (any == NULL) { NULL 1335 soap/php_encoding.c name = NULL; NULL 1360 soap/php_encoding.c name = NULL; NULL 1388 soap/php_encoding.c xmlNodePtr dummy = xmlNewNode(NULL, BAD_CAST("BOGUS")); NULL 1393 soap/php_encoding.c xmlNodePtr dummy = xmlNewNode(NULL, BAD_CAST("BOGUS")); NULL 1400 soap/php_encoding.c if ((node = get_node(node->next, model->u.element->name)) != NULL) { NULL 1413 soap/php_encoding.c xmlNodePtr dummy = xmlNewNode(NULL, BAD_CAST("BOGUS")); NULL 1418 soap/php_encoding.c xmlNodePtr dummy = xmlNewNode(NULL, BAD_CAST("BOGUS")); NULL 1426 soap/php_encoding.c } while ((node = get_node(node->next, model->u.element->name)) != NULL); NULL 1447 soap/php_encoding.c sdlContentModelPtr any = NULL; NULL 1479 soap/php_encoding.c zval *redo_any = NULL; NULL 1489 soap/php_encoding.c (tmp = zend_fetch_class(Z_STRVAL_PP(classname), Z_STRLEN_PP(classname), ZEND_FETCH_CLASS_AUTO TSRMLS_CC)) != NULL) { NULL 1534 soap/php_encoding.c if ((ret = soap_find_xml_ref(data TSRMLS_CC)) != NULL) { NULL 1540 soap/php_encoding.c sdlType->encode->details.sdl_type != NULL && NULL 1544 soap/php_encoding.c (sdlType->encode->details.sdl_type->encode == NULL || NULL 1588 soap/php_encoding.c if (tmp == NULL) { NULL 1605 soap/php_encoding.c char *str_val = NULL; NULL 1621 soap/php_encoding.c dummy = xmlNewNode(NULL, BAD_CAST("BOGUS")); NULL 1643 soap/php_encoding.c while (trav != NULL) { NULL 1648 soap/php_encoding.c tmpVal = master_to_zval(NULL, trav TSRMLS_CC); NULL 1687 soap/php_encoding.c return to_zval_object_ex(type, data, NULL TSRMLS_CC); NULL 1718 soap/php_encoding.c property = xmlNewNode(NULL, BAD_CAST("BOGUS")); NULL 1739 soap/php_encoding.c property = xmlNewNode(NULL, BAD_CAST("BOGUS")); NULL 1761 soap/php_encoding.c property = xmlNewNode(NULL, BAD_CAST(model->u.element->name)); NULL 1864 soap/php_encoding.c return NULL; NULL 1874 soap/php_encoding.c return NULL; NULL 1886 soap/php_encoding.c return NULL; NULL 1892 soap/php_encoding.c HashTable *prop = NULL; NULL 1897 soap/php_encoding.c xmlParam = xmlNewNode(NULL, BAD_CAST("BOGUS")); NULL 1928 soap/php_encoding.c } else if (prop == NULL) { NULL 1931 soap/php_encoding.c xmlParam = xmlNewNode(NULL, BAD_CAST("BOGUS")); NULL 1935 soap/php_encoding.c xmlParam = xmlNewNode(NULL, BAD_CAST("BOGUS")); NULL 1953 soap/php_encoding.c } else if (prop == NULL) { NULL 1956 soap/php_encoding.c xmlParam = xmlNewNode(NULL, BAD_CAST("BOGUS")); NULL 1961 soap/php_encoding.c xmlParam = xmlNewNode(NULL, BAD_CAST("BOGUS")); NULL 1968 soap/php_encoding.c if (prop != NULL) { NULL 1973 soap/php_encoding.c sdlType->attributes == NULL && NULL 1974 soap/php_encoding.c sdlType->model != NULL && NULL 1975 soap/php_encoding.c (array_el = model_array_element(sdlType->model)) != NULL) { NULL 1982 soap/php_encoding.c property = xmlNewNode(NULL, BAD_CAST("BOGUS")); NULL 2042 soap/php_encoding.c xmlParam = xmlNewNode(NULL, BAD_CAST("BOGUS")); NULL 2048 soap/php_encoding.c if (prop != NULL) { NULL 2060 soap/php_encoding.c key_type = zend_hash_get_current_key_ex(prop, &str_key, &str_key_len, &index, FALSE, NULL); NULL 2092 soap/php_encoding.c encodePtr enc = NULL; NULL 2219 soap/php_encoding.c zdata = NULL; NULL 2225 soap/php_encoding.c if (enc == NULL) { NULL 2231 soap/php_encoding.c xparam = xmlNewNode(NULL, BAD_CAST("BOGUS")); NULL 2247 soap/php_encoding.c add_xml_array_elements(xmlParam, type, enc, ns, dimension-1, dims+1, NULL, style TSRMLS_CC); NULL 2257 soap/php_encoding.c xparam = xmlNewNode(NULL, BAD_CAST("BOGUS")); NULL 2268 soap/php_encoding.c add_xml_array_elements(xmlParam, type, enc, ns, dimension-1, dims+1, NULL, style TSRMLS_CC); NULL 2285 soap/php_encoding.c sdlTypePtr element_type = NULL; NULL 2289 soap/php_encoding.c encodePtr enc = NULL; NULL 2293 soap/php_encoding.c zval *array_copy = NULL; NULL 2297 soap/php_encoding.c xmlParam = xmlNewNode(NULL, BAD_CAST("BOGUS")); NULL 2375 soap/php_encoding.c array_copy = NULL; NULL 2406 soap/php_encoding.c if ((*ext)->ns != NULL) { NULL 2417 soap/php_encoding.c if (el != NULL && Z_TYPE_PP(el) == IS_ARRAY && NULL 2444 soap/php_encoding.c if ((*ext)->ns != NULL) { NULL 2490 soap/php_encoding.c (elementType = *(sdlTypePtr*)elementType) != NULL && NULL 2502 soap/php_encoding.c (elementType = *(sdlTypePtr*)elementType) != NULL && NULL 2548 soap/php_encoding.c add_xml_array_elements(xmlParam, element_type, enc, enc?encode_add_ns(xmlParam,enc->details.ns):NULL, dimension, dims, data, style TSRMLS_CC); NULL 2570 soap/php_encoding.c encodePtr enc = NULL; NULL 2572 soap/php_encoding.c int* dims = NULL; NULL 2573 soap/php_encoding.c int* pos = NULL; NULL 2599 soap/php_encoding.c if (nsptr != NULL) { NULL 2613 soap/php_encoding.c if (nsptr != NULL) { NULL 2634 soap/php_encoding.c } else if (type->sdl_type != NULL && NULL 2635 soap/php_encoding.c type->sdl_type->attributes != NULL && NULL 2648 soap/php_encoding.c if ((*ext)->ns != NULL) { NULL 2656 soap/php_encoding.c } else if (type->sdl_type != NULL && NULL 2657 soap/php_encoding.c type->sdl_type->attributes != NULL && NULL 2664 soap/php_encoding.c if ((*ext)->ns != NULL) { NULL 2679 soap/php_encoding.c } else if (type->sdl_type != NULL && NULL 2680 soap/php_encoding.c type->sdl_type->attributes != NULL && NULL 2693 soap/php_encoding.c (elementType = *(sdlTypePtr*)elementType) != NULL && NULL 2701 soap/php_encoding.c (elementType = *(sdlTypePtr*)elementType) != NULL && NULL 2705 soap/php_encoding.c if (dims == NULL) { NULL 2717 soap/php_encoding.c if (tmp == NULL) { NULL 2732 soap/php_encoding.c if (position != NULL && position->children && position->children->content) { NULL 2734 soap/php_encoding.c if (tmp == NULL) { NULL 2756 soap/php_encoding.c zend_hash_index_update(Z_ARRVAL_P(ar), pos[i], &tmpVal, sizeof(zval *), NULL); NULL 2787 soap/php_encoding.c xmlParam = xmlNewNode(NULL, BAD_CAST("BOGUS")); NULL 2802 soap/php_encoding.c item = xmlNewNode(NULL, BAD_CAST("item")); NULL 2804 soap/php_encoding.c key = xmlNewNode(NULL, BAD_CAST("key")); NULL 2861 soap/php_encoding.c key = master_to_zval(NULL, xmlKey TSRMLS_CC); NULL 2862 soap/php_encoding.c value = master_to_zval(NULL, xmlValue TSRMLS_CC); NULL 2865 soap/php_encoding.c zend_symtable_update(Z_ARRVAL_P(ret), Z_STRVAL_P(key), Z_STRLEN_P(key) + 1, &value, sizeof(zval *), NULL); NULL 2867 soap/php_encoding.c zend_hash_index_update(Z_ARRVAL_P(ret), Z_LVAL_P(key), &value, sizeof(zval *), NULL); NULL 2902 soap/php_encoding.c encodePtr enc = NULL; NULL 2904 soap/php_encoding.c xmlChar *type_name = NULL; NULL 2909 soap/php_encoding.c if (data == NULL) { NULL 2915 soap/php_encoding.c if (tmpattr != NULL) { NULL 2919 soap/php_encoding.c enc = NULL; NULL 2921 soap/php_encoding.c if (enc != NULL) { NULL 2924 soap/php_encoding.c tmp->details.sdl_type != NULL && NULL 2928 soap/php_encoding.c enc = NULL; NULL 2936 soap/php_encoding.c if (enc == NULL) { NULL 2948 soap/php_encoding.c while (trav != NULL) { NULL 2995 soap/php_encoding.c xmlParam = xmlNewNode(NULL, BAD_CAST("BOGUS")); NULL 3101 soap/php_encoding.c encodePtr list_enc = NULL; NULL 3112 soap/php_encoding.c ret = xmlNewNode(NULL, BAD_CAST("BOGUS")); NULL 3151 soap/php_encoding.c while (start != NULL && *start != '\0') { NULL 3156 soap/php_encoding.c if (next != NULL) { NULL 3224 soap/php_encoding.c xmlNodeDump(buf, NULL, data, 0, 0); NULL 3233 soap/php_encoding.c xmlNodePtr ret = NULL; NULL 3270 soap/php_encoding.c ret->next = NULL; NULL 3286 soap/php_encoding.c if (type == NULL) { NULL 3348 soap/php_encoding.c xmlNodePtr ret = NULL; NULL 3352 soap/php_encoding.c if (type == NULL) { NULL 3425 soap/php_encoding.c if (href == NULL || href->ns == NULL) {break;} NULL 3431 soap/php_encoding.c xmlNodePtr ret = get_node_with_attribute_recursive(data->doc->children, NULL, "id", (char*)&href->children->content[1]); NULL 3452 soap/php_encoding.c ret = get_node_with_attribute_recursive_ex(data->doc->children, NULL, NULL, "id", (char*)id, SOAP_1_2_ENC_NAMESPACE); NULL 3486 soap/php_encoding.c return NULL; NULL 3490 soap/php_encoding.c while (cur != NULL) { NULL 3500 soap/php_encoding.c if (cur != NULL) { NULL 3511 soap/php_encoding.c return NULL; NULL 3518 soap/php_encoding.c if (ns == NULL) { NULL 3519 soap/php_encoding.c return NULL; NULL 3523 soap/php_encoding.c if (xmlns != NULL && xmlns->prefix == NULL) { NULL 3526 soap/php_encoding.c if (xmlns == NULL) { NULL 3540 soap/php_encoding.c if (xmlSearchNs(node->doc, node, BAD_CAST(prefix.c)) == NULL) { NULL 3544 soap/php_encoding.c prefix.c = NULL; NULL 3581 soap/php_encoding.c zend_hash_init(SOAP_GLOBAL(ref_map), 0, NULL, NULL, 0); NULL 3592 soap/php_encoding.c SOAP_GLOBAL(ref_map) = NULL; NULL 3598 soap/php_encoding.c encodePtr *enc = NULL; NULL 3603 soap/php_encoding.c return NULL; NULL 3632 soap/php_encoding.c char *prev_stype = NULL, *cur_stype = NULL, *prev_ns = NULL, *cur_ns = NULL; NULL 3660 soap/php_encoding.c cur_stype = NULL; NULL 3666 soap/php_encoding.c cur_ns = NULL; NULL 3671 soap/php_encoding.c cur_stype = NULL; NULL 3672 soap/php_encoding.c cur_ns = NULL; NULL 3675 soap/php_encoding.c cur_stype = NULL; NULL 3676 soap/php_encoding.c cur_ns = NULL; NULL 3681 soap/php_encoding.c (cur_stype != NULL && prev_stype != NULL && strcmp(cur_stype,prev_stype) != 0) || NULL 3682 soap/php_encoding.c (cur_stype == NULL && cur_stype != prev_stype) || NULL 3683 soap/php_encoding.c (cur_ns != NULL && prev_ns != NULL && strcmp(cur_ns,prev_ns) != 0) || NULL 3684 soap/php_encoding.c (cur_ns == NULL && cur_ns != prev_ns)) { NULL 3702 soap/php_encoding.c if (cur_stype != NULL) { NULL 3788 soap/php_encoding.c assert(t->details.map == NULL); NULL 169 soap/php_http.c struct timeval *timeout = NULL; NULL 197 soap/php_http.c NULL /*persistent_id*/, NULL 200 soap/php_http.c NULL, NULL); NULL 225 soap/php_http.c stream = NULL; NULL 230 soap/php_http.c if (!get_http_headers(stream, &http_headers, &http_header_size TSRMLS_CC) || http_headers == NULL) { NULL 232 soap/php_http.c stream = NULL; NULL 240 soap/php_http.c if (php_stream_xport_crypto_setup(stream, STREAM_CRYPTO_METHOD_SSLv23_CLIENT, NULL TSRMLS_CC) < 0 || NULL 243 soap/php_http.c stream = NULL; NULL 280 soap/php_http.c php_url *phpurl = NULL; NULL 293 soap/php_http.c char *http_msg = NULL; NULL 295 soap/php_http.c php_stream_context *context = NULL; NULL 300 soap/php_http.c if (this_ptr == NULL || Z_TYPE_P(this_ptr) != IS_OBJECT) { NULL 341 soap/php_http.c if (call_user_function(CG(function_table), (zval**)NULL, &func, &retval, n, params TSRMLS_CC) == SUCCESS && NULL 359 soap/php_http.c stream = NULL; NULL 362 soap/php_http.c if (location != NULL && location[0] != '\000') { NULL 373 soap/php_http.c if (Z_TYPE_PP(tmp) != IS_STRING || !is_numeric_string(Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp), &redirect_max, NULL, 1)) { NULL 380 soap/php_http.c if (phpurl == NULL || phpurl->host == NULL) { NULL 381 soap/php_http.c if (phpurl != NULL) {php_url_free(phpurl);} NULL 383 soap/php_http.c add_soap_fault(this_ptr, "HTTP", "Unable to parse URL", NULL, NULL TSRMLS_CC); NULL 389 soap/php_http.c if (phpurl->scheme != NULL && strcmp(phpurl->scheme, "https") == 0) { NULL 391 soap/php_http.c } else if (phpurl->scheme == NULL || strcmp(phpurl->scheme, "http") != 0) { NULL 394 soap/php_http.c add_soap_fault(this_ptr, "HTTP", "Unknown protocol. Only http and https are allowed.", NULL, NULL TSRMLS_CC); NULL 401 soap/php_http.c if (use_ssl && php_stream_locate_url_wrapper("https://", NULL, STREAM_LOCATE_WRAPPERS_ONLY TSRMLS_CC) == NULL) { NULL 404 soap/php_http.c add_soap_fault(this_ptr, "HTTP", "SSL support is not available in this build", NULL, NULL TSRMLS_CC); NULL 415 soap/php_http.c if (stream != NULL) { NULL 418 soap/php_http.c (orig = (php_url *) zend_fetch_resource(tmp TSRMLS_CC, -1, "httpurl", NULL, 1, le_url)) != NULL && NULL 420 soap/php_http.c (((use_ssl && orig->scheme != NULL && strcmp(orig->scheme, "https") == 0) || NULL 421 soap/php_http.c (!use_ssl && orig->scheme == NULL) || NULL 430 soap/php_http.c stream = NULL; NULL 436 soap/php_http.c if (stream != NULL && php_stream_eof(stream)) { NULL 441 soap/php_http.c stream = NULL; NULL 454 soap/php_http.c add_soap_fault(this_ptr, "HTTP", "Could not connect to host", NULL, NULL TSRMLS_CC); NULL 757 soap/php_http.c zend_hash_get_current_key(Z_ARRVAL_PP(cookies), &key, NULL, FALSE); NULL 801 soap/php_http.c add_soap_fault(this_ptr, "HTTP", "Failed Sending HTTP SOAP request", NULL, NULL TSRMLS_CC); NULL 807 soap/php_http.c add_soap_fault(this_ptr, "HTTP", "Failed to create stream??", NULL, NULL TSRMLS_CC); NULL 827 soap/php_http.c add_soap_fault(this_ptr, "HTTP", "Error Fetching http headers", NULL, NULL TSRMLS_CC); NULL 849 soap/php_http.c if (tmp != NULL) { NULL 854 soap/php_http.c if (tmp != NULL) { NULL 894 soap/php_http.c if (eqpos != NULL && (sempos == NULL || sempos > eqpos)) { NULL 899 soap/php_http.c if (sempos != NULL) { NULL 912 soap/php_http.c if (sempos != NULL) { NULL 926 soap/php_http.c if (sempos != NULL) { NULL 1001 soap/php_http.c add_soap_fault(this_ptr, "HTTP", "Error Fetching http body, No Content-Length, connection closed or chunked data", NULL, NULL TSRMLS_CC); NULL 1015 soap/php_http.c stream = NULL; NULL 1022 soap/php_http.c if ((loc = get_http_header_value(http_headers,"Location: ")) != NULL) { NULL 1025 soap/php_http.c if (new_url != NULL) { NULL 1029 soap/php_http.c if (new_url->scheme == NULL && new_url->path != NULL) { NULL 1030 soap/php_http.c new_url->scheme = phpurl->scheme ? estrdup(phpurl->scheme) : NULL; NULL 1031 soap/php_http.c new_url->host = phpurl->host ? estrdup(phpurl->host) : NULL; NULL 1057 soap/php_http.c add_soap_fault(this_ptr, "HTTP", "Redirection limit reached, aborting", NULL, NULL TSRMLS_CC); NULL 1079 soap/php_http.c zval *digest = NULL; NULL 1109 soap/php_http.c if (digest == NULL) { NULL 1117 soap/php_http.c if (digest != NULL) { NULL 1147 soap/php_http.c char *pos = NULL; NULL 1150 soap/php_http.c if (pos != NULL) { NULL 1202 soap/php_http.c add_soap_fault(this_ptr, "HTTP", "Unknown Content-Encoding", NULL, NULL TSRMLS_CC); NULL 1205 soap/php_http.c if (call_user_function(CG(function_table), (zval**)NULL, &func, &retval, 1, params TSRMLS_CC) == SUCCESS && NULL 1214 soap/php_http.c add_soap_fault(this_ptr, "HTTP", "Can't uncompress compressed response", NULL, NULL TSRMLS_CC); NULL 1248 soap/php_http.c add_soap_fault(this_ptr, "HTTP", http_msg, NULL, NULL TSRMLS_CC); NULL 1263 soap/php_http.c char *pos, *tmp = NULL; NULL 1280 soap/php_http.c if (eol == NULL) { NULL 1296 soap/php_http.c return NULL; NULL 1301 soap/php_http.c char *header, *http_buf = NULL; NULL 1398 soap/php_http.c if (http_buf == NULL) { NULL 27 soap/php_packet_soap.c char* envelope_ns = NULL; NULL 33 soap/php_packet_soap.c HashTable *hdrs = NULL; NULL 46 soap/php_packet_soap.c add_soap_fault(this_ptr, "Client", "looks like we got no XML document", NULL, NULL TSRMLS_CC); NULL 49 soap/php_packet_soap.c if (xmlGetIntSubset(response) != NULL) { NULL 50 soap/php_packet_soap.c add_soap_fault(this_ptr, "Client", "DTD are not supported by SOAP", NULL, NULL TSRMLS_CC); NULL 56 soap/php_packet_soap.c env = NULL; NULL 58 soap/php_packet_soap.c while (trav != NULL) { NULL 60 soap/php_packet_soap.c if (env == NULL && node_is_equal_ex(trav,"Envelope",SOAP_1_1_ENV_NAMESPACE)) { NULL 64 soap/php_packet_soap.c } else if (env == NULL && node_is_equal_ex(trav,"Envelope",SOAP_1_2_ENV_NAMESPACE)) { NULL 69 soap/php_packet_soap.c add_soap_fault(this_ptr, "VersionMismatch", "Wrong Version", NULL, NULL TSRMLS_CC); NULL 76 soap/php_packet_soap.c if (env == NULL) { NULL 77 soap/php_packet_soap.c add_soap_fault(this_ptr, "Client", "looks like we got XML without \"Envelope\" element", NULL, NULL TSRMLS_CC); NULL 83 soap/php_packet_soap.c while (attr != NULL) { NULL 84 soap/php_packet_soap.c if (attr->ns == NULL) { NULL 85 soap/php_packet_soap.c add_soap_fault(this_ptr, "Client", "A SOAP Envelope element cannot have non Namespace qualified attributes", NULL, NULL TSRMLS_CC); NULL 90 soap/php_packet_soap.c add_soap_fault(this_ptr, "Client", "encodingStyle cannot be specified on the Envelope", NULL, NULL TSRMLS_CC); NULL 94 soap/php_packet_soap.c add_soap_fault(this_ptr, "Client", "Unknown data encoding style", NULL, NULL TSRMLS_CC); NULL 103 soap/php_packet_soap.c head = NULL; NULL 105 soap/php_packet_soap.c while (trav != NULL && trav->type != XML_ELEMENT_NODE) { NULL 108 soap/php_packet_soap.c if (trav != NULL && node_is_equal_ex(trav,"Header",envelope_ns)) { NULL 114 soap/php_packet_soap.c body = NULL; NULL 115 soap/php_packet_soap.c while (trav != NULL && trav->type != XML_ELEMENT_NODE) { NULL 118 soap/php_packet_soap.c if (trav != NULL && node_is_equal_ex(trav,"Body",envelope_ns)) { NULL 122 soap/php_packet_soap.c while (trav != NULL && trav->type != XML_ELEMENT_NODE) { NULL 125 soap/php_packet_soap.c if (body == NULL) { NULL 126 soap/php_packet_soap.c add_soap_fault(this_ptr, "Client", "Body must be present in a SOAP envelope", NULL, NULL TSRMLS_CC); NULL 131 soap/php_packet_soap.c while (attr != NULL) { NULL 132 soap/php_packet_soap.c if (attr->ns == NULL) { NULL 134 soap/php_packet_soap.c add_soap_fault(this_ptr, "Client", "A SOAP Body element cannot have non Namespace qualified attributes", NULL, NULL TSRMLS_CC); NULL 140 soap/php_packet_soap.c add_soap_fault(this_ptr, "Client", "encodingStyle cannot be specified on the Body", NULL, NULL TSRMLS_CC); NULL 144 soap/php_packet_soap.c add_soap_fault(this_ptr, "Client", "Unknown data encoding style", NULL, NULL TSRMLS_CC); NULL 151 soap/php_packet_soap.c if (trav != NULL && soap_version == SOAP_1_2) { NULL 152 soap/php_packet_soap.c add_soap_fault(this_ptr, "Client", "A SOAP 1.2 envelope can contain only Header and Body", NULL, NULL TSRMLS_CC); NULL 157 soap/php_packet_soap.c if (head != NULL) { NULL 159 soap/php_packet_soap.c while (attr != NULL) { NULL 160 soap/php_packet_soap.c if (attr->ns == NULL) { NULL 161 soap/php_packet_soap.c add_soap_fault(this_ptr, "Client", "A SOAP Header element cannot have non Namespace qualified attributes", NULL, NULL TSRMLS_CC); NULL 166 soap/php_packet_soap.c add_soap_fault(this_ptr, "Client", "encodingStyle cannot be specified on the Header", NULL, NULL TSRMLS_CC); NULL 170 soap/php_packet_soap.c add_soap_fault(this_ptr, "Client", "Unknown data encoding style", NULL, NULL TSRMLS_CC); NULL 181 soap/php_packet_soap.c if (fault != NULL) { NULL 182 soap/php_packet_soap.c char *faultcode = NULL, *faultstring = NULL, *faultactor = NULL; NULL 183 soap/php_packet_soap.c zval *details = NULL; NULL 188 soap/php_packet_soap.c if (tmp != NULL && tmp->children != NULL) { NULL 193 soap/php_packet_soap.c if (tmp != NULL && tmp->children != NULL) { NULL 200 soap/php_packet_soap.c if (tmp != NULL && tmp->children != NULL) { NULL 207 soap/php_packet_soap.c if (tmp != NULL) { NULL 208 soap/php_packet_soap.c details = master_to_zval(NULL, tmp TSRMLS_CC); NULL 212 soap/php_packet_soap.c if (tmp != NULL && tmp->children != NULL) { NULL 214 soap/php_packet_soap.c if (tmp != NULL && tmp->children != NULL) { NULL 220 soap/php_packet_soap.c if (tmp != NULL && tmp->children != NULL) { NULL 223 soap/php_packet_soap.c if (tmp != NULL && tmp->children != NULL) { NULL 231 soap/php_packet_soap.c if (tmp != NULL) { NULL 232 soap/php_packet_soap.c details = master_to_zval(NULL, tmp TSRMLS_CC); NULL 252 soap/php_packet_soap.c while (resp != NULL && resp->type != XML_ELEMENT_NODE) { NULL 255 soap/php_packet_soap.c if (resp != NULL) { NULL 256 soap/php_packet_soap.c if (fn != NULL && fn->binding && fn->binding->bindingType == BINDING_SOAP) { NULL 258 soap/php_packet_soap.c sdlParamPtr *h_param, param = NULL; NULL 259 soap/php_packet_soap.c xmlNodePtr val = NULL; NULL 260 soap/php_packet_soap.c char *name, *ns = NULL; NULL 303 soap/php_packet_soap.c if (val == NULL) { NULL 306 soap/php_packet_soap.c if (val == NULL) { NULL 309 soap/php_packet_soap.c if (val == NULL && cur->children && cur->children->next == NULL) { NULL 327 soap/php_packet_soap.c if (param != NULL) { NULL 330 soap/php_packet_soap.c tmp = master_to_zval(NULL, val TSRMLS_CC); NULL 344 soap/php_packet_soap.c while (val != NULL) { NULL 348 soap/php_packet_soap.c if (val != NULL) { NULL 353 soap/php_packet_soap.c tmp = master_to_zval(NULL, val TSRMLS_CC); NULL 397 soap/php_packet_soap.c while (trav != NULL) { NULL 399 soap/php_packet_soap.c encodePtr enc = NULL; NULL 54 soap/php_schema.c if (sdl->encoders == NULL) { NULL 56 soap/php_schema.c zend_hash_init(sdl->encoders, 0, NULL, delete_encoder, 0); NULL 71 soap/php_schema.c enc_ptr = NULL; NULL 82 soap/php_schema.c if (enc_ptr == NULL) { NULL 83 soap/php_schema.c zend_hash_update(sdl->encoders, nscat.c, nscat.len + 1, &enc, sizeof(encodePtr), NULL); NULL 92 soap/php_schema.c if (enc == NULL) { NULL 99 soap/php_schema.c if (location != NULL && NULL 109 soap/php_schema.c if (doc == NULL) { NULL 113 soap/php_schema.c if (schema == NULL) { NULL 119 soap/php_schema.c if (ns != NULL && (new_tns == NULL || xmlStrcmp(ns->children->content, new_tns->children->content) != 0)) { NULL 123 soap/php_schema.c if (ns == NULL && new_tns != NULL) { NULL 129 soap/php_schema.c if (new_tns == NULL) { NULL 130 soap/php_schema.c if (tns != NULL) { NULL 133 soap/php_schema.c } else if (tns != NULL && xmlStrcmp(tns->children->content, new_tns->children->content) != 0) { NULL 138 soap/php_schema.c zend_hash_add(&ctx->docs, (char*)location, xmlStrlen(location)+1, (void**)&doc, sizeof(xmlDocPtr), NULL); NULL 170 soap/php_schema.c zend_hash_init(ctx->sdl->types, 0, NULL, delete_type, 0); NULL 174 soap/php_schema.c zend_hash_init(ctx->attributes, 0, NULL, delete_attribute, 0); NULL 178 soap/php_schema.c zend_hash_init(ctx->attributeGroups, 0, NULL, delete_type, 0); NULL 182 soap/php_schema.c if (tns == NULL) { NULL 184 soap/php_schema.c xmlNewNs(schema, BAD_CAST(""), NULL); NULL 188 soap/php_schema.c while (trav != NULL) { NULL 193 soap/php_schema.c if (location == NULL) { NULL 199 soap/php_schema.c if (base == NULL) { NULL 205 soap/php_schema.c schema_load_file(ctx, NULL, uri, tns, 0 TSRMLS_CC); NULL 213 soap/php_schema.c if (location == NULL) { NULL 219 soap/php_schema.c if (base == NULL) { NULL 225 soap/php_schema.c schema_load_file(ctx, NULL, uri, tns, 0 TSRMLS_CC); NULL 232 soap/php_schema.c xmlChar *uri = NULL; NULL 237 soap/php_schema.c if (ns != NULL && tns != NULL && xmlStrcmp(ns->children->content, tns->children->content) == 0) { NULL 247 soap/php_schema.c if (base == NULL) { NULL 255 soap/php_schema.c if (uri != NULL) {xmlFree(uri);} NULL 271 soap/php_schema.c while (trav != NULL) { NULL 273 soap/php_schema.c schema_simpleType(ctx->sdl, tns, trav, NULL); NULL 275 soap/php_schema.c schema_complexType(ctx->sdl, tns, trav, NULL); NULL 277 soap/php_schema.c schema_group(ctx->sdl, tns, trav, NULL, NULL); NULL 279 soap/php_schema.c schema_attributeGroup(ctx->sdl, tns, trav, NULL, ctx); NULL 281 soap/php_schema.c schema_element(ctx->sdl, tns, trav, NULL, NULL); NULL 283 soap/php_schema.c schema_attribute(ctx->sdl, tns, trav, NULL, ctx); NULL 311 soap/php_schema.c if (ns == NULL) { NULL 316 soap/php_schema.c if (cur_type != NULL) { NULL 323 soap/php_schema.c if (name != NULL) { NULL 333 soap/php_schema.c if (sdl->encoders == NULL) { NULL 335 soap/php_schema.c zend_hash_init(sdl->encoders, 0, NULL, delete_encoder, 0); NULL 344 soap/php_schema.c zend_hash_next_index_insert(sdl->encoders, &cur_type->encode, sizeof(encodePtr), NULL); NULL 348 soap/php_schema.c } else if (name != NULL) { NULL 357 soap/php_schema.c if (cur_type == NULL) { NULL 360 soap/php_schema.c if (cur_type->elements == NULL) { NULL 362 soap/php_schema.c zend_hash_init(cur_type->elements, 0, NULL, delete_type, 0); NULL 374 soap/php_schema.c if (trav != NULL && node_is_equal(trav,"annotation")) { NULL 378 soap/php_schema.c if (trav != NULL) { NULL 396 soap/php_schema.c if (trav != NULL) { NULL 417 soap/php_schema.c if (itemType != NULL) { NULL 423 soap/php_schema.c if (nsptr != NULL) { NULL 434 soap/php_schema.c if (cur_type->elements == NULL) { NULL 436 soap/php_schema.c zend_hash_init(cur_type->elements, 0, NULL, delete_type, 0); NULL 445 soap/php_schema.c if (trav != NULL && node_is_equal(trav,"annotation")) { NULL 449 soap/php_schema.c if (trav != NULL && node_is_equal(trav,"simpleType")) { NULL 452 soap/php_schema.c if (itemType != NULL) { NULL 469 soap/php_schema.c if (cur_type->elements == NULL) { NULL 471 soap/php_schema.c zend_hash_init(cur_type->elements, 0, NULL, delete_type, 0); NULL 479 soap/php_schema.c if (trav != NULL) { NULL 499 soap/php_schema.c if (memberTypes != NULL) { NULL 507 soap/php_schema.c while (start != NULL && *start != '\0') { NULL 509 soap/php_schema.c if (end == NULL) { NULL 510 soap/php_schema.c next = NULL; NULL 518 soap/php_schema.c if (nsptr != NULL) { NULL 529 soap/php_schema.c if (cur_type->elements == NULL) { NULL 531 soap/php_schema.c zend_hash_init(cur_type->elements, 0, NULL, delete_type, 0); NULL 544 soap/php_schema.c if (trav != NULL && node_is_equal(trav,"annotation")) { NULL 548 soap/php_schema.c while (trav != NULL) { NULL 565 soap/php_schema.c if (cur_type->elements == NULL) { NULL 567 soap/php_schema.c zend_hash_init(cur_type->elements, 0, NULL, delete_type, 0); NULL 578 soap/php_schema.c if (trav != NULL) { NULL 596 soap/php_schema.c if (trav != NULL && node_is_equal(trav,"annotation")) { NULL 600 soap/php_schema.c if (trav != NULL) { NULL 615 soap/php_schema.c if (trav != NULL) { NULL 642 soap/php_schema.c if (base != NULL) { NULL 648 soap/php_schema.c if (nsptr != NULL) { NULL 657 soap/php_schema.c if (cur_type->restrictions == NULL) { NULL 663 soap/php_schema.c if (trav != NULL && node_is_equal(trav, "annotation")) { NULL 667 soap/php_schema.c if (trav != NULL && node_is_equal(trav, "simpleType")) { NULL 671 soap/php_schema.c while (trav != NULL) { NULL 695 soap/php_schema.c sdlRestrictionCharPtr enumval = NULL; NULL 698 soap/php_schema.c if (cur_type->restrictions->enumeration == NULL) { NULL 700 soap/php_schema.c zend_hash_init(cur_type->restrictions->enumeration, 0, NULL, delete_restriction_var_char, 0); NULL 702 soap/php_schema.c if (zend_hash_add(cur_type->restrictions->enumeration, enumval->value, strlen(enumval->value)+1, &enumval, sizeof(sdlRestrictionCharPtr), NULL) == FAILURE) { NULL 711 soap/php_schema.c while (trav != NULL) { NULL 713 soap/php_schema.c schema_attribute(sdl, tns, trav, cur_type, NULL); NULL 715 soap/php_schema.c schema_attributeGroup(sdl, tns, trav, cur_type, NULL); NULL 726 soap/php_schema.c if (trav != NULL) { NULL 747 soap/php_schema.c if (base != NULL) { NULL 753 soap/php_schema.c if (nsptr != NULL) { NULL 763 soap/php_schema.c if (trav != NULL && node_is_equal(trav,"annotation")) { NULL 767 soap/php_schema.c if (trav != NULL) { NULL 769 soap/php_schema.c schema_group(sdl, tns, trav, cur_type, NULL); NULL 772 soap/php_schema.c schema_all(sdl, tns, trav, cur_type, NULL); NULL 775 soap/php_schema.c schema_choice(sdl, tns, trav, cur_type, NULL); NULL 778 soap/php_schema.c schema_sequence(sdl, tns, trav, cur_type, NULL); NULL 782 soap/php_schema.c while (trav != NULL) { NULL 784 soap/php_schema.c schema_attribute(sdl, tns, trav, cur_type, NULL); NULL 786 soap/php_schema.c schema_attributeGroup(sdl, tns, trav, cur_type, NULL); NULL 796 soap/php_schema.c if (trav != NULL) { NULL 807 soap/php_schema.c if ((*valptr) == NULL) { NULL 814 soap/php_schema.c if (fixed != NULL) { NULL 821 soap/php_schema.c if (value == NULL) { NULL 834 soap/php_schema.c if ((*valptr) == NULL) { NULL 841 soap/php_schema.c if (fixed != NULL) { NULL 849 soap/php_schema.c if (value == NULL) { NULL 872 soap/php_schema.c if (base != NULL) { NULL 878 soap/php_schema.c if (nsptr != NULL) { NULL 888 soap/php_schema.c if (trav != NULL && node_is_equal(trav,"annotation")) { NULL 892 soap/php_schema.c while (trav != NULL) { NULL 894 soap/php_schema.c schema_attribute(sdl, tns, trav, cur_type, NULL); NULL 896 soap/php_schema.c schema_attributeGroup(sdl, tns, trav, cur_type, NULL); NULL 906 soap/php_schema.c if (trav != NULL) { NULL 927 soap/php_schema.c if (base != NULL) { NULL 933 soap/php_schema.c if (nsptr != NULL) { NULL 943 soap/php_schema.c if (trav != NULL && node_is_equal(trav,"annotation")) { NULL 947 soap/php_schema.c if (trav != NULL) { NULL 949 soap/php_schema.c schema_group(sdl, tns, trav, cur_type, NULL); NULL 952 soap/php_schema.c schema_all(sdl, tns, trav, cur_type, NULL); NULL 955 soap/php_schema.c schema_choice(sdl, tns, trav, cur_type, NULL); NULL 958 soap/php_schema.c schema_sequence(sdl, tns, trav, cur_type, NULL); NULL 962 soap/php_schema.c while (trav != NULL) { NULL 964 soap/php_schema.c schema_attribute(sdl, tns, trav, cur_type, NULL); NULL 966 soap/php_schema.c schema_attributeGroup(sdl, tns, trav, cur_type, NULL); NULL 976 soap/php_schema.c if (trav != NULL) { NULL 1021 soap/php_schema.c zend_hash_init(newModel->u.content, 0, NULL, delete_model, 0); NULL 1022 soap/php_schema.c if (model == NULL) { NULL 1025 soap/php_schema.c zend_hash_next_index_insert(model->u.content,&newModel,sizeof(sdlContentModelPtr), NULL); NULL 1031 soap/php_schema.c if (trav != NULL && node_is_equal(trav,"annotation")) { NULL 1035 soap/php_schema.c while (trav != NULL) { NULL 1060 soap/php_schema.c xmlAttrPtr ns, name, ref = NULL; NULL 1064 soap/php_schema.c if (ns == NULL) { NULL 1069 soap/php_schema.c if (name == NULL) { NULL 1082 soap/php_schema.c if (nsptr != NULL) { NULL 1099 soap/php_schema.c zend_hash_init(newModel->u.content, 0, NULL, delete_model, 0); NULL 1107 soap/php_schema.c if (cur_type == NULL) { NULL 1113 soap/php_schema.c if (sdl->groups == NULL) { NULL 1115 soap/php_schema.c zend_hash_init(sdl->groups, 0, NULL, delete_type, 0); NULL 1117 soap/php_schema.c if (zend_hash_add(sdl->groups, key.c, key.len+1, (void**)&newType, sizeof(sdlTypePtr), NULL) != SUCCESS) { NULL 1125 soap/php_schema.c if (model == NULL) { NULL 1128 soap/php_schema.c zend_hash_next_index_insert(model->u.content, &newModel, sizeof(sdlContentModelPtr), NULL); NULL 1137 soap/php_schema.c if (trav != NULL && node_is_equal(trav,"annotation")) { NULL 1141 soap/php_schema.c if (trav != NULL) { NULL 1143 soap/php_schema.c if (ref != NULL) { NULL 1150 soap/php_schema.c if (ref != NULL) { NULL 1157 soap/php_schema.c if (ref != NULL) { NULL 1167 soap/php_schema.c if (trav != NULL) { NULL 1189 soap/php_schema.c zend_hash_init(newModel->u.content, 0, NULL, delete_model, 0); NULL 1190 soap/php_schema.c if (model == NULL) { NULL 1193 soap/php_schema.c zend_hash_next_index_insert(model->u.content,&newModel,sizeof(sdlContentModelPtr), NULL); NULL 1199 soap/php_schema.c if (trav != NULL && node_is_equal(trav,"annotation")) { NULL 1203 soap/php_schema.c while (trav != NULL) { NULL 1239 soap/php_schema.c zend_hash_init(newModel->u.content, 0, NULL, delete_model, 0); NULL 1240 soap/php_schema.c if (model == NULL) { NULL 1243 soap/php_schema.c zend_hash_next_index_insert(model->u.content,&newModel,sizeof(sdlContentModelPtr), NULL); NULL 1249 soap/php_schema.c if (trav != NULL && node_is_equal(trav,"annotation")) { NULL 1253 soap/php_schema.c while (trav != NULL) { NULL 1285 soap/php_schema.c if (model != NULL) { NULL 1293 soap/php_schema.c zend_hash_next_index_insert(model->u.content, &newModel, sizeof(sdlContentModelPtr), NULL); NULL 1311 soap/php_schema.c if (trav != NULL && node_is_equal(trav,"annotation")) { NULL 1315 soap/php_schema.c if (trav != NULL) { NULL 1330 soap/php_schema.c if (trav != NULL) { NULL 1356 soap/php_schema.c if (ns == NULL) { NULL 1361 soap/php_schema.c if (cur_type != NULL) { NULL 1368 soap/php_schema.c if (name != NULL) { NULL 1378 soap/php_schema.c if (sdl->encoders == NULL) { NULL 1380 soap/php_schema.c zend_hash_init(sdl->encoders, 0, NULL, delete_encoder, 0); NULL 1389 soap/php_schema.c zend_hash_next_index_insert(sdl->encoders, &cur_type->encode, sizeof(encodePtr), NULL); NULL 1412 soap/php_schema.c if (trav != NULL && node_is_equal(trav, "annotation")) { NULL 1416 soap/php_schema.c if (trav != NULL) { NULL 1425 soap/php_schema.c schema_group(sdl, tns, trav, cur_type, NULL); NULL 1428 soap/php_schema.c schema_all(sdl, tns, trav, cur_type, NULL); NULL 1431 soap/php_schema.c schema_choice(sdl, tns, trav, cur_type, NULL); NULL 1434 soap/php_schema.c schema_sequence(sdl, tns, trav, cur_type, NULL); NULL 1437 soap/php_schema.c while (trav != NULL) { NULL 1439 soap/php_schema.c schema_attribute(sdl, tns, trav, cur_type, NULL); NULL 1441 soap/php_schema.c schema_attributeGroup(sdl, tns, trav, cur_type, NULL); NULL 1453 soap/php_schema.c if (trav != NULL) { NULL 1481 soap/php_schema.c xmlAttrPtr attrs, attr, ns, name, type, ref = NULL; NULL 1485 soap/php_schema.c if (ns == NULL) { NULL 1490 soap/php_schema.c if (name == NULL) { NULL 1509 soap/php_schema.c if (nsptr != NULL) { NULL 1528 soap/php_schema.c if (cur_type == NULL) { NULL 1529 soap/php_schema.c if (sdl->elements == NULL) { NULL 1531 soap/php_schema.c zend_hash_init(sdl->elements, 0, NULL, delete_type, 0); NULL 1538 soap/php_schema.c if (cur_type->elements == NULL) { NULL 1540 soap/php_schema.c zend_hash_init(cur_type->elements, 0, NULL, delete_type, 0); NULL 1547 soap/php_schema.c if (zend_hash_add(addHash, key.c, key.len + 1, &newType, sizeof(sdlTypePtr), NULL) != SUCCESS) { NULL 1548 soap/php_schema.c if (cur_type == NULL) { NULL 1551 soap/php_schema.c zend_hash_next_index_insert(addHash, &newType, sizeof(sdlTypePtr), NULL); NULL 1556 soap/php_schema.c if (model != NULL) { NULL 1565 soap/php_schema.c zend_hash_next_index_insert(model->u.content, &newModel, sizeof(sdlContentModelPtr), NULL); NULL 1576 soap/php_schema.c if (ref != NULL) { NULL 1591 soap/php_schema.c if (ref != NULL) { NULL 1599 soap/php_schema.c if (ref != NULL) { NULL 1601 soap/php_schema.c } else if (ref != NULL) { NULL 1626 soap/php_schema.c if(def == NULL || strncmp((char*)def->children->content, "qualified", sizeof("qualified"))) { NULL 1635 soap/php_schema.c if (parent == NULL) { NULL 1646 soap/php_schema.c if (ref != NULL) { NULL 1651 soap/php_schema.c if (nsptr != NULL) { NULL 1659 soap/php_schema.c if (trav != NULL && node_is_equal(trav, "annotation")) { NULL 1663 soap/php_schema.c if (trav != NULL) { NULL 1665 soap/php_schema.c if (ref != NULL) { NULL 1667 soap/php_schema.c } else if (type != NULL) { NULL 1673 soap/php_schema.c if (ref != NULL) { NULL 1675 soap/php_schema.c } else if (type != NULL) { NULL 1682 soap/php_schema.c while (trav != NULL) { NULL 1715 soap/php_schema.c xmlAttrPtr attr, name, ref = NULL, type = NULL; NULL 1719 soap/php_schema.c if (name == NULL) { NULL 1735 soap/php_schema.c if (nsptr != NULL) { NULL 1749 soap/php_schema.c if (ns == NULL) { NULL 1752 soap/php_schema.c if (ns != NULL) { NULL 1761 soap/php_schema.c if (cur_type == NULL) { NULL 1764 soap/php_schema.c if (cur_type->attributes == NULL) { NULL 1766 soap/php_schema.c zend_hash_init(cur_type->attributes, 0, NULL, delete_attribute, 0); NULL 1771 soap/php_schema.c if (zend_hash_add(addHash, key.c, key.len + 1, &newAttr, sizeof(sdlAttributePtr), NULL) != SUCCESS) { NULL 1785 soap/php_schema.c if (ref != NULL) { NULL 1790 soap/php_schema.c if (nsptr != NULL) { NULL 1798 soap/php_schema.c while (attr != NULL) { NULL 1853 soap/php_schema.c zend_hash_init(newAttr->extraAttributes, 0, NULL, delete_extra_attribute, 0); NULL 1860 soap/php_schema.c zend_hash_add(newAttr->extraAttributes, key2.c, key2.len + 1, &ext, sizeof(sdlExtraAttributePtr), NULL); NULL 1872 soap/php_schema.c if(def == NULL || strncmp((char*)def->children->content, "qualified", sizeof("qualified"))) { NULL 1881 soap/php_schema.c if (parent == NULL) { NULL 1886 soap/php_schema.c if (trav != NULL && node_is_equal(trav, "annotation")) { NULL 1890 soap/php_schema.c if (trav != NULL) { NULL 1893 soap/php_schema.c if (ref != NULL) { NULL 1895 soap/php_schema.c } else if (type != NULL) { NULL 1915 soap/php_schema.c if (trav != NULL) { NULL 1924 soap/php_schema.c xmlAttrPtr name, ref = NULL; NULL 1928 soap/php_schema.c if (name == NULL) { NULL 1932 soap/php_schema.c if (cur_type == NULL) { NULL 1938 soap/php_schema.c if (ns == NULL) { NULL 1951 soap/php_schema.c if (zend_hash_add(ctx->attributeGroups, key.c, key.len + 1, &newType, sizeof(sdlTypePtr), NULL) != SUCCESS) { NULL 1962 soap/php_schema.c if (cur_type->attributes == NULL) { NULL 1964 soap/php_schema.c zend_hash_init(cur_type->attributes, 0, NULL, delete_attribute, 0); NULL 1971 soap/php_schema.c if (nsptr != NULL) { NULL 1982 soap/php_schema.c zend_hash_next_index_insert(cur_type->attributes, &newAttr, sizeof(sdlAttributePtr), NULL); NULL 1983 soap/php_schema.c cur_type = NULL; NULL 1990 soap/php_schema.c if (trav != NULL && node_is_equal(trav, "annotation")) { NULL 1994 soap/php_schema.c while (trav != NULL) { NULL 1996 soap/php_schema.c if (ref != NULL) { NULL 1999 soap/php_schema.c schema_attribute(sdl, tns, trav, cur_type, NULL); NULL 2001 soap/php_schema.c if (ref != NULL) { NULL 2004 soap/php_schema.c schema_attributeGroup(sdl, tns, trav, cur_type, NULL); NULL 2006 soap/php_schema.c if (ref != NULL) { NULL 2017 soap/php_schema.c if (trav != NULL) { NULL 2043 soap/php_schema.c if (attr->ref != NULL) { NULL 2044 soap/php_schema.c if (ctx->attributes != NULL) { NULL 2047 soap/php_schema.c if ((*tmp)->name != NULL && attr->name == NULL) { NULL 2050 soap/php_schema.c if ((*tmp)->namens != NULL && attr->namens == NULL) { NULL 2053 soap/php_schema.c if ((*tmp)->def != NULL && attr->def == NULL) { NULL 2056 soap/php_schema.c if ((*tmp)->fixed != NULL && attr->fixed == NULL) { NULL 2065 soap/php_schema.c if ((*tmp)->extraAttributes != NULL) { NULL 2069 soap/php_schema.c zend_hash_init(attr->extraAttributes, zend_hash_num_elements((*tmp)->extraAttributes), NULL, delete_extra_attribute, 0); NULL 2075 soap/php_schema.c if (attr->name == NULL && attr->ref != NULL) { NULL 2084 soap/php_schema.c attr->ref = NULL; NULL 2093 soap/php_schema.c if (attr->ref != NULL) { NULL 2094 soap/php_schema.c if (ctx->attributeGroups != NULL) { NULL 2115 soap/php_schema.c zend_hash_init(ht, zend_hash_num_elements(newAttr->extraAttributes), NULL, delete_extra_attribute, 0); NULL 2120 soap/php_schema.c zend_hash_get_current_key_ex((*tmp)->attributes, &key, &key_len, NULL, 0, NULL); NULL 2121 soap/php_schema.c zend_hash_add(ht, key, key_len, &newAttr, sizeof(sdlAttributePtr), NULL); NULL 2128 soap/php_schema.c zend_hash_get_current_key((*tmp)->attributes, NULL, &index, 0); NULL 2136 soap/php_schema.c attr->ref = NULL; NULL 2194 soap/php_schema.c if (type->ref != NULL) { NULL 2195 soap/php_schema.c if (ctx->sdl->elements != NULL) { NULL 2216 soap/php_schema.c type->ref = NULL; NULL 2238 soap/php_schema.c zend_hash_get_current_key(type->attributes, NULL, &index, 0); NULL 51 soap/php_sdl.c encodePtr enc = NULL; NULL 57 soap/php_sdl.c if (nsptr != NULL) { NULL 59 soap/php_sdl.c if (enc == NULL) { NULL 72 soap/php_sdl.c sdlTypePtr ret = NULL; NULL 81 soap/php_sdl.c if (nsptr != NULL) { NULL 112 soap/php_sdl.c encodePtr enc = NULL; NULL 126 soap/php_sdl.c if (enc == NULL && NULL 143 soap/php_sdl.c enc = get_encoder_ex(NULL, enc_nscat, enc_len); NULL 155 soap/php_sdl.c if (sdl->encoders == NULL) { NULL 157 soap/php_sdl.c zend_hash_init(sdl->encoders, 0, NULL, delete_encoder, sdl->is_persistent); NULL 159 soap/php_sdl.c zend_hash_update(sdl->encoders, nscat, len + 1, &new_enc, sizeof(encodePtr), NULL); NULL 177 soap/php_sdl.c return NULL; NULL 184 soap/php_sdl.c if (sdl == NULL) { NULL 185 soap/php_sdl.c return NULL; NULL 195 soap/php_sdl.c return NULL; NULL 200 soap/php_sdl.c sdlBindingPtr binding = NULL; NULL 218 soap/php_sdl.c if ((attr = get_attribute_ex(node->properties, "required", WSDL_NAMESPACE)) != NULL && NULL 233 soap/php_sdl.c zval *context = NULL; NULL 234 soap/php_sdl.c zval **header = NULL; NULL 281 soap/php_sdl.c context = php_libxml_switch_context(NULL TSRMLS_CC); NULL 316 soap/php_sdl.c ctx->old_header = NULL; NULL 318 soap/php_sdl.c ctx->context = NULL; NULL 346 soap/php_sdl.c zend_hash_add(&ctx->docs, struri, strlen(struri)+1, (void**)&wsdl, sizeof(xmlDocPtr), NULL); NULL 369 soap/php_sdl.c while (trav != NULL) { NULL 378 soap/php_sdl.c while (trav2 != NULL) { NULL 393 soap/php_sdl.c if (base == NULL) { NULL 406 soap/php_sdl.c if (zend_hash_add(&ctx->messages, (char*)name->children->content, xmlStrlen(name->children->content)+1,&trav, sizeof(xmlNodePtr), NULL) != SUCCESS) { NULL 416 soap/php_sdl.c if (zend_hash_add(&ctx->portTypes, (char*)name->children->content, xmlStrlen(name->children->content)+1,&trav, sizeof(xmlNodePtr), NULL) != SUCCESS) { NULL 426 soap/php_sdl.c if (zend_hash_add(&ctx->bindings, (char*)name->children->content, xmlStrlen(name->children->content)+1,&trav, sizeof(xmlNodePtr), NULL) != SUCCESS) { NULL 436 soap/php_sdl.c if (zend_hash_add(&ctx->services, (char*)name->children->content, xmlStrlen(name->children->content)+1,&trav, sizeof(xmlNodePtr), NULL) != SUCCESS) { NULL 462 soap/php_sdl.c if (ctype == NULL) { NULL 475 soap/php_sdl.c part = get_node_with_attribute_ex((*message)->children, "part", WSDL_NAMESPACE, "name", (char*)tmp->children->content, NULL); NULL 512 soap/php_sdl.c if (tmp != NULL) { NULL 516 soap/php_sdl.c if (tmp != NULL) { NULL 532 soap/php_sdl.c while (trav != NULL) { NULL 537 soap/php_sdl.c if (h->headerfaults == NULL) { NULL 539 soap/php_sdl.c zend_hash_init(h->headerfaults, 0, NULL, delete_header, 0); NULL 548 soap/php_sdl.c if (zend_hash_add(h->headerfaults, key.c, key.len+1, (void**)&hf, sizeof(sdlSoapBindingFunctionHeaderPtr), NULL) != SUCCESS) { NULL 567 soap/php_sdl.c while (trav != NULL) { NULL 589 soap/php_sdl.c zend_hash_init(&ht, 0, NULL, delete_parameter, 0); NULL 607 soap/php_sdl.c (*param)->paramName = NULL; NULL 608 soap/php_sdl.c zend_hash_next_index_insert(&ht, &x_param, sizeof(sdlParamPtr), NULL); NULL 642 soap/php_sdl.c if (binding->headers == NULL) { NULL 644 soap/php_sdl.c zend_hash_init(binding->headers, 0, NULL, delete_header, 0); NULL 653 soap/php_sdl.c if (zend_hash_add(binding->headers, key.c, key.len+1, (void**)&h, sizeof(sdlSoapBindingFunctionHeaderPtr), NULL) != SUCCESS) { NULL 666 soap/php_sdl.c xmlNodePtr trav, part, message = NULL, *tmp; NULL 667 soap/php_sdl.c HashTable* parameters = NULL; NULL 671 soap/php_sdl.c if (ctype == NULL) { NULL 682 soap/php_sdl.c zend_hash_init(parameters, 0, NULL, delete_parameter, 0); NULL 685 soap/php_sdl.c while (trav != NULL) { NULL 689 soap/php_sdl.c if (trav->ns != NULL && strcmp((char*)trav->ns->href, WSDL_NAMESPACE) != 0) { NULL 705 soap/php_sdl.c if (name == NULL) { NULL 712 soap/php_sdl.c if (type != NULL) { NULL 716 soap/php_sdl.c if (element != NULL) { NULL 724 soap/php_sdl.c zend_hash_next_index_insert(parameters, ¶m, sizeof(sdlParamPtr), NULL); NULL 740 soap/php_sdl.c zend_hash_init(&ctx.sdl->functions, 0, NULL, delete_function, 0); NULL 742 soap/php_sdl.c zend_hash_init(&ctx.docs, 0, NULL, delete_document, 0); NULL 743 soap/php_sdl.c zend_hash_init(&ctx.messages, 0, NULL, NULL, 0); NULL 744 soap/php_sdl.c zend_hash_init(&ctx.bindings, 0, NULL, NULL, 0); NULL 745 soap/php_sdl.c zend_hash_init(&ctx.portTypes, 0, NULL, NULL, 0); NULL 746 soap/php_sdl.c zend_hash_init(&ctx.services, 0, NULL, NULL, 0); NULL 763 soap/php_sdl.c while (trav != NULL) { NULL 769 soap/php_sdl.c char *wsdl_soap_namespace = NULL; NULL 785 soap/php_sdl.c if (bindingAttr == NULL) { NULL 790 soap/php_sdl.c address = NULL; NULL 792 soap/php_sdl.c while (trav2 != NULL) { NULL 838 soap/php_sdl.c if (ctype == NULL) { NULL 882 soap/php_sdl.c if (name == NULL) { NULL 888 soap/php_sdl.c if (type == NULL) { NULL 893 soap/php_sdl.c if (ctype == NULL) { NULL 904 soap/php_sdl.c while (trav2 != NULL) { NULL 923 soap/php_sdl.c if (op_name == NULL) { NULL 928 soap/php_sdl.c while (trav3 != NULL) { NULL 941 soap/php_sdl.c portTypeOperation = get_node_with_attribute_ex(portType->children, "operation", WSDL_NAMESPACE, "name", (char*)op_name->children->content, NULL); NULL 942 soap/php_sdl.c if (portTypeOperation == NULL) { NULL 984 soap/php_sdl.c if (input != NULL) { NULL 988 soap/php_sdl.c if (message == NULL) { NULL 1005 soap/php_sdl.c if (input != NULL) { NULL 1013 soap/php_sdl.c if (output != NULL) { NULL 1017 soap/php_sdl.c if (message == NULL) { NULL 1039 soap/php_sdl.c if (output != NULL) { NULL 1052 soap/php_sdl.c while (fault != NULL) { NULL 1058 soap/php_sdl.c if (name == NULL) { NULL 1062 soap/php_sdl.c if (message == NULL) { NULL 1071 soap/php_sdl.c if (f->details == NULL || zend_hash_num_elements(f->details) > 1) { NULL 1076 soap/php_sdl.c xmlNodePtr soap_fault = get_node_with_attribute_ex(operation->children, "fault", WSDL_NAMESPACE, "name", f->name, NULL); NULL 1077 soap/php_sdl.c if (soap_fault != NULL) { NULL 1079 soap/php_sdl.c while (trav != NULL) { NULL 1120 soap/php_sdl.c if (function->faults == NULL) { NULL 1122 soap/php_sdl.c zend_hash_init(function->faults, 0, NULL, delete_fault, 0); NULL 1124 soap/php_sdl.c if (zend_hash_add(function->faults, f->name, strlen(f->name)+1, (void**)&f, sizeof(sdlFaultPtr), NULL) != SUCCESS) { NULL 1137 soap/php_sdl.c if (zend_hash_add(&ctx.sdl->functions, php_strtolower(tmp, len), len+1, &function, sizeof(sdlFunctionPtr), NULL) != SUCCESS) { NULL 1138 soap/php_sdl.c zend_hash_next_index_insert(&ctx.sdl->functions, &function, sizeof(sdlFunctionPtr), NULL); NULL 1141 soap/php_sdl.c if (function->requestName != NULL && strcmp(function->requestName,function->functionName) != 0) { NULL 1142 soap/php_sdl.c if (ctx.sdl->requests == NULL) { NULL 1144 soap/php_sdl.c zend_hash_init(ctx.sdl->requests, 0, NULL, NULL, 0); NULL 1148 soap/php_sdl.c zend_hash_add(ctx.sdl->requests, php_strtolower(tmp, len), len+1, &function, sizeof(sdlFunctionPtr), NULL); NULL 1157 soap/php_sdl.c zend_hash_init(ctx.sdl->bindings, 0, NULL, delete_binding, 0); NULL 1160 soap/php_sdl.c zend_hash_add(ctx.sdl->bindings, tmpbinding->name, strlen(tmpbinding->name), &tmpbinding, sizeof(sdlBindingPtr), NULL); NULL 1170 soap/php_sdl.c if (ctx.sdl->bindings == NULL || ctx.sdl->bindings->nNumOfElements == 0) { NULL 1205 soap/php_sdl.c return NULL; NULL 1220 soap/php_sdl.c zend_hash_next_index_insert(ht, &data, sizeof(void*), NULL); NULL 1222 soap/php_sdl.c zend_hash_add(ht, *in, len, &data, sizeof(void*), NULL); NULL 1243 soap/php_sdl.c zend_hash_init(attr->extraAttributes, i, NULL, delete_extra_attribute, 0); NULL 1264 soap/php_sdl.c return NULL; NULL 1278 soap/php_sdl.c return NULL; NULL 1300 soap/php_sdl.c zend_hash_init(model->u.content, i, NULL, delete_model, 0); NULL 1303 soap/php_sdl.c zend_hash_next_index_insert(model->u.content,&x,sizeof(sdlContentModelPtr),NULL); NULL 1323 soap/php_sdl.c sdlTypePtr *elements = NULL; NULL 1355 soap/php_sdl.c zend_hash_init(type->restrictions->enumeration, i, NULL, delete_restriction_var_char, 0); NULL 1362 soap/php_sdl.c type->restrictions->enumeration = NULL; NULL 1371 soap/php_sdl.c elements[0] = NULL; NULL 1373 soap/php_sdl.c zend_hash_init(type->elements, i, NULL, delete_type, 0); NULL 1387 soap/php_sdl.c zend_hash_init(type->attributes, i, NULL, delete_attribute, 0); NULL 1403 soap/php_sdl.c if (elements != NULL) { NULL 1420 soap/php_sdl.c if (enc->details.sdl_type == NULL) { NULL 1441 soap/php_sdl.c real_enc = get_encoder_ex(NULL, enc_nscat, enc_len); NULL 1465 soap/php_sdl.c zend_hash_init(body->headers, i, NULL, delete_header, 0); NULL 1486 soap/php_sdl.c zend_hash_init(tmp->headerfaults, i, NULL, delete_header, 0); NULL 1516 soap/php_sdl.c if (i == 0) {return NULL;} NULL 1518 soap/php_sdl.c zend_hash_init(ht, i, NULL, delete_parameter, 0); NULL 1538 soap/php_sdl.c sdlFunctionPtr *functions = NULL; NULL 1550 soap/php_sdl.c return NULL; NULL 1554 soap/php_sdl.c return NULL; NULL 1560 soap/php_sdl.c return NULL; NULL 1567 soap/php_sdl.c return NULL; NULL 1575 soap/php_sdl.c return NULL; NULL 1583 soap/php_sdl.c return NULL; NULL 1600 soap/php_sdl.c types[0] = NULL; NULL 1614 soap/php_sdl.c encoders[0] = NULL; NULL 1629 soap/php_sdl.c zend_hash_init(sdl->groups, num_groups, NULL, delete_type, 0); NULL 1639 soap/php_sdl.c zend_hash_init(sdl->types, num_types, NULL, delete_type, 0); NULL 1649 soap/php_sdl.c zend_hash_init(sdl->elements, num_elements, NULL, delete_type, 0); NULL 1660 soap/php_sdl.c zend_hash_init(sdl->encoders, num_encoders, NULL, delete_encoder, 0); NULL 1673 soap/php_sdl.c zend_hash_init(sdl->bindings, num_bindings, NULL, delete_binding, 0); NULL 1694 soap/php_sdl.c zend_hash_init(&sdl->functions, num_func, NULL, delete_function, 0); NULL 1707 soap/php_sdl.c func->binding = NULL; NULL 1720 soap/php_sdl.c func->bindingAttributes = NULL; NULL 1731 soap/php_sdl.c zend_hash_init(func->faults, num_faults, NULL, delete_fault, 0); NULL 1751 soap/php_sdl.c fault->bindingAttributes = NULL; NULL 1755 soap/php_sdl.c func->faults = NULL; NULL 1765 soap/php_sdl.c zend_hash_init(sdl->requests, i, NULL, NULL, 0); NULL 1806 soap/php_sdl.c if (zend_hash_get_current_key_ex(ht, &key, &key_len, &index, 0, NULL) == HASH_KEY_IS_STRING) { NULL 1929 soap/php_sdl.c HashTable *tmp_elements = NULL; NULL 1983 soap/php_sdl.c zend_hash_init(tmp_elements, i, NULL, NULL, 0); NULL 1989 soap/php_sdl.c zend_hash_add(tmp_elements, (char*)tmp, sizeof(*tmp), &i, sizeof(int), NULL); NULL 2016 soap/php_sdl.c if (tmp_elements != NULL) { NULL 2131 soap/php_sdl.c zend_hash_init(&tmp_types, 0, NULL, NULL, 0); NULL 2132 soap/php_sdl.c zend_hash_init(&tmp_encoders, 0, NULL, NULL, 0); NULL 2133 soap/php_sdl.c zend_hash_init(&tmp_bindings, 0, NULL, NULL, 0); NULL 2134 soap/php_sdl.c zend_hash_init(&tmp_functions, 0, NULL, NULL, 0); NULL 2156 soap/php_sdl.c zend_hash_add(&tmp_types, (char*)tmp, sizeof(*tmp), (void**)&type_num, sizeof(type_num), NULL); NULL 2173 soap/php_sdl.c zend_hash_add(&tmp_types, (char*)tmp, sizeof(*tmp), (void**)&type_num, sizeof(type_num), NULL); NULL 2190 soap/php_sdl.c zend_hash_add(&tmp_types, (char*)tmp, sizeof(*tmp), (void**)&type_num, sizeof(type_num), NULL); NULL 2207 soap/php_sdl.c zend_hash_add(&tmp_encoders, (char*)tmp, sizeof(*tmp), (void**)&encoder_num, sizeof(encoder_num), NULL); NULL 2214 soap/php_sdl.c zend_hash_add(&tmp_encoders, (char*)&enc, sizeof(encodePtr), (void**)&encoder_num, sizeof(encoder_num), NULL); NULL 2276 soap/php_sdl.c if ((*tmp)->bindingType == BINDING_SOAP && (*tmp)->bindingAttributes != NULL) { NULL 2284 soap/php_sdl.c zend_hash_add(&tmp_bindings, (char*)tmp, sizeof(*tmp), (void**)&binding_num, sizeof(binding_num), NULL); NULL 2305 soap/php_sdl.c if ((*tmp)->binding == NULL || NULL 2310 soap/php_sdl.c if ((*tmp)->binding->bindingType == BINDING_SOAP && (*tmp)->bindingAttributes != NULL) { NULL 2333 soap/php_sdl.c if ((*tmp)->binding->bindingType == BINDING_SOAP && (*fault)->bindingAttributes != NULL) { NULL 2349 soap/php_sdl.c zend_hash_add(&tmp_functions, (char*)tmp, sizeof(*tmp), (void**)&function_num, sizeof(function_num), NULL); NULL 2389 soap/php_sdl.c sdlRestrictionIntPtr prest = NULL; NULL 2400 soap/php_sdl.c sdlRestrictionCharPtr prest = NULL; NULL 2417 soap/php_sdl.c zend_hash_next_index_insert(bp_types, (void*)&type, sizeof(sdlTypePtr*), NULL); NULL 2434 soap/php_sdl.c zend_hash_next_index_insert(bp_encoders, (void*)&enc, sizeof(encodePtr*), NULL); NULL 2450 soap/php_sdl.c zend_hash_init(pheaders, zend_hash_num_elements(headers), NULL, delete_header_persistent, 1); NULL 2482 soap/php_sdl.c if (zend_hash_get_current_key_ex(headers, &key, &key_len, &index, 0, NULL) == HASH_KEY_IS_STRING) { NULL 2483 soap/php_sdl.c zend_hash_add(pheaders, key, key_len, (void*)&pheader, sizeof(sdlSoapBindingFunctionHeaderPtr), NULL); NULL 2485 soap/php_sdl.c zend_hash_next_index_insert(pheaders, (void*)&pheader, sizeof(sdlSoapBindingFunctionHeaderPtr), NULL); NULL 2518 soap/php_sdl.c zend_hash_init(pparams, zend_hash_num_elements(params), NULL, delete_parameter_persistent, 1); NULL 2543 soap/php_sdl.c if (zend_hash_get_current_key_ex(params, &key, &key_len, &index, 0, NULL) == HASH_KEY_IS_STRING) { NULL 2544 soap/php_sdl.c zend_hash_add(pparams, key, key_len, (void*)&pparam, sizeof(sdlParamPtr), NULL); NULL 2546 soap/php_sdl.c zend_hash_next_index_insert(pparams, (void*)&pparam, sizeof(sdlParamPtr), NULL); NULL 2565 soap/php_sdl.c zend_hash_init(pfaults, zend_hash_num_elements(faults), NULL, delete_fault_persistent, 1); NULL 2592 soap/php_sdl.c if (zend_hash_get_current_key_ex(faults, &key, &key_len, &index, 0, NULL) == HASH_KEY_IS_STRING) { NULL 2593 soap/php_sdl.c zend_hash_add(pfaults, key, key_len, (void*)&pfault, sizeof(sdlParamPtr), NULL); NULL 2595 soap/php_sdl.c zend_hash_next_index_insert(pfaults, (void*)&pfault, sizeof(sdlParamPtr), NULL); NULL 2643 soap/php_sdl.c zend_hash_init(pattr->extraAttributes, zend_hash_num_elements(attr->extraAttributes), NULL, delete_extra_attribute_persistent, 1); NULL 2656 soap/php_sdl.c if (zend_hash_get_current_key_ex(attr->extraAttributes, &key, &key_len, &index, 0, NULL) == HASH_KEY_IS_STRING) { NULL 2657 soap/php_sdl.c zend_hash_add(pattr->extraAttributes, key, key_len, (void*)&pextra, sizeof(sdlExtraAttributePtr), NULL); NULL 2688 soap/php_sdl.c zend_hash_init(pmodel->u.content, zend_hash_num_elements(model->u.content), NULL, delete_model_persistent, 1); NULL 2693 soap/php_sdl.c zend_hash_next_index_insert(pmodel->u.content, (void*)&pcontent, sizeof(sdlContentModelPtr), NULL); NULL 2723 soap/php_sdl.c sdlTypePtr ptype = NULL; NULL 2794 soap/php_sdl.c zend_hash_init(ptype->restrictions->enumeration, zend_hash_num_elements(type->restrictions->enumeration), NULL, delete_restriction_var_char_persistent, 1); NULL 2803 soap/php_sdl.c zend_hash_init(ptype->elements, zend_hash_num_elements(type->elements), NULL, delete_type_persistent, 1); NULL 2808 soap/php_sdl.c if (zend_hash_get_current_key_ex(type->elements, &key, &key_len, &index, 0, NULL) == HASH_KEY_IS_STRING) { NULL 2809 soap/php_sdl.c zend_hash_add(ptype->elements, key, key_len, (void*)&pelem, sizeof(sdlTypePtr), NULL); NULL 2811 soap/php_sdl.c zend_hash_next_index_insert(ptype->elements, (void*)&pelem, sizeof(sdlTypePtr), NULL); NULL 2813 soap/php_sdl.c zend_hash_add(ptr_map, (char*)tmp, sizeof(*tmp), (void*)&pelem, sizeof(sdlTypePtr), NULL); NULL 2822 soap/php_sdl.c zend_hash_init(ptype->attributes, zend_hash_num_elements(type->attributes), NULL, delete_attribute_persistent, 1); NULL 2827 soap/php_sdl.c if (zend_hash_get_current_key_ex(type->attributes, &key, &key_len, &index, 0, NULL) == HASH_KEY_IS_STRING) { NULL 2828 soap/php_sdl.c zend_hash_add(ptype->attributes, key, key_len, (void*)&pattr, sizeof(sdlAttributePtr), NULL); NULL 2830 soap/php_sdl.c zend_hash_next_index_insert(ptype->attributes, (void*)&pattr, sizeof(sdlAttributePtr), NULL); NULL 2845 soap/php_sdl.c encodePtr penc = NULL; NULL 2868 soap/php_sdl.c sdlBindingPtr pbind = NULL; NULL 2896 soap/php_sdl.c sdlFunctionPtr pfunc = NULL; NULL 2951 soap/php_sdl.c sdlPtr psdl = NULL; NULL 2958 soap/php_sdl.c zend_hash_init(&bp_types, 0, NULL, NULL, 0); NULL 2959 soap/php_sdl.c zend_hash_init(&bp_encoders, 0, NULL, NULL, 0); NULL 2960 soap/php_sdl.c zend_hash_init(&ptr_map, 0, NULL, NULL, 0); NULL 2977 soap/php_sdl.c zend_hash_init(psdl->groups, zend_hash_num_elements(sdl->groups), NULL, delete_type_persistent, 1); NULL 2982 soap/php_sdl.c if (zend_hash_get_current_key_ex(sdl->groups, &key, &key_len, &index, 0, NULL) == HASH_KEY_IS_STRING) { NULL 2983 soap/php_sdl.c zend_hash_add(psdl->groups, key, key_len, (void*)&ptype, sizeof(sdlTypePtr), NULL); NULL 2985 soap/php_sdl.c zend_hash_next_index_insert(psdl->groups, (void*)&ptype, sizeof(sdlTypePtr), NULL); NULL 2987 soap/php_sdl.c zend_hash_add(&ptr_map, (char*)tmp, sizeof(*tmp), (void*)&ptype, sizeof(sdlTypePtr), NULL); NULL 2997 soap/php_sdl.c zend_hash_init(psdl->types, zend_hash_num_elements(sdl->types), NULL, delete_type_persistent, 1); NULL 3002 soap/php_sdl.c if (zend_hash_get_current_key_ex(sdl->types, &key, &key_len, &index, 0, NULL) == HASH_KEY_IS_STRING) { NULL 3003 soap/php_sdl.c zend_hash_add(psdl->types, key, key_len, (void*)&ptype, sizeof(sdlTypePtr), NULL); NULL 3005 soap/php_sdl.c zend_hash_next_index_insert(psdl->types, (void*)&ptype, sizeof(sdlTypePtr), NULL); NULL 3007 soap/php_sdl.c zend_hash_add(&ptr_map, (char*)tmp, sizeof(*tmp), (void*)&ptype, sizeof(sdlTypePtr), NULL); NULL 3017 soap/php_sdl.c zend_hash_init(psdl->elements, zend_hash_num_elements(sdl->elements), NULL, delete_type_persistent, 1); NULL 3022 soap/php_sdl.c if (zend_hash_get_current_key_ex(sdl->elements, &key, &key_len, &index, 0, NULL) == HASH_KEY_IS_STRING) { NULL 3023 soap/php_sdl.c zend_hash_add(psdl->elements, key, key_len, (void*)&ptype, sizeof(sdlTypePtr), NULL); NULL 3025 soap/php_sdl.c zend_hash_next_index_insert(psdl->elements, (void*)&ptype, sizeof(sdlTypePtr), NULL); NULL 3027 soap/php_sdl.c zend_hash_add(&ptr_map, (char*)tmp, sizeof(*tmp), (void*)&ptype, sizeof(sdlTypePtr), NULL); NULL 3037 soap/php_sdl.c zend_hash_init(psdl->encoders, zend_hash_num_elements(sdl->encoders), NULL, delete_encoder_persistent, 1); NULL 3042 soap/php_sdl.c if (zend_hash_get_current_key_ex(sdl->encoders, &key, &key_len, &index, 0, NULL) == HASH_KEY_IS_STRING) { NULL 3043 soap/php_sdl.c zend_hash_add(psdl->encoders, key, key_len, (void*)&penc, sizeof(encodePtr), NULL); NULL 3045 soap/php_sdl.c zend_hash_next_index_insert(psdl->encoders, (void*)&penc, sizeof(encodePtr), NULL); NULL 3047 soap/php_sdl.c zend_hash_add(&ptr_map, (char*)tmp, sizeof(*tmp), (void*)&penc, sizeof(encodePtr), NULL); NULL 3054 soap/php_sdl.c sdlTypePtr **tmp, *ptype = NULL; NULL 3066 soap/php_sdl.c encodePtr **tmp, *penc = NULL; NULL 3084 soap/php_sdl.c zend_hash_init(psdl->bindings, zend_hash_num_elements(sdl->bindings), NULL, delete_binding_persistent, 1); NULL 3089 soap/php_sdl.c if (zend_hash_get_current_key_ex(sdl->bindings, &key, &key_len, &index, 0, NULL) == HASH_KEY_IS_STRING) { NULL 3090 soap/php_sdl.c zend_hash_add(psdl->bindings, key, key_len, (void*)&pbind, sizeof(sdlBindingPtr), NULL); NULL 3092 soap/php_sdl.c zend_hash_next_index_insert(psdl->bindings, (void*)&pbind, sizeof(sdlBindingPtr), NULL); NULL 3094 soap/php_sdl.c zend_hash_add(&ptr_map, (char*)tmp, sizeof(*tmp), (void*)&pbind, sizeof(sdlBindingPtr), NULL); NULL 3099 soap/php_sdl.c zend_hash_init(&psdl->functions, zend_hash_num_elements(&sdl->functions), NULL, delete_function_persistent, 1); NULL 3107 soap/php_sdl.c if (zend_hash_get_current_key_ex(&sdl->functions, &key, &key_len, &index, 0, NULL) == HASH_KEY_IS_STRING) { NULL 3108 soap/php_sdl.c zend_hash_add(&psdl->functions, key, key_len, (void*)&pfunc, sizeof(sdlFunctionPtr), NULL); NULL 3110 soap/php_sdl.c zend_hash_next_index_insert(&psdl->functions, (void*)&pfunc, sizeof(sdlFunctionPtr), NULL); NULL 3112 soap/php_sdl.c zend_hash_add(&ptr_map, (char*)tmp, sizeof(*tmp), (void*)&pfunc, sizeof(sdlFunctionPtr), NULL); NULL 3122 soap/php_sdl.c zend_hash_init(psdl->requests, zend_hash_num_elements(sdl->requests), NULL, NULL, 1); NULL 3130 soap/php_sdl.c if (zend_hash_get_current_key_ex(sdl->requests, &key, &key_len, &index, 0, NULL) == HASH_KEY_IS_STRING) { NULL 3131 soap/php_sdl.c zend_hash_add(psdl->requests, key, key_len, (void*)&preq, sizeof(sdlFunctionPtr), NULL); NULL 3191 soap/php_sdl.c sdlPtr sdl = NULL; NULL 3194 soap/php_sdl.c php_stream_context *context=NULL; NULL 3195 soap/php_sdl.c zval **tmp, **proxy_host, **proxy_port, *orig_context = NULL, *new_context = NULL; NULL 3197 soap/php_sdl.c char* key = NULL; NULL 3202 soap/php_sdl.c if (strchr(uri,':') != NULL || IS_ABSOLUTE_PATH(uri, uri_len)) { NULL 3204 soap/php_sdl.c } else if (VCWD_REALPATH(uri, fn) == NULL) { NULL 3250 soap/php_sdl.c if ((sdl = get_sdl_from_cache(key, uri, t-SOAP_GLOBAL(cache_ttl), &cached TSRMLS_CC)) != NULL) { NULL 3369 soap/php_sdl.c if (SOAP_GLOBAL(mem_cache) == NULL) { NULL 3371 soap/php_sdl.c zend_hash_init(SOAP_GLOBAL(mem_cache), 0, NULL, delete_psdl, 1); NULL 3378 soap/php_sdl.c char *key = NULL; NULL 3403 soap/php_sdl.c uri_len+1, (void*)&p, sizeof(sdl_cache_bucket), NULL)) { NULL 3409 soap/php_sdl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed to register persistent entry"); NULL 44 soap/php_xml.c xmlNodePtr del = NULL; NULL 47 soap/php_xml.c while (trav != NULL) { NULL 48 soap/php_xml.c if (del != NULL) { NULL 51 soap/php_xml.c del = NULL; NULL 60 soap/php_xml.c } else if (trav->children != NULL) { NULL 65 soap/php_xml.c if (del != NULL) { NULL 81 soap/php_xml.c xmlParserCtxtPtr ctxt = NULL; NULL 97 soap/php_xml.c ctxt->sax->warning = NULL; NULL 98 soap/php_xml.c ctxt->sax->error = NULL; NULL 103 soap/php_xml.c if (ret->URL == NULL && ctxt->directory != NULL) { NULL 107 soap/php_xml.c ret = NULL; NULL 109 soap/php_xml.c ctxt->myDoc = NULL; NULL 113 soap/php_xml.c ret = NULL; NULL 128 soap/php_xml.c xmlParserCtxtPtr ctxt = NULL; NULL 138 soap/php_xml.c ctxt->sax->warning = NULL; NULL 139 soap/php_xml.c ctxt->sax->error = NULL; NULL 147 soap/php_xml.c if (ret->URL == NULL && ctxt->directory != NULL) { NULL 151 soap/php_xml.c ret = NULL; NULL 153 soap/php_xml.c ctxt->myDoc = NULL; NULL 157 soap/php_xml.c ret = NULL; NULL 179 soap/php_xml.c return xmlSearchNs(node->doc, node->parent, NULL); NULL 188 soap/php_xml.c return xmlSearchNs(node->doc, node, NULL); NULL 194 soap/php_xml.c if (name == NULL || strcmp((char*)node->name, name) == 0) { NULL 210 soap/php_xml.c if (name == NULL || strcmp((char*)node->name, name) == 0) { NULL 227 soap/php_xml.c while (node!=NULL) { NULL 233 soap/php_xml.c return NULL; NULL 238 soap/php_xml.c while (node!=NULL) { NULL 244 soap/php_xml.c return NULL; NULL 249 soap/php_xml.c while (node != NULL) { NULL 252 soap/php_xml.c } else if (node->children != NULL) { NULL 260 soap/php_xml.c return NULL; NULL 267 soap/php_xml.c while (node != NULL) { NULL 268 soap/php_xml.c if (name != NULL) { NULL 270 soap/php_xml.c if (node==NULL) { NULL 271 soap/php_xml.c return NULL; NULL 276 soap/php_xml.c if (attr != NULL && strcmp((char*)attr->children->content, value) == 0) { NULL 281 soap/php_xml.c return NULL; NULL 286 soap/php_xml.c while (node != NULL) { NULL 289 soap/php_xml.c if (attr != NULL && strcmp((char*)attr->children->content, value) == 0) { NULL 293 soap/php_xml.c if (node->children != NULL) { NULL 301 soap/php_xml.c return NULL; NULL 308 soap/php_xml.c if (found != NULL && found != (char*)inval) { NULL 313 soap/php_xml.c (*namespace) = NULL; NULL 25 soap/php_xml.h #define get_attribute(node, name) get_attribute_ex(node, name, NULL) NULL 26 soap/php_xml.h #define get_node(node, name) get_node_ex(node, name, NULL) NULL 27 soap/php_xml.h #define get_node_recursive(node, name) get_node_recursive_ex(node, name, NULL) NULL 28 soap/php_xml.h #define get_node_with_attribute(node, name, attr, val) get_node_with_attribute_ex(node, name, NULL, attr, val, NULL) NULL 29 soap/php_xml.h #define get_node_with_attribute_recursive(node, name, attr, val) get_node_with_attribute_recursive_ex(node, name, NULL, attr, val, NULL) NULL 30 soap/php_xml.h #define node_is_equal(node, name) node_is_equal_ex(node, name, NULL) NULL 31 soap/php_xml.h #define attr_is_equal(node, name) attr_is_equal_ex(node, name, NULL) NULL 47 soap/php_xml.h #define FOREACHATTRNODE(n,c,i) FOREACHATTRNODEEX(n,c,NULL,i) NULL 50 soap/php_xml.h if (n == NULL) { \ NULL 58 soap/php_xml.h if (i != NULL) { \ NULL 61 soap/php_xml.h #define FOREACHNODE(n,c,i) FOREACHNODEEX(n,c,NULL,i) NULL 64 soap/php_xml.h if (n == NULL) { \ NULL 68 soap/php_xml.h i = get_node_ex(n,c,NULL); \ NULL 72 soap/php_xml.h if(i != NULL) { \ NULL 108 soap/soap.c if (EG(exception) == NULL || \ NULL 114 soap/soap.c while (EG(argument_stack)->prev != NULL && \ NULL 138 soap/soap.c ss = NULL; \ NULL 143 soap/soap.c #define FETCH_SDL_RES(ss,tmp) ss = (sdlPtr) zend_fetch_resource(tmp TSRMLS_CC, -1, "sdl", NULL, 1, le_sdl) NULL 146 soap/soap.c #define FETCH_TYPEMAP_RES(ss,tmp) ss = (HashTable*) zend_fetch_resource(tmp TSRMLS_CC, -1, "typemap", NULL, 1, le_typemap) NULL 152 soap/soap.c ss = (soapServicePtr)zend_fetch_resource(tmp TSRMLS_CC, -1, "service", NULL, 1, le_service); \ NULL 154 soap/soap.c ss = NULL; \ NULL 454 soap/soap.c NULL, NULL 502 soap/soap.c zend_hash_init(&defEnc, 0, NULL, NULL, 1); NULL 503 soap/soap.c zend_hash_init(&defEncIndex, 0, NULL, NULL, 1); NULL 504 soap/soap.c zend_hash_init(&defEncNs, 0, NULL, NULL, 1); NULL 512 soap/soap.c if (defaultEncoding[i].details.ns != NULL) { NULL 515 soap/soap.c zend_hash_add(&defEnc, ns_type, strlen(ns_type) + 1, &enc, sizeof(encodePtr), NULL); NULL 518 soap/soap.c zend_hash_add(&defEnc, defaultEncoding[i].details.type_str, strlen(defaultEncoding[i].details.type_str) + 1, &enc, sizeof(encodePtr), NULL); NULL 523 soap/soap.c zend_hash_index_update(&defEncIndex, defaultEncoding[i].details.type, &enc, sizeof(encodePtr), NULL); NULL 529 soap/soap.c zend_hash_add(&defEncNs, XSD_1999_NAMESPACE, sizeof(XSD_1999_NAMESPACE), XSD_NS_PREFIX, sizeof(XSD_NS_PREFIX), NULL); NULL 530 soap/soap.c zend_hash_add(&defEncNs, XSD_NAMESPACE, sizeof(XSD_NAMESPACE), XSD_NS_PREFIX, sizeof(XSD_NS_PREFIX), NULL); NULL 531 soap/soap.c zend_hash_add(&defEncNs, XSI_NAMESPACE, sizeof(XSI_NAMESPACE), XSI_NS_PREFIX, sizeof(XSI_NS_PREFIX), NULL); NULL 532 soap/soap.c zend_hash_add(&defEncNs, XML_NAMESPACE, sizeof(XML_NAMESPACE), XML_NS_PREFIX, sizeof(XML_NS_PREFIX), NULL); NULL 533 soap/soap.c zend_hash_add(&defEncNs, SOAP_1_1_ENC_NAMESPACE, sizeof(SOAP_1_1_ENC_NAMESPACE), SOAP_1_1_ENC_NS_PREFIX, sizeof(SOAP_1_1_ENC_NS_PREFIX), NULL); NULL 534 soap/soap.c zend_hash_add(&defEncNs, SOAP_1_2_ENC_NAMESPACE, sizeof(SOAP_1_2_ENC_NAMESPACE), SOAP_1_2_ENC_NS_PREFIX, sizeof(SOAP_1_2_ENC_NS_PREFIX), NULL); NULL 542 soap/soap.c soap_globals->typemap = NULL; NULL 544 soap/soap.c soap_globals->error_code = NULL; NULL 545 soap/soap.c soap_globals->error_object = NULL; NULL 546 soap/soap.c soap_globals->sdl = NULL; NULL 548 soap/soap.c soap_globals->mem_cache = NULL; NULL 549 soap/soap.c soap_globals->ref_map = NULL; NULL 568 soap/soap.c SOAP_GLOBAL(typemap) = NULL; NULL 570 soap/soap.c SOAP_GLOBAL(error_code) = NULL; NULL 571 soap/soap.c SOAP_GLOBAL(error_object) = NULL; NULL 572 soap/soap.c SOAP_GLOBAL(sdl) = NULL; NULL 574 soap/soap.c SOAP_GLOBAL(encoding) = NULL; NULL 575 soap/soap.c SOAP_GLOBAL(class_map) = NULL; NULL 577 soap/soap.c SOAP_GLOBAL(ref_map) = NULL; NULL 587 soap/soap.c ZEND_INIT_MODULE_GLOBALS(soap, php_soap_init_globals, NULL); NULL 599 soap/soap.c fe.function_name = NULL; NULL 600 soap/soap.c fe.scope = NULL; NULL 602 soap/soap.c fe.prototype = NULL; NULL 604 soap/soap.c fe.arg_info = NULL; NULL 607 soap/soap.c (zend_function *)&fe, NULL, NULL); NULL 620 soap/soap.c soap_fault_class_entry = zend_register_internal_class_ex(&ce, zend_exception_get_default(TSRMLS_C), NULL TSRMLS_CC); NULL 629 soap/soap.c le_sdl = register_list_destructors(delete_sdl, NULL); NULL 630 soap/soap.c le_url = register_list_destructors(delete_url, NULL); NULL 631 soap/soap.c le_service = register_list_destructors(delete_service, NULL); NULL 632 soap/soap.c le_typemap = register_list_destructors(delete_hashtable, NULL); NULL 754 soap/soap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid parameter name"); NULL 768 soap/soap.c zval *data = NULL, *actor = NULL; NULL 777 soap/soap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid namespace"); NULL 781 soap/soap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid header name"); NULL 791 soap/soap.c if (actor == NULL) { NULL 800 soap/soap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid actor"); NULL 808 soap/soap.c char *fault_string = NULL, *fault_code = NULL, *fault_actor = NULL, *name = NULL, *fault_code_ns = NULL; NULL 810 soap/soap.c zval *code = NULL, *details = NULL, *headerfault = NULL; NULL 836 soap/soap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid fault code"); NULL 840 soap/soap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid fault code"); NULL 843 soap/soap.c if (fault_code != NULL && fault_code_len == 0) { NULL 844 soap/soap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid fault code"); NULL 847 soap/soap.c if (name != NULL && name_len == 0) { NULL 848 soap/soap.c name = NULL; NULL 852 soap/soap.c if (headerfault != NULL) { NULL 883 soap/soap.c fci.symbol_table = NULL; NULL 887 soap/soap.c fci.params = NULL; NULL 890 soap/soap.c zend_call_function(&fci, NULL TSRMLS_CC); NULL 907 soap/soap.c char *stype = NULL, *ns = NULL, *name = NULL, *namens = NULL; NULL 920 soap/soap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid type ID"); NULL 950 soap/soap.c HashTable *typemap = NULL; NULL 954 soap/soap.c char *type_name = NULL; NULL 955 soap/soap.c char *type_ns = NULL; NULL 956 soap/soap.c zval *to_xml = NULL; NULL 957 soap/soap.c zval *to_zval = NULL; NULL 961 soap/soap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Wrong 'typemap' option"); NULL 962 soap/soap.c return NULL; NULL 968 soap/soap.c char *name = NULL; NULL 1044 soap/soap.c zend_hash_init(typemap, 0, NULL, delete_encoder, 0); NULL 1053 soap/soap.c zend_hash_update(typemap, nscat.c, nscat.len + 1, &new_enc, sizeof(encodePtr), NULL); NULL 1067 soap/soap.c zval *wsdl = NULL, *options = NULL; NULL 1071 soap/soap.c HashTable *typemap_ht = NULL; NULL 1076 soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid parameters"); NULL 1080 soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid parameters"); NULL 1089 soap/soap.c if (options != NULL) { NULL 1098 soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "'soap_version' option must be SOAP_1_1 or SOAP_1_2"); NULL 1106 soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "'uri' option is required in nonWSDL mode"); NULL 1119 soap/soap.c if (encoding == NULL) { NULL 1120 soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid 'encoding' option - '%s'", Z_STRVAL_PP(tmp)); NULL 1131 soap/soap.c zend_hash_init(service->class_map, zend_hash_num_elements((*tmp)->value.ht), NULL, ZVAL_PTR_DTOR, 0); NULL 1157 soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "'uri' option is required in nonWSDL mode"); NULL 1164 soap/soap.c zend_hash_init(service->soap_functions.ft, 0, NULL, ZVAL_PTR_DTOR, 0); NULL 1168 soap/soap.c if (service->uri == NULL) { NULL 1207 soap/soap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Tried to set persistence with bogus value (%ld)", value); NULL 1211 soap/soap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Tried to set persistence when you are using you SOAP SERVER in function mode, no persistence needed"); NULL 1230 soap/soap.c zval ***argv = NULL; NULL 1257 soap/soap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Tried to set a non existant class (%s)", classname); NULL 1300 soap/soap.c HashTable *ft = NULL; NULL 1317 soap/soap.c } else if (service->soap_functions.ft != NULL) { NULL 1327 soap/soap.c if (ft != NULL) { NULL 1366 soap/soap.c if (service->soap_functions.ft == NULL) { NULL 1369 soap/soap.c zend_hash_init(service->soap_functions.ft, zend_hash_num_elements(Z_ARRVAL_P(function_name)), NULL, ZVAL_PTR_DTOR, 0); NULL 1379 soap/soap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Tried to add a function that isn't a string"); NULL 1388 soap/soap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Tried to add a non existant function '%s'", Z_STRVAL_PP(tmp_function)); NULL 1394 soap/soap.c zend_hash_update(service->soap_functions.ft, key, key_len+1, &function_copy, sizeof(zval *), NULL); NULL 1410 soap/soap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Tried to add a non existant function '%s'", Z_STRVAL_P(function_name)); NULL 1413 soap/soap.c if (service->soap_functions.ft == NULL) { NULL 1416 soap/soap.c zend_hash_init(service->soap_functions.ft, 0, NULL, ZVAL_PTR_DTOR, 0); NULL 1421 soap/soap.c zend_hash_update(service->soap_functions.ft, key, key_len+1, &function_copy, sizeof(zval *), NULL); NULL 1425 soap/soap.c if (service->soap_functions.ft != NULL) { NULL 1428 soap/soap.c service->soap_functions.ft = NULL; NULL 1432 soap/soap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid value passed"); NULL 1447 soap/soap.c sdlPtr old_sdl = NULL; NULL 1449 soap/soap.c xmlDocPtr doc_request=NULL, doc_return; NULL 1455 soap/soap.c soapHeader *soap_headers = NULL; NULL 1457 soap/soap.c char *arg = NULL; NULL 1494 soap/soap.c if (call_user_function(EG(function_table), NULL, &readfile, &readfile_ret, 1, ¶m TSRMLS_CC) == FAILURE) { NULL 1495 soap/soap.c soap_server_fault("Server", "Couldn't find WSDL", NULL, NULL, NULL TSRMLS_CC); NULL 1505 soap/soap.c soap_server_fault("Server", "WSDL generation is not supported yet", NULL, NULL, NULL TSRMLS_CC); NULL 1523 soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR,"ob_start failed"); NULL 1556 soap/soap.c php_error_docref(NULL TSRMLS_CC, E_WARNING,"Request is compressed with unknown compression '%s'",Z_STRVAL_PP(encoding)); NULL 1559 soap/soap.c if (call_user_function(CG(function_table), (zval**)NULL, &func, &retval, 1, params TSRMLS_CC) == SUCCESS && NULL 1564 soap/soap.c php_error_docref(NULL TSRMLS_CC, E_WARNING,"Can't uncompress compressed request"); NULL 1578 soap/soap.c if (doc_request == NULL) { NULL 1579 soap/soap.c soap_server_fault("Client", "Bad Request", NULL, NULL, NULL TSRMLS_CC); NULL 1581 soap/soap.c if (xmlGetIntSubset(doc_request) != NULL) { NULL 1591 soap/soap.c soap_server_fault("Server", "DTD are not supported by SOAP", NULL, NULL, NULL TSRMLS_CC); NULL 1612 soap/soap.c soap_server_fault_ex(function, EG(exception), NULL TSRMLS_CC); NULL 1619 soap/soap.c soap_obj = NULL; NULL 1643 soap/soap.c if (soap_obj == NULL) { NULL 1657 soap/soap.c if (call_user_function(NULL, &tmp_soap, &constructor, &c_ret, service->soap_class.argc, service->soap_class.argv TSRMLS_CC) == FAILURE) { NULL 1658 soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Error calling constructor"); NULL 1664 soap/soap.c soap_server_fault_ex(function, EG(exception), NULL TSRMLS_CC); NULL 1685 soap/soap.c if (call_user_function(NULL, &tmp_soap, &constructor, &c_ret, service->soap_class.argc, service->soap_class.argv TSRMLS_CC) == FAILURE) { NULL 1686 soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Error calling constructor"); NULL 1693 soap/soap.c soap_server_fault_ex(function, EG(exception), NULL TSRMLS_CC); NULL 1731 soap/soap.c doc_return = NULL; NULL 1734 soap/soap.c if (soap_headers != NULL) { NULL 1736 soap/soap.c while (header != NULL) { NULL 1743 soap/soap.c soap_server_fault("MustUnderstand","Header not understood", NULL, NULL, NULL TSRMLS_CC); NULL 1754 soap/soap.c call_status = call_user_function(NULL, &soap_obj, &h->function_name, &h->retval, h->num_params, h->parameters TSRMLS_CC); NULL 1756 soap/soap.c call_status = call_user_function(EG(function_table), NULL, &h->function_name, &h->retval, h->num_params, h->parameters TSRMLS_CC); NULL 1759 soap/soap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Function '%s' call failed", Z_STRVAL(h->function_name)); NULL 1764 soap/soap.c zval *headerfault = NULL, **tmp; NULL 1779 soap/soap.c zval *headerfault = NULL, **tmp; NULL 1792 soap/soap.c soap_server_fault("MustUnderstand","Header not understood", NULL, NULL, NULL TSRMLS_CC); NULL 1803 soap/soap.c call_status = call_user_function(NULL, &soap_obj, &function_name, retval, num_params, params TSRMLS_CC); NULL 1808 soap/soap.c soap_obj = NULL; NULL 1812 soap/soap.c soap_obj = NULL; NULL 1816 soap/soap.c call_status = call_user_function(EG(function_table), NULL, &function_name, retval, num_params, params TSRMLS_CC); NULL 1827 soap/soap.c soap_server_fault_ex(function, EG(exception), NULL TSRMLS_CC); NULL 1847 soap/soap.c soap_server_fault_ex(function, retval, NULL TSRMLS_CC); NULL 1861 soap/soap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Function '%s' call failed", Z_STRVAL(function_name)); NULL 1869 soap/soap.c soap_server_fault_ex(function, EG(exception), NULL TSRMLS_CC); NULL 1891 soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Dump memory failed"); NULL 1925 soap/soap.c while (soap_headers != NULL) { NULL 1941 soap/soap.c service->soap_headers_ptr = NULL; NULL 1961 soap/soap.c char *code, *string, *actor=NULL, *name=NULL; NULL 1963 soap/soap.c zval* details = NULL; NULL 1996 soap/soap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "The SoapServer::addSoapHeader function may be called only during SOAP request processing"); NULL 2005 soap/soap.c while (*p != NULL) { NULL 2029 soap/soap.c doc_return = serialize_response_call(function, NULL, NULL, fault, hdr, soap_version TSRMLS_CC); NULL 2073 soap/soap.c set_soap_fault(&ret, NULL, code, string, actor, details, name TSRMLS_CC); NULL 2075 soap/soap.c soap_server_fault_ex(NULL, &ret, NULL TSRMLS_CC); NULL 2140 soap/soap.c if (code == NULL) { NULL 2143 soap/soap.c fault = add_soap_fault(SOAP_GLOBAL(error_object), code, buffer, NULL, NULL TSRMLS_CC); NULL 2149 soap/soap.c EG(objects_store).object_buckets = NULL; NULL 2151 soap/soap.c SG(sapi_headers).http_status_line = NULL; NULL 2189 soap/soap.c zval *outbuf = NULL; NULL 2193 soap/soap.c if (code == NULL) { NULL 2200 soap/soap.c (service = (soapServicePtr)zend_fetch_resource(tmp TSRMLS_CC, -1, "service", NULL, 1, le_service)) && NULL 2230 soap/soap.c set_soap_fault(&fault_obj, NULL, code, buffer, NULL, outbuf, NULL TSRMLS_CC); NULL 2235 soap/soap.c SG(sapi_headers).http_status_line = NULL; NULL 2251 soap/soap.c soap_server_fault_ex(NULL, &fault_obj, NULL TSRMLS_CC); NULL 2286 soap/soap.c zval *wsdl, *options = NULL; NULL 2288 soap/soap.c php_stream_context *context = NULL; NULL 2290 soap/soap.c sdlPtr sdl = NULL; NULL 2291 soap/soap.c HashTable *typemap_ht = NULL; NULL 2296 soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid parameters"); NULL 2300 soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "$wsdl must be string or null"); NULL 2305 soap/soap.c if (options != NULL) { NULL 2315 soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "'uri' option is required in nonWSDL mode"); NULL 2341 soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "'location' option is required in nonWSDL mode"); NULL 2416 soap/soap.c if (encoding == NULL) { NULL 2417 soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid 'encoding' option - '%s'", Z_STRVAL_PP(tmp)); NULL 2471 soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "'location' and 'uri' options are required in nonWSDL mode"); NULL 2517 soap/soap.c add_soap_fault(this_ptr, "HTTP", "Error build soap request", NULL, NULL TSRMLS_CC); NULL 2533 soap/soap.c if (location == NULL) { NULL 2540 soap/soap.c if (action == NULL) { NULL 2553 soap/soap.c if (call_user_function(NULL, &this_ptr, &func, response, 5, params TSRMLS_CC) != SUCCESS) { NULL 2554 soap/soap.c add_soap_fault(this_ptr, "Client", "SoapClient::__doRequest() failed", NULL, NULL TSRMLS_CC); NULL 2558 soap/soap.c add_soap_fault(this_ptr, "Client", "SoapClient::__doRequest() returned non string value", NULL, NULL TSRMLS_CC); NULL 2587 soap/soap.c sdlPtr sdl = NULL; NULL 2588 soap/soap.c sdlPtr old_sdl = NULL; NULL 2590 soap/soap.c xmlDocPtr request = NULL; NULL 2597 soap/soap.c HashTable *old_typemap, *typemap = NULL; NULL 2613 soap/soap.c if (location == NULL) { NULL 2637 soap/soap.c SOAP_GLOBAL(encoding) = NULL; NULL 2644 soap/soap.c SOAP_GLOBAL(class_map) = NULL; NULL 2656 soap/soap.c if (sdl != NULL) { NULL 2658 soap/soap.c if (fn != NULL) { NULL 2662 soap/soap.c if (fn->responseName == NULL && NULL 2663 soap/soap.c fn->responseParameters == NULL && NULL 2664 soap/soap.c soap_headers == NULL) { NULL 2668 soap/soap.c if (location == NULL) { NULL 2673 soap/soap.c request = serialize_function_call(this_ptr, fn, NULL, fnb->input.ns, real_args, arg_count, soap_version, soap_headers TSRMLS_CC); NULL 2676 soap/soap.c request = serialize_function_call(this_ptr, fn, NULL, sdl->target_ns, real_args, arg_count, soap_version, soap_headers TSRMLS_CC); NULL 2677 soap/soap.c ret = do_request(this_ptr, request, location, NULL, soap_version, one_way, &response TSRMLS_CC); NULL 2684 soap/soap.c ret = parse_packet_soap(this_ptr, Z_STRVAL(response), Z_STRLEN(response), fn, NULL, return_value, output_headers TSRMLS_CC); NULL 2696 soap/soap.c add_soap_fault(this_ptr, "Client", error.c, NULL, NULL TSRMLS_CC); NULL 2704 soap/soap.c add_soap_fault(this_ptr, "Client", "Error finding \"uri\" property", NULL, NULL TSRMLS_CC); NULL 2705 soap/soap.c } else if (location == NULL) { NULL 2706 soap/soap.c add_soap_fault(this_ptr, "Client", "Error could not find \"location\" property", NULL, NULL TSRMLS_CC); NULL 2708 soap/soap.c if (call_uri == NULL) { NULL 2711 soap/soap.c request = serialize_function_call(this_ptr, NULL, function, call_uri, real_args, arg_count, soap_version, soap_headers TSRMLS_CC); NULL 2713 soap/soap.c if (soap_action == NULL) { NULL 2729 soap/soap.c ret = parse_packet_soap(this_ptr, Z_STRVAL(response), Z_STRLEN(response), NULL, function, return_value, output_headers TSRMLS_CC); NULL 2743 soap/soap.c *return_value = *add_soap_fault(this_ptr, "Client", "Unknown Error", NULL, NULL TSRMLS_CC); NULL 2766 soap/soap.c if (SOAP_GLOBAL(encoding) != NULL) { NULL 2785 soap/soap.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Invalid SOAP header"); NULL 2796 soap/soap.c char *function, *location=NULL, *soap_action = NULL, *uri = NULL; NULL 2798 soap/soap.c HashTable* soap_headers = NULL; NULL 2799 soap/soap.c zval *options = NULL; NULL 2800 soap/soap.c zval *headers = NULL; NULL 2801 soap/soap.c zval *output_headers = NULL; NULL 2803 soap/soap.c zval **real_args = NULL; NULL 2834 soap/soap.c if (headers == NULL || Z_TYPE_P(headers) == IS_NULL) { NULL 2842 soap/soap.c zend_hash_init(soap_headers, 0, NULL, ZVAL_PTR_DTOR, 0); NULL 2843 soap/soap.c zend_hash_next_index_insert(soap_headers, &headers, sizeof(zval*), NULL); NULL 2847 soap/soap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid SOAP header"); NULL 2857 soap/soap.c zend_hash_init(t, 0, NULL, ZVAL_PTR_DTOR, 0); NULL 2858 soap/soap.c zend_hash_copy(t, soap_headers, (copy_ctor_func_t) zval_add_ref, NULL, sizeof(zval *)); NULL 2865 soap/soap.c zend_hash_next_index_insert(soap_headers, tmp, sizeof(zval *), NULL); NULL 3055 soap/soap.c if (make_http_soap_request(this_ptr, buf, buf_size, location, action, version, NULL, NULL TSRMLS_CC)) { NULL 3074 soap/soap.c char *val = NULL; NULL 3082 soap/soap.c if (val == NULL) { NULL 3111 soap/soap.c zval *headers = NULL; NULL 3117 soap/soap.c if (headers == NULL || Z_TYPE_P(headers) == IS_NULL) { NULL 3136 soap/soap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid SOAP header"); NULL 3152 soap/soap.c char *location = NULL; NULL 3176 soap/soap.c if (obj != NULL && obj->type == IS_OBJECT) { NULL 3185 soap/soap.c set_soap_fault(fault, NULL, fault_code, fault_string, fault_actor, fault_detail, NULL TSRMLS_CC); NULL 3201 soap/soap.c if (fault_code != NULL) { NULL 3234 soap/soap.c if (fault_actor != NULL) { NULL 3237 soap/soap.c if (fault_detail != NULL) { NULL 3240 soap/soap.c if (name != NULL) { NULL 3248 soap/soap.c zval **tmp_parameters = NULL; NULL 3250 soap/soap.c if (function != NULL) { NULL 3255 soap/soap.c if (function->requestParameters == NULL) { NULL 3261 soap/soap.c if (get_node(params, (*param)->paramName) != NULL) { NULL 3292 soap/soap.c while (trav != NULL) { NULL 3304 soap/soap.c (function->requestParameters == NULL || NULL 3315 soap/soap.c sdlParamPtr *param = NULL; NULL 3316 soap/soap.c if (function != NULL && NULL 3319 soap/soap.c soap_server_fault("Client", "Error cannot find parameter", NULL, NULL, NULL TSRMLS_CC); NULL 3321 soap/soap.c if (param == NULL) { NULL 3322 soap/soap.c enc = NULL; NULL 3334 soap/soap.c soap_server_fault("Client","Missing parameter", NULL, NULL, NULL TSRMLS_CC); NULL 3348 soap/soap.c if (func->children != NULL || NULL 3349 soap/soap.c (function->requestParameters != NULL && NULL 3351 soap/soap.c function = NULL; NULL 3355 soap/soap.c if (sdl != NULL && function == NULL) { NULL 3360 soap/soap.c if (function != NULL) { NULL 3371 soap/soap.c char* envelope_ns = NULL; NULL 3379 soap/soap.c env = NULL; NULL 3381 soap/soap.c while (trav != NULL) { NULL 3383 soap/soap.c if (env == NULL && node_is_equal_ex(trav,"Envelope",SOAP_1_1_ENV_NAMESPACE)) { NULL 3388 soap/soap.c } else if (env == NULL && node_is_equal_ex(trav,"Envelope",SOAP_1_2_ENV_NAMESPACE)) { NULL 3394 soap/soap.c soap_server_fault("VersionMismatch", "Wrong Version", NULL, NULL, NULL TSRMLS_CC); NULL 3399 soap/soap.c if (env == NULL) { NULL 3400 soap/soap.c soap_server_fault("Client", "looks like we got XML without \"Envelope\" element", NULL, NULL, NULL TSRMLS_CC); NULL 3404 soap/soap.c while (attr != NULL) { NULL 3405 soap/soap.c if (attr->ns == NULL) { NULL 3406 soap/soap.c soap_server_fault("Client", "A SOAP Envelope element cannot have non Namespace qualified attributes", NULL, NULL, NULL TSRMLS_CC); NULL 3409 soap/soap.c soap_server_fault("Client", "encodingStyle cannot be specified on the Envelope", NULL, NULL, NULL TSRMLS_CC); NULL 3411 soap/soap.c soap_server_fault("Client", "Unknown data encoding style", NULL, NULL, NULL TSRMLS_CC); NULL 3418 soap/soap.c head = NULL; NULL 3420 soap/soap.c while (trav != NULL && trav->type != XML_ELEMENT_NODE) { NULL 3423 soap/soap.c if (trav != NULL && node_is_equal_ex(trav,"Header",envelope_ns)) { NULL 3429 soap/soap.c body = NULL; NULL 3430 soap/soap.c while (trav != NULL && trav->type != XML_ELEMENT_NODE) { NULL 3433 soap/soap.c if (trav != NULL && node_is_equal_ex(trav,"Body",envelope_ns)) { NULL 3437 soap/soap.c while (trav != NULL && trav->type != XML_ELEMENT_NODE) { NULL 3440 soap/soap.c if (body == NULL) { NULL 3441 soap/soap.c soap_server_fault("Client", "Body must be present in a SOAP envelope", NULL, NULL, NULL TSRMLS_CC); NULL 3444 soap/soap.c while (attr != NULL) { NULL 3445 soap/soap.c if (attr->ns == NULL) { NULL 3447 soap/soap.c soap_server_fault("Client", "A SOAP Body element cannot have non Namespace qualified attributes", NULL, NULL, NULL TSRMLS_CC); NULL 3451 soap/soap.c soap_server_fault("Client", "encodingStyle cannot be specified on the Body", NULL, NULL, NULL TSRMLS_CC); NULL 3453 soap/soap.c soap_server_fault("Client", "Unknown data encoding style", NULL, NULL, NULL TSRMLS_CC); NULL 3459 soap/soap.c if (trav != NULL && *version == SOAP_1_2) { NULL 3460 soap/soap.c soap_server_fault("Client", "A SOAP 1.2 envelope can contain only Header and Body", NULL, NULL, NULL TSRMLS_CC); NULL 3463 soap/soap.c func = NULL; NULL 3465 soap/soap.c while (trav != NULL) { NULL 3477 soap/soap.c if (func == NULL) { NULL 3478 soap/soap.c function = get_doc_function(sdl, NULL); NULL 3479 soap/soap.c if (function != NULL) { NULL 3483 soap/soap.c soap_server_fault("Client", "looks like we got \"Body\" without function call", NULL, NULL, NULL TSRMLS_CC); NULL 3489 soap/soap.c soap_server_fault("Client","Unknown Data Encoding Style", NULL, NULL, NULL TSRMLS_CC); NULL 3494 soap/soap.c soap_server_fault("DataEncodingUnknown","Unknown Data Encoding Style", NULL, NULL, NULL TSRMLS_CC); NULL 3498 soap/soap.c if (sdl != NULL && function == NULL) { NULL 3500 soap/soap.c soap_server_fault("rpc:ProcedureNotPresent","Procedure not present", NULL, NULL, NULL TSRMLS_CC); NULL 3507 soap/soap.c *headers = NULL; NULL 3509 soap/soap.c soapHeader *h, *last = NULL; NULL 3512 soap/soap.c while (attr != NULL) { NULL 3513 soap/soap.c if (attr->ns == NULL) { NULL 3514 soap/soap.c soap_server_fault("Client", "A SOAP Header element cannot have non Namespace qualified attributes", NULL, NULL, NULL TSRMLS_CC); NULL 3517 soap/soap.c soap_server_fault("Client", "encodingStyle cannot be specified on the Header", NULL, NULL, NULL TSRMLS_CC); NULL 3519 soap/soap.c soap_server_fault("Client", "Unknown data encoding style", NULL, NULL, NULL TSRMLS_CC); NULL 3525 soap/soap.c while (trav != NULL) { NULL 3533 soap/soap.c soap_server_fault("Client","Unknown Data Encoding Style", NULL, NULL, NULL TSRMLS_CC); NULL 3536 soap/soap.c if (attr != NULL) { NULL 3538 soap/soap.c (actor == NULL || strcmp((char*)attr->children->content,actor) != 0)) { NULL 3545 soap/soap.c soap_server_fault("DataEncodingUnknown","Unknown Data Encoding Style", NULL, NULL, NULL TSRMLS_CC); NULL 3548 soap/soap.c if (attr != NULL) { NULL 3551 soap/soap.c (actor == NULL || strcmp((char*)attr->children->content,actor) != 0)) { NULL 3565 soap/soap.c soap_server_fault("Client","mustUnderstand value is not boolean", NULL, NULL, NULL TSRMLS_CC); NULL 3604 soap/soap.c if (last == NULL) { NULL 3633 soap/soap.c xmlNodePtr method = NULL, param; NULL 3634 soap/soap.c sdlParamPtr parameter = NULL; NULL 3637 soap/soap.c xmlNsPtr ns = NULL; NULL 3639 soap/soap.c if (function != NULL && function->binding->bindingType == BINDING_SOAP) { NULL 3647 soap/soap.c method = xmlNewChild(body, ns, BAD_CAST(function->responseName), NULL); NULL 3649 soap/soap.c method = xmlNewChild(body, ns, BAD_CAST(function->functionName), NULL); NULL 3657 soap/soap.c method = xmlNewChild(body, ns, BAD_CAST(function_name), NULL); NULL 3661 soap/soap.c if (function != NULL) { NULL 3672 soap/soap.c parameter = get_param(function, NULL, 0, TRUE); NULL 3678 soap/soap.c rpc_result = xmlNewChild(method, rpc_ns, BAD_CAST("result"), NULL); NULL 3705 soap/soap.c char *param_name = NULL; NULL 3728 soap/soap.c if (use == SOAP_ENCODED && version == SOAP_1_2 && method != NULL) { NULL 3737 soap/soap.c xmlNodePtr envelope = NULL, body, param; NULL 3738 soap/soap.c xmlNsPtr ns = NULL; NULL 3740 soap/soap.c xmlNodePtr head = NULL; NULL 3749 soap/soap.c envelope = xmlNewDocNode(doc, NULL, BAD_CAST("Envelope"), NULL); NULL 3753 soap/soap.c envelope = xmlNewDocNode(doc, NULL, BAD_CAST("Envelope"), NULL); NULL 3757 soap/soap.c soap_server_fault("Server", "Unknown SOAP version", NULL, NULL, NULL TSRMLS_CC); NULL 3766 soap/soap.c sdlFaultPtr fault = NULL; NULL 3767 soap/soap.c char *fault_ns = NULL; NULL 3773 soap/soap.c encodePtr hdr_enc = NULL; NULL 3776 soap/soap.c char *hdr_ns = headers->hdr?headers->hdr->ns:NULL; NULL 3779 soap/soap.c head = xmlNewChild(envelope, ns, BAD_CAST("Header"), NULL); NULL 3807 soap/soap.c hdr_ret = NULL; NULL 3827 soap/soap.c body = xmlNewChild(envelope, ns, BAD_CAST("Body"), NULL); NULL 3828 soap/soap.c param = xmlNewChild(body, ns, BAD_CAST("Fault"), NULL); NULL 3844 soap/soap.c if (fault_ns == NULL) { NULL 3860 soap/soap.c if (fault_ns == NULL) { NULL 3866 soap/soap.c if (fault_ns == NULL && NULL 3883 soap/soap.c xmlNodePtr node = xmlNewNode(NULL, BAD_CAST("faultcode")); NULL 3884 soap/soap.c char *str = php_escape_html_entities((unsigned char*)Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp), &new_len, 0, 0, NULL TSRMLS_CC); NULL 3888 soap/soap.c xmlChar *code = xmlBuildQName(BAD_CAST(str), nsptr->prefix, NULL, 0); NULL 3908 soap/soap.c xmlNodePtr node = xmlNewChild(param, ns, BAD_CAST("Code"), NULL); NULL 3909 soap/soap.c char *str = php_escape_html_entities((unsigned char*)Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp), &new_len, 0, 0, NULL TSRMLS_CC); NULL 3910 soap/soap.c node = xmlNewChild(node, ns, BAD_CAST("Value"), NULL); NULL 3913 soap/soap.c xmlChar *code = xmlBuildQName(BAD_CAST(str), nsptr->prefix, NULL, 0); NULL 3922 soap/soap.c xmlNodePtr node = xmlNewChild(param, ns, BAD_CAST("Reason"), NULL); NULL 3931 soap/soap.c zval *detail = NULL; NULL 3939 soap/soap.c node = xmlNewNode(NULL, BAD_CAST(detail_name)); NULL 3954 soap/soap.c x = serialize_parameter(sparam, detail, 1, NULL, use, node TSRMLS_CC); NULL 3982 soap/soap.c serialize_zval(*tmp, NULL, detail_name, use, param TSRMLS_CC); NULL 3989 soap/soap.c head = xmlNewChild(envelope, ns, BAD_CAST("Header"), NULL); NULL 3991 soap/soap.c while (h != NULL) { NULL 3993 soap/soap.c encodePtr hdr_enc = NULL; NULL 3996 soap/soap.c char *hdr_ns = h->hdr?h->hdr->ns:NULL; NULL 4032 soap/soap.c hdr_ret = NULL; NULL 4054 soap/soap.c if (head->children == NULL) { NULL 4060 soap/soap.c body = xmlNewChild(envelope, ns, BAD_CAST("Body"), NULL); NULL 4080 soap/soap.c if (function && function->responseName == NULL && NULL 4081 soap/soap.c body->children == NULL && head == NULL) { NULL 4083 soap/soap.c return NULL; NULL 4091 soap/soap.c xmlNodePtr envelope = NULL, body, method = NULL, head = NULL; NULL 4092 soap/soap.c xmlNsPtr ns = NULL; NULL 4095 soap/soap.c HashTable *hdrs = NULL; NULL 4103 soap/soap.c envelope = xmlNewDocNode(doc, NULL, BAD_CAST("Envelope"), NULL); NULL 4107 soap/soap.c envelope = xmlNewDocNode(doc, NULL, BAD_CAST("Envelope"), NULL); NULL 4116 soap/soap.c head = xmlNewChild(envelope, ns, BAD_CAST("Header"), NULL); NULL 4119 soap/soap.c body = xmlNewChild(envelope, ns, BAD_CAST("Body"), NULL); NULL 4132 soap/soap.c method = xmlNewChild(body, ns, BAD_CAST(function->requestName), NULL); NULL 4134 soap/soap.c method = xmlNewChild(body, ns, BAD_CAST(function->functionName), NULL); NULL 4148 soap/soap.c method = xmlNewChild(body, ns, BAD_CAST(function_name), NULL); NULL 4150 soap/soap.c method = xmlNewChild(body, ns, BAD_CAST(function->requestName), NULL); NULL 4152 soap/soap.c method = xmlNewChild(body, ns, BAD_CAST(function->functionName), NULL); NULL 4170 soap/soap.c sdlParamPtr parameter = get_param(function, NULL, i, FALSE); NULL 4173 soap/soap.c param = serialize_parameter(parameter, arguments[i], i, NULL, use, method TSRMLS_CC); NULL 4175 soap/soap.c param = serialize_parameter(parameter, arguments[i], i, NULL, use, body TSRMLS_CC); NULL 4192 soap/soap.c sdlParamPtr parameter = get_param(function, NULL, i, FALSE); NULL 4195 soap/soap.c param = serialize_parameter(parameter, NULL, i, NULL, use, method TSRMLS_CC); NULL 4197 soap/soap.c param = serialize_parameter(parameter, NULL, i, NULL, use, body TSRMLS_CC); NULL 4225 soap/soap.c encodePtr enc = NULL; NULL 4249 soap/soap.c h = xmlNewNode(NULL, BAD_CAST(Z_STRVAL_PP(name))); NULL 4328 soap/soap.c if (param != NULL && param->paramName != NULL) { NULL 4331 soap/soap.c if (name == NULL) { NULL 4350 soap/soap.c if (param != NULL) { NULL 4352 soap/soap.c if (val == NULL) { NULL 4364 soap/soap.c enc = NULL; NULL 4378 soap/soap.c if (function == NULL) { NULL 4379 soap/soap.c return NULL; NULL 4388 soap/soap.c if (ht == NULL) { NULL 4389 soap/soap.c return NULL; NULL 4392 soap/soap.c if (param_name != NULL) { NULL 4411 soap/soap.c return NULL; NULL 4421 soap/soap.c if (sdl != NULL) { NULL 4425 soap/soap.c } else if (sdl->requests != NULL && zend_hash_find(sdl->requests, str, len+1, (void **)&tmp) != FAILURE) { NULL 4431 soap/soap.c return NULL; NULL 4445 soap/soap.c if (params == NULL) { NULL 4446 soap/soap.c if ((*tmp)->requestParameters == NULL || NULL 4450 soap/soap.c } else if ((*tmp)->requestParameters != NULL && NULL 4462 soap/soap.c if ((*param)->element->namens != NULL && node->ns != NULL) { NULL 4487 soap/soap.c return NULL; NULL 4661 soap/soap.c if (end == NULL) { NULL 4673 soap/soap.c if (end != NULL) { NULL 4689 soap/soap.c (elementType = *(sdlTypePtr*)elementType) != NULL && NULL 200 sockets/multicast.c php_error_docref(NULL TSRMLS_CC, E_WARNING, NULL 255 sockets/multicast.c php_error_docref(NULL TSRMLS_CC, E_WARNING, NULL 262 sockets/multicast.c php_error_docref(NULL TSRMLS_CC, E_WARNING, NULL 350 sockets/multicast.c php_error_docref(NULL TSRMLS_CC, E_WARNING, NULL 361 sockets/multicast.c php_error_docref(NULL TSRMLS_CC, E_WARNING, NULL 390 sockets/multicast.c php_error_docref(NULL TSRMLS_CC, E_WARNING, NULL 405 sockets/multicast.c php_error_docref(NULL TSRMLS_CC, E_WARNING, NULL 430 sockets/multicast.c if (if_indextoname(if_index, if_req.ifr_name) == NULL) { NULL 434 sockets/multicast.c php_error_docref(NULL TSRMLS_CC, E_WARNING, NULL 440 sockets/multicast.c php_error_docref(NULL TSRMLS_CC, E_WARNING, NULL 453 sockets/multicast.c char *buf = NULL, NULL 472 sockets/multicast.c php_error_docref(NULL TSRMLS_CC, E_WARNING, NULL 483 sockets/multicast.c buf = NULL; NULL 515 sockets/multicast.c php_error_docref(NULL TSRMLS_CC, E_WARNING, NULL 534 sockets/multicast.c php_error_docref(NULL TSRMLS_CC, E_WARNING, NULL 539 sockets/multicast.c if (buf != NULL) NULL 122 sockets/php_sockets.h #define phpext_sockets_ptr NULL NULL 122 sockets/sockets.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s [%d]: %s", msg, errn, php_strerror(errn TSRMLS_CC)) NULL 329 sockets/sockets.c NULL, NULL 330 sockets/sockets.c NULL, NULL 336 sockets/sockets.c NULL, NULL 337 sockets/sockets.c NULL, NULL 365 sockets/sockets.c php_sock->zstream = NULL; NULL 375 sockets/sockets.c if (php_sock->zstream == NULL) { NULL 395 sockets/sockets.c if ((hp = gethostbyname("0.0.0.0")) == NULL) { NULL 397 sockets/sockets.c if ((hp = gethostbyname("localhost")) == NULL) { NULL 548 sockets/sockets.c LPTSTR tmp = NULL; NULL 549 sockets/sockets.c buf = NULL; NULL 552 sockets/sockets.c NULL, error, MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), (LPTSTR) &tmp, 0, NULL) NULL 577 sockets/sockets.c struct addrinfo *addrinfo = NULL; NULL 587 sockets/sockets.c getaddrinfo(string, NULL, &hints, &addrinfo); NULL 597 sockets/sockets.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Host lookup failed: Non AF_INET6 domain returned on AF_INET6 socket"); NULL 607 sockets/sockets.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Host lookup failed: getaddrinfo() not available on this system"); NULL 637 sockets/sockets.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Host lookup failed: Non AF_INET domain returned on AF_INET socket"); NULL 672 sockets/sockets.c php_error_docref(NULL TSRMLS_CC, E_WARNING, NULL 684 sockets/sockets.c php_error_docref(NULL TSRMLS_CC, E_WARNING, NULL 699 sockets/sockets.c php_error_docref(NULL TSRMLS_CC, E_WARNING, NULL 708 sockets/sockets.c php_error_docref(NULL TSRMLS_CC, E_WARNING, NULL 738 sockets/sockets.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "no key \"%s\" passed in optval", key); NULL 756 sockets/sockets.c sockets_globals->strerror_buf = NULL; NULL 764 sockets/sockets.c le_socket = zend_register_list_destructors_ex(php_destroy_socket, NULL, le_socket_name, module_number); NULL 877 sockets/sockets.c SOCKETS_G(strerror_buf) = NULL; NULL 896 sockets/sockets.c php_sock = (php_socket*) zend_fetch_resource(element TSRMLS_CC, -1, le_socket_name, NULL, 1, le_socket); NULL 924 sockets/sockets.c zend_hash_init(new_hash, zend_hash_num_elements(Z_ARRVAL_P(sock_array)), NULL, ZVAL_PTR_DTOR, 0); NULL 929 sockets/sockets.c php_sock = (php_socket*) zend_fetch_resource(element TSRMLS_CC, -1, le_socket_name, NULL, 1, le_socket); NULL 934 sockets/sockets.c switch (zend_hash_get_current_key_ex(Z_ARRVAL_P(sock_array), &key, &key_len, &num_key, 0, NULL)) { NULL 964 sockets/sockets.c struct timeval *tv_p = NULL; NULL 978 sockets/sockets.c if (r_array != NULL) sets += php_sock_array_to_fd_set(r_array, &rfds, &max_fd TSRMLS_CC); NULL 979 sockets/sockets.c if (w_array != NULL) sets += php_sock_array_to_fd_set(w_array, &wfds, &max_fd TSRMLS_CC); NULL 980 sockets/sockets.c if (e_array != NULL) sets += php_sock_array_to_fd_set(e_array, &efds, &max_fd TSRMLS_CC); NULL 983 sockets/sockets.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "no resource arrays were passed to select"); NULL 990 sockets/sockets.c if (sec != NULL) { NULL 1020 sockets/sockets.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "unable to select [%d]: %s", errno, php_strerror(errno TSRMLS_CC)); NULL 1024 sockets/sockets.c if (r_array != NULL) php_sock_array_from_fd_set(r_array, &rfds TSRMLS_CC); NULL 1025 sockets/sockets.c if (w_array != NULL) php_sock_array_from_fd_set(w_array, &wfds TSRMLS_CC); NULL 1026 sockets/sockets.c if (e_array != NULL) php_sock_array_from_fd_set(e_array, &efds TSRMLS_CC); NULL 1090 sockets/sockets.c if (php_sock->zstream != NULL) { NULL 1094 sockets/sockets.c NULL, NULL, 2, php_file_le_stream(), php_file_le_pstream()); NULL 1095 sockets/sockets.c if (stream != NULL) { NULL 1097 sockets/sockets.c NULL) != -1) { NULL 1130 sockets/sockets.c if (php_sock->zstream != NULL) { NULL 1133 sockets/sockets.c NULL, NULL, 2, php_file_le_stream(), php_file_le_pstream()); NULL 1134 sockets/sockets.c if (stream != NULL) { NULL 1136 sockets/sockets.c NULL) != -1) { NULL 1187 sockets/sockets.c if (php_sock->zstream != NULL) { NULL 1188 sockets/sockets.c php_stream *stream = NULL; NULL 1190 sockets/sockets.c if (stream != NULL) { NULL 1297 sockets/sockets.c zval *arg1, *addr, *port = NULL; NULL 1331 sockets/sockets.c if (port != NULL) { NULL 1348 sockets/sockets.c if (port != NULL) { NULL 1364 sockets/sockets.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unsupported address family %d", sa->sa_family); NULL 1374 sockets/sockets.c zval *arg1, *arg2, *arg3 = NULL; NULL 1408 sockets/sockets.c if (arg3 != NULL) { NULL 1426 sockets/sockets.c if (arg3 != NULL) { NULL 1443 sockets/sockets.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unsupported address family %d", sa->sa_family); NULL 1466 sockets/sockets.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "invalid socket domain [%ld] specified for argument 1, assuming AF_INET", arg1); NULL 1471 sockets/sockets.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "invalid socket type [%ld] specified for argument 2, assuming SOCK_STREAM", arg2); NULL 1480 sockets/sockets.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to create socket [%d]: %s", errno, php_strerror(errno TSRMLS_CC)); NULL 1515 sockets/sockets.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Socket of type AF_INET6 requires 3 arguments"); NULL 1536 sockets/sockets.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Socket of type AF_INET requires 3 arguments"); NULL 1555 sockets/sockets.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Path too long"); NULL 1567 sockets/sockets.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unsupported socket type %d", php_sock->type); NULL 1659 sockets/sockets.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "unsupported socket type '%d', must be AF_UNIX, AF_INET, or AF_INET6", php_sock->type); NULL 1752 sockets/sockets.c zval *arg1, *arg2, *arg5, *arg6 = NULL; NULL 1803 sockets/sockets.c if (arg6 == NULL) { NULL 1832 sockets/sockets.c if (arg6 == NULL) { NULL 1858 sockets/sockets.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unsupported socket type %d", php_sock->type); NULL 1930 sockets/sockets.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unsupported socket type %d", php_sock->type); NULL 2122 sockets/sockets.c php_error_docref(NULL TSRMLS_CC, E_WARNING, NULL 2203 sockets/sockets.c php_error_docref(NULL TSRMLS_CC, E_WARNING, NULL 2247 sockets/sockets.c php_error_docref(NULL TSRMLS_CC, E_WARNING, NULL 2269 sockets/sockets.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "no key \"%s\" passed in optval", l_onoff_key); NULL 2273 sockets/sockets.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "no key \"%s\" passed in optval", l_linger_key); NULL 2297 sockets/sockets.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "no key \"%s\" passed in optval", sec_key); NULL 2301 sockets/sockets.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "no key \"%s\" passed in optval", usec_key); NULL 2364 sockets/sockets.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "invalid socket domain [%ld] specified for argument 1, assuming AF_INET", domain); NULL 2369 sockets/sockets.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "invalid socket type [%ld] specified for argument 2, assuming SOCK_STREAM", type); NULL 2375 sockets/sockets.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "unable to create socket pair [%d]: %s", errno, php_strerror(errno TSRMLS_CC)); NULL 2436 sockets/sockets.c zval *arg1 = NULL; NULL 2456 sockets/sockets.c zval *arg1 = NULL; NULL 2480 sockets/sockets.c php_socket *retsock = NULL; NULL 2540 sockets/sockets.c PHP_STREAM_BUFFER_NONE, NULL); NULL 2545 sockets/sockets.c if (retsock != NULL) NULL 58 spl/php_spl.c spl_globals->autoload_extensions = NULL; NULL 60 spl/php_spl.c spl_globals->autoload_functions = NULL; NULL 83 spl/php_spl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Class %s does not exist%s", name, autoload ? " and could not be loaded" : ""); NULL 84 spl/php_spl.c return NULL; NULL 103 spl/php_spl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "object or string expected"); NULL 108 spl/php_spl.c if (NULL == (ce = spl_find_ce_by_name(Z_STRVAL_P(obj), Z_STRLEN_P(obj), autoload TSRMLS_CC))) { NULL 136 spl/php_spl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "object or string expected"); NULL 141 spl/php_spl.c if (NULL == (ce = spl_find_ce_by_name(Z_STRVAL_P(obj), Z_STRLEN_P(obj), autoload TSRMLS_CC))) { NULL 165 spl/php_spl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "object or string expected"); NULL 170 spl/php_spl.c if (NULL == (ce = spl_find_ce_by_name(Z_STRVAL_P(obj), Z_STRLEN_P(obj), autoload TSRMLS_CC))) { NULL 260 spl/php_spl.c zval *result = NULL; NULL 270 spl/php_spl.c while ((ptr = memchr(ptr, '\\', (end - ptr))) != NULL) { NULL 282 spl/php_spl.c if (zend_hash_add(&EG(included_files), file_handle.opened_path, strlen(file_handle.opened_path)+1, (void *)&dummy, sizeof(int), NULL)==SUCCESS) { NULL 286 spl/php_spl.c new_op_array = NULL; NULL 329 spl/php_spl.c if (file_exts == NULL) { /* autoload_extensions is not intialzed, set to defaults */ NULL 345 spl/php_spl.c pos1 = pos2 ? pos2 + 1 : NULL; NULL 364 spl/php_spl.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Class %s could not be loaded", class_name); NULL 373 spl/php_spl.c char *file_exts = NULL; NULL 387 spl/php_spl.c if (SPL_G(autoload_extensions) == NULL) { NULL 415 spl/php_spl.c zval *class_name, *retval = NULL; NULL 436 spl/php_spl.c zend_call_method(alfi->obj ? &alfi->obj : NULL, alfi->ce, &alfi->func_ptr, func_name, func_name_len, &retval, 1, class_name, NULL TSRMLS_CC); NULL 440 spl/php_spl.c retval = NULL; NULL 452 spl/php_spl.c zend_call_method_with_1_params(NULL, NULL, NULL, "spl_autoload", NULL, class_name); NULL 461 spl/php_spl.c (ht)->pListTail->pListNext = NULL; \ NULL 462 spl/php_spl.c (ht)->pListHead->pListLast = NULL; NULL 468 spl/php_spl.c char *func_name, *error = NULL; NULL 470 spl/php_spl.c char *lc_name = NULL; NULL 471 spl/php_spl.c zval *zcallable = NULL; NULL 495 spl/php_spl.c if (!zend_is_callable_ex(zcallable, NULL, IS_CALLABLE_STRICT, &func_name, &func_name_len, &fcc, &error TSRMLS_CC)) { NULL 538 spl/php_spl.c alfi.closure = NULL; NULL 577 spl/php_spl.c alfi.obj = NULL; NULL 582 spl/php_spl.c zend_hash_init(SPL_G(autoload_functions), 1, NULL, (dtor_func_t) autoload_func_info_dtor, 0); NULL 591 spl/php_spl.c spl_alfi.obj = NULL; NULL 592 spl/php_spl.c spl_alfi.ce = NULL; NULL 593 spl/php_spl.c spl_alfi.closure = NULL; NULL 594 spl/php_spl.c zend_hash_add(SPL_G(autoload_functions), "spl_autoload", sizeof("spl_autoload"), &spl_alfi, sizeof(autoload_func_info), NULL); NULL 601 spl/php_spl.c if (zend_hash_add(SPL_G(autoload_functions), lc_name, func_name_len+1, &alfi.func_ptr, sizeof(autoload_func_info), NULL) == FAILURE) { NULL 629 spl/php_spl.c char *func_name, *error = NULL; NULL 631 spl/php_spl.c char *lc_name = NULL; NULL 642 spl/php_spl.c if (!zend_is_callable_ex(zcallable, NULL, IS_CALLABLE_CHECK_SYNTAX_ONLY, &func_name, &func_name_len, &fcc, &error TSRMLS_CC)) { NULL 674 spl/php_spl.c SPL_G(autoload_functions) = NULL; NULL 675 spl/php_spl.c EG(autoload_func) = NULL; NULL 694 spl/php_spl.c EG(autoload_func) = NULL; NULL 949 spl/php_spl.c SPL_G(autoload_extensions) = NULL; NULL 951 spl/php_spl.c SPL_G(autoload_functions) = NULL; NULL 960 spl/php_spl.c SPL_G(autoload_extensions) = NULL; NULL 966 spl/php_spl.c SPL_G(autoload_functions) = NULL; NULL 981 spl/php_spl.c NULL, NULL 988 spl/php_spl.c NULL, NULL 989 spl/php_spl.c NULL, NULL 55 spl/php_spl.h #define phpext_spl NULL NULL 180 spl/spl.php function spl_autoload(string $class_name, string $file_extensions = NULL) {/**/}; NULL 287 spl/spl.php function __construct($message = NULL, $code = 0) { NULL 876 spl/spl.php function getFileInfo(string class_name = NULL) {/**/} NULL 886 spl/spl.php function getPathInfo(string class_name = NULL) {/**/} NULL 973 spl/spl.php function openFile($mode = 'r', $use_include_path = false, $context = NULL) {/**/} NULL 107 spl/spl_array.c if (pos != NULL) { NULL 126 spl/spl_array.c while (p != NULL) { NULL 155 spl/spl_array.c if (intern->debug_info != NULL) { NULL 184 spl/spl_array.c intern->debug_info = NULL; NULL 213 spl/spl_array.c retval.handle = zend_objects_store_put(intern, (zend_objects_store_dtor_t)zend_objects_destroy_object, (zend_objects_free_object_storage_t) spl_array_object_free_storage, NULL TSRMLS_CC); NULL 227 spl/spl_array.c php_error_docref(NULL TSRMLS_CC, E_COMPILE_ERROR, "Internal compiler error, Class is not child of ArrayObject or ArrayIterator"); NULL 232 spl/spl_array.c intern->fptr_offset_get = NULL; NULL 236 spl/spl_array.c intern->fptr_offset_set = NULL; NULL 240 spl/spl_array.c intern->fptr_offset_has = NULL; NULL 244 spl/spl_array.c intern->fptr_offset_del = NULL; NULL 248 spl/spl_array.c intern->fptr_count = NULL; NULL 279 spl/spl_array.c return spl_array_object_new_ex(class_type, &tmp, NULL, 0 TSRMLS_CC); NULL 439 spl/spl_array.c zend_call_method_with_2_params(&object, Z_OBJCE_P(object), &intern->fptr_offset_set, "offsetSet", NULL, offset, value); NULL 451 spl/spl_array.c zend_hash_next_index_insert(ht, (void**)&value, sizeof(void*), NULL); NULL 462 spl/spl_array.c zend_symtable_update(ht, Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, (void**)&value, sizeof(void*), NULL); NULL 479 spl/spl_array.c zend_hash_index_update(ht, index, (void**)&value, sizeof(void*), NULL); NULL 488 spl/spl_array.c zend_hash_next_index_insert(ht, (void**)&value, sizeof(void*), NULL); NULL 509 spl/spl_array.c zend_call_method_with_1_params(&object, Z_OBJCE_P(object), &intern->fptr_offset_del, "offsetUnset", NULL, offset); NULL 542 spl/spl_array.c obj = NULL; NULL 552 spl/spl_array.c obj->std.properties_table[property_info->offset] = NULL; NULL 662 spl/spl_array.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "%sArray was modified outside object and is no longer an array", msg_prefix); NULL 667 spl/spl_array.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "%sArray was modified outside object and internal position is no longer valid", msg_prefix); NULL 723 spl/spl_array.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Array was modified outside object and is no longer an array"); NULL 728 spl/spl_array.c php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "Cannot append properties to objects, use %s::offsetSet() instead", Z_OBJCE_P(object)->name); NULL 732 spl/spl_array.c spl_array_write_dimension(object, NULL, append_value TSRMLS_CC); NULL 781 spl/spl_array.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Nesting level too deep - recursive dependency?"); NULL 807 spl/spl_array.c if (intern->debug_info == NULL) { NULL 821 spl/spl_array.c zend_symtable_update(intern->debug_info, zname, name_len+1, &storage, sizeof(zval *), NULL); NULL 951 spl/spl_array.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Array was modified outside object and internal position is no longer valid"); NULL 1011 spl/spl_array.c *data = NULL; NULL 1046 spl/spl_array.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "ArrayIterator::current(): Array was modified outside object and is no longer an array"); NULL 1051 spl/spl_array.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "ArrayIterator::next(): Array was modified outside object and internal position is no longer valid"); NULL 1073 spl/spl_array.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "ArrayIterator::rewind(): Array was modified outside object and is no longer an array"); NULL 1163 spl/spl_array.c iterator->intern.value = NULL; NULL 1303 spl/spl_array.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Array was modified outside object and is no longer an array"); NULL 1344 spl/spl_array.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Array was modified outside object and is no longer an array"); NULL 1369 spl/spl_array.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Array was modified outside object and is no longer an array"); NULL 1433 spl/spl_array.c zval *tmp, *arg = NULL; NULL 1434 spl/spl_array.c zval *retval_ptr = NULL; NULL 1442 spl/spl_array.c zend_call_method(NULL, NULL, NULL, fname, fname_len, &retval_ptr, 1, tmp, NULL TSRMLS_CC); NULL 1452 spl/spl_array.c zend_call_method(NULL, NULL, NULL, fname, fname_len, &retval_ptr, arg? 2 : 1, tmp, arg TSRMLS_CC); NULL 1462 spl/spl_array.c zend_call_method(NULL, NULL, NULL, fname, fname_len, &retval_ptr, 2, tmp, arg TSRMLS_CC); NULL 1685 spl/spl_array.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Array was modified outside object and is no longer an array"); NULL 1736 spl/spl_array.c zval *pmembers, *pflags = NULL; NULL 1809 spl/spl_array.c zend_hash_copy(intern->std.properties, Z_ARRVAL_P(pmembers), (copy_ctor_func_t) zval_add_ref, (void *) NULL, sizeof(zval *)); NULL 67 spl/spl_directory.c intern->u.file.current_line = NULL; NULL 71 spl/spl_directory.c intern->u.file.current_zval = NULL; NULL 97 spl/spl_directory.c intern->u.dir.dirp = NULL; NULL 128 spl/spl_directory.c if (iterator->data != NULL) { NULL 129 spl/spl_directory.c iterator->data = NULL; NULL 162 spl/spl_directory.c retval.handle = zend_objects_store_put(intern, (zend_objects_store_dtor_t) zend_objects_destroy_object, (zend_objects_free_object_storage_t) spl_filesystem_object_free_storage, NULL TSRMLS_CC); NULL 172 spl/spl_directory.c return spl_filesystem_object_new_ex(class_type, NULL TSRMLS_CC); NULL 179 spl/spl_directory.c zend_object_value ret = spl_filesystem_object_new_ex(class_type, NULL TSRMLS_CC); NULL 209 spl/spl_directory.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Object not initialized"); NULL 213 spl/spl_directory.c spl_filesystem_object_get_path(intern, NULL TSRMLS_CC), NULL 256 spl/spl_directory.c if (EG(exception) || intern->u.dir.dirp == NULL) { NULL 279 spl/spl_directory.c intern->u.file.open_mode = NULL; NULL 280 spl/spl_directory.c intern->file_name = NULL; NULL 286 spl/spl_directory.c intern->u.file.stream = php_stream_open_wrapper_ex(intern->file_name, intern->u.file.open_mode, (use_include_path ? USE_PATH : 0) | REPORT_ERRORS, NULL, intern->u.file.context); NULL 292 spl/spl_directory.c intern->file_name = NULL; /* until here it is not a copy */ NULL 293 spl/spl_directory.c intern->u.file.open_mode = NULL; NULL 367 spl/spl_directory.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "An object of class %s cannot be cloned", old_object->ce->name); NULL 439 spl/spl_directory.c return NULL; NULL 454 spl/spl_directory.c zend_call_method_with_1_params(&return_value, ce, &ce->constructor, "__construct", NULL, arg1); NULL 481 spl/spl_directory.c return NULL; NULL 498 spl/spl_directory.c zend_call_method_with_1_params(&return_value, ce, &ce->constructor, "__construct", NULL, arg1); NULL 522 spl/spl_directory.c zend_call_method_with_2_params(&return_value, ce, &ce->constructor, "__construct", NULL, arg1, arg2); NULL 538 spl/spl_directory.c intern->u.file.open_mode = NULL; NULL 539 spl/spl_directory.c intern->file_name = NULL; NULL 542 spl/spl_directory.c return NULL; NULL 549 spl/spl_directory.c return NULL; NULL 556 spl/spl_directory.c return NULL; NULL 559 spl/spl_directory.c return NULL; NULL 582 spl/spl_directory.c return NULL; NULL 666 spl/spl_directory.c if (fsobj->u.dir.entry.d_name[0] == '\0' && fsobj->orig_path == NULL) { NULL 669 spl/spl_directory.c key = NULL; NULL 804 spl/spl_directory.c intern->file_name = NULL; NULL 814 spl/spl_directory.c zval *retval = NULL; NULL 917 spl/spl_directory.c char *fname = NULL; NULL 936 spl/spl_directory.c php_basename(fname, flen, NULL, 0, &fname, &flen TSRMLS_CC); NULL 958 spl/spl_directory.c char *fname = NULL; NULL 967 spl/spl_directory.c php_basename(intern->u.dir.entry.d_name, strlen(intern->u.dir.entry.d_name), NULL, 0, &fname, &flen TSRMLS_CC); NULL 1044 spl/spl_directory.c if (path != NULL) { NULL 1086 spl/spl_directory.c spl_filesystem_object_create_type(0, intern, SPL_FS_INFO, NULL, return_value TSRMLS_CC); NULL 1249 spl/spl_directory.c if (intern->file_name == NULL) { NULL 1250 spl/spl_directory.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Empty filename"); NULL 1254 spl/spl_directory.c if (!expand_filepath_with_mode(intern->file_name, expanded_path, NULL, 0, CWD_EXPAND TSRMLS_CC)) { NULL 1255 spl/spl_directory.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "No such file or directory"); NULL 1329 spl/spl_directory.c spl_filesystem_object_create_type(ht, intern, SPL_FS_FILE, NULL, return_value TSRMLS_CC); NULL 1611 spl/spl_directory.c RETURN_LONG(php_glob_stream_get_count(intern->u.dir.dirp, NULL)); NULL 1614 spl/spl_directory.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "GlobIterator lost glob state"); NULL 1652 spl/spl_directory.c if (iterator->intern.data == NULL) { NULL 1719 spl/spl_directory.c object->file_name = NULL; NULL 1770 spl/spl_directory.c spl_filesystem_object_create_type(0, object, SPL_FS_INFO, NULL, iterator->current TSRMLS_CC); NULL 1808 spl/spl_directory.c object->file_name = NULL; NULL 1812 spl/spl_directory.c iterator->current = NULL; NULL 1832 spl/spl_directory.c iterator->current = NULL; NULL 1861 spl/spl_directory.c if (iterator->intern.data == NULL) { NULL 1969 spl/spl_directory.c SPL_ME(SplFileInfo, _bad_state_ex, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL) NULL 2059 spl/spl_directory.c if (php_stream_get_line(intern->u.file.stream, buf, intern->u.file.max_line_len, &line_len) == NULL) { NULL 2061 spl/spl_directory.c buf = NULL; NULL 2066 spl/spl_directory.c buf = php_stream_get_line(intern->u.file.stream, NULL, 0, &line_len); NULL 2109 spl/spl_directory.c fci.object_ptr = NULL; NULL 2115 spl/spl_directory.c fci.symbol_table = NULL; NULL 2119 spl/spl_directory.c fcic.calling_scope = NULL; NULL 2120 spl/spl_directory.c fcic.called_scope = NULL; NULL 2121 spl/spl_directory.c fcic.object_ptr = NULL; NULL 2179 spl/spl_directory.c zval *retval = NULL; NULL 2190 spl/spl_directory.c return spl_filesystem_file_read_csv(intern, intern->u.file.delimiter, intern->u.file.enclosure, intern->u.file.escape, NULL TSRMLS_CC); NULL 2282 spl/spl_directory.c intern->u.file.open_mode = NULL; NULL 2289 spl/spl_directory.c intern->u.file.open_mode = NULL; NULL 2290 spl/spl_directory.c intern->file_name = NULL; NULL 2295 spl/spl_directory.c if (intern->u.file.open_mode == NULL) { NULL 2358 spl/spl_directory.c intern->u.file.zcontext = NULL; NULL 2564 spl/spl_directory.c FileFunctionCall(func_name, ZEND_NUM_ARGS(), NULL); \ NULL 2574 spl/spl_directory.c char *delim = NULL, *enclo = NULL, *esc = NULL; NULL 2582 spl/spl_directory.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "escape must be a character"); NULL 2589 spl/spl_directory.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "enclosure must be a character"); NULL 2596 spl/spl_directory.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "delimiter must be a character"); NULL 2615 spl/spl_directory.c char *delim = NULL, *enclo = NULL; NULL 2617 spl/spl_directory.c zval *fields = NULL; NULL 2624 spl/spl_directory.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "enclosure must be a character"); NULL 2631 spl/spl_directory.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "delimiter must be a character"); NULL 2652 spl/spl_directory.c char *delim = NULL, *enclo = NULL, *esc = NULL; NULL 2660 spl/spl_directory.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "escape must be a character"); NULL 2667 spl/spl_directory.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "enclosure must be a character"); NULL 2674 spl/spl_directory.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "delimiter must be a character"); NULL 2781 spl/spl_directory.c zval *arg2 = NULL; NULL 2816 spl/spl_directory.c FileFunctionCall(fscanf, ZEND_NUM_ARGS(), NULL); NULL 46 spl/spl_dllist.c elem = NULL; \ NULL 51 spl/spl_dllist.c elem = NULL; \ NULL 129 spl/spl_dllist.c llist->head = NULL; NULL 130 spl/spl_dllist.c llist->tail = NULL; NULL 194 spl/spl_dllist.c elem->prev = NULL; NULL 219 spl/spl_dllist.c elem->next = NULL; NULL 241 spl/spl_dllist.c if (tail == NULL) { NULL 242 spl/spl_dllist.c return NULL; NULL 246 spl/spl_dllist.c tail->prev->next = NULL; NULL 248 spl/spl_dllist.c llist->head = NULL; NULL 259 spl/spl_dllist.c tail->data = NULL; NULL 271 spl/spl_dllist.c if (tail == NULL) { NULL 272 spl/spl_dllist.c return NULL; NULL 283 spl/spl_dllist.c if (head == NULL) { NULL 284 spl/spl_dllist.c return NULL; NULL 296 spl/spl_dllist.c if (head == NULL) { NULL 297 spl/spl_dllist.c return NULL; NULL 301 spl/spl_dllist.c head->next->prev = NULL; NULL 303 spl/spl_dllist.c llist->tail = NULL; NULL 313 spl/spl_dllist.c head->data = NULL; NULL 345 spl/spl_dllist.c zval *tmp = NULL; NULL 358 spl/spl_dllist.c if (intern->debug_info != NULL) { NULL 385 spl/spl_dllist.c intern->debug_info = NULL; NULL 427 spl/spl_dllist.c retval.handle = zend_objects_store_put(intern, (zend_objects_store_dtor_t)zend_objects_destroy_object, spl_dllist_object_free_storage, NULL TSRMLS_CC); NULL 430 spl/spl_dllist.c php_error_docref(NULL TSRMLS_CC, E_COMPILE_ERROR, "Internal compiler error, Class is not child of SplDoublyLinkedList"); NULL 435 spl/spl_dllist.c intern->fptr_offset_get = NULL; NULL 439 spl/spl_dllist.c intern->fptr_offset_set = NULL; NULL 443 spl/spl_dllist.c intern->fptr_offset_has = NULL; NULL 447 spl/spl_dllist.c intern->fptr_offset_del = NULL; NULL 451 spl/spl_dllist.c intern->fptr_count = NULL; NULL 462 spl/spl_dllist.c return spl_dllist_object_new_ex(class_type, &tmp, NULL, 0 TSRMLS_CC); NULL 519 spl/spl_dllist.c if (intern->debug_info == NULL) { NULL 521 spl/spl_dllist.c zend_hash_init(intern->debug_info, 1, NULL, ZVAL_PTR_DTOR, 0); NULL 613 spl/spl_dllist.c if (value == NULL) { NULL 636 spl/spl_dllist.c if (value == NULL) { NULL 659 spl/spl_dllist.c if (value == NULL) { NULL 682 spl/spl_dllist.c if (value == NULL) { NULL 804 spl/spl_dllist.c if (element != NULL) { NULL 845 spl/spl_dllist.c if (element != NULL) { NULL 893 spl/spl_dllist.c if (element != NULL) { NULL 920 spl/spl_dllist.c element->data = NULL; NULL 1009 spl/spl_dllist.c return (element != NULL ? SUCCESS : FAILURE); NULL 1018 spl/spl_dllist.c if (element == NULL || element->data == NULL) { NULL 1019 spl/spl_dllist.c *data = NULL; NULL 1098 spl/spl_dllist.c RETURN_BOOL(intern->traverse_pointer != NULL); NULL 1127 spl/spl_dllist.c if (element == NULL || element->data == NULL) { NULL 1255 spl/spl_dllist.c return NULL; NULL 1264 spl/spl_dllist.c iterator->intern.value = NULL; NULL 1361 spl/spl_dllist.c REGISTER_SPL_SUB_CLASS_EX(SplStack, SplDoublyLinkedList, spl_dllist_object_new, NULL); NULL 37 spl/spl_engine.h zend_call_method(retval, pce, &pce->constructor, pce->constructor->common.function_name, strlen(pce->constructor->common.function_name), NULL, 1, arg1, NULL TSRMLS_CC); NULL 47 spl/spl_engine.h zend_call_method(retval, pce, &pce->constructor, pce->constructor->common.function_name, strlen(pce->constructor->common.function_name), NULL, 2, arg1, arg2 TSRMLS_CC); NULL 55 spl/spl_exceptions.c REGISTER_SPL_SUB_CLASS_EX(LogicException, Exception, NULL, NULL); NULL 56 spl/spl_exceptions.c REGISTER_SPL_SUB_CLASS_EX(BadFunctionCallException, LogicException, NULL, NULL); NULL 57 spl/spl_exceptions.c REGISTER_SPL_SUB_CLASS_EX(BadMethodCallException, BadFunctionCallException, NULL, NULL); NULL 58 spl/spl_exceptions.c REGISTER_SPL_SUB_CLASS_EX(DomainException, LogicException, NULL, NULL); NULL 59 spl/spl_exceptions.c REGISTER_SPL_SUB_CLASS_EX(InvalidArgumentException, LogicException, NULL, NULL); NULL 60 spl/spl_exceptions.c REGISTER_SPL_SUB_CLASS_EX(LengthException, LogicException, NULL, NULL); NULL 61 spl/spl_exceptions.c REGISTER_SPL_SUB_CLASS_EX(OutOfRangeException, LogicException, NULL, NULL); NULL 63 spl/spl_exceptions.c REGISTER_SPL_SUB_CLASS_EX(RuntimeException, Exception, NULL, NULL); NULL 64 spl/spl_exceptions.c REGISTER_SPL_SUB_CLASS_EX(OutOfBoundsException, RuntimeException, NULL, NULL); NULL 65 spl/spl_exceptions.c REGISTER_SPL_SUB_CLASS_EX(OverflowException, RuntimeException, NULL, NULL); NULL 66 spl/spl_exceptions.c REGISTER_SPL_SUB_CLASS_EX(RangeException, RuntimeException, NULL, NULL); NULL 67 spl/spl_exceptions.c REGISTER_SPL_SUB_CLASS_EX(UnderflowException, RuntimeException, NULL, NULL); NULL 68 spl/spl_exceptions.c REGISTER_SPL_SUB_CLASS_EX(UnexpectedValueException, RuntimeException, NULL, NULL); NULL 85 spl/spl_fixedarray.c array->elements = NULL; NULL 116 spl/spl_fixedarray.c array->elements = NULL; NULL 144 spl/spl_fixedarray.c to->elements[i] = NULL; NULL 159 spl/spl_fixedarray.c *table = NULL; NULL 178 spl/spl_fixedarray.c zend_hash_index_update(ht, i, (void *)&intern->array->elements[i], sizeof(zval *), NULL); NULL 181 spl/spl_fixedarray.c zend_hash_index_update(ht, i, (void *)&EG(uninitialized_zval_ptr), sizeof(zval *), NULL); NULL 264 spl/spl_fixedarray.c retval.handle = zend_objects_store_put(intern, (zend_objects_store_dtor_t)zend_objects_destroy_object, spl_fixedarray_object_free_storage, NULL TSRMLS_CC); NULL 267 spl/spl_fixedarray.c php_error_docref(NULL TSRMLS_CC, E_COMPILE_ERROR, "Internal compiler error, Class is not child of SplFixedArray"); NULL 295 spl/spl_fixedarray.c intern->fptr_offset_get = NULL; NULL 299 spl/spl_fixedarray.c intern->fptr_offset_set = NULL; NULL 303 spl/spl_fixedarray.c intern->fptr_offset_has = NULL; NULL 307 spl/spl_fixedarray.c intern->fptr_offset_del = NULL; NULL 311 spl/spl_fixedarray.c intern->fptr_count = NULL; NULL 322 spl/spl_fixedarray.c return spl_fixedarray_object_new_ex(class_type, &tmp, NULL, 0 TSRMLS_CC); NULL 352 spl/spl_fixedarray.c return NULL; NULL 361 spl/spl_fixedarray.c if (index < 0 || intern->array == NULL || index >= intern->array->size) { NULL 363 spl/spl_fixedarray.c return NULL; NULL 365 spl/spl_fixedarray.c return NULL; NULL 397 spl/spl_fixedarray.c return NULL; NULL 417 spl/spl_fixedarray.c if (index < 0 || intern->array == NULL || index >= intern->array->size) { NULL 443 spl/spl_fixedarray.c zend_call_method_with_2_params(&object, intern->std.ce, &intern->fptr_offset_set, "offsetSet", NULL, offset, value); NULL 463 spl/spl_fixedarray.c if (index < 0 || intern->array == NULL || index >= intern->array->size) { NULL 470 spl/spl_fixedarray.c intern->array->elements[index] = NULL; NULL 483 spl/spl_fixedarray.c zend_call_method_with_1_params(&object, intern->std.ce, &intern->fptr_offset_del, "offsetUnset", NULL, offset); NULL 504 spl/spl_fixedarray.c if (index < 0 || intern->array == NULL || index >= intern->array->size) { NULL 634 spl/spl_fixedarray.c zend_hash_init(ret_ht, 0, NULL, ZVAL_PTR_DTOR, 0); NULL 901 spl/spl_fixedarray.c if (*data == NULL) { NULL 1037 spl/spl_fixedarray.c return NULL; NULL 1046 spl/spl_fixedarray.c iterator->intern.value = NULL; NULL 61 spl/spl_functions.c *ppce = zend_register_internal_class_ex(&ce, parent_ce, NULL TSRMLS_CC); NULL 89 spl/spl_functions.c zend_hash_add(Z_ARRVAL_P(list), pce->name, len+1, &tmp, sizeof(zval *), NULL); NULL 29 spl/spl_functions.h spl_register_std_class(&spl_ce_ ## class_name, # class_name, obj_ctor, NULL TSRMLS_CC); NULL 103 spl/spl_heap.c zval *result_p = NULL; NULL 139 spl/spl_heap.c return NULL; NULL 268 spl/spl_heap.c return NULL; NULL 282 spl/spl_heap.c return NULL; NULL 375 spl/spl_heap.c if (intern->debug_info != NULL) { NULL 399 spl/spl_heap.c intern->fptr_cmp = NULL; NULL 400 spl/spl_heap.c intern->debug_info = NULL; NULL 451 spl/spl_heap.c retval.handle = zend_objects_store_put(intern, (zend_objects_store_dtor_t)zend_objects_destroy_object, spl_heap_object_free_storage, NULL TSRMLS_CC); NULL 454 spl/spl_heap.c php_error_docref(NULL TSRMLS_CC, E_COMPILE_ERROR, "Internal compiler error, Class is not child of SplHeap"); NULL 460 spl/spl_heap.c intern->fptr_cmp = NULL; NULL 464 spl/spl_heap.c intern->fptr_count = NULL; NULL 475 spl/spl_heap.c return spl_heap_object_new_ex(class_type, &tmp, NULL, 0 TSRMLS_CC); NULL 535 spl/spl_heap.c if (intern->debug_info == NULL) { NULL 827 spl/spl_heap.c RETURN_LONG(spl_ptr_heap_zval_max_cmp(a, b, NULL TSRMLS_CC)); NULL 870 spl/spl_heap.c RETURN_LONG(spl_ptr_heap_zval_min_cmp(a, b, NULL TSRMLS_CC)); NULL 884 spl/spl_heap.c RETURN_LONG(spl_ptr_heap_zval_max_cmp(a, b, NULL TSRMLS_CC)); NULL 924 spl/spl_heap.c *data = NULL; NULL 942 spl/spl_heap.c *data = NULL; NULL 974 spl/spl_heap.c if (elem != NULL) { NULL 1007 spl/spl_heap.c if (elem != NULL) { NULL 1109 spl/spl_heap.c return NULL; NULL 1118 spl/spl_heap.c iterator->intern.value = NULL; NULL 1133 spl/spl_heap.c return NULL; NULL 1142 spl/spl_heap.c iterator->intern.value = NULL; NULL 1173 spl/spl_heap.c {NULL, NULL, NULL} NULL 1177 spl/spl_heap.c {NULL, NULL, NULL} NULL 1194 spl/spl_heap.c {NULL, NULL, NULL} NULL 1209 spl/spl_heap.c ZEND_FENTRY(compare, NULL, NULL, ZEND_ACC_PROTECTED|ZEND_ACC_ABSTRACT) NULL 1210 spl/spl_heap.c {NULL, NULL, NULL} NULL 172 spl/spl_iterators.c zend_call_method_with_0_params(&zthis, object->ce, &object->endIteration, "endIteration", NULL); NULL 241 spl/spl_iterators.c zend_call_method_with_0_params(&zobject, ce, NULL, "haschildren", &retval); NULL 276 spl/spl_iterators.c zend_call_method_with_0_params(&zthis, object->ce, &object->nextElement, "nextelement", NULL); NULL 289 spl/spl_iterators.c zend_call_method_with_0_params(&zthis, object->ce, &object->nextElement, "nextelement", NULL); NULL 303 spl/spl_iterators.c zend_call_method_with_0_params(&zobject, ce, NULL, "getchildren", &child); NULL 319 spl/spl_iterators.c ce = child && Z_TYPE_P(child) == IS_OBJECT ? Z_OBJCE_P(child) : NULL; NULL 342 spl/spl_iterators.c zend_call_method_with_0_params(&zthis, object->ce, &object->beginChildren, "beginchildren", NULL); NULL 356 spl/spl_iterators.c zend_call_method_with_0_params(&zthis, object->ce, &object->endChildren, "endchildren", NULL); NULL 379 spl/spl_iterators.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "The %s instance wasn't initialized properly", Z_OBJCE_P(zthis)->name); NULL 387 spl/spl_iterators.c zend_call_method_with_0_params(&zthis, object->ce, &object->endChildren, "endchildren", NULL); NULL 397 spl/spl_iterators.c zend_call_method_with_0_params(&zthis, object->ce, &object->beginIteration, "beginIteration", NULL); NULL 423 spl/spl_iterators.c if (object->iterators == NULL) { NULL 459 spl/spl_iterators.c zval *caching_it, *caching_it_flags, *user_caching_it_flags = NULL; NULL 484 spl/spl_iterators.c iterator = NULL; NULL 500 spl/spl_iterators.c iterator = NULL; NULL 525 spl/spl_iterators.c intern->beginIteration = NULL; NULL 529 spl/spl_iterators.c intern->endIteration = NULL; NULL 533 spl/spl_iterators.c intern->callHasChildren = NULL; NULL 537 spl/spl_iterators.c intern->callGetChildren = NULL; NULL 541 spl/spl_iterators.c intern->beginChildren = NULL; NULL 545 spl/spl_iterators.c intern->endChildren = NULL; NULL 549 spl/spl_iterators.c intern->nextElement = NULL; NULL 571 spl/spl_iterators.c intern->iterators = NULL; NULL 749 spl/spl_iterators.c zend_call_method_with_0_params(&zobject, ce, NULL, "haschildren", &retval); NULL 774 spl/spl_iterators.c zend_call_method_with_0_params(&zobject, ce, NULL, "getchildren", &retval); NULL 853 spl/spl_iterators.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "The %s instance wasn't initialized properly", Z_OBJCE_PP(object_ptr)->name); NULL 885 spl/spl_iterators.c object->iterators = NULL; NULL 928 spl/spl_iterators.c retval.handle = zend_objects_store_put(intern, (zend_objects_store_dtor_t)spl_RecursiveIteratorIterator_dtor, (zend_objects_free_object_storage_t) spl_RecursiveIteratorIterator_free_storage, NULL TSRMLS_CC); NULL 993 spl/spl_iterators.c zend_call_method_with_0_params(&object->iterators[level].zobject, object->iterators[level].ce, NULL, "hasnext", &has_next); NULL 1003 spl/spl_iterators.c zend_call_method_with_0_params(&object->iterators[level].zobject, object->iterators[level].ce, NULL, "hasnext", &has_next); NULL 1265 spl/spl_iterators.c class_type->iterator_funcs.zf_valid = NULL; NULL 1266 spl/spl_iterators.c class_type->iterator_funcs.zf_current = NULL; NULL 1267 spl/spl_iterators.c class_type->iterator_funcs.zf_key = NULL; NULL 1268 spl/spl_iterators.c class_type->iterator_funcs.zf_next = NULL; NULL 1269 spl/spl_iterators.c class_type->iterator_funcs.zf_rewind = NULL; NULL 1314 spl/spl_iterators.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Method %s::%s() does not exist", intern->inner.ce->name, method); NULL 1330 spl/spl_iterators.c if (call_user_function_ex(EG(function_table), NULL, &func, &retval_ptr, arg_count, func_params, 0, NULL TSRMLS_CC) == SUCCESS && retval_ptr) { NULL 1335 spl/spl_iterators.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Unable to call %s::%s()", intern->inner.ce->name, method); NULL 1371 spl/spl_iterators.c zend_class_entry *ce = NULL; NULL 1379 spl/spl_iterators.c return NULL; NULL 1391 spl/spl_iterators.c return NULL; NULL 1396 spl/spl_iterators.c return NULL; NULL 1401 spl/spl_iterators.c return NULL; NULL 1410 spl/spl_iterators.c return NULL; NULL 1415 spl/spl_iterators.c return NULL; NULL 1424 spl/spl_iterators.c char * class_name = NULL; NULL 1429 spl/spl_iterators.c return NULL; NULL 1440 spl/spl_iterators.c return NULL; NULL 1451 spl/spl_iterators.c return NULL; NULL 1456 spl/spl_iterators.c return NULL; NULL 1467 spl/spl_iterators.c zend_call_method_with_0_params(&intern->u.append.zarrayit, spl_ce_ArrayIterator, &spl_ce_ArrayIterator->constructor, "__construct", NULL); NULL 1483 spl/spl_iterators.c return NULL; NULL 1488 spl/spl_iterators.c return NULL; NULL 1494 spl/spl_iterators.c if (intern->u.regex.pce == NULL) { NULL 1497 spl/spl_iterators.c return NULL; NULL 1509 spl/spl_iterators.c return NULL; NULL 1523 spl/spl_iterators.c return NULL; NULL 1580 spl/spl_iterators.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "The inner constructor wasn't initialized with an iterator instance"); NULL 1591 spl/spl_iterators.c intern->current.data = NULL; NULL 1595 spl/spl_iterators.c intern->current.str_key = NULL; NULL 1600 spl/spl_iterators.c intern->u.caching.zstr = NULL; NULL 1604 spl/spl_iterators.c intern->u.caching.zchildren = NULL; NULL 1772 spl/spl_iterators.c zend_call_method_with_0_params(&zthis, intern->std.ce, NULL, "accept", &retval); NULL 1856 spl/spl_iterators.c zend_call_method_with_0_params(&intern->inner.zobject, intern->inner.ce, NULL, "haschildren", &retval); NULL 1877 spl/spl_iterators.c zend_call_method_with_0_params(&intern->inner.zobject, intern->inner.ce, NULL, "getchildren", &retval); NULL 1899 spl/spl_iterators.c zend_call_method_with_0_params(&intern->inner.zobject, intern->inner.ce, NULL, "getchildren", &retval); NULL 1938 spl/spl_iterators.c if (intern->current.data == NULL) { NULL 1984 spl/spl_iterators.c if (intern->current.data == NULL) { NULL 2013 spl/spl_iterators.c count = pcre_exec(intern->u.regex.pce->re, intern->u.regex.pce->extra, subject, subject_len, 0, 0, NULL, 0); NULL 2217 spl/spl_iterators.c zend_call_method_with_0_params(&intern->inner.zobject, intern->inner.ce, NULL, "getchildren", &retval); NULL 2267 spl/spl_iterators.c object->u.caching.zcache = NULL; NULL 2313 spl/spl_iterators.c retval.handle = zend_objects_store_put(intern, (zend_objects_store_dtor_t)spl_dual_it_dtor, (zend_objects_free_object_storage_t) spl_dual_it_free_storage, NULL TSRMLS_CC); NULL 2452 spl/spl_iterators.c zend_call_method_with_1_params(&intern->inner.zobject, intern->inner.ce, NULL, "seek", NULL, zpos); NULL 2599 spl/spl_iterators.c zend_symtable_update(HASH_OF(intern->u.caching.zcache), intern->current.str_key, intern->current.str_key_len, &zcacheval, sizeof(void*), NULL); NULL 2605 spl/spl_iterators.c zend_call_method_with_0_params(&intern->inner.zobject, intern->inner.ce, NULL, "haschildren", &retval); NULL 2617 spl/spl_iterators.c zend_call_method_with_0_params(&intern->inner.zobject, intern->inner.ce, NULL, "getchildren", &zchildren); NULL 2798 spl/spl_iterators.c zend_symtable_update(HASH_OF(intern->u.caching.zcache), arKey, nKeyLength+1, &value, sizeof(value), NULL); NULL 3290 spl/spl_iterators.c intern->inner.zobject = NULL; NULL 3291 spl/spl_iterators.c intern->inner.ce = NULL; NULL 3292 spl/spl_iterators.c intern->inner.object = NULL; NULL 3295 spl/spl_iterators.c intern->inner.iterator = NULL; NULL 3515 spl/spl_iterators.c if (data == NULL || *data == NULL) { NULL 3549 spl/spl_iterators.c if (data == NULL || *data == NULL) { NULL 3616 spl/spl_iterators.c zend_fcall_info_call(&apply_info->fci, &apply_info->fcc, &retval, NULL TSRMLS_CC); NULL 3633 spl/spl_iterators.c apply_info.args = NULL; NULL 3645 spl/spl_iterators.c zend_fcall_info_args(&apply_info.fci, NULL TSRMLS_CC); NULL 3671 spl/spl_iterators.c spl_handlers_rec_it_it.clone_obj = NULL; NULL 3676 spl/spl_iterators.c spl_handlers_dual_it.clone_obj = NULL; NULL 3746 spl/spl_iterators.c spl_ce_RegexIterator = NULL; NULL 3747 spl/spl_iterators.c spl_ce_RecursiveRegexIterator = NULL; NULL 3750 spl/spl_iterators.c REGISTER_SPL_STD_CLASS_EX(EmptyIterator, NULL, spl_funcs_EmptyIterator); NULL 53 spl/spl_observer.c {NULL, NULL, NULL} NULL 71 spl/spl_observer.c {NULL, NULL, NULL} NULL 105 spl/spl_observer.c if (intern->debug_info != NULL) { NULL 133 spl/spl_observer.c return NULL; NULL 136 spl/spl_observer.c return NULL; NULL 192 spl/spl_observer.c return NULL; NULL 222 spl/spl_observer.c zend_hash_update(&intern->storage, hash, hash_len, &element, sizeof(spl_SplObjectStorageElement), NULL); NULL 266 spl/spl_observer.c zend_hash_init(&intern->storage, 0, NULL, (void (*)(void *))spl_object_storage_dtor, 0); NULL 268 spl/spl_observer.c retval.handle = zend_objects_store_put(intern, (zend_objects_store_dtor_t)zend_objects_destroy_object, (zend_objects_free_object_storage_t) spl_SplOjectStorage_free_storage, NULL TSRMLS_CC); NULL 281 spl/spl_observer.c intern->fptr_get_hash = NULL; NULL 329 spl/spl_observer.c if (intern->debug_info == NULL) { NULL 347 spl/spl_observer.c Z_ARRVAL_P(tmp)->pDestructor = NULL; NULL 355 spl/spl_observer.c zend_symtable_update(intern->debug_info, zname, name_len+1, &storage, sizeof(zval *), NULL); NULL 371 spl/spl_observer.c zval *gcdata_arr = NULL, NULL 376 spl/spl_observer.c *table = NULL; NULL 385 spl/spl_observer.c if (gcdata_arr == NULL) { NULL 389 spl/spl_observer.c Z_ARRVAL_P(gcdata_arr)->pDestructor = NULL; NULL 392 spl/spl_observer.c zend_hash_add(props, "\x00gcdata", sizeof("\x00gcdata"), &gcdata_arr, sizeof(gcdata_arr), NULL); NULL 435 spl/spl_observer.c return spl_object_storage_new_ex(class_type, &tmp, NULL TSRMLS_CC); NULL 456 spl/spl_observer.c zval *obj, *inf = NULL; NULL 809 spl/spl_observer.c zval *pentry, *pmembers, *pcount = NULL, *pinf; NULL 910 spl/spl_observer.c zend_hash_copy(intern->std.properties, Z_ARRVAL_P(pmembers), (copy_ctor_func_t) zval_add_ref, (void *) NULL, sizeof(zval *)); NULL 984 spl/spl_observer.c {NULL, NULL, NULL} NULL 1049 spl/spl_observer.c zval *iterator = NULL, *info = NULL; NULL 1057 spl/spl_observer.c if (info != NULL) { NULL 1098 spl/spl_observer.c zend_call_method_with_0_params(&it, Z_OBJCE_P(it), &Z_OBJCE_P(it)->iterator_funcs.zf_rewind, "rewind", NULL); NULL 1121 spl/spl_observer.c zend_call_method_with_0_params(&it, Z_OBJCE_P(it), &Z_OBJCE_P(it)->iterator_funcs.zf_next, "next", NULL); NULL 1133 spl/spl_observer.c zval *it, *retval = NULL; NULL 1174 spl/spl_observer.c zval *it, *retval = NULL; NULL 1300 spl/spl_observer.c {NULL, NULL, NULL} NULL 17141 sqlite3/libsqlite/sqlite3.c sqlite3_mutex *p = NULL; NULL 17150 sqlite3/libsqlite/sqlite3.c p = NULL; NULL 17234 sqlite3/libsqlite/sqlite3.c DosGetInfoBlocks(&ptib, NULL); NULL 17245 sqlite3/libsqlite/sqlite3.c DosGetInfoBlocks(&ptib, NULL); NULL 22449 sqlite3/libsqlite/sqlite3.c pFile->zFullPathCp = NULL; NULL 22950 sqlite3/libsqlite/sqlite3.c static UconvObject ucUtf8 = NULL; /* convert between UTF-8 and UCS-2 */ NULL 22951 sqlite3/libsqlite/sqlite3.c static UconvObject uclCp = NULL; /* convert between local codepage and UCS-2 */ NULL 22958 sqlite3/libsqlite/sqlite3.c ucUtf8 = NULL; NULL 22960 sqlite3/libsqlite/sqlite3.c uclCp = NULL; NULL 22971 sqlite3/libsqlite/sqlite3.c ucUtf8 = NULL; NULL 22972 sqlite3/libsqlite/sqlite3.c uclCp = NULL; NULL 22986 sqlite3/libsqlite/sqlite3.c return NULL; NULL 23015 sqlite3/libsqlite/sqlite3.c return NULL; NULL 23077 sqlite3/libsqlite/sqlite3.c DosGetInfoBlocks(NULL, &pib); NULL 23151 sqlite3/libsqlite/sqlite3.c static os2ShmNode *os2ShmNodeList = NULL; NULL 23196 sqlite3/libsqlite/sqlite3.c NULL, &area, timeout, mode); NULL 23201 sqlite3/libsqlite/sqlite3.c &area, NULL, 0, 0); NULL 23269 sqlite3/libsqlite/sqlite3.c NULL) != 0 ) { NULL 23288 sqlite3/libsqlite/sqlite3.c pNode = NULL; NULL 23292 sqlite3/libsqlite/sqlite3.c pNode = NULL; NULL 23421 sqlite3/libsqlite/sqlite3.c *pp = NULL; NULL 23467 sqlite3/libsqlite/sqlite3.c pNode->apRegion[n] = NULL; NULL 23527 sqlite3/libsqlite/sqlite3.c pFile->pShmLink = NULL; NULL 23913 sqlite3/libsqlite/sqlite3.c (PEAOP2)NULL ); NULL 24026 sqlite3/libsqlite/sqlite3.c rc = DosLoadModule(NULL, 0, (PSZ)zFilenameCp, &hmod); NULL 26418 sqlite3/libsqlite/sqlite3.c utime(zLockFile, NULL); NULL 26420 sqlite3/libsqlite/sqlite3.c utimes(zLockFile, NULL); NULL 28938 sqlite3/libsqlite/sqlite3.c assert( pNew->pInode==NULL ); NULL 29072 sqlite3/libsqlite/sqlite3.c if( (rc==SQLITE_OK) && (pNew->pInode->pSem==NULL) ){ NULL 29547 sqlite3/libsqlite/sqlite3.c if( isAutoProxy && (zPath!=NULL) && (!noLock) && pVfs->xOpen ){ NULL 29553 sqlite3/libsqlite/sqlite3.c if( envforce!=NULL ){ NULL 29842 sqlite3/libsqlite/sqlite3.c nanosleep(&sp, NULL); NULL 30153 sqlite3/libsqlite/sqlite3.c assert(lockPath!=NULL); NULL 30200 sqlite3/libsqlite/sqlite3.c UnixUnusedFd *pUnused = NULL; NULL 30246 sqlite3/libsqlite/sqlite3.c if( pNew==NULL ){ NULL 30472 sqlite3/libsqlite/sqlite3.c char *tempLockPath = NULL; NULL 30559 sqlite3/libsqlite/sqlite3.c futimes(conchFile->h, NULL); NULL 30577 sqlite3/libsqlite/sqlite3.c if( pCtx->lockProxyPath!=NULL ){ NULL 30763 sqlite3/libsqlite/sqlite3.c pCtx->lockProxy=NULL; NULL 30765 sqlite3/libsqlite/sqlite3.c if( lockProxy!=NULL ){ NULL 30817 sqlite3/libsqlite/sqlite3.c char *lockPath=NULL; NULL 30825 sqlite3/libsqlite/sqlite3.c lockPath=NULL; NULL 30870 sqlite3/libsqlite/sqlite3.c if( pCtx->dbPath==NULL ){ NULL 30914 sqlite3/libsqlite/sqlite3.c *(const char **)pArg = NULL; NULL 30922 sqlite3/libsqlite/sqlite3.c if( pArg==NULL || (const char *)pArg==0 ){ NULL 31605 sqlite3/libsqlite/sqlite3.c nChar = MultiByteToWideChar(CP_UTF8, 0, zFilename, -1, NULL, 0); NULL 31652 sqlite3/libsqlite/sqlite3.c nByte = MultiByteToWideChar(codepage, 0, zFilename, -1, NULL,0)*sizeof(WCHAR); NULL 31741 sqlite3/libsqlite/sqlite3.c WCHAR *zTempWide = NULL; NULL 31743 sqlite3/libsqlite/sqlite3.c NULL, NULL 31761 sqlite3/libsqlite/sqlite3.c char *zTemp = NULL; NULL 31763 sqlite3/libsqlite/sqlite3.c NULL, NULL 31901 sqlite3/libsqlite/sqlite3.c pFile->hMutex = CreateMutexW(NULL, FALSE, zName); NULL 31917 sqlite3/libsqlite/sqlite3.c pFile->hShared = CreateFileMappingW(INVALID_HANDLE_VALUE, NULL, NULL 31938 sqlite3/libsqlite/sqlite3.c pFile->hShared = NULL; NULL 31943 sqlite3/libsqlite/sqlite3.c if (pFile->hShared == NULL){ NULL 31946 sqlite3/libsqlite/sqlite3.c pFile->hMutex = NULL; NULL 31989 sqlite3/libsqlite/sqlite3.c pFile->hMutex = NULL; NULL 33332 sqlite3/libsqlite/sqlite3.c NULL, PAGE_READWRITE, 0, nByte, NULL NULL 33654 sqlite3/libsqlite/sqlite3.c NULL, NULL 33657 sqlite3/libsqlite/sqlite3.c NULL NULL 33668 sqlite3/libsqlite/sqlite3.c NULL, NULL 33671 sqlite3/libsqlite/sqlite3.c NULL NULL 40282 sqlite3/libsqlite/sqlite3.c char *pNew = NULL; /* New temp space */ NULL 55208 sqlite3/libsqlite/sqlite3.c d2 = checkTreePage(pCheck, pgno, zContext, &nMinKey, i==0 ? NULL : &nMaxKey); NULL 55225 sqlite3/libsqlite/sqlite3.c checkTreePage(pCheck, pgno, zContext, NULL, !pPage->nCell ? NULL : &nMaxKey); NULL 55394 sqlite3/libsqlite/sqlite3.c checkTreePage(&sCheck, aRoot[i], "List of tree roots: ", NULL, NULL); NULL 81695 sqlite3/libsqlite/sqlite3.c Expr *pWhereRowid = NULL; /* WHERE rowid .. */ NULL 81696 sqlite3/libsqlite/sqlite3.c Expr *pInClause = NULL; /* WHERE rowid IN ( select ) */ NULL 81697 sqlite3/libsqlite/sqlite3.c Expr *pSelectRowid = NULL; /* SELECT rowid ... */ NULL 81698 sqlite3/libsqlite/sqlite3.c ExprList *pEList = NULL; /* Expression list contaning only pSelectRowid */ NULL 81699 sqlite3/libsqlite/sqlite3.c SrcList *pSelectSrc = NULL; /* SELECT rowid FROM x ... (dup of pSrc) */ NULL 81700 sqlite3/libsqlite/sqlite3.c Select *pSelect = NULL; /* Complete SELECT tree */ NULL 88872 sqlite3/libsqlite/sqlite3.c char *proxy_file_path = NULL; NULL 88893 sqlite3/libsqlite/sqlite3.c NULL); NULL 104673 sqlite3/libsqlite/sqlite3.c pParser->yystack = NULL; NULL 118321 sqlite3/libsqlite/sqlite3.c if( t==NULL ) return SQLITE_NOMEM; NULL 118351 sqlite3/libsqlite/sqlite3.c if( c==NULL ) return SQLITE_NOMEM; NULL 118363 sqlite3/libsqlite/sqlite3.c c->zToken = NULL; /* no space allocated, yet. */ NULL 119076 sqlite3/libsqlite/sqlite3.c while( z<zEnd && (NULL!=(z = (char *)sqlite3Fts3NextToken(z, &n))) ){ NULL 119453 sqlite3/libsqlite/sqlite3.c if( t==NULL ) return SQLITE_NOMEM; NULL 119508 sqlite3/libsqlite/sqlite3.c if( c==NULL ) return SQLITE_NOMEM; NULL 119520 sqlite3/libsqlite/sqlite3.c c->pToken = NULL; /* no space allocated, yet. */ NULL 119925 sqlite3/libsqlite/sqlite3.c rc = sqlite3_prepare_v2(p->db, zSql, -1, &pStmt, NULL); NULL 121698 sqlite3/libsqlite/sqlite3.c char *zRoot = NULL; /* Pointer to buffer containing root node */ NULL 60 sqlite3/sqlite3.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", message); NULL 78 sqlite3/sqlite3.c STD_PHP_INI_ENTRY("sqlite3.extension_dir", NULL, PHP_INI_SYSTEM, OnUpdateString, extension_dir, zend_sqlite3_globals, sqlite3_globals) NULL 104 sqlite3/sqlite3.c zend_replace_error_handling(EH_THROW, NULL, &error_handling TSRMLS_CC); NULL 121 sqlite3/sqlite3.c if (!(fullpath = expand_filepath(filename, NULL TSRMLS_CC))) { NULL 127 sqlite3/sqlite3.c if (PG(safe_mode) && (!php_checkuid(fullpath, NULL, CHECKUID_CHECK_FILE_AND_DIR))) { NULL 144 sqlite3/sqlite3.c if (sqlite3_open_v2(fullpath, &(db_obj->db), flags, NULL) != SQLITE_OK) { NULL 171 sqlite3/sqlite3.c sqlite3_set_authorizer(db_obj->db, php_sqlite3_authorizer, NULL); NULL 213 sqlite3/sqlite3.c char *sql, *errtext = NULL; NULL 223 sqlite3/sqlite3.c if (sqlite3_exec(db_obj->db, sql, NULL, NULL, &errtext) != SQLITE_OK) { NULL 338 sqlite3/sqlite3.c char *extension, *lib_path, *extension_dir, *errtext = NULL; NULL 476 sqlite3/sqlite3.c errcode = sqlite3_prepare_v2(db_obj->db, sql, sql_len, &(stmt_obj->stmt), NULL); NULL 501 sqlite3/sqlite3.c zval *stmt = NULL; NULL 502 sqlite3/sqlite3.c char *sql, *errtext = NULL; NULL 518 sqlite3/sqlite3.c if (sqlite3_exec(db_obj->db, sql, NULL, NULL, &errtext) != SQLITE_OK) { NULL 534 sqlite3/sqlite3.c return_code = sqlite3_prepare_v2(db_obj->db, sql, sql_len, &(stmt_obj->stmt), NULL); NULL 612 sqlite3/sqlite3.c char *sql, *errtext = NULL; NULL 630 sqlite3/sqlite3.c if (sqlite3_exec(db_obj->db, sql, NULL, NULL, &errtext) != SQLITE_OK) { NULL 637 sqlite3/sqlite3.c return_code = sqlite3_prepare_v2(db_obj->db, sql, sql_len, &stmt, NULL); NULL 685 sqlite3/sqlite3.c zval ***zargs = NULL; NULL 686 sqlite3/sqlite3.c zval *retval = NULL; NULL 690 sqlite3/sqlite3.c php_sqlite3_agg_context *agg_context = NULL; NULL 701 sqlite3/sqlite3.c fc->fci.symbol_table = NULL; NULL 702 sqlite3/sqlite3.c fc->fci.object_ptr = NULL; NULL 755 sqlite3/sqlite3.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "An error occurred while invoking the callback"); NULL 808 sqlite3/sqlite3.c retval = NULL; NULL 810 sqlite3/sqlite3.c agg_context->zval_context = NULL; NULL 850 sqlite3/sqlite3.c sqlite3_do_callback(&func->afini, func->fini, 0, NULL, context, 1 TSRMLS_CC); NULL 857 sqlite3/sqlite3.c zval ***zargs = NULL; NULL 858 sqlite3/sqlite3.c zval *retval = NULL; NULL 866 sqlite3/sqlite3.c collation->fci.fci.symbol_table = NULL; NULL 867 sqlite3/sqlite3.c collation->fci.fci.object_ptr = NULL; NULL 884 sqlite3/sqlite3.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "An error occurred while invoking the compare callback"); NULL 897 sqlite3/sqlite3.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "An error occurred while invoking the compare callback (invalid return type). Collation behaviour is undefined."); NULL 940 sqlite3/sqlite3.c if (sqlite3_create_function(db_obj->db, sql_func, sql_func_num_args, SQLITE_UTF8, func, php_sqlite3_callback_func, NULL, NULL) == SQLITE_OK) { NULL 997 sqlite3/sqlite3.c if (sqlite3_create_function(db_obj->db, sql_func, sql_func_num_args, SQLITE_UTF8, func, NULL, php_sqlite3_callback_step, php_sqlite3_callback_final) == SQLITE_OK) { NULL 1210 sqlite3/sqlite3.c sqlite3_blob *blob = NULL; NULL 1365 sqlite3/sqlite3.c zend_hash_init(hash, 13, NULL, sqlite3_param_dtor, 0); NULL 1394 sqlite3/sqlite3.c zend_hash_update(hash, param->name, param->name_len, param, sizeof(*param), NULL); NULL 1396 sqlite3/sqlite3.c zend_hash_index_update(hash, param->param_number, param, sizeof(*param), NULL); NULL 1426 sqlite3/sqlite3.c param.parameter = NULL; NULL 1457 sqlite3/sqlite3.c param.parameter = NULL; NULL 1506 sqlite3/sqlite3.c php_stream *stream = NULL; NULL 1508 sqlite3/sqlite3.c char *buffer = NULL; NULL 1511 sqlite3/sqlite3.c if (stream == NULL) { NULL 1593 sqlite3/sqlite3.c zend_replace_error_handling(EH_THROW, NULL, &error_handling TSRMLS_CC); NULL 1615 sqlite3/sqlite3.c errcode = sqlite3_prepare_v2(db_obj->db, sql, sql_len, &(stmt_obj->stmt), NULL); NULL 1666 sqlite3/sqlite3.c if (column_name == NULL) { NULL 1969 sqlite3/sqlite3.c if (PG(safe_mode) && (!php_checkuid(arg3, NULL, CHECKUID_CHECK_FILE_AND_DIR))) { NULL 2028 sqlite3/sqlite3.c sqlite3_create_function(intern->db, func->func_name, func->argc, SQLITE_UTF8, func, NULL, NULL, NULL); NULL 2049 sqlite3/sqlite3.c sqlite3_create_collation(intern->db, collation->collation_name, SQLITE_UTF8, NULL, NULL); NULL 2079 sqlite3/sqlite3.c intern->bound_params = NULL; NULL 2138 sqlite3/sqlite3.c retval.handle = zend_objects_store_put(intern, NULL, (zend_objects_free_object_storage_t) php_sqlite3_object_free_storage, NULL TSRMLS_CC); NULL 2154 sqlite3/sqlite3.c intern->db_obj_zval = NULL; NULL 2159 sqlite3/sqlite3.c retval.handle = zend_objects_store_put(intern, NULL, (zend_objects_free_object_storage_t) php_sqlite3_stmt_object_free_storage, NULL TSRMLS_CC); NULL 2177 sqlite3/sqlite3.c intern->stmt_obj_zval = NULL; NULL 2182 sqlite3/sqlite3.c retval.handle = zend_objects_store_put(intern, NULL, (zend_objects_free_object_storage_t) php_sqlite3_result_object_free_storage, NULL TSRMLS_CC); NULL 2199 sqlite3/sqlite3.c param->parameter = NULL; NULL 2213 sqlite3/sqlite3.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "A thread safe version of SQLite is required when using a thread safe version of PHP."); NULL 2225 sqlite3/sqlite3.c sqlite3_object_handlers.clone_obj = NULL; NULL 2231 sqlite3/sqlite3.c sqlite3_stmt_object_handlers.clone_obj = NULL; NULL 2237 sqlite3/sqlite3.c sqlite3_result_object_handlers.clone_obj = NULL; NULL 2297 sqlite3/sqlite3.c NULL, NULL 2300 sqlite3/sqlite3.c NULL, NULL 2301 sqlite3/sqlite3.c NULL, NULL 2306 sqlite3/sqlite3.c NULL, NULL 2307 sqlite3/sqlite3.c NULL, NULL 103 standard/array.c ZEND_INIT_MODULE_GLOBALS(array, php_array_init_globals, NULL); NULL 281 standard/array.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "recursion detected"); NULL 336 standard/array.c zend_call_method_with_0_params(&array, NULL, NULL, "count", &retval); NULL 579 standard/array.c zval *retval_ptr = NULL; NULL 606 standard/array.c if (!zend_is_callable(*func_name, 0, NULL TSRMLS_CC)) { \ NULL 607 standard/array.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid comparison function"); \ NULL 661 standard/array.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Array was modified by the user comparison function"); NULL 704 standard/array.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Array was modified by the user comparison function"); NULL 725 standard/array.c zval *retval_ptr = NULL; NULL 800 standard/array.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Array was modified by the user comparison function"); NULL 938 standard/array.c switch (zend_hash_get_current_key_ex(array, &string_key, &string_length, &num_key, 0, NULL)) { NULL 956 standard/array.c zval ***args = NULL; NULL 969 standard/array.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "When only one parameter is given, it must be an array"); NULL 975 standard/array.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Array must contain at least one element"); NULL 1006 standard/array.c zval ***args = NULL; NULL 1020 standard/array.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "When only one parameter is given, it must be an array"); NULL 1026 standard/array.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Array must contain at least one element"); NULL 1057 standard/array.c *key=NULL; /* Entry key */ NULL 1085 standard/array.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "recursion detected"); NULL 1108 standard/array.c switch (zend_hash_get_current_key_ex(target_hash, &string_key, &string_key_len, &num_key, 0, NULL)) { NULL 1126 standard/array.c key = NULL; NULL 1134 standard/array.c key = NULL; NULL 1151 standard/array.c zval *userdata = NULL; NULL 1176 standard/array.c zval *userdata = NULL; NULL 1319 standard/array.c zval *var_array, *prefix = NULL; NULL 1337 standard/array.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid extract type"); NULL 1342 standard/array.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "specified extract type requires the prefix parameter"); NULL 1349 standard/array.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "prefix is not a valid identifier"); NULL 1451 standard/array.c zend_hash_update(EG(active_symbol_table), Z_STRVAL(final_name), Z_STRLEN(final_name) + 1, (void **) entry, sizeof(zval *), NULL); NULL 1485 standard/array.c zend_hash_update(Z_ARRVAL_P(return_value), Z_STRVAL_P(entry), Z_STRLEN_P(entry) + 1, &data, sizeof(zval *), NULL); NULL 1492 standard/array.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "recursion detected"); NULL 1514 standard/array.c zval ***args = NULL; /* function arguments array */ NULL 1556 standard/array.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Number of elements must be positive"); NULL 1564 standard/array.c zend_hash_index_update(Z_ARRVAL_P(return_value), start_key, &val, sizeof(zval *), NULL); NULL 1568 standard/array.c if (zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &val, sizeof(zval *), NULL) == SUCCESS) { NULL 1572 standard/array.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot add element to the array as the next element is already occupied"); NULL 1598 standard/array.c zend_hash_index_update(Z_ARRVAL_P(return_value), Z_LVAL_PP(entry), &val, sizeof(zval *), NULL); NULL 1610 standard/array.c zend_symtable_update(Z_ARRVAL_P(return_value), Z_STRVAL_P(key_ptr), Z_STRLEN_P(key_ptr) + 1, &val, sizeof(zval *), NULL); NULL 1626 standard/array.c zval *zlow, *zhigh, *zstep = NULL; NULL 1636 standard/array.c (Z_TYPE_P(zstep) == IS_STRING && is_numeric_string(Z_STRVAL_P(zstep), Z_STRLEN_P(zstep), NULL, NULL, 0) == IS_DOUBLE) NULL 1659 standard/array.c type1 = is_numeric_string(Z_STRVAL_P(zlow), Z_STRLEN_P(zlow), NULL, NULL, 0); NULL 1660 standard/array.c type2 = is_numeric_string(Z_STRVAL_P(zhigh), Z_STRLEN_P(zhigh), NULL, NULL, 0); NULL 1766 standard/array.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "step exceeds the specified range"); NULL 1803 standard/array.c hash->pListTail = NULL; NULL 1811 standard/array.c elems[j]->pListNext = NULL; NULL 1816 standard/array.c while (temp != NULL) { NULL 1847 standard/array.c HashTable *out_hash = NULL; /* Output hashtable */ NULL 1856 standard/array.c return NULL; NULL 1878 standard/array.c zend_hash_init(out_hash, (length > 0 ? num_in - length : 0) + list_count, NULL, ZVAL_PTR_DTOR, 0); NULL 1888 standard/array.c zend_hash_next_index_insert(out_hash, &entry, sizeof(zval *), NULL); NULL 1890 standard/array.c zend_hash_quick_update(out_hash, p->arKey, p->nKeyLength, p->h, &entry, sizeof(zval *), NULL); NULL 1895 standard/array.c if (removed != NULL) { NULL 1900 standard/array.c zend_hash_next_index_insert(*removed, &entry, sizeof(zval *), NULL); NULL 1902 standard/array.c zend_hash_quick_update(*removed, p->arKey, p->nKeyLength, p->h, &entry, sizeof(zval *), NULL); NULL 1910 standard/array.c if (list != NULL) { NULL 1915 standard/array.c zend_hash_next_index_insert(out_hash, &entry, sizeof(zval *), NULL); NULL 1924 standard/array.c zend_hash_next_index_insert(out_hash, &entry, sizeof(zval *), NULL); NULL 1926 standard/array.c zend_hash_quick_update(out_hash, p->arKey, p->nKeyLength, p->h, &entry, sizeof(zval *), NULL); NULL 1955 standard/array.c if (zend_hash_next_index_insert(Z_ARRVAL_P(stack), &new_var, sizeof(zval *), NULL) == FAILURE) { NULL 1957 standard/array.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot add element to the array as the next element is already occupied"); NULL 1974 standard/array.c char *key = NULL; NULL 1996 standard/array.c zend_hash_get_current_key_ex(Z_ARRVAL_P(stack), &key, &key_len, &index, 0, NULL); NULL 2008 standard/array.c while (p != NULL) { NULL 2063 standard/array.c new_hash = php_splice(Z_ARRVAL_P(stack), 0, 0, &args[0], argc, NULL); NULL 2083 standard/array.c *repl_array = NULL, /* Replacement array */ NULL 2084 standard/array.c ***repl = NULL; /* Replacement elements */ NULL 2085 standard/array.c HashTable *new_hash = NULL, /* Output array's hash */ NULL 2086 standard/array.c **rem_hash = NULL; /* Removed elements' hash */ NULL 2165 standard/array.c **z_length = NULL, /* How many elements to get */ NULL 2229 standard/array.c zend_hash_update(Z_ARRVAL_P(return_value), string_key, string_key_len, entry, sizeof(zval *), NULL); NULL 2234 standard/array.c zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, entry, sizeof(zval *), NULL); NULL 2236 standard/array.c zend_hash_next_index_insert(Z_ARRVAL_P(return_value), entry, sizeof(zval *), NULL); NULL 2259 standard/array.c HashTable *thash = Z_TYPE_PP(dest_entry) == IS_ARRAY ? Z_ARRVAL_PP(dest_entry) : NULL; NULL 2262 standard/array.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "recursion detected"); NULL 2294 standard/array.c zend_hash_update(dest, string_key, string_key_len, src_entry, sizeof(zval *), NULL); NULL 2300 standard/array.c zend_hash_next_index_insert(dest, src_entry, sizeof(zval *), NULL); NULL 2327 standard/array.c zend_hash_update(dest, string_key, string_key_len, src_entry, sizeof(zval *), NULL); NULL 2339 standard/array.c zend_hash_index_update(dest, num_key, src_entry, sizeof(zval *), NULL); NULL 2347 standard/array.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "recursion detected"); NULL 2370 standard/array.c zval ***args = NULL; NULL 2379 standard/array.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Argument #%d is not an array", i + 1); NULL 2400 standard/array.c zend_hash_merge(Z_ARRVAL_P(return_value), Z_ARRVAL_PP(args[i]), (copy_ctor_func_t) zval_add_ref, NULL, sizeof(zval *), 1); NULL 2445 standard/array.c *search_value = NULL, /* Value to search for */ NULL 2466 standard/array.c if (search_value != NULL) { NULL 2476 standard/array.c if (search_value != NULL) { NULL 2487 standard/array.c zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &new_val, sizeof(zval *), NULL); NULL 2493 standard/array.c zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &new_val, sizeof(zval *), NULL); NULL 2522 standard/array.c zend_hash_next_index_insert(Z_ARRVAL_P(return_value), entry, sizeof(zval *), NULL); NULL 2554 standard/array.c zend_hash_index_update(Z_ARRVAL_P(return_value), Z_LVAL_PP(entry), &data, sizeof(data), NULL); NULL 2563 standard/array.c zend_symtable_update(Z_ARRVAL_P(return_value), Z_STRVAL_PP(entry), Z_STRLEN_PP(entry) + 1, &data, sizeof(data), NULL); NULL 2568 standard/array.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Can only count STRING and INTEGER values!"); NULL 2601 standard/array.c zend_hash_update(Z_ARRVAL_P(return_value), string_key, string_key_len, entry, sizeof(zval *), NULL); NULL 2606 standard/array.c zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, entry, sizeof(zval *), NULL); NULL 2608 standard/array.c zend_hash_next_index_insert(Z_ARRVAL_P(return_value), entry, sizeof(zval *), NULL); NULL 2642 standard/array.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "You may only pad up to 1048576 elements at a time"); NULL 2659 standard/array.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "You may only pad up to 1048576 elements at a time"); NULL 2670 standard/array.c new_hash = php_splice(Z_ARRVAL_P(return_value), input_size, 0, pads, num_pads, NULL); NULL 2672 standard/array.c new_hash = php_splice(Z_ARRVAL_P(return_value), 0, 0, pads, num_pads, NULL); NULL 2719 standard/array.c zend_hash_index_update(Z_ARRVAL_P(return_value), Z_LVAL_PP(entry), &data, sizeof(data), NULL); NULL 2721 standard/array.c zend_symtable_update(Z_ARRVAL_P(return_value), Z_STRVAL_PP(entry), Z_STRLEN_PP(entry) + 1, &data, sizeof(data), NULL); NULL 2724 standard/array.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Can only flip STRING and INTEGER values!"); NULL 2756 standard/array.c zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, entry, sizeof(entry), NULL); NULL 2765 standard/array.c zend_hash_update(Z_ARRVAL_P(return_value), new_key, str_key_len, entry, sizeof(entry), NULL); NULL 2812 standard/array.c arTmp[i].b = NULL; NULL 2908 standard/array.c int (*intersect_data_compare_func)(zval **, zval ** TSRMLS_DC) = NULL; NULL 2933 standard/array.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "at least %d parameters are required, %d given", req_args, argc); NULL 2943 standard/array.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Argument #%d is not an array", i + 1); NULL 2951 standard/array.c for (p = Z_ARRVAL_PP(args[0])->pListHead; p != NULL; p = p->pListNext) { NULL 2965 standard/array.c zend_hash_index_update(Z_ARRVAL_P(return_value), p->h, p->pData, sizeof(zval*), NULL); NULL 2980 standard/array.c zend_hash_quick_update(Z_ARRVAL_P(return_value), p->arKey, p->nKeyLength, p->h, p->pData, sizeof(zval*), NULL); NULL 2991 standard/array.c zval ***args = NULL; NULL 3020 standard/array.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "data_compare_type is %d. This should never happen. Please report as a bug", data_compare_type); NULL 3025 standard/array.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "at least %d parameters are required, %d given", req_args, ZEND_NUM_ARGS()); NULL 3073 standard/array.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "data_compare_type is %d. key_compare_type is %d. This should never happen. Please report as a bug", data_compare_type, key_compare_type); NULL 3078 standard/array.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "at least %d parameters are required, %d given", req_args, ZEND_NUM_ARGS()); NULL 3087 standard/array.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "behavior is %d. This should never happen. Please report as a bug", behavior); NULL 3108 standard/array.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Argument #%d is not an array", i + 1); NULL 3127 standard/array.c *list = NULL; NULL 3142 standard/array.c zend_hash_init(ht, zend_hash_num_elements(return_value->value.ht), NULL, ZVAL_PTR_DTOR, 0); NULL 3331 standard/array.c int (*diff_data_compare_func)(zval **, zval ** TSRMLS_DC) = NULL; NULL 3339 standard/array.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "at least 3 parameters are required, %d given", ZEND_NUM_ARGS()); NULL 3348 standard/array.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "at least 2 parameters are required, %d given", ZEND_NUM_ARGS()); NULL 3361 standard/array.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Argument #%d is not an array", i + 1); NULL 3369 standard/array.c for (p = Z_ARRVAL_PP(args[0])->pListHead; p != NULL; p = p->pListNext) { NULL 3383 standard/array.c zend_hash_index_update(Z_ARRVAL_P(return_value), p->h, p->pData, sizeof(zval*), NULL); NULL 3398 standard/array.c zend_hash_quick_update(Z_ARRVAL_P(return_value), p->arKey, p->nKeyLength, p->h, p->pData, sizeof(zval*), NULL); NULL 3409 standard/array.c zval ***args = NULL; NULL 3438 standard/array.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "data_compare_type is %d. This should never happen. Please report as a bug", data_compare_type); NULL 3443 standard/array.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "at least %d parameters are required, %d given", req_args, ZEND_NUM_ARGS()); NULL 3490 standard/array.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "data_compare_type is %d. key_compare_type is %d. This should never happen. Please report as a bug", data_compare_type, key_compare_type); NULL 3495 standard/array.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "at least %d parameters are required, %d given", req_args, ZEND_NUM_ARGS()); NULL 3504 standard/array.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "behavior is %d. This should never happen. Please report as a bug", behavior); NULL 3525 standard/array.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Argument #%d is not an array", i + 1); NULL 3544 standard/array.c *list = NULL; NULL 3559 standard/array.c zend_hash_init(ht, zend_hash_num_elements(return_value->value.ht), NULL, ZVAL_PTR_DTOR, 0); NULL 3761 standard/array.c } while (ab[r] != NULL); NULL 3833 standard/array.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Argument #%d is expected to be an array or sorting flag that has not already been specified", i + 1); NULL 3851 standard/array.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Argument #%d is expected to be an array or sorting flag that has not already been specified", i + 1); NULL 3857 standard/array.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Argument #%d is an unknown sort flag", i + 1); NULL 3863 standard/array.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Argument #%d is expected to be an array or a sort flag", i + 1); NULL 3875 standard/array.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Array sizes are inconsistent"); NULL 3905 standard/array.c indirect[k][num_arrays] = NULL; NULL 3916 standard/array.c hash->pListTail = NULL; NULL 3924 standard/array.c indirect[k][i]->pListNext = NULL; NULL 3930 standard/array.c while (p != NULL) { NULL 3974 standard/array.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Second argument has to be between 1 and the number of elements in the array"); NULL 4106 standard/array.c zval *result = NULL; NULL 4110 standard/array.c zval *initial = NULL; NULL 4154 standard/array.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "An error occurred while invoking the reduction callback"); NULL 4174 standard/array.c zval *retval = NULL; NULL 4215 standard/array.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "An error occurred while invoking the filter callback"); NULL 4225 standard/array.c zend_hash_update(Z_ARRVAL_P(return_value), string_key, string_key_len, operand, sizeof(zval *), NULL); NULL 4229 standard/array.c zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, operand, sizeof(zval *), NULL); NULL 4240 standard/array.c zval ***arrays = NULL; NULL 4263 standard/array.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Argument #%d should be an array", i + 2); NULL 4338 standard/array.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "An error occurred while invoking the map callback"); NULL 4397 standard/array.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "The first argument should be either a string or an integer"); NULL 4413 standard/array.c zval *input = NULL; NULL 4414 standard/array.c zval *chunk = NULL; NULL 4423 standard/array.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Size parameter expected to be greater than 0"); NULL 4464 standard/array.c chunk = NULL; NULL 4494 standard/array.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Both parameters should have an equal number of elements"); NULL 59 standard/assert.c ASSERTG(callback) = NULL; NULL 74 standard/assert.c ASSERTG(cb) = NULL; NULL 85 standard/assert.c PHP_INI_ENTRY("assert.callback", NULL, PHP_INI_ALL, OnChangeCallback) NULL 91 standard/assert.c assert_globals_p->callback = NULL; NULL 92 standard/assert.c assert_globals_p->cb = NULL; NULL 98 standard/assert.c ZEND_INIT_MODULE_GLOBALS(assert, php_assert_init_globals, NULL); NULL 116 standard/assert.c ASSERTG(cb) = NULL; NULL 126 standard/assert.c ASSERTG(callback) = NULL; NULL 145 standard/assert.c char *myeval = NULL; NULL 146 standard/assert.c char *compiled_string_description, *description = NULL; NULL 171 standard/assert.c php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "Failure evaluating code: %s%s", PHP_EOL, myeval); NULL 173 standard/assert.c php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "Failure evaluating code: %s%s:\"%s\"", PHP_EOL, description, myeval); NULL 222 standard/assert.c call_user_function(CG(function_table), NULL, ASSERTG(callback), retval, 3, args TSRMLS_CC); NULL 230 standard/assert.c call_user_function(CG(function_table), NULL, ASSERTG(callback), retval, 4, args TSRMLS_CC); NULL 243 standard/assert.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Assertion \"%s\" failed", myeval); NULL 245 standard/assert.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Assertion failed"); NULL 249 standard/assert.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s: \"%s\" failed", description, myeval); NULL 251 standard/assert.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s failed", description); NULL 266 standard/assert.c zval **value = NULL; NULL 313 standard/assert.c if (ASSERTG(callback) != NULL) { NULL 331 standard/assert.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown value %ld", what); NULL 63 standard/base64.c if (ret_length != NULL) { NULL 66 standard/base64.c return NULL; NULL 95 standard/base64.c if (ret_length != NULL) { NULL 165 standard/base64.c return NULL; NULL 175 standard/base64.c return NULL; NULL 203 standard/base64.c return NULL; NULL 230 standard/base64.c if (result != NULL) { NULL 251 standard/base64.c if (result != NULL) { NULL 119 standard/basic_functions.c static zend_class_entry *incomplete_class_entry = NULL; NULL 3385 standard/basic_functions.c NULL, NULL 3418 standard/basic_functions.c SetEnvironmentVariable(pe->key, NULL); NULL 3422 standard/basic_functions.c for (env = environ; env != NULL && *env != NULL; env++) { NULL 3449 standard/basic_functions.c BG(next) = NULL; NULL 3451 standard/basic_functions.c BG(user_tick_functions) = NULL; NULL 3452 standard/basic_functions.c BG(user_filter_map) = NULL; NULL 3692 standard/basic_functions.c BG(strtok_string) = NULL; NULL 3693 standard/basic_functions.c BG(strtok_zval) = NULL; NULL 3694 standard/basic_functions.c BG(strtok_last) = NULL; NULL 3695 standard/basic_functions.c BG(locale_string) = NULL; NULL 3705 standard/basic_functions.c if (zend_hash_init(&BG(putenv_ht), 1, NULL, (void (*)(void *)) php_putenv_destructor, 0) == FAILURE) { NULL 3709 standard/basic_functions.c BG(user_shutdown_function_names) = NULL; NULL 3719 standard/basic_functions.c FG(default_context) = NULL; NULL 3722 standard/basic_functions.c FG(stream_wrappers) = NULL; NULL 3725 standard/basic_functions.c FG(stream_filters) = NULL; NULL 3736 standard/basic_functions.c BG(strtok_string) = NULL; NULL 3737 standard/basic_functions.c BG(strtok_zval) = NULL; NULL 3748 standard/basic_functions.c if (BG(locale_string) != NULL) { NULL 3754 standard/basic_functions.c BG(locale_string) = NULL; NULL 3775 standard/basic_functions.c BG(user_tick_functions) = NULL; NULL 3808 standard/basic_functions.c if (!zend_get_constant_ex(const_name, const_name_len, return_value, NULL, ZEND_FETCH_CLASS_SILENT TSRMLS_CC)) { NULL 3809 standard/basic_functions.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Couldn't find constant %s", const_name); NULL 3834 standard/basic_functions.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid in_addr value"); NULL 3839 standard/basic_functions.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "An unknown error occurred"); NULL 3870 standard/basic_functions.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unrecognized address %s", address); NULL 3877 standard/basic_functions.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unrecognized address %s", address); NULL 3941 standard/basic_functions.c n = strtoul(ip, NULL, 0); NULL 4033 standard/basic_functions.c char *value = NULL; NULL 4062 standard/basic_functions.c pe.previous_value = NULL; NULL 4063 standard/basic_functions.c for (env = environ; env != NULL && *env != NULL; env++) { NULL 4094 standard/basic_functions.c zend_hash_add(&BG(putenv_ht), pe.key, pe.key_len + 1, (void **) &pe, sizeof(putenv_entry), NULL); NULL 4108 standard/basic_functions.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid parameter syntax"); NULL 4139 standard/basic_functions.c if (p->opt_name != NULL) { NULL 4151 standard/basic_functions.c opt_struct * paras = NULL; NULL 4172 standard/basic_functions.c paras->opt_name = NULL; NULL 4190 standard/basic_functions.c char *options = NULL, **argv = NULL; NULL 4194 standard/basic_functions.c char *php_optarg = NULL; NULL 4196 standard/basic_functions.c zval *val, **args = NULL, *p_longopts = NULL; NULL 4245 standard/basic_functions.c argv[argc] = NULL; NULL 4310 standard/basic_functions.c opts->opt_name = NULL; NULL 4336 standard/basic_functions.c if (php_optarg != NULL) { NULL 4345 standard/basic_functions.c if (!(optname_len > 1 && optname[0] == '0') && is_numeric_string(optname, optname_len, NULL, NULL, 0) == IS_LONG) { NULL 4352 standard/basic_functions.c zend_hash_next_index_insert(HASH_OF(*args), (void *)&val, sizeof(zval *), NULL); NULL 4354 standard/basic_functions.c zend_hash_index_update(HASH_OF(return_value), optname_int, &val, sizeof(zval *), NULL); NULL 4362 standard/basic_functions.c zend_hash_next_index_insert(HASH_OF(*args), (void *)&val, sizeof(zval *), NULL); NULL 4364 standard/basic_functions.c zend_hash_add(HASH_OF(return_value), optname, strlen(optname)+1, (void *)&val, sizeof(zval *), NULL); NULL 4368 standard/basic_functions.c php_optarg = NULL; NULL 4395 standard/basic_functions.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Number of seconds must be greater than or equal to 0"); NULL 4418 standard/basic_functions.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Number of microseconds must be greater than or equal to 0"); NULL 4439 standard/basic_functions.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "The seconds value must be greater than 0"); NULL 4443 standard/basic_functions.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "The nanoseconds value must be greater than 0"); NULL 4457 standard/basic_functions.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "nanoseconds was not in the range 0 to 999 999 999 or seconds was negative"); NULL 4476 standard/basic_functions.c if (gettimeofday((struct timeval *) &tm, NULL) != 0) { NULL 4482 standard/basic_functions.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sleep until to time is less than current time"); NULL 4581 standard/basic_functions.c php_error_docref(NULL TSRMLS_CC, E_CORE_ERROR, "magic_quotes_runtime is not supported anymore"); NULL 4627 standard/basic_functions.c char *message, *opt = NULL, *headers = NULL; NULL 4657 standard/basic_functions.c php_stream *stream = NULL; NULL 4662 standard/basic_functions.c if (!php_mail(opt, "PHP error_log message", message, headers, NULL TSRMLS_CC)) { NULL 4668 standard/basic_functions.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "TCP/IP option not available!"); NULL 4673 standard/basic_functions.c stream = php_stream_open_wrapper(opt, "a", IGNORE_URL_WIN | REPORT_ERRORS, NULL); NULL 4719 standard/basic_functions.c zval *retval_ptr = NULL; NULL 4743 standard/basic_functions.c zval *params, *retval_ptr = NULL; NULL 4766 standard/basic_functions.c zval ***params = NULL; NULL 4778 standard/basic_functions.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Second argument is not an object or class name"); NULL 4787 standard/basic_functions.c if (call_user_function_ex(EG(function_table), &object, callback, &retval_ptr, n_params, params, 0, NULL TSRMLS_CC) == SUCCESS) { NULL 4792 standard/basic_functions.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to call %s()", Z_STRVAL_P(callback)); NULL 4804 standard/basic_functions.c zval *params, ***method_args = NULL, *retval_ptr; NULL 4816 standard/basic_functions.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Second argument is not an object or class name"); NULL 4833 standard/basic_functions.c if (call_user_function_ex(EG(function_table), &object, callback, &retval_ptr, num_elems, method_args, 0, NULL TSRMLS_CC) == SUCCESS) { NULL 4838 standard/basic_functions.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to call %s()", Z_STRVAL_P(callback)); NULL 4849 standard/basic_functions.c zval *retval_ptr = NULL; NULL 4882 standard/basic_functions.c zval *params, *retval_ptr = NULL; NULL 4944 standard/basic_functions.c if (call_user_function(EG(function_table), NULL, NULL 4966 standard/basic_functions.c if (call_user_function( EG(function_table), NULL, NULL 4978 standard/basic_functions.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to call %s() - function does not exist", Z_STRVAL_P(function)); NULL 4984 standard/basic_functions.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to call %s::%s() - function does not exist", Z_OBJCE_PP(obj)->name, Z_STRVAL_PP(method)); NULL 4986 standard/basic_functions.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to call tick function"); NULL 5025 standard/basic_functions.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to delete tick function executed at the moment"); NULL 5050 standard/basic_functions.c BG(user_shutdown_function_names) = NULL; NULL 5054 standard/basic_functions.c BG(user_shutdown_function_names) = NULL; NULL 5064 standard/basic_functions.c char *function_name = NULL; NULL 5082 standard/basic_functions.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid shutdown callback '%s' passed", function_name); NULL 5088 standard/basic_functions.c zend_hash_init(BG(user_shutdown_function_names), 0, NULL, (void (*)(void *)) user_shutdown_function_dtor, 0); NULL 5094 standard/basic_functions.c zend_hash_next_index_insert(BG(user_shutdown_function_names), &shutdown_function_entry, sizeof(php_shutdown_function_entry), NULL); NULL 5106 standard/basic_functions.c zend_hash_init(BG(user_shutdown_function_names), 0, NULL, (void (*)(void *)) user_shutdown_function_dtor, 0); NULL 5109 standard/basic_functions.c return zend_hash_update(BG(user_shutdown_function_names), function_name, function_len, shutdown_function_entry, sizeof(php_shutdown_function_entry), NULL) != FAILURE; NULL 5127 standard/basic_functions.c zend_hash_init(BG(user_shutdown_function_names), 0, NULL, (void (*)(void *)) user_shutdown_function_dtor, 0); NULL 5130 standard/basic_functions.c return zend_hash_next_index_insert(BG(user_shutdown_function_names), &shutdown_function_entry, sizeof(php_shutdown_function_entry), NULL) != FAILURE; NULL 5203 standard/basic_functions.c file_handle.opened_path = NULL; NULL 5339 standard/basic_functions.c char *extname = NULL; NULL 5352 standard/basic_functions.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find extension '%s'", extname); NULL 5471 standard/basic_functions.c if (str == NULL) { NULL 5536 standard/basic_functions.c char *arg = NULL; NULL 5578 standard/basic_functions.c if (serv == NULL) { NULL 5603 standard/basic_functions.c if (serv == NULL) { NULL 5627 standard/basic_functions.c if (ent == NULL) { NULL 5650 standard/basic_functions.c if (ent == NULL) { NULL 5665 standard/basic_functions.c char *function_name = NULL; NULL 5683 standard/basic_functions.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid tick callback '%s' passed", function_name); NULL 5799 standard/basic_functions.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); NULL 5810 standard/basic_functions.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to move '%s' to '%s'", path, new_path); NULL 5832 standard/basic_functions.c zend_symtable_update(Z_ARRVAL_P(arr), Z_STRVAL_P(arg1), Z_STRLEN_P(arg1) + 1, &element, sizeof(zval *), NULL); NULL 5844 standard/basic_functions.c if (!(Z_STRLEN_P(arg1) > 1 && Z_STRVAL_P(arg1)[0] == '0') && is_numeric_string(Z_STRVAL_P(arg1), Z_STRLEN_P(arg1), NULL, NULL, 0) == IS_LONG) { NULL 5851 standard/basic_functions.c zend_hash_index_update(Z_ARRVAL_P(arr), key, &hash, sizeof(zval *), NULL); NULL 5861 standard/basic_functions.c zend_hash_update(Z_ARRVAL_P(arr), Z_STRVAL_P(arg1), Z_STRLEN_P(arg1) + 1, &hash, sizeof(zval *), NULL); NULL 5897 standard/basic_functions.c zend_symtable_update(Z_ARRVAL_P(arr), Z_STRVAL_P(arg1), Z_STRLEN_P(arg1) + 1, &BG(active_ini_file_section), sizeof(zval *), NULL); NULL 5916 standard/basic_functions.c char *filename = NULL; NULL 5928 standard/basic_functions.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Filename cannot be empty!"); NULL 5934 standard/basic_functions.c BG(active_ini_file_section) = NULL; NULL 5958 standard/basic_functions.c char *string = NULL, *str = NULL; NULL 5974 standard/basic_functions.c BG(active_ini_file_section) = NULL; NULL 158 standard/browscap.c bdata->current_section_name != NULL && NULL 193 standard/browscap.c zend_hash_update(Z_ARRVAL_P(bdata->current_section), new_key, Z_STRLEN_P(arg1) + 1, &new_property, sizeof(zval *), NULL); NULL 211 standard/browscap.c zend_hash_init(section_properties, 0, NULL, NULL 223 standard/browscap.c zend_hash_update(bdata->htab, Z_STRVAL_P(arg1), Z_STRLEN_P(arg1) + 1, (void *) &bdata->current_section, sizeof(zval *), NULL); NULL 234 standard/browscap.c zend_hash_update(section_properties, "browser_name_regex", sizeof("browser_name_regex"), (void *) &processed, sizeof(zval *), NULL); NULL 235 standard/browscap.c zend_hash_update(section_properties, "browser_name_pattern", sizeof("browser_name_pattern"), (void *) &unprocessed, sizeof(zval *), NULL); NULL 246 standard/browscap.c if (filename == NULL || filename[0] == '\0') { NULL 251 standard/browscap.c if (browdata->htab == NULL) { NULL 255 standard/browscap.c if (zend_hash_init_ex(browdata->htab, 0, NULL, NULL 260 standard/browscap.c browdata->htab = NULL; NULL 265 standard/browscap.c fh.opened_path = NULL; NULL 270 standard/browscap.c browdata->htab = NULL; NULL 276 standard/browscap.c browdata->current_section_name = NULL; NULL 279 standard/browscap.c if (browdata->current_section_name != NULL) { NULL 281 standard/browscap.c browdata->current_section_name = NULL; NULL 291 standard/browscap.c browscap_globals->activation_bdata.htab = NULL; NULL 292 standard/browscap.c browscap_globals->activation_bdata.current_section = NULL; NULL 293 standard/browscap.c browscap_globals->activation_bdata.current_section_name = NULL; NULL 301 standard/browscap.c if (bdata->htab != NULL) { NULL 304 standard/browscap.c bdata->htab = NULL; NULL 323 standard/browscap.c if (VCWD_REALPATH(new_value, bdata->filename) == NULL) { NULL 339 standard/browscap.c browscap_globals_ctor, NULL); NULL 397 standard/browscap.c if (re == NULL) { NULL 401 standard/browscap.c if (pcre_exec(re, re_extra, lookup_browser_name, lookup_browser_length, 0, re_options, NULL, 0) == 0) { NULL 458 standard/browscap.c char *agent_name = NULL; NULL 468 standard/browscap.c if (bdata->htab == NULL) { /* not initialized yet */ NULL 475 standard/browscap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "browscap ini directive not set"); NULL 485 standard/browscap.c if (agent_name == NULL) { NULL 490 standard/browscap.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "HTTP_USER_AGENT variable is not set, cannot determine user agent name"); NULL 501 standard/browscap.c found_browser_entry = NULL; NULL 153 standard/crypt.c char *str, *salt_in = NULL; NULL 675 standard/crypt_blowfish.c return NULL; NULL 688 standard/crypt_blowfish.c return NULL; NULL 694 standard/crypt_blowfish.c return NULL; NULL 878 standard/crypt_blowfish.c return NULL; NULL 891 standard/crypt_blowfish.c return NULL; NULL 637 standard/crypt_freesec.c return(NULL); NULL 648 standard/crypt_freesec.c return(NULL); NULL 652 standard/crypt_freesec.c return(NULL); NULL 657 standard/crypt_freesec.c return(NULL); NULL 667 standard/crypt_freesec.c return(NULL); NULL 676 standard/crypt_freesec.c return(NULL); NULL 690 standard/crypt_freesec.c return(NULL); NULL 704 standard/crypt_freesec.c return(NULL); NULL 787 standard/crypt_freesec.c {NULL} NULL 363 standard/crypt_sha256.c char *copied_key = NULL; NULL 364 standard/crypt_sha256.c char *copied_salt = NULL; NULL 570 standard/crypt_sha256.c buffer = NULL; NULL 586 standard/crypt_sha256.c if (copied_key != NULL) { NULL 590 standard/crypt_sha256.c if (copied_salt != NULL) { NULL 614 standard/crypt_sha256.c if (new_buffer == NULL) { NULL 615 standard/crypt_sha256.c return NULL; NULL 396 standard/crypt_sha512.c char *copied_key = NULL; NULL 397 standard/crypt_sha512.c char *copied_salt = NULL; NULL 617 standard/crypt_sha512.c buffer = NULL; NULL 633 standard/crypt_sha512.c if (copied_key != NULL) { NULL 636 standard/crypt_sha512.c if (copied_salt != NULL) { NULL 660 standard/crypt_sha512.c if (new_buffer == NULL) { NULL 661 standard/crypt_sha512.c return NULL; NULL 210 standard/cyr_convert.c from_table = NULL; NULL 211 standard/cyr_convert.c to_table = NULL; NULL 231 standard/cyr_convert.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown source charset: %c", from); NULL 253 standard/cyr_convert.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown destination charset: %c", to); NULL 263 standard/cyr_convert.c tmp = (from_table == NULL)? str[i] : from_table[ str[i] ]; NULL 264 standard/cyr_convert.c str[i] = (to_table == NULL) ? tmp : to_table[tmp + 256]; NULL 102 standard/datetime.c if (unparsed_part == NULL) { NULL 85 standard/dir.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find my handle property"); \ NULL 93 standard/dir.c dirp = (php_stream *) zend_fetch_resource(&id TSRMLS_CC, -1, "Directory", NULL, 1, php_file_le_stream()); \ NULL 108 standard/dir.c {NULL, NULL, NULL} NULL 140 standard/dir.c ts_allocate_id(&dir_globals_id, sizeof(php_dir_globals), NULL, NULL); NULL 218 standard/dir.c zval *zcontext = NULL; NULL 219 standard/dir.c php_stream_context *context = NULL; NULL 230 standard/dir.c if (dirp == NULL) { NULL 269 standard/dir.c zval *id = NULL, **tmp, *myself; NULL 276 standard/dir.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%d is not a valid Directory resource", dirp->rsrc_id); NULL 303 standard/dir.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s (errno %d)", strerror(errno), errno); NULL 307 standard/dir.c php_clear_stat_cache(1, NULL, 0 TSRMLS_CC); NULL 312 standard/dir.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s (errno %d)", strerror(errno), errno); NULL 338 standard/dir.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s (errno %d)", strerror(errno), errno); NULL 344 standard/dir.c BG(CurrentStatFile) = NULL; NULL 348 standard/dir.c BG(CurrentLStatFile) = NULL; NULL 360 standard/dir.c char *ret=NULL; NULL 384 standard/dir.c zval *id = NULL, **tmp, *myself; NULL 390 standard/dir.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%d is not a valid Directory resource", dirp->rsrc_id); NULL 402 standard/dir.c zval *id = NULL, **tmp, *myself; NULL 409 standard/dir.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%d is not a valid Directory resource", dirp->rsrc_id); NULL 431 standard/dir.c char *pattern = NULL; NULL 444 standard/dir.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Pattern exceeds the maximum allowed length of %d characters", MAXPATHLEN); NULL 449 standard/dir.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "At least one of the passed flags is invalid or not supported on this platform"); NULL 474 standard/dir.c if (0 != (ret = glob(pattern, flags & GLOB_FLAGMASK, NULL, &globbuf))) { NULL 554 standard/dir.c zval *zcontext = NULL; NULL 555 standard/dir.c php_stream_context *context = NULL; NULL 562 standard/dir.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Directory name cannot be empty"); NULL 573 standard/dir.c n = php_stream_scandir(dirn, &namelist, context, NULL); NULL 578 standard/dir.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "(errno %d): %s", errno, strerror(errno)); NULL 64 standard/dl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Dynamically loaded extensions aren't enabled"); NULL 69 standard/dl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "File name exceeds the maximum allowed length of %d characters", MAXPATHLEN); NULL 78 standard/dl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Not supported in multithreaded Web servers - use extension=%s in your php.ini", filename); NULL 81 standard/dl.c php_error_docref(NULL TSRMLS_CC, E_DEPRECATED, "dl() is deprecated - use extension=%s in your php.ini", filename); NULL 124 standard/dl.c if (strchr(filename, '/') != NULL || strchr(filename, DEFAULT_SLASH) != NULL) { NULL 127 standard/dl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Temporary module name should contain only filename"); NULL 149 standard/dl.c php_error_docref(NULL TSRMLS_CC, error_type, "Unable to load dynamic library '%s' - %s", libpath, err); NULL 152 standard/dl.c php_error_docref(NULL TSRMLS_CC, error_type, "Unable to load dynamic library '%s' - %s", libpath, "Unknown reason"); NULL 155 standard/dl.c php_error_docref(NULL TSRMLS_CC, error_type, "Unable to load dynamic library '%s' - %s", libpath, GET_DL_ERROR()); NULL 175 standard/dl.c php_error_docref(NULL TSRMLS_CC, error_type, "Invalid library (maybe not a PHP library) '%s'", filename); NULL 214 standard/dl.c php_error_docref(NULL TSRMLS_CC, error_type, NULL 224 standard/dl.c php_error_docref(NULL TSRMLS_CC, error_type, NULL 237 standard/dl.c if ((module_entry = zend_register_module_ex(module_entry TSRMLS_CC)) == NULL) { NULL 249 standard/dl.c php_error_docref(NULL TSRMLS_CC, error_type, "Unable to initialize module '%s'", module_entry->name); NULL 280 standard/dl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot dynamically load %s - dynamic modules are not supported", file); NULL 138 standard/dns.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "unable to fetch host [%d]: %s", errno, strerror(errno)); NULL 165 standard/dns.c if (hostname == NULL) { NULL 167 standard/dns.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Address is not a valid IPv4 or IPv6 address"); NULL 169 standard/dns.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Address is not in a.b.c.d form"); NULL 193 standard/dns.c return NULL; NULL 199 standard/dns.c return NULL; NULL 205 standard/dns.c if (!hp || hp->h_name == NULL || hp->h_name[0] == '\0') { NULL 246 standard/dns.c if (hp == NULL || hp->h_addr_list == NULL) { NULL 330 standard/dns.c if (res._u._ext.nsaddrs[ns] != NULL) { NULL 332 standard/dns.c res._u._ext.nsaddrs[ns] = NULL; NULL 348 standard/dns.c char *hostname, *rectype = NULL; NULL 365 standard/dns.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Host cannot be empty"); NULL 383 standard/dns.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Type '%s' not supported", rectype); NULL 389 standard/dns.c handle = dns_open(NULL); NULL 390 standard/dns.c if (handle == NULL) { NULL 426 standard/dns.c *subarray = NULL; NULL 430 standard/dns.c return NULL; NULL 490 standard/dns.c return NULL; NULL 510 standard/dns.c zval *entries = NULL; NULL 535 standard/dns.c return NULL; NULL 541 standard/dns.c return NULL; NULL 658 standard/dns.c return NULL; NULL 674 standard/dns.c return NULL; NULL 696 standard/dns.c return NULL; NULL 703 standard/dns.c *subarray = NULL; NULL 719 standard/dns.c zval *authns = NULL, *addtl = NULL; NULL 731 standard/dns.c u_char *cp = NULL, *end = NULL; NULL 752 standard/dns.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Type '%ld' not supported", type_param); NULL 757 standard/dns.c php_error_docref(NULL TSRMLS_CC, E_WARNING, NULL 841 standard/dns.c handle = dns_open(NULL); NULL 842 standard/dns.c if (handle == NULL) { NULL 875 standard/dns.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to parse DNS data received"); NULL 888 standard/dns.c if (retval != NULL && store_results) { NULL 898 standard/dns.c zval *retval = NULL; NULL 900 standard/dns.c cp = php_parserr(cp, &answer, DNS_T_ANY, authns != NULL, raw, &retval); NULL 901 standard/dns.c if (retval != NULL) { NULL 910 standard/dns.c zval *retval = NULL; NULL 913 standard/dns.c if (retval != NULL) { NULL 930 standard/dns.c zval *mx_list, *weight_list = NULL; NULL 960 standard/dns.c handle = dns_open(NULL); NULL 961 standard/dns.c if (handle == NULL) { NULL 48 standard/dns_win32.c zval *mx_list, *weight_list = NULL; NULL 57 standard/dns_win32.c status = DnsQuery_A(hostname, DNS_TYPE_MX, DNS_QUERY_STANDARD, NULL, &pResult, NULL); NULL 95 standard/dns_win32.c char *hostname, *rectype = NULL; NULL 107 standard/dns_win32.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Host cannot be empty"); NULL 125 standard/dns_win32.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Type '%s' not supported", rectype); NULL 130 standard/dns_win32.c status = DnsQuery_A(hostname, type, DNS_QUERY_STANDARD, NULL, &pResult, NULL); NULL 339 standard/dns_win32.c *subarray = NULL; NULL 353 standard/dns_win32.c zval *authns = NULL, *addtl = NULL; NULL 373 standard/dns_win32.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Type '%ld' not supported", type_param); NULL 378 standard/dns_win32.c php_error_docref(NULL TSRMLS_CC, E_WARNING, NULL 455 standard/dns_win32.c status = DnsQuery_A(hostname, type_to_fetch, DNS_QUERY_STANDARD, NULL, &pResult, NULL); NULL 461 standard/dns_win32.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Dns Query failed"); NULL 469 standard/dns_win32.c zval *retval = NULL; NULL 473 standard/dns_win32.c if (retval != NULL && store_results) { NULL 481 standard/dns_win32.c if (retval != NULL) { NULL 496 standard/dns_win32.c if (retval != NULL) { NULL 65 standard/exec.c char *b, *d=NULL; NULL 69 standard/exec.c void (*sig_handler)() = NULL; NULL 82 standard/exec.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to fork [%s]", cmd); NULL 175 standard/exec.c zval *ret_code=NULL, *ret_array=NULL; NULL 188 standard/exec.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot execute a blank command"); NULL 193 standard/exec.c ret = php_exec(mode, cmd, NULL, return_value TSRMLS_CC); NULL 245 standard/exec.c char *p = NULL; NULL 272 standard/exec.c p = NULL; NULL 400 standard/exec.c char *cmd = NULL; NULL 421 standard/exec.c char *cmd = NULL; NULL 450 standard/exec.c if ((in=VCWD_POPEN(command, "rt"))==NULL) { NULL 452 standard/exec.c if ((in=VCWD_POPEN(command, "r"))==NULL) { NULL 454 standard/exec.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to execute '%s'", command); NULL 482 standard/exec.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Only a super user may attempt to increase the priority of a process"); NULL 132 standard/file.c if (stream == NULL) { \ NULL 154 standard/file.c context->options = NULL; NULL 162 standard/file.c FG(user_stream_current_filename) = NULL; NULL 164 standard/file.c FG(wrapper_errors) = NULL; NULL 172 standard/file.c STD_PHP_INI_ENTRY("user_agent", NULL, PHP_INI_ALL, OnUpdateString, user_agent, php_file_globals, file_globals) NULL 173 standard/file.c STD_PHP_INI_ENTRY("from", NULL, PHP_INI_ALL, OnUpdateString, from_address, php_file_globals, file_globals) NULL 180 standard/file.c le_stream_context = zend_register_list_destructors_ex(file_context_dtor, NULL, "stream-context", module_number); NULL 333 standard/file.c zval *arg1, *arg3 = NULL; NULL 346 standard/file.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Illegal operation argument"); NULL 379 standard/file.c char *name = NULL, *value = NULL, *temp = NULL; NULL 393 standard/file.c NULL); NULL 489 standard/file.c name = value = NULL; NULL 503 standard/file.c md.token_data = NULL; NULL 524 standard/file.c zval *zcontext = NULL; NULL 525 standard/file.c php_stream_context *context = NULL; NULL 533 standard/file.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "length must be greater than or equal to zero"); NULL 541 standard/file.c NULL, context); NULL 547 standard/file.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed to seek to position %ld in the stream", offset); NULL 574 standard/file.c zval *zcontext = NULL; NULL 575 standard/file.c php_stream_context *context = NULL; NULL 576 standard/file.c php_stream *srcstream = NULL; NULL 595 standard/file.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Exclusive locks may only be set for regular files"); NULL 603 standard/file.c stream = php_stream_open_wrapper_ex(filename, mode, ((flags & PHP_FILE_USE_INCLUDE_PATH) ? USE_PATH : 0) | REPORT_ERRORS, NULL, context); NULL 604 standard/file.c if (stream == NULL) { NULL 610 standard/file.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Exclusive locks are not supported for this stream"); NULL 639 standard/file.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Only %d of %d bytes written, possibly out of free disk space", numbytes, Z_STRLEN_P(data)); NULL 662 standard/file.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed to write %d bytes to %s", Z_STRLEN_PP(tmp), filename); NULL 664 standard/file.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Only %d of %d bytes written, possibly out of free disk space", bytes_written, Z_STRLEN_PP(tmp)); NULL 676 standard/file.c if (Z_OBJ_HT_P(data) != NULL) { NULL 682 standard/file.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Only %d of %d bytes written, possibly out of free disk space", numbytes, Z_STRLEN(out)); NULL 711 standard/file.c char *target_buf=NULL, *p, *s, *e; NULL 720 standard/file.c zval *zcontext = NULL; NULL 721 standard/file.c php_stream_context *context = NULL; NULL 728 standard/file.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "'%ld' flag is not supported", flags); NULL 738 standard/file.c stream = php_stream_open_wrapper_ex(filename, "rb", (use_include_path ? USE_PATH : 0) | REPORT_ERRORS, NULL, context); NULL 816 standard/file.c php_basename(prefix, prefix_len, NULL, 0, &p, &p_len TSRMLS_CC); NULL 858 standard/file.c zval *zcontext = NULL; NULL 860 standard/file.c php_stream_context *context = NULL; NULL 868 standard/file.c stream = php_stream_open_wrapper_ex(filename, mode, (use_include_path ? USE_PATH : 0) | REPORT_ERRORS, NULL, context); NULL 870 standard/file.c if (stream == NULL) { NULL 892 standard/file.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%d is not a valid stream resource", stream->rsrc_id); NULL 932 standard/file.c php_error_docref2(NULL TSRMLS_CC, command, posix_mode, E_WARNING, "%s", strerror(errno)); NULL 939 standard/file.c if (stream == NULL) { NULL 940 standard/file.c php_error_docref2(NULL TSRMLS_CC, command, mode, E_WARNING, "%s", strerror(errno)); NULL 995 standard/file.c char *buf = NULL; NULL 1008 standard/file.c buf = php_stream_get_line(stream, NULL, 0, &line_len); NULL 1009 standard/file.c if (buf == NULL) { NULL 1014 standard/file.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Length parameter must be greater than 0"); NULL 1019 standard/file.c if (php_stream_get_line(stream, buf, len, &line_len) == NULL) { NULL 1076 standard/file.c char *buf = NULL, *retval; NULL 1078 standard/file.c char *allowed_tags=NULL; NULL 1089 standard/file.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Length parameter must be greater than 0"); NULL 1099 standard/file.c if ((retval = php_stream_get_line(stream, buf, len, &actual_len)) == NULL) { NULL 1100 standard/file.c if (buf != NULL) { NULL 1117 standard/file.c zval ***args = NULL; NULL 1139 standard/file.c buf = php_stream_get_line((php_stream *) what, NULL, 0, &len); NULL 1140 standard/file.c if (buf == NULL) { NULL 1170 standard/file.c char *buffer = NULL; NULL 1293 standard/file.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); NULL 1311 standard/file.c zval *zcontext = NULL; NULL 1332 standard/file.c zval *zcontext = NULL; NULL 1353 standard/file.c zval *zcontext = NULL; NULL 1355 standard/file.c php_stream_context *context = NULL; NULL 1363 standard/file.c stream = php_stream_open_wrapper_ex(filename, "rb", (use_include_path ? USE_PATH : 0) | REPORT_ERRORS, NULL, context); NULL 1426 standard/file.c zval *zcontext = NULL; NULL 1434 standard/file.c wrapper = php_stream_locate_url_wrapper(old_name, NULL, 0 TSRMLS_CC); NULL 1437 standard/file.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to locate stream wrapper"); NULL 1442 standard/file.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s wrapper does not support renaming", wrapper->wops->label ? wrapper->wops->label : "Source"); NULL 1446 standard/file.c if (wrapper != php_stream_locate_url_wrapper(new_name, NULL, 0 TSRMLS_CC)) { NULL 1447 standard/file.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot rename a file across wrapper types"); NULL 1464 standard/file.c zval *zcontext = NULL; NULL 1465 standard/file.c php_stream_context *context = NULL; NULL 1473 standard/file.c wrapper = php_stream_locate_url_wrapper(filename, NULL, 0 TSRMLS_CC); NULL 1476 standard/file.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to locate stream wrapper"); NULL 1481 standard/file.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s does not allow unlinking", wrapper->wops->label ? wrapper->wops->label : "Wrapper"); NULL 1503 standard/file.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Can't truncate this stream!"); NULL 1563 standard/file.c zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_dev, sizeof(zval *), NULL); NULL 1564 standard/file.c zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_ino, sizeof(zval *), NULL); NULL 1565 standard/file.c zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_mode, sizeof(zval *), NULL); NULL 1566 standard/file.c zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_nlink, sizeof(zval *), NULL); NULL 1567 standard/file.c zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_uid, sizeof(zval *), NULL); NULL 1568 standard/file.c zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_gid, sizeof(zval *), NULL); NULL 1569 standard/file.c zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_rdev, sizeof(zval *), NULL); NULL 1570 standard/file.c zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_size, sizeof(zval *), NULL); NULL 1571 standard/file.c zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_atime, sizeof(zval *), NULL); NULL 1572 standard/file.c zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_mtime, sizeof(zval *), NULL); NULL 1573 standard/file.c zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_ctime, sizeof(zval *), NULL); NULL 1574 standard/file.c zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_blksize, sizeof(zval *), NULL); NULL 1575 standard/file.c zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_blocks, sizeof(zval *), NULL); NULL 1578 standard/file.c zend_hash_update(HASH_OF(return_value), stat_sb_names[0], strlen(stat_sb_names[0])+1, (void *)&stat_dev, sizeof(zval *), NULL); NULL 1579 standard/file.c zend_hash_update(HASH_OF(return_value), stat_sb_names[1], strlen(stat_sb_names[1])+1, (void *)&stat_ino, sizeof(zval *), NULL); NULL 1580 standard/file.c zend_hash_update(HASH_OF(return_value), stat_sb_names[2], strlen(stat_sb_names[2])+1, (void *)&stat_mode, sizeof(zval *), NULL); NULL 1581 standard/file.c zend_hash_update(HASH_OF(return_value), stat_sb_names[3], strlen(stat_sb_names[3])+1, (void *)&stat_nlink, sizeof(zval *), NULL); NULL 1582 standard/file.c zend_hash_update(HASH_OF(return_value), stat_sb_names[4], strlen(stat_sb_names[4])+1, (void *)&stat_uid, sizeof(zval *), NULL); NULL 1583 standard/file.c zend_hash_update(HASH_OF(return_value), stat_sb_names[5], strlen(stat_sb_names[5])+1, (void *)&stat_gid, sizeof(zval *), NULL); NULL 1584 standard/file.c zend_hash_update(HASH_OF(return_value), stat_sb_names[6], strlen(stat_sb_names[6])+1, (void *)&stat_rdev, sizeof(zval *), NULL); NULL 1585 standard/file.c zend_hash_update(HASH_OF(return_value), stat_sb_names[7], strlen(stat_sb_names[7])+1, (void *)&stat_size, sizeof(zval *), NULL); NULL 1586 standard/file.c zend_hash_update(HASH_OF(return_value), stat_sb_names[8], strlen(stat_sb_names[8])+1, (void *)&stat_atime, sizeof(zval *), NULL); NULL 1587 standard/file.c zend_hash_update(HASH_OF(return_value), stat_sb_names[9], strlen(stat_sb_names[9])+1, (void *)&stat_mtime, sizeof(zval *), NULL); NULL 1588 standard/file.c zend_hash_update(HASH_OF(return_value), stat_sb_names[10], strlen(stat_sb_names[10])+1, (void *)&stat_ctime, sizeof(zval *), NULL); NULL 1589 standard/file.c zend_hash_update(HASH_OF(return_value), stat_sb_names[11], strlen(stat_sb_names[11])+1, (void *)&stat_blksize, sizeof(zval *), NULL); NULL 1590 standard/file.c zend_hash_update(HASH_OF(return_value), stat_sb_names[12], strlen(stat_sb_names[12])+1, (void *)&stat_blocks, sizeof(zval *), NULL); NULL 1600 standard/file.c zval *zcontext = NULL; NULL 1625 standard/file.c return php_copy_file_ctx(src, dest, 0, NULL TSRMLS_CC); NULL 1633 standard/file.c return php_copy_file_ctx(src, dest, 0, NULL TSRMLS_CC); NULL 1641 standard/file.c php_stream *srcstream = NULL, *deststream = NULL; NULL 1656 standard/file.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "The first argument to copy() function cannot be a directory"); NULL 1671 standard/file.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "The second argument to copy() function cannot be a directory"); NULL 1687 standard/file.c if ((sp = expand_filepath(src, NULL TSRMLS_CC)) == NULL) { NULL 1690 standard/file.c if ((dp = expand_filepath(dest, NULL TSRMLS_CC)) == NULL) { NULL 1710 standard/file.c srcstream = php_stream_open_wrapper_ex(src, "rb", src_flg | REPORT_ERRORS, NULL, ctx); NULL 1716 standard/file.c deststream = php_stream_open_wrapper_ex(dest, "wb", REPORT_ERRORS, NULL, ctx); NULL 1719 standard/file.c ret = php_stream_copy_to_stream_ex(srcstream, deststream, PHP_STREAM_COPY_ALL, NULL); NULL 1746 standard/file.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Length parameter must be greater than 0"); NULL 1770 standard/file.c php_ignore_value(php_mblen(NULL, 0)); NULL 1807 standard/file.c zval *fp = NULL, *fields = NULL; NULL 1809 standard/file.c char *delimiter_str = NULL, *enclosure_str = NULL; NULL 1818 standard/file.c if (delimiter_str != NULL) { NULL 1821 standard/file.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "delimiter must be a character"); NULL 1824 standard/file.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "delimiter must be a single character"); NULL 1831 standard/file.c if (enclosure_str != NULL) { NULL 1833 standard/file.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "enclosure must be a character"); NULL 1836 standard/file.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "enclosure must be a single character"); NULL 1853 standard/file.c zval **field_tmp = NULL, field; NULL 1934 standard/file.c zval *fd, **len_zv = NULL; NULL 1935 standard/file.c char *delimiter_str = NULL; NULL 1937 standard/file.c char *enclosure_str = NULL; NULL 1939 standard/file.c char *escape_str = NULL; NULL 1950 standard/file.c if (delimiter_str != NULL) { NULL 1953 standard/file.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "delimiter must be a character"); NULL 1956 standard/file.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "delimiter must be a single character"); NULL 1963 standard/file.c if (enclosure_str != NULL) { NULL 1965 standard/file.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "enclosure must be a character"); NULL 1968 standard/file.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "enclosure must be a single character"); NULL 1975 standard/file.c if (escape_str != NULL) { NULL 1977 standard/file.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "escape must be character"); NULL 1980 standard/file.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "escape must be a single character"); NULL 1986 standard/file.c if (len_zv != NULL && Z_TYPE_PP(len_zv) != IS_NULL) { NULL 1990 standard/file.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Length parameter may not be negative"); NULL 2003 standard/file.c if ((buf = php_stream_get_line(stream, NULL, 0, &buf_len)) == NULL) { NULL 2008 standard/file.c if (php_stream_get_line(stream, buf, len + 1, &buf_len) == NULL) { NULL 2026 standard/file.c php_ignore_value(php_mblen(NULL, 0)); NULL 2107 standard/file.c if (stream == NULL) { NULL 2109 standard/file.c } else if ((new_buf = php_stream_get_line(stream, NULL, 0, &new_len)) == NULL) { NULL 2141 standard/file.c php_ignore_value(php_mblen(NULL, 0)); NULL 2209 standard/file.c php_ignore_value(php_mblen(NULL, 0)); NULL 2240 standard/file.c php_ignore_value(php_mblen(NULL, 0)); NULL 2428 standard/file.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Filename exceeds the maximum allowed length of %d characters", MAXPATHLEN); NULL 2432 standard/file.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Pattern exceeds the maximum allowed length of %d characters", MAXPATHLEN); NULL 102 standard/filestat.c BG(CurrentStatFile)=NULL; NULL 103 standard/filestat.c BG(CurrentLStatFile)=NULL; NULL 112 standard/filestat.c BG(CurrentStatFile) = NULL; NULL 116 standard/filestat.c BG(CurrentLStatFile) = NULL; NULL 155 standard/filestat.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", php_win_err()); NULL 167 standard/filestat.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", php_win_err()); NULL 173 standard/filestat.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to load kernel32.dll"); NULL 206 standard/filestat.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); NULL 217 standard/filestat.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); NULL 287 standard/filestat.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", php_win_err()); NULL 299 standard/filestat.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", php_win_err()); NULL 305 standard/filestat.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to load kernel32.dll"); NULL 338 standard/filestat.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); NULL 348 standard/filestat.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); NULL 402 standard/filestat.c if (getgrnam_r(name, &gr, grbuf, grbuflen, &retgrptr) != 0 || retgrptr == NULL) { NULL 435 standard/filestat.c wrapper = php_stream_locate_url_wrapper(filename, NULL, 0 TSRMLS_CC); NULL 447 standard/filestat.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "parameter 2 should be string or integer, %s given", zend_zval_type_name(group)); NULL 450 standard/filestat.c if(wrapper->wops->stream_metadata(wrapper, filename, option, value, NULL TSRMLS_CC)) { NULL 458 standard/filestat.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Can not call chgrp() for a non-standard stream"); NULL 472 standard/filestat.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find gid for %s", Z_STRVAL_P(group)); NULL 476 standard/filestat.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "parameter 2 should be string or integer, %s given", zend_zval_type_name(group)); NULL 493 standard/filestat.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); NULL 530 standard/filestat.c struct passwd *retpwptr = NULL; NULL 539 standard/filestat.c if (getpwnam_r(name, &pw, pwbuf, pwbuflen, &retpwptr) != 0 || retpwptr == NULL) { NULL 572 standard/filestat.c wrapper = php_stream_locate_url_wrapper(filename, NULL, 0 TSRMLS_CC); NULL 584 standard/filestat.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "parameter 2 should be string or integer, %s given", zend_zval_type_name(user)); NULL 587 standard/filestat.c if(wrapper->wops->stream_metadata(wrapper, filename, option, value, NULL TSRMLS_CC)) { NULL 595 standard/filestat.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Can not call chown() for a non-standard stream"); NULL 610 standard/filestat.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find uid for %s", Z_STRVAL_P(user)); NULL 614 standard/filestat.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "parameter 2 should be string or integer, %s given", zend_zval_type_name(user)); NULL 631 standard/filestat.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); NULL 680 standard/filestat.c wrapper = php_stream_locate_url_wrapper(filename, NULL, 0 TSRMLS_CC); NULL 683 standard/filestat.c if(wrapper->wops->stream_metadata(wrapper, filename, PHP_STREAM_META_ACCESS, &mode, NULL TSRMLS_CC)) { NULL 689 standard/filestat.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Can not call chmod() for a non-standard stream"); NULL 703 standard/filestat.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); NULL 735 standard/filestat.c newtime = NULL; NULL 737 standard/filestat.c newtime->modtime = newtime->actime = time(NULL); NULL 752 standard/filestat.c wrapper = php_stream_locate_url_wrapper(filename, NULL, 0 TSRMLS_CC); NULL 755 standard/filestat.c if(wrapper->wops->stream_metadata(wrapper, filename, PHP_STREAM_META_TOUCH, newtime, NULL TSRMLS_CC)) { NULL 763 standard/filestat.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Can not call touch() for a non-standard stream"); NULL 766 standard/filestat.c stream = php_stream_open_wrapper_ex(filename, "c", REPORT_ERRORS, NULL, NULL); NULL 767 standard/filestat.c if(stream != NULL) { NULL 784 standard/filestat.c if (file == NULL) { NULL 785 standard/filestat.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to create file %s because %s", filename, strerror(errno)); NULL 793 standard/filestat.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Utime failed: %s", strerror(errno)); NULL 810 standard/filestat.c BG(CurrentStatFile) = NULL; NULL 814 standard/filestat.c BG(CurrentLStatFile) = NULL; NULL 817 standard/filestat.c if (filename != NULL) { NULL 831 standard/filestat.c char *filename = NULL; NULL 906 standard/filestat.c if (php_stream_stat_path_ex((char *)filename, flags, &ssb, NULL)) { NULL 909 standard/filestat.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%sstat failed for %s", IS_LINK_OPERATION(type) ? "L" : "", filename); NULL 931 standard/filestat.c groups = getgroups(0, NULL); NULL 994 standard/filestat.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Unknown file type (%d)", ssb.sb.st_mode&S_IFMT); NULL 1041 standard/filestat.c zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_dev, sizeof(zval *), NULL); NULL 1042 standard/filestat.c zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_ino, sizeof(zval *), NULL); NULL 1043 standard/filestat.c zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_mode, sizeof(zval *), NULL); NULL 1044 standard/filestat.c zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_nlink, sizeof(zval *), NULL); NULL 1045 standard/filestat.c zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_uid, sizeof(zval *), NULL); NULL 1046 standard/filestat.c zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_gid, sizeof(zval *), NULL); NULL 1048 standard/filestat.c zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_rdev, sizeof(zval *), NULL); NULL 1049 standard/filestat.c zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_size, sizeof(zval *), NULL); NULL 1050 standard/filestat.c zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_atime, sizeof(zval *), NULL); NULL 1051 standard/filestat.c zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_mtime, sizeof(zval *), NULL); NULL 1052 standard/filestat.c zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_ctime, sizeof(zval *), NULL); NULL 1053 standard/filestat.c zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_blksize, sizeof(zval *), NULL); NULL 1054 standard/filestat.c zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_blocks, sizeof(zval *), NULL); NULL 1057 standard/filestat.c zend_hash_update(HASH_OF(return_value), stat_sb_names[0], strlen(stat_sb_names[0])+1, (void *) &stat_dev, sizeof(zval *), NULL); NULL 1058 standard/filestat.c zend_hash_update(HASH_OF(return_value), stat_sb_names[1], strlen(stat_sb_names[1])+1, (void *) &stat_ino, sizeof(zval *), NULL); NULL 1059 standard/filestat.c zend_hash_update(HASH_OF(return_value), stat_sb_names[2], strlen(stat_sb_names[2])+1, (void *) &stat_mode, sizeof(zval *), NULL); NULL 1060 standard/filestat.c zend_hash_update(HASH_OF(return_value), stat_sb_names[3], strlen(stat_sb_names[3])+1, (void *) &stat_nlink, sizeof(zval *), NULL); NULL 1061 standard/filestat.c zend_hash_update(HASH_OF(return_value), stat_sb_names[4], strlen(stat_sb_names[4])+1, (void *) &stat_uid, sizeof(zval *), NULL); NULL 1062 standard/filestat.c zend_hash_update(HASH_OF(return_value), stat_sb_names[5], strlen(stat_sb_names[5])+1, (void *) &stat_gid, sizeof(zval *), NULL); NULL 1063 standard/filestat.c zend_hash_update(HASH_OF(return_value), stat_sb_names[6], strlen(stat_sb_names[6])+1, (void *) &stat_rdev, sizeof(zval *), NULL); NULL 1064 standard/filestat.c zend_hash_update(HASH_OF(return_value), stat_sb_names[7], strlen(stat_sb_names[7])+1, (void *) &stat_size, sizeof(zval *), NULL); NULL 1065 standard/filestat.c zend_hash_update(HASH_OF(return_value), stat_sb_names[8], strlen(stat_sb_names[8])+1, (void *) &stat_atime, sizeof(zval *), NULL); NULL 1066 standard/filestat.c zend_hash_update(HASH_OF(return_value), stat_sb_names[9], strlen(stat_sb_names[9])+1, (void *) &stat_mtime, sizeof(zval *), NULL); NULL 1067 standard/filestat.c zend_hash_update(HASH_OF(return_value), stat_sb_names[10], strlen(stat_sb_names[10])+1, (void *) &stat_ctime, sizeof(zval *), NULL); NULL 1068 standard/filestat.c zend_hash_update(HASH_OF(return_value), stat_sb_names[11], strlen(stat_sb_names[11])+1, (void *) &stat_blksize, sizeof(zval *), NULL); NULL 1069 standard/filestat.c zend_hash_update(HASH_OF(return_value), stat_sb_names[12], strlen(stat_sb_names[12])+1, (void *) &stat_blocks, sizeof(zval *), NULL); NULL 1073 standard/filestat.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Didn't understand stat call"); NULL 1226 standard/filestat.c zend_hash_update(Z_ARRVAL_P(return_value), bucket->path, bucket->path_len+1, &entry, sizeof(zval *), NULL); NULL 66 standard/filters.c NULL, NULL 72 standard/filters.c return php_stream_filter_alloc(&strfilter_rot13_ops, NULL, persistent); NULL 142 standard/filters.c NULL, NULL 148 standard/filters.c NULL, NULL 154 standard/filters.c return php_stream_filter_alloc(&strfilter_toupper_ops, NULL, persistent); NULL 159 standard/filters.c return php_stream_filter_alloc(&strfilter_tolower_ops, NULL, persistent); NULL 181 standard/filters.c if (allowed_tags != NULL) { NULL 182 standard/filters.c if (NULL == (inst->allowed_tags = pemalloc(allowed_tags_len, persistent))) { NULL 188 standard/filters.c inst->allowed_tags = NULL; NULL 198 standard/filters.c if (inst->allowed_tags != NULL) { NULL 234 standard/filters.c assert(thisfilter->abstract != NULL); NULL 254 standard/filters.c if (inst == NULL) { /* it's possible pemalloc returns NULL NULL 256 standard/filters.c return NULL; NULL 259 standard/filters.c if (filterparams != NULL) { NULL 288 standard/filters.c return NULL; NULL 374 standard/filters.c if (lbchars != NULL) { NULL 378 standard/filters.c inst->lbchars = NULL; NULL 387 standard/filters.c assert(inst != NULL); NULL 388 standard/filters.c if (inst->lbchars_dup && inst->lbchars != NULL) { NULL 410 standard/filters.c if (line_ccnt < 4 && inst->lbchars != NULL) { NULL 433 standard/filters.c if (line_ccnt < 4 && inst->lbchars != NULL) { NULL 474 standard/filters.c if (in_pp == NULL || in_left_p == NULL) { NULL 488 standard/filters.c if (line_ccnt < 4 && inst->lbchars != NULL) { NULL 515 standard/filters.c if (inst->line_ccnt < 4 && inst->lbchars != NULL) { NULL 542 standard/filters.c if (line_ccnt < 4 && inst->lbchars != NULL) { NULL 644 standard/filters.c if (in_pp == NULL || in_left_p == NULL) { NULL 767 standard/filters.c assert(inst != NULL); NULL 768 standard/filters.c if (inst->lbchars_dup && inst->lbchars != NULL) { NULL 802 standard/filters.c if ((in_pp == NULL || in_left_p == NULL) && (lb_ptr >=lb_cnt)) { NULL 812 standard/filters.c if (!(opts & PHP_CONV_QPRINT_OPT_BINARY) && inst->lbchars != NULL && inst->lbchars_len > 0) { NULL 847 standard/filters.c if (line_ccnt < 2 && inst->lbchars != NULL) { NULL 872 standard/filters.c if (line_ccnt < 2 && inst->lbchars != NULL) { NULL 936 standard/filters.c if (line_len < 4 && lbchars != NULL) { NULL 943 standard/filters.c if (lbchars != NULL) { NULL 947 standard/filters.c inst->lbchars = NULL; NULL 973 standard/filters.c assert(inst != NULL); NULL 974 standard/filters.c if (inst->lbchars_dup && inst->lbchars != NULL) { NULL 991 standard/filters.c if ((in_pp == NULL || in_left_p == NULL) && lb_cnt == lb_ptr) { NULL 1156 standard/filters.c if (lbchars != NULL) { NULL 1160 standard/filters.c inst->lbchars = NULL; NULL 1186 standard/filters.c *pretval = NULL; NULL 1195 standard/filters.c if (NULL == (*pretval = pemalloc(Z_STRLEN(zt) + 1, persistent))) { NULL 1203 standard/filters.c if (NULL == (*pretval = pemalloc(Z_STRLEN_PP(tmpval) + 1, persistent))) { NULL 1332 standard/filters.c php_conv *retval = NULL; NULL 1337 standard/filters.c char *lbchars = NULL; NULL 1340 standard/filters.c if (options != NULL) { NULL 1344 standard/filters.c if (lbchars != NULL) { NULL 1347 standard/filters.c lbchars = NULL; NULL 1349 standard/filters.c if (lbchars == NULL) { NULL 1356 standard/filters.c if (lbchars != NULL) { NULL 1358 standard/filters.c if (lbchars != NULL) { NULL 1365 standard/filters.c if (php_conv_base64_encode_ctor((php_conv_base64_encode *)retval, 0, NULL, 0, 0, persistent)) { NULL 1380 standard/filters.c char *lbchars = NULL; NULL 1384 standard/filters.c if (options != NULL) { NULL 1394 standard/filters.c if (lbchars != NULL) { NULL 1397 standard/filters.c lbchars = NULL; NULL 1399 standard/filters.c if (lbchars == NULL) { NULL 1408 standard/filters.c if (lbchars != NULL) { NULL 1415 standard/filters.c if (php_conv_qprint_encode_ctor((php_conv_qprint_encode *)retval, 0, NULL, 0, 0, opts, persistent)) { NULL 1422 standard/filters.c char *lbchars = NULL; NULL 1425 standard/filters.c if (options != NULL) { NULL 1431 standard/filters.c if (lbchars != NULL) { NULL 1438 standard/filters.c if (php_conv_qprint_decode_ctor((php_conv_qprint_decode *)retval, NULL, 0, 0, persistent)) { NULL 1445 standard/filters.c retval = NULL; NULL 1451 standard/filters.c if (retval != NULL) { NULL 1454 standard/filters.c return NULL; NULL 1470 standard/filters.c if ((inst->cd = php_conv_open(conv_mode, conv_opts, persistent)) == NULL) { NULL 1477 standard/filters.c if (inst->cd != NULL) { NULL 1481 standard/filters.c if (inst->filtername != NULL) { NULL 1489 standard/filters.c if (inst->cd != NULL) { NULL 1494 standard/filters.c if (inst->filtername != NULL) { NULL 1509 standard/filters.c char *out_buf = NULL; NULL 1516 standard/filters.c if (ps == NULL) { NULL 1525 standard/filters.c if (NULL == (out_buf = pemalloc(out_buf_size, persistent))) { NULL 1540 standard/filters.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "stream filter (%s): invalid byte sequence", inst->filtername); NULL 1544 standard/filters.c if (ps != NULL) { NULL 1547 standard/filters.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "stream filter (%s): insufficient buffer", inst->filtername); NULL 1562 standard/filters.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "stream filter (%s): unexpected end of stream", inst->filtername); NULL 1573 standard/filters.c if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persistent TSRMLS_CC))) { NULL 1580 standard/filters.c if (NULL == (out_buf = pemalloc(out_buf_size, persistent))) { NULL 1585 standard/filters.c if (NULL == (new_out_buf = perealloc(out_buf, new_out_buf_size, persistent))) { NULL 1586 standard/filters.c if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persistent TSRMLS_CC))) { NULL 1602 standard/filters.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "stream filter (%s): unknown error", inst->filtername); NULL 1614 standard/filters.c err = ((ps == NULL ? php_conv_convert(inst->cd, NULL, NULL, &pd, &ocnt): NULL 1618 standard/filters.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "stream filter (%s): invalid byte sequence", inst->filtername); NULL 1622 standard/filters.c if (ps != NULL) { NULL 1624 standard/filters.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "stream filter (%s): insufficient buffer", inst->filtername); NULL 1632 standard/filters.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "stream filter (%s): unexpected octet values", inst->filtername); NULL 1645 standard/filters.c if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persistent TSRMLS_CC))) { NULL 1652 standard/filters.c if (NULL == (out_buf = pemalloc(out_buf_size, persistent))) { NULL 1657 standard/filters.c if (NULL == (new_out_buf = perealloc(out_buf, new_out_buf_size, persistent))) { NULL 1658 standard/filters.c if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persistent TSRMLS_CC))) { NULL 1673 standard/filters.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "stream filter (%s): unknown error", inst->filtername); NULL 1677 standard/filters.c if (ps == NULL) { NULL 1685 standard/filters.c if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persistent TSRMLS_CC))) { NULL 1711 standard/filters.c php_stream_bucket *bucket = NULL; NULL 1715 standard/filters.c while (buckets_in->head != NULL) { NULL 1731 standard/filters.c buckets_out, NULL, 0, &consumed, NULL 1744 standard/filters.c if (bucket != NULL) { NULL 1752 standard/filters.c assert(thisfilter->abstract != NULL); NULL 1767 standard/filters.c php_stream_filter *retval = NULL; NULL 1772 standard/filters.c if (filterparams != NULL && Z_TYPE_P(filterparams) != IS_ARRAY) { NULL 1773 standard/filters.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "stream filter (%s): invalid filter parameter", filtername); NULL 1774 standard/filters.c return NULL; NULL 1777 standard/filters.c if ((dot = strchr(filtername, '.')) == NULL) { NULL 1778 standard/filters.c return NULL; NULL 1795 standard/filters.c (filterparams != NULL ? Z_ARRVAL_P(filterparams) : NULL), NULL 1802 standard/filters.c if (retval == NULL) { NULL 1837 standard/filters.c while ((bucket = buckets_in->head) != NULL) { NULL 1869 standard/filters.c php_stream_filter_ops *fops = NULL; NULL 1873 standard/filters.c return NULL; NULL 1879 standard/filters.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed allocating %zd bytes", sizeof(php_consumed_filter_data)); NULL 1880 standard/filters.c return NULL; NULL 2077 standard/filters.c php_stream_filter_ops *fops = NULL; NULL 2081 standard/filters.c return NULL; NULL 2087 standard/filters.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed allocating %zd bytes", sizeof(php_chunked_filter_data)); NULL 2088 standard/filters.c return NULL; NULL 2115 standard/filters.c { NULL, NULL } NULL 127 standard/flock_compat.c {0, 0, 0, 0, NULL}; NULL 214 standard/formatted_print.c char *s = NULL; NULL 225 standard/formatted_print.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Requested precision of %d digits was truncated to PHP maximum of %d digits", precision, MAX_FLOAT_PRECISION); NULL 333 standard/formatted_print.c if (endptr != NULL) { NULL 381 standard/formatted_print.c return NULL; NULL 388 standard/formatted_print.c WRONG_PARAM_COUNT_WITH_RETVAL(NULL); NULL 452 standard/formatted_print.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Argument number must be greater than zero"); NULL 453 standard/formatted_print.c return NULL; NULL 494 standard/formatted_print.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Width must be greater than zero and less than %d", INT_MAX); NULL 495 standard/formatted_print.c return NULL; NULL 511 standard/formatted_print.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Precision must be greater than zero and less than %d", INT_MAX); NULL 512 standard/formatted_print.c return NULL; NULL 531 standard/formatted_print.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Too few arguments"); NULL 532 standard/formatted_print.c return NULL; NULL 671 standard/formatted_print.c if ((result=php_formatted_print(ht, &len, 0, 0 TSRMLS_CC))==NULL) { NULL 685 standard/formatted_print.c if ((result=php_formatted_print(ht, &len, 1, 0 TSRMLS_CC))==NULL) { NULL 699 standard/formatted_print.c if ((result=php_formatted_print(ht, &len, 0, 0 TSRMLS_CC))==NULL) { NULL 715 standard/formatted_print.c if ((result=php_formatted_print(ht, &len, 1, 0 TSRMLS_CC))==NULL) { NULL 743 standard/formatted_print.c if ((result=php_formatted_print(ht, &len, 0, 1 TSRMLS_CC))==NULL) { NULL 774 standard/formatted_print.c if ((result=php_formatted_print(ht, &len, 1, 1 TSRMLS_CC))==NULL) { NULL 37 standard/fsock.c zval *zerrno = NULL, *zerrstr = NULL; NULL 41 standard/fsock.c char *hashkey = NULL; NULL 42 standard/fsock.c php_stream *stream = NULL; NULL 44 standard/fsock.c char *hostname = NULL; NULL 46 standard/fsock.c char *errstr = NULL; NULL 80 standard/fsock.c STREAM_XPORT_CLIENT | STREAM_XPORT_CONNECT, hashkey, &tv, NULL, &errstr, &err); NULL 85 standard/fsock.c if (stream == NULL) { NULL 86 standard/fsock.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "unable to connect to %s:%ld (%s)", host, port, errstr == NULL ? "Unknown error" : errstr); NULL 93 standard/fsock.c if (stream == NULL) { NULL 43 standard/ftok.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Pathname is invalid"); NULL 48 standard/ftok.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Project identifier is invalid"); NULL 58 standard/ftok.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "ftok() failed - %s", strerror(errno)); NULL 88 standard/ftp_fopen_wrapper.c return strtol(buffer, NULL, 10); NULL 117 standard/ftp_fopen_wrapper.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "FTP server error %d:%s", result, tmp_line); NULL 124 standard/ftp_fopen_wrapper.c stream->wrapperthis = NULL; NULL 136 standard/ftp_fopen_wrapper.c php_stream *stream = NULL, *reuseid = NULL; NULL 137 standard/ftp_fopen_wrapper.c php_url *resource = NULL; NULL 144 standard/ftp_fopen_wrapper.c if (resource == NULL || resource->path == NULL) { NULL 148 standard/ftp_fopen_wrapper.c return NULL; NULL 158 standard/ftp_fopen_wrapper.c stream = php_stream_xport_create(transport, transport_len, REPORT_ERRORS, STREAM_XPORT_CLIENT | STREAM_XPORT_CONNECT, NULL, NULL, context, NULL, NULL); NULL 160 standard/ftp_fopen_wrapper.c if (stream == NULL) { NULL 166 standard/ftp_fopen_wrapper.c php_stream_notify_info(context, PHP_STREAM_NOTIFY_CONNECT, NULL, 0); NULL 205 standard/ftp_fopen_wrapper.c STREAM_CRYPTO_METHOD_SSLv23_CLIENT, NULL TSRMLS_CC) < 0 NULL 209 standard/ftp_fopen_wrapper.c stream = NULL; NULL 246 standard/ftp_fopen_wrapper.c if (resource->user != NULL) { NULL 263 standard/ftp_fopen_wrapper.c if (resource->pass != NULL) { NULL 316 standard/ftp_fopen_wrapper.c return NULL; NULL 327 standard/ftp_fopen_wrapper.c char *tpath, *ttpath, *hoststart=NULL; NULL 370 standard/ftp_fopen_wrapper.c if (ttpath == NULL) { NULL 398 standard/ftp_fopen_wrapper.c if (ttpath == NULL) { NULL 415 standard/ftp_fopen_wrapper.c php_stream *stream = NULL, *datastream = NULL; NULL 416 standard/ftp_fopen_wrapper.c php_url *resource = NULL; NULL 420 standard/ftp_fopen_wrapper.c char *hoststart = NULL; NULL 422 standard/ftp_fopen_wrapper.c php_stream *reuseid=NULL; NULL 438 standard/ftp_fopen_wrapper.c return NULL; NULL 449 standard/ftp_fopen_wrapper.c return NULL; NULL 460 standard/ftp_fopen_wrapper.c return NULL; NULL 549 standard/ftp_fopen_wrapper.c php_stream_printf(stream TSRMLS_CC, "%s %s\r\n", tmp_line, (resource->path != NULL ? resource->path : "/")); NULL 552 standard/ftp_fopen_wrapper.c if (hoststart == NULL) { NULL 556 standard/ftp_fopen_wrapper.c datastream = php_stream_xport_create(transport, transport_len, REPORT_ERRORS, STREAM_XPORT_CLIENT | STREAM_XPORT_CONNECT, NULL, NULL, context, NULL, NULL); NULL 558 standard/ftp_fopen_wrapper.c if (datastream == NULL) { NULL 568 standard/ftp_fopen_wrapper.c datastream = NULL; NULL 576 standard/ftp_fopen_wrapper.c STREAM_CRYPTO_METHOD_SSLv23_CLIENT, NULL TSRMLS_CC) < 0 || NULL 581 standard/ftp_fopen_wrapper.c datastream = NULL; NULL 601 standard/ftp_fopen_wrapper.c return NULL; NULL 629 standard/ftp_fopen_wrapper.c php_basename(ent->d_name, tmp_len, NULL, 0, &basename, &basename_len TSRMLS_CC); NULL 665 standard/ftp_fopen_wrapper.c data->controlstream = NULL; NULL 669 standard/ftp_fopen_wrapper.c data->datastream = NULL; NULL 672 standard/ftp_fopen_wrapper.c stream->abstract = NULL; NULL 681 standard/ftp_fopen_wrapper.c NULL, /* write */ NULL 684 standard/ftp_fopen_wrapper.c NULL, /* flush */ NULL 686 standard/ftp_fopen_wrapper.c NULL, /* rewind */ NULL 687 standard/ftp_fopen_wrapper.c NULL, /* cast */ NULL 688 standard/ftp_fopen_wrapper.c NULL, /* stat */ NULL 689 standard/ftp_fopen_wrapper.c NULL /* set option */ NULL 696 standard/ftp_fopen_wrapper.c php_stream *stream, *reuseid, *datastream = NULL; NULL 698 standard/ftp_fopen_wrapper.c php_url *resource = NULL; NULL 700 standard/ftp_fopen_wrapper.c char *hoststart = NULL, tmp_line[512]; NULL 724 standard/ftp_fopen_wrapper.c php_stream_printf(stream TSRMLS_CC, "NLST %s\r\n", (resource->path != NULL ? resource->path : "/")); NULL 727 standard/ftp_fopen_wrapper.c if (hoststart == NULL) { NULL 731 standard/ftp_fopen_wrapper.c if (datastream == NULL) { NULL 741 standard/ftp_fopen_wrapper.c datastream = NULL; NULL 748 standard/ftp_fopen_wrapper.c STREAM_CRYPTO_METHOD_SSLv23_CLIENT, NULL TSRMLS_CC) < 0 || NULL 753 standard/ftp_fopen_wrapper.c datastream = NULL; NULL 777 standard/ftp_fopen_wrapper.c return NULL; NULL 785 standard/ftp_fopen_wrapper.c php_stream *stream = NULL; NULL 786 standard/ftp_fopen_wrapper.c php_url *resource = NULL; NULL 793 standard/ftp_fopen_wrapper.c stream = php_ftp_fopen_connect(wrapper, url, "r", 0, NULL, context, NULL, &resource, NULL, NULL TSRMLS_CC); NULL 799 standard/ftp_fopen_wrapper.c php_stream_printf(stream TSRMLS_CC, "CWD %s\r\n", (resource->path != NULL ? resource->path : "/")); /* If we can CWD to it, it's a directory (maybe a link, but we can't tell) */ NULL 815 standard/ftp_fopen_wrapper.c php_stream_printf(stream TSRMLS_CC, "SIZE %s\r\n", (resource->path != NULL ? resource->path : "/")); NULL 830 standard/ftp_fopen_wrapper.c php_stream_printf(stream TSRMLS_CC, "MDTM %s\r\n", (resource->path != NULL ? resource->path : "/")); NULL 856 standard/ftp_fopen_wrapper.c stamp = time(NULL); NULL 908 standard/ftp_fopen_wrapper.c php_stream *stream = NULL; NULL 909 standard/ftp_fopen_wrapper.c php_url *resource = NULL; NULL 913 standard/ftp_fopen_wrapper.c stream = php_ftp_fopen_connect(wrapper, url, "r", 0, NULL, NULL, NULL, &resource, NULL, NULL TSRMLS_CC); NULL 916 standard/ftp_fopen_wrapper.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to connect to %s", url); NULL 921 standard/ftp_fopen_wrapper.c if (resource->path == NULL) { NULL 923 standard/ftp_fopen_wrapper.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid path provided in %s", url); NULL 929 standard/ftp_fopen_wrapper.c php_stream_printf(stream TSRMLS_CC, "DELE %s\r\n", (resource->path != NULL ? resource->path : "/")); NULL 934 standard/ftp_fopen_wrapper.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error Deleting file: %s", tmp_line); NULL 958 standard/ftp_fopen_wrapper.c php_stream *stream = NULL; NULL 959 standard/ftp_fopen_wrapper.c php_url *resource_from = NULL, *resource_to = NULL; NULL 984 standard/ftp_fopen_wrapper.c stream = php_ftp_fopen_connect(wrapper, url_from, "r", 0, NULL, NULL, NULL, NULL, NULL, NULL TSRMLS_CC); NULL 987 standard/ftp_fopen_wrapper.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to connect to %s", resource_from->host); NULL 993 standard/ftp_fopen_wrapper.c php_stream_printf(stream TSRMLS_CC, "RNFR %s\r\n", (resource_from->path != NULL ? resource_from->path : "/")); NULL 998 standard/ftp_fopen_wrapper.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error Renaming file: %s", tmp_line); NULL 1004 standard/ftp_fopen_wrapper.c php_stream_printf(stream TSRMLS_CC, "RNTO %s\r\n", (resource_to->path != NULL ? resource_to->path : "/")); NULL 1009 standard/ftp_fopen_wrapper.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error Renaming file: %s", tmp_line); NULL 1037 standard/ftp_fopen_wrapper.c php_stream *stream = NULL; NULL 1038 standard/ftp_fopen_wrapper.c php_url *resource = NULL; NULL 1042 standard/ftp_fopen_wrapper.c stream = php_ftp_fopen_connect(wrapper, url, "r", 0, NULL, NULL, NULL, &resource, NULL, NULL TSRMLS_CC); NULL 1045 standard/ftp_fopen_wrapper.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to connect to %s", url); NULL 1050 standard/ftp_fopen_wrapper.c if (resource->path == NULL) { NULL 1052 standard/ftp_fopen_wrapper.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid path provided in %s", url); NULL 1095 standard/ftp_fopen_wrapper.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", tmp_line); NULL 1131 standard/ftp_fopen_wrapper.c php_stream *stream = NULL; NULL 1132 standard/ftp_fopen_wrapper.c php_url *resource = NULL; NULL 1136 standard/ftp_fopen_wrapper.c stream = php_ftp_fopen_connect(wrapper, url, "r", 0, NULL, NULL, NULL, &resource, NULL, NULL TSRMLS_CC); NULL 1139 standard/ftp_fopen_wrapper.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to connect to %s", url); NULL 1144 standard/ftp_fopen_wrapper.c if (resource->path == NULL) { NULL 1146 standard/ftp_fopen_wrapper.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid path provided in %s", url); NULL 1156 standard/ftp_fopen_wrapper.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", tmp_line); NULL 1192 standard/ftp_fopen_wrapper.c NULL, NULL 78 standard/head.c char *cookie, *encoded_value = NULL; NULL 84 standard/head.c if (name && strpbrk(name, "=,; \t\r\n\013\014") != NULL) { /* man isspace for \013 and \014 */ NULL 89 standard/head.c if (!url_encode && value && strpbrk(value, ",; \t\r\n\013\014") != NULL) { /* man isspace for \013 and \014 */ NULL 175 standard/head.c char *name, *value = NULL, *path = NULL, *domain = NULL; NULL 198 standard/head.c char *name, *value = NULL, *path = NULL, *domain = NULL; NULL 222 standard/head.c zval *arg1 = NULL, *arg2 = NULL; NULL 372 standard/html.c if (charset_hint == NULL) NULL 380 standard/html.c if (zenc != NULL) { NULL 382 standard/html.c if (charset_hint != NULL && (len=strlen(charset_hint)) != 0) { NULL 387 standard/html.c charset_hint = NULL; NULL 396 standard/html.c if (charset_hint != NULL && (len=strlen(charset_hint)) != 0) { NULL 403 standard/html.c if (charset_hint != NULL && (len=strlen(charset_hint)) != 0) { NULL 415 standard/html.c localename = setlocale(LC_CTYPE, NULL); NULL 450 standard/html.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "charset `%s' not supported, assuming utf-8", NULL 807 standard/html.c if (code_point != NULL) NULL 944 standard/html.c const char *next = NULL; /* when set, next > p, otherwise possible inf loop */ NULL 968 standard/html.c stage3_table_be_apos_00000[code].data.ent.entity == NULL)) NULL 1066 standard/html.c entity_table_opt retval = {NULL}; NULL 1091 standard/html.c const entity_ht *inverse_map = NULL; NULL 1146 standard/html.c *entity = NULL; NULL 1202 standard/html.c *entity = NULL; NULL 1221 standard/html.c const enc_to_uni *to_uni_table = NULL; NULL 1222 standard/html.c const entity_ht *inv_map = NULL; /* used for !double_encode */ NULL 1229 standard/html.c php_error_docref0(NULL TSRMLS_CC, E_STRICT, "Only basic entities " NULL 1263 standard/html.c return NULL; NULL 1271 standard/html.c const unsigned char *mbsequence = NULL; NULL 1303 standard/html.c const unsigned char *rep = NULL; NULL 1311 standard/html.c if (to_uni_table != NULL) { NULL 1326 standard/html.c if (rep != NULL) { NULL 1435 standard/html.c char *str, *hint_charset = NULL; NULL 1495 standard/html.c replaced = php_unescape_html_entities(str, str_len, &new_len, 0 /*!all*/, quote_style, NULL TSRMLS_CC); NULL 1507 standard/html.c char *str, *hint_charset = NULL; NULL 1558 standard/html.c if (mcpr[0].leading_entry.default_entity != NULL) { NULL 1600 standard/html.c char *charset_hint = NULL; NULL 1647 standard/html.c if (r->data.ent.entity == NULL) NULL 1673 standard/html.c if (r->data.ent.entity == NULL) NULL 1687 standard/html.c if (r->data.ent.entity == NULL) NULL 77 standard/html_tables.h { NULL } NULL 473 standard/html_tables.h NULL, NULL 1160 standard/html_tables.h { {01, NULL , 0} }, NULL 1398 standard/html_tables.h { {01, NULL , 0} }, NULL 1408 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1409 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1410 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1411 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1412 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1413 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1414 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1415 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1416 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1417 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1418 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1419 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1420 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1421 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1422 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1423 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1426 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1427 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1428 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"Tab", 3} } }, {0, { {"NewLine", 7} } }, {0, { {NULL, 0} } }, NULL 1429 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1430 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1431 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1432 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1433 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1434 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"excl", 4} } }, {0, { {"quot", 4} } }, {0, { {"num", 3} } }, NULL 1437 standard/html_tables.h {0, { {"comma", 5} } }, {0, { {NULL, 0} } }, {0, { {"period", 6} } }, {0, { {"sol", 3} } }, NULL 1438 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1439 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1440 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"colon", 5} } }, {0, { {"semi", 4} } }, NULL 1445 standard/html_tables.h {0, { {"commat", 6} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1446 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1447 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1448 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1449 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1450 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1451 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"lbrack", 6} } }, NULL 1453 standard/html_tables.h {0, { {"grave", 5} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1454 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {1, { {(void *)multi_cp_html5_00066} } }, {0, { {NULL, 0} } }, NULL 1455 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1456 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1457 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1458 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1459 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"lbrace", 6} } }, NULL 1460 standard/html_tables.h {0, { {"vert", 4} } }, {0, { {"rcub", 4} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1464 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1465 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1466 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1467 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1468 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1469 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1470 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1471 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1507 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"Edot", 4} } }, {0, { {"edot", 4} } }, NULL 1510 standard/html_tables.h {0, { {"Gdot", 4} } }, {0, { {"gdot", 4} } }, {0, { {"Gcedil", 6} } }, {0, { {NULL, 0} } }, NULL 1513 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"Iogon", 5} } }, {0, { {"iogon", 5} } }, NULL 1524 standard/html_tables.h {0, { {"Omacr", 5} } }, {0, { {"omacr", 5} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1536 standard/html_tables.h {0, { {"zdot", 4} } }, {0, { {"Zcaron", 6} } }, {0, { {"zcaron", 6} } }, {0, { {NULL, 0} } }, NULL 1540 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1541 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1542 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1543 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1544 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"fnof", 4} } }, {0, { {NULL, 0} } }, NULL 1545 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1546 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1547 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1548 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1549 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1550 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1551 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1552 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1553 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"imped", 5} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1554 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1555 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1559 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1560 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1561 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1562 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1563 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1564 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1565 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1566 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1567 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1568 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1569 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1570 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1571 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1572 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"gacute", 6} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1573 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1574 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1578 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1579 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1580 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1581 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1582 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1583 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1584 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1585 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1586 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1587 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1588 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1589 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1590 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1591 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"jmath", 5} } }, NULL 1592 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1593 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1597 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1598 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"circ", 4} } }, {0, { {"Hacek", 5} } }, NULL 1599 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1600 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1601 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1602 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1604 standard/html_tables.h {0, { {"DiacriticalTilde", 16} } }, {0, { {"DiacriticalDoubleAcute", 22} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1605 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1606 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1607 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1608 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1609 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1610 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1611 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1612 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1616 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1617 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1618 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1619 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1620 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"DownBreve", 9} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1621 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1622 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1623 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1624 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1625 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1626 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1627 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1628 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1629 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1630 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1631 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1635 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1636 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1637 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1638 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1639 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"Alpha", 5} } }, {0, { {"Beta", 4} } }, {0, { {"Gamma", 5} } }, NULL 1643 standard/html_tables.h {0, { {"Pi", 2} } }, {0, { {"Rho", 3} } }, {0, { {NULL, 0} } }, {0, { {"Sigma", 5} } }, NULL 1645 standard/html_tables.h {0, { {"Psi", 3} } }, {0, { {"Omega", 5} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1646 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1647 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"alpha", 5} } }, {0, { {"beta", 4} } }, {0, { {"gamma", 5} } }, NULL 1656 standard/html_tables.h {0, { {"psi", 3} } }, {0, { {"omega", 5} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1657 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1658 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"thetasym", 8} } }, {0, { {"upsih", 5} } }, {0, { {NULL, 0} } }, NULL 1659 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"straightphi", 11} } }, {0, { {"piv", 3} } }, {0, { {NULL, 0} } }, NULL 1660 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1661 standard/html_tables.h {0, { {"Gammad", 6} } }, {0, { {"gammad", 6} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1662 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1663 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1664 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1665 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1666 standard/html_tables.h {0, { {"varkappa", 8} } }, {0, { {"rhov", 4} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1667 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"straightepsilon", 15} } }, {0, { {"backepsilon", 11} } }, {0, { {NULL, 0} } }, NULL 1668 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1669 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1673 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"IOcy", 4} } }, {0, { {"DJcy", 4} } }, {0, { {"GJcy", 4} } }, NULL 1676 standard/html_tables.h {0, { {"KJcy", 4} } }, {0, { {NULL, 0} } }, {0, { {"Ubrcy", 5} } }, {0, { {"DZcy", 4} } }, NULL 1696 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"iocy", 4} } }, {0, { {"djcy", 4} } }, {0, { {"gjcy", 4} } }, NULL 1699 standard/html_tables.h {0, { {"kjcy", 4} } }, {0, { {NULL, 0} } }, {0, { {"ubrcy", 5} } }, {0, { {"dzcy", 4} } }, NULL 1700 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1701 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1702 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1703 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1704 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1705 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1706 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1707 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1711 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"ensp", 4} } }, {0, { {"emsp", 4} } }, NULL 1712 standard/html_tables.h {0, { {"emsp13", 6} } }, {0, { {"emsp14", 6} } }, {0, { {NULL, 0} } }, {0, { {"numsp", 5} } }, NULL 1715 standard/html_tables.h {0, { {"hyphen", 6} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"ndash", 5} } }, NULL 1716 standard/html_tables.h {0, { {"mdash", 5} } }, {0, { {"horbar", 6} } }, {0, { {"Verbar", 6} } }, {0, { {NULL, 0} } }, NULL 1717 standard/html_tables.h {0, { {"OpenCurlyQuote", 14} } }, {0, { {"rsquo", 5} } }, {0, { {"sbquo", 5} } }, {0, { {NULL, 0} } }, NULL 1718 standard/html_tables.h {0, { {"OpenCurlyDoubleQuote", 20} } }, {0, { {"rdquo", 5} } }, {0, { {"bdquo", 5} } }, {0, { {NULL, 0} } }, NULL 1719 standard/html_tables.h {0, { {"dagger", 6} } }, {0, { {"Dagger", 6} } }, {0, { {"bull", 4} } }, {0, { {NULL, 0} } }, NULL 1720 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"nldr", 4} } }, {0, { {"hellip", 6} } }, {0, { {NULL, 0} } }, NULL 1721 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1722 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1724 standard/html_tables.h {0, { {"tprime", 6} } }, {0, { {"backprime", 9} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1725 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"lsaquo", 6} } }, {0, { {"rsaquo", 6} } }, {0, { {NULL, 0} } }, NULL 1726 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"oline", 5} } }, {0, { {NULL, 0} } }, NULL 1730 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"caret", 5} } }, {0, { {NULL, 0} } }, {0, { {"hybull", 6} } }, NULL 1731 standard/html_tables.h {0, { {"frasl", 5} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1732 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1733 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"bsemi", 5} } }, NULL 1734 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1735 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"qprime", 6} } }, NULL 1736 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1737 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {1, { {(void *)multi_cp_html5_0205F} } }, NULL 1739 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1740 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1741 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1742 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1743 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1744 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1745 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1749 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1750 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1751 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1752 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1753 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1754 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1755 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1756 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1757 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1758 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1759 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1760 standard/html_tables.h {0, { {"euro", 4} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1761 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1762 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1763 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1764 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1768 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1769 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1770 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1771 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1772 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1773 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1774 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"TripleDot", 9} } }, NULL 1775 standard/html_tables.h {0, { {"DotDot", 6} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1776 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1777 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1778 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1779 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1780 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1781 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1782 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1783 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1787 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"complexes", 9} } }, {0, { {NULL, 0} } }, NULL 1788 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"incare", 6} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1789 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"gscr", 4} } }, {0, { {"HilbertSpace", 12} } }, NULL 1792 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"naturals", 8} } }, {0, { {"numero", 6} } }, {0, { {"copysr", 6} } }, NULL 1794 standard/html_tables.h {0, { {"Rfr", 3} } }, {0, { {"Ropf", 4} } }, {0, { {"rx", 2} } }, {0, { {NULL, 0} } }, NULL 1795 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"trade", 5} } }, {0, { {NULL, 0} } }, NULL 1796 standard/html_tables.h {0, { {"Zopf", 4} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"mho", 3} } }, NULL 1797 standard/html_tables.h {0, { {"Zfr", 3} } }, {0, { {"iiota", 5} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1798 standard/html_tables.h {0, { {"Bscr", 4} } }, {0, { {"Cfr", 3} } }, {0, { {NULL, 0} } }, {0, { {"escr", 4} } }, NULL 1799 standard/html_tables.h {0, { {"expectation", 11} } }, {0, { {"Fouriertrf", 10} } }, {0, { {NULL, 0} } }, {0, { {"Mellintrf", 9} } }, NULL 1801 standard/html_tables.h {0, { {"daleth", 6} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1802 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1806 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1807 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"CapitalDifferentialD", 20} } }, {0, { {"DifferentialD", 13} } }, {0, { {"exponentiale", 12} } }, NULL 1808 standard/html_tables.h {0, { {"ImaginaryI", 10} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1809 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1810 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"frac13", 6} } }, NULL 1813 standard/html_tables.h {0, { {"frac38", 6} } }, {0, { {"frac58", 6} } }, {0, { {"frac78", 6} } }, {0, { {NULL, 0} } }, NULL 1814 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1815 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1816 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1817 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1818 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1819 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1820 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1821 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1825 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1826 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1827 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1828 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1832 standard/html_tables.h {0, { {NULL, 0} } }, {1, { {(void *)multi_cp_html5_0219D} } }, {0, { {"Larr", 4} } }, {0, { {"Uarr", 4} } }, NULL 1835 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"larrhk", 6} } }, {0, { {"rarrhk", 6} } }, {0, { {"larrlp", 6} } }, NULL 1836 standard/html_tables.h {0, { {"looparrowright", 14} } }, {0, { {"harrw", 5} } }, {0, { {"nleftrightarrow", 15} } }, {0, { {NULL, 0} } }, NULL 1838 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"crarr", 5} } }, {0, { {"curvearrowleft", 14} } }, {0, { {"curarr", 6} } }, NULL 1839 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"olarr", 5} } }, {0, { {"orarr", 5} } }, NULL 1851 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"zigrarr", 7} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1852 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1853 standard/html_tables.h {0, { {"LeftArrowBar", 12} } }, {0, { {"RightArrowBar", 13} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1854 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1855 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1856 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1857 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"DownArrowUpArrow", 16} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1858 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1859 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"loarr", 5} } }, {0, { {"roarr", 5} } }, {0, { {"hoarr", 5} } }, NULL 1864 standard/html_tables.h {0, { {"nexist", 6} } }, {0, { {"empty", 5} } }, {0, { {NULL, 0} } }, {0, { {"nabla", 5} } }, NULL 1865 standard/html_tables.h {0, { {"isinv", 5} } }, {0, { {"notin", 5} } }, {0, { {NULL, 0} } }, {0, { {"ReverseElement", 14} } }, NULL 1866 standard/html_tables.h {0, { {"notniva", 7} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"prod", 4} } }, NULL 1868 standard/html_tables.h {0, { {"plusdo", 6} } }, {0, { {NULL, 0} } }, {0, { {"ssetmn", 6} } }, {0, { {"lowast", 6} } }, NULL 1869 standard/html_tables.h {0, { {"compfn", 6} } }, {0, { {NULL, 0} } }, {0, { {"Sqrt", 4} } }, {0, { {NULL, 0} } }, NULL 1870 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"prop", 4} } }, {0, { {"infin", 5} } }, {0, { {"angrt", 5} } }, NULL 1877 standard/html_tables.h {0, { {"minusd", 6} } }, {0, { {NULL, 0} } }, {0, { {"mDDot", 5} } }, {0, { {"homtht", 6} } }, NULL 1888 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"wedgeq", 6} } }, {0, { {"veeeq", 5} } }, {0, { {NULL, 0} } }, NULL 1889 standard/html_tables.h {0, { {"triangleq", 9} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"equest", 6} } }, NULL 1890 standard/html_tables.h {0, { {"NotEqual", 8} } }, {1, { {(void *)multi_cp_html5_02261} } }, {0, { {"NotCongruent", 12} } }, {0, { {NULL, 0} } }, NULL 1904 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"cupdot", 6} } }, {0, { {"UnionPlus", 9} } }, {1, { {(void *)multi_cp_html5_0228F} } }, NULL 1908 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"odash", 5} } }, {0, { {"boxplus", 7} } }, {0, { {"boxminus", 8} } }, NULL 1910 standard/html_tables.h {0, { {"DownTee", 7} } }, {0, { {"perp", 4} } }, {0, { {NULL, 0} } }, {0, { {"models", 6} } }, NULL 1913 standard/html_tables.h {0, { {"prurel", 6} } }, {0, { {NULL, 0} } }, {0, { {"vartriangleleft", 15} } }, {0, { {"vrtri", 5} } }, NULL 1916 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"barvee", 6} } }, {0, { {"angrtvb", 7} } }, {0, { {"lrtri", 5} } }, NULL 1927 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"curlyeqprec", 11} } }, {0, { {"cuesc", 5} } }, NULL 1929 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"lnsim", 5} } }, {0, { {"gnsim", 5} } }, NULL 1934 standard/html_tables.h {0, { {NULL, 0} } }, {1, { {(void *)multi_cp_html5_022F9} } }, {0, { {"nisd", 4} } }, {0, { {"xnis", 4} } }, NULL 1935 standard/html_tables.h {0, { {"nis", 3} } }, {0, { {"notnivc", 7} } }, {0, { {"notnivb", 7} } }, {0, { {NULL, 0} } }, NULL 1939 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1940 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"barwed", 6} } }, {0, { {"doublebarwedge", 14} } }, {0, { {NULL, 0} } }, NULL 1943 standard/html_tables.h {0, { {"bnot", 4} } }, {0, { {NULL, 0} } }, {0, { {"profline", 8} } }, {0, { {"profsurf", 8} } }, NULL 1944 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"telrec", 6} } }, {0, { {"target", 6} } }, {0, { {NULL, 0} } }, NULL 1945 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1947 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"frown", 5} } }, {0, { {"smile", 5} } }, NULL 1948 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1949 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1950 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"cylcty", 6} } }, {0, { {"profalar", 8} } }, {0, { {NULL, 0} } }, NULL 1951 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1952 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"topbot", 6} } }, {0, { {NULL, 0} } }, NULL 1953 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1954 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"ovbar", 5} } }, {0, { {NULL, 0} } }, {0, { {"solbar", 6} } }, NULL 1958 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1959 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1960 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1961 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1962 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1963 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1964 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1965 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1966 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1967 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1968 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1969 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1970 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1971 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1972 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1973 standard/html_tables.h {0, { {"angzarr", 7} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1977 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1978 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1979 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1980 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1981 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1982 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1983 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1984 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1985 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1986 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1987 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1988 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1989 standard/html_tables.h {0, { {"lmoust", 6} } }, {0, { {"rmoust", 6} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1990 standard/html_tables.h {0, { {"OverBracket", 11} } }, {0, { {"bbrk", 4} } }, {0, { {"bbrktbrk", 8} } }, {0, { {NULL, 0} } }, NULL 1991 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1992 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1996 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1997 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1998 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 1999 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2000 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2001 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2002 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2004 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"trpezium", 8} } }, {0, { {NULL, 0} } }, NULL 2005 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"elinters", 8} } }, NULL 2006 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2007 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2008 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2009 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2010 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2011 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2015 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2016 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2017 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2018 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2019 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2020 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2021 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2022 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2023 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"blank", 5} } }, NULL 2024 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2025 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2026 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2027 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2028 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2029 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2030 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2034 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2035 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2036 standard/html_tables.h {0, { {"oS", 2} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2037 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2038 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2039 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2040 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2041 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2042 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2043 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2044 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2045 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2046 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2047 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2048 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2049 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2053 standard/html_tables.h {0, { {"HorizontalLine", 14} } }, {0, { {NULL, 0} } }, {0, { {"boxv", 4} } }, {0, { {NULL, 0} } }, NULL 2054 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2055 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2056 standard/html_tables.h {0, { {"boxdr", 5} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2057 standard/html_tables.h {0, { {"boxdl", 5} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2058 standard/html_tables.h {0, { {"boxur", 5} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2059 standard/html_tables.h {0, { {"boxul", 5} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2060 standard/html_tables.h {0, { {"boxvr", 5} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2061 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2062 standard/html_tables.h {0, { {"boxvl", 5} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2063 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2064 standard/html_tables.h {0, { {"boxhd", 5} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2065 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2066 standard/html_tables.h {0, { {"boxhu", 5} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2067 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2068 standard/html_tables.h {0, { {"boxvh", 5} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2072 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2073 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2074 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2075 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2083 standard/html_tables.h {0, { {"boxVH", 5} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2084 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2085 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2086 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2087 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2091 standard/html_tables.h {0, { {"uhblk", 5} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2092 standard/html_tables.h {0, { {"lhblk", 5} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2093 standard/html_tables.h {0, { {"block", 5} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2094 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2095 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"blk14", 5} } }, {0, { {"blk12", 5} } }, {0, { {"blk34", 5} } }, NULL 2096 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2097 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2098 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2099 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"Square", 6} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2100 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2101 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"squarf", 6} } }, {0, { {"EmptyVerySmallSquare", 20} } }, NULL 2102 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"rect", 4} } }, {0, { {"marker", 6} } }, {0, { {NULL, 0} } }, NULL 2103 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"fltns", 5} } }, {0, { {NULL, 0} } }, {0, { {"bigtriangleup", 13} } }, NULL 2104 standard/html_tables.h {0, { {"blacktriangle", 13} } }, {0, { {"triangle", 8} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2105 standard/html_tables.h {0, { {"blacktriangleright", 18} } }, {0, { {"rtri", 4} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2106 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"bigtriangledown", 15} } }, {0, { {"blacktriangledown", 17} } }, {0, { {"triangledown", 12} } }, NULL 2110 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"blacktriangleleft", 17} } }, {0, { {"ltri", 4} } }, NULL 2111 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2112 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"lozenge", 7} } }, {0, { {"cir", 3} } }, NULL 2113 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2114 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2115 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2116 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2117 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2118 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2119 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2120 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2121 standard/html_tables.h {0, { {"tridot", 6} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"bigcirc", 7} } }, NULL 2122 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2123 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2125 standard/html_tables.h {0, { {"FilledSmallSquare", 17} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2129 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2130 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"starf", 5} } }, {0, { {"star", 4} } }, {0, { {NULL, 0} } }, NULL 2131 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2132 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"phone", 5} } }, {0, { {NULL, 0} } }, NULL 2133 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2134 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2135 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2136 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2137 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2138 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2139 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2140 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2141 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2142 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2143 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2144 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2148 standard/html_tables.h {0, { {"female", 6} } }, {0, { {NULL, 0} } }, {0, { {"male", 4} } }, {0, { {NULL, 0} } }, NULL 2149 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2150 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2151 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2152 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2153 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2154 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2155 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2156 standard/html_tables.h {0, { {"spadesuit", 9} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"clubs", 5} } }, NULL 2157 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"hearts", 6} } }, {0, { {"diamondsuit", 11} } }, {0, { {NULL, 0} } }, NULL 2158 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"sung", 4} } }, {0, { {NULL, 0} } }, NULL 2159 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"flat", 4} } }, {0, { {"natur", 5} } }, {0, { {"sharp", 5} } }, NULL 2160 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2161 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2162 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2163 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2167 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2168 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2169 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2170 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2171 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"check", 5} } }, NULL 2172 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"cross", 5} } }, NULL 2173 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2174 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2175 standard/html_tables.h {0, { {"maltese", 7} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2176 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2177 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2178 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2179 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2180 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"sext", 4} } }, {0, { {NULL, 0} } }, NULL 2181 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2182 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2186 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2187 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2188 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2189 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2190 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2191 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2192 standard/html_tables.h {0, { {"VerticalSeparator", 17} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2193 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2194 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2195 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2196 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2197 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2198 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"lbbrk", 5} } }, {0, { {"rbbrk", 5} } }, NULL 2199 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2200 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2201 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2205 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2206 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2207 standard/html_tables.h {0, { {"bsolhsub", 8} } }, {0, { {"suphsol", 7} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2208 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2209 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2210 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2211 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2212 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2213 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2214 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"LeftDoubleBracket", 17} } }, {0, { {"RightDoubleBracket", 18} } }, NULL 2216 standard/html_tables.h {0, { {"loang", 5} } }, {0, { {"roang", 5} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2217 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2218 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"longleftarrow", 13} } }, {0, { {"LongRightArrow", 14} } }, {0, { {"LongLeftRightArrow", 18} } }, NULL 2219 standard/html_tables.h {0, { {"xlArr", 5} } }, {0, { {"DoubleLongRightArrow", 20} } }, {0, { {"xhArr", 5} } }, {0, { {NULL, 0} } }, NULL 2220 standard/html_tables.h {0, { {"xmap", 4} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"dzigrarr", 8} } }, NULL 2224 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"nvlArr", 6} } }, {0, { {"nvrArr", 6} } }, NULL 2225 standard/html_tables.h {0, { {"nvHarr", 6} } }, {0, { {"Map", 3} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2226 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2229 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"Rarrtl", 6} } }, {0, { {NULL, 0} } }, NULL 2230 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"latail", 6} } }, {0, { {"ratail", 6} } }, {0, { {"lAtail", 6} } }, NULL 2232 standard/html_tables.h {0, { {"rarrbfs", 7} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"nwarhk", 6} } }, NULL 2234 standard/html_tables.h {0, { {"toea", 4} } }, {0, { {"seswar", 6} } }, {0, { {"swnwar", 6} } }, {0, { {NULL, 0} } }, NULL 2235 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2236 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {1, { {(void *)multi_cp_html5_02933} } }, NULL 2237 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"cudarrr", 7} } }, {0, { {"ldca", 4} } }, {0, { {"rdca", 4} } }, NULL 2238 standard/html_tables.h {0, { {"cudarrl", 7} } }, {0, { {"larrpl", 6} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2239 standard/html_tables.h {0, { {"curarrm", 7} } }, {0, { {"cularrp", 7} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2243 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2244 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"rarrpl", 6} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2246 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"LeftRightVector", 15} } }, {0, { {"RightUpDownVector", 17} } }, NULL 2256 standard/html_tables.h {0, { {"rarrsim", 7} } }, {0, { {"rarrap", 6} } }, {0, { {"ltlarr", 6} } }, {0, { {NULL, 0} } }, NULL 2257 standard/html_tables.h {0, { {"gtrarr", 6} } }, {0, { {"subrarr", 7} } }, {0, { {NULL, 0} } }, {0, { {"suplarr", 7} } }, NULL 2262 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2263 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"lopar", 5} } }, {0, { {"ropar", 5} } }, {0, { {NULL, 0} } }, NULL 2264 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"lbrke", 5} } }, NULL 2267 standard/html_tables.h {0, { {"rpargt", 6} } }, {0, { {"gtlPar", 6} } }, {0, { {"ltrPar", 6} } }, {0, { {NULL, 0} } }, NULL 2268 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"vzigzag", 7} } }, {0, { {NULL, 0} } }, NULL 2269 standard/html_tables.h {0, { {"vangrt", 6} } }, {0, { {"angrtvbd", 8} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2270 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2276 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"operp", 5} } }, {0, { {NULL, 0} } }, {0, { {"olcross", 7} } }, NULL 2277 standard/html_tables.h {0, { {"odsold", 6} } }, {0, { {NULL, 0} } }, {0, { {"olcir", 5} } }, {0, { {"ofcir", 5} } }, NULL 2282 standard/html_tables.h {0, { {"solb", 4} } }, {0, { {"bsolb", 5} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2283 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"boxbox", 6} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2284 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"trisb", 5} } }, {0, { {"rtriltri", 8} } }, {1, { {(void *)multi_cp_html5_029CF} } }, NULL 2285 standard/html_tables.h {1, { {(void *)multi_cp_html5_029D0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2286 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2287 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2288 standard/html_tables.h {0, { {"iinfin", 6} } }, {0, { {"infintie", 8} } }, {0, { {"nvinfin", 7} } }, {0, { {NULL, 0} } }, NULL 2289 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"eparsl", 6} } }, NULL 2290 standard/html_tables.h {0, { {"smeparsl", 8} } }, {0, { {"eqvparsl", 8} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2291 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"lozf", 4} } }, NULL 2292 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2293 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2294 standard/html_tables.h {0, { {"RuleDelayed", 11} } }, {0, { {NULL, 0} } }, {0, { {"dsol", 4} } }, {0, { {NULL, 0} } }, NULL 2295 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2296 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2300 standard/html_tables.h {0, { {"xodot", 5} } }, {0, { {"bigoplus", 8} } }, {0, { {"bigotimes", 9} } }, {0, { {NULL, 0} } }, NULL 2301 standard/html_tables.h {0, { {"biguplus", 8} } }, {0, { {NULL, 0} } }, {0, { {"bigsqcup", 8} } }, {0, { {NULL, 0} } }, NULL 2302 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2303 standard/html_tables.h {0, { {"iiiint", 6} } }, {0, { {"fpartint", 8} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2306 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2307 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2308 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"pluscir", 7} } }, {0, { {"plusacir", 8} } }, NULL 2310 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"mcomma", 6} } }, {0, { {"minusdu", 7} } }, {0, { {NULL, 0} } }, NULL 2311 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"loplus", 6} } }, {0, { {"roplus", 6} } }, {0, { {"Cross", 5} } }, NULL 2312 standard/html_tables.h {0, { {"timesd", 6} } }, {0, { {"timesbar", 8} } }, {0, { {NULL, 0} } }, {0, { {"smashp", 6} } }, NULL 2315 standard/html_tables.h {0, { {"iprod", 5} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"amalg", 5} } }, NULL 2319 standard/html_tables.h {0, { {"capdot", 6} } }, {0, { {NULL, 0} } }, {0, { {"ncup", 4} } }, {0, { {"ncap", 4} } }, NULL 2322 standard/html_tables.h {0, { {"ccups", 5} } }, {0, { {"ccaps", 5} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2323 standard/html_tables.h {0, { {"ccupssm", 7} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"And", 3} } }, NULL 2325 standard/html_tables.h {0, { {"andslope", 8} } }, {0, { {NULL, 0} } }, {0, { {"andv", 4} } }, {0, { {"orv", 3} } }, NULL 2326 standard/html_tables.h {0, { {"andd", 4} } }, {0, { {"ord", 3} } }, {0, { {NULL, 0} } }, {0, { {"wedbar", 6} } }, NULL 2327 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2328 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"sdote", 5} } }, {0, { {NULL, 0} } }, NULL 2329 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"simdot", 6} } }, {0, { {NULL, 0} } }, NULL 2330 standard/html_tables.h {0, { {NULL, 0} } }, {1, { {(void *)multi_cp_html5_02A6D} } }, {0, { {"easter", 6} } }, {0, { {"apacir", 6} } }, NULL 2332 standard/html_tables.h {0, { {"Colone", 6} } }, {0, { {"Equal", 5} } }, {0, { {NULL, 0} } }, {0, { {"ddotseq", 7} } }, NULL 2344 standard/html_tables.h {0, { {"egsdot", 6} } }, {0, { {"el", 2} } }, {0, { {"eg", 2} } }, {0, { {NULL, 0} } }, NULL 2345 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"siml", 4} } }, {0, { {"simg", 4} } }, {0, { {"simlE", 5} } }, NULL 2346 standard/html_tables.h {0, { {"simgE", 5} } }, {1, { {(void *)multi_cp_html5_02AA1} } }, {1, { {(void *)multi_cp_html5_02AA2} } }, {0, { {NULL, 0} } }, NULL 2350 standard/html_tables.h {1, { {(void *)multi_cp_html5_02AB0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"prE", 3} } }, NULL 2359 standard/html_tables.h {0, { {"supsim", 6} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {1, { {(void *)multi_cp_html5_02ACB} } }, NULL 2360 standard/html_tables.h {1, { {(void *)multi_cp_html5_02ACC} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"csub", 4} } }, NULL 2364 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2365 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2366 standard/html_tables.h {0, { {"Dashv", 5} } }, {0, { {NULL, 0} } }, {0, { {"Vdashl", 6} } }, {0, { {"Barv", 4} } }, NULL 2367 standard/html_tables.h {0, { {"vBar", 4} } }, {0, { {"vBarv", 5} } }, {0, { {NULL, 0} } }, {0, { {"Vbar", 4} } }, NULL 2370 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2371 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2372 standard/html_tables.h {0, { {NULL, 0} } }, {1, { {(void *)multi_cp_html5_02AFD} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2377 standard/html_tables.h {0, { {"ffllig", 6} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2378 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2379 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2380 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2381 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2382 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2383 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2384 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2385 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2386 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2387 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2388 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2389 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2390 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2391 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2395 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2396 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2397 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2398 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2399 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2400 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2401 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2402 standard/html_tables.h {0, { {"Ascr", 4} } }, {0, { {NULL, 0} } }, {0, { {"Cscr", 4} } }, {0, { {"Dscr", 4} } }, NULL 2403 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"Gscr", 4} } }, {0, { {NULL, 0} } }, NULL 2404 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"Jscr", 4} } }, {0, { {"Kscr", 4} } }, {0, { {NULL, 0} } }, NULL 2405 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"Nscr", 4} } }, {0, { {"Oscr", 4} } }, {0, { {"Pscr", 4} } }, NULL 2406 standard/html_tables.h {0, { {"Qscr", 4} } }, {0, { {NULL, 0} } }, {0, { {"Sscr", 4} } }, {0, { {"Tscr", 4} } }, NULL 2409 standard/html_tables.h {0, { {"cscr", 4} } }, {0, { {"dscr", 4} } }, {0, { {NULL, 0} } }, {0, { {"fscr", 4} } }, NULL 2410 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"hscr", 4} } }, {0, { {"iscr", 4} } }, {0, { {"jscr", 4} } }, NULL 2415 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"pscr", 4} } }, {0, { {"qscr", 4} } }, {0, { {"rscr", 4} } }, NULL 2418 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2419 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2420 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2421 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2422 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2423 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2424 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2425 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2426 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2427 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2428 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2429 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2433 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2434 standard/html_tables.h {0, { {"Afr", 3} } }, {0, { {"Bfr", 3} } }, {0, { {NULL, 0} } }, {0, { {"Dfr", 3} } }, NULL 2435 standard/html_tables.h {0, { {"Efr", 3} } }, {0, { {"Ffr", 3} } }, {0, { {"Gfr", 3} } }, {0, { {NULL, 0} } }, NULL 2436 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"Jfr", 3} } }, {0, { {"Kfr", 3} } }, {0, { {"Lfr", 3} } }, NULL 2438 standard/html_tables.h {0, { {"Qfr", 3} } }, {0, { {NULL, 0} } }, {0, { {"Sfr", 3} } }, {0, { {"Tfr", 3} } }, NULL 2440 standard/html_tables.h {0, { {"Yfr", 3} } }, {0, { {NULL, 0} } }, {0, { {"afr", 3} } }, {0, { {"bfr", 3} } }, NULL 2447 standard/html_tables.h {0, { {"Aopf", 4} } }, {0, { {"Bopf", 4} } }, {0, { {NULL, 0} } }, {0, { {"Dopf", 4} } }, NULL 2448 standard/html_tables.h {0, { {"Eopf", 4} } }, {0, { {"Fopf", 4} } }, {0, { {"Gopf", 4} } }, {0, { {NULL, 0} } }, NULL 2453 standard/html_tables.h {0, { {"Mopf", 4} } }, {0, { {NULL, 0} } }, {0, { {"Oopf", 4} } }, {0, { {NULL, 0} } }, NULL 2454 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"Sopf", 4} } }, {0, { {"Topf", 4} } }, NULL 2456 standard/html_tables.h {0, { {"Yopf", 4} } }, {0, { {NULL, 0} } }, {0, { {"aopf", 4} } }, {0, { {"bopf", 4} } }, NULL 2463 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2464 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2465 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2466 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2467 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 2621 standard/html_tables.h static const entity_cp_map ht_bucket_empty[] = { {NULL, 0, 0, 0} }; NULL 2622 standard/html_tables.h static const entity_cp_map ht_bucket_html5_000[] = { {"realpart", 8, 0x0211C, 0}, {"varr", 4, 0x02195, 0}, {NULL, 0, 0, 0} }; NULL 2623 standard/html_tables.h static const entity_cp_map ht_bucket_html5_001[] = { {"angrt", 5, 0x0221F, 0}, {"iogon", 5, 0x0012F, 0}, {NULL, 0, 0, 0} }; NULL 2624 standard/html_tables.h static const entity_cp_map ht_bucket_html5_003[] = { {"lessdot", 7, 0x022D6, 0}, {NULL, 0, 0, 0} }; NULL 2625 standard/html_tables.h static const entity_cp_map ht_bucket_html5_005[] = { {"simrarr", 7, 0x02972, 0}, {NULL, 0, 0, 0} }; NULL 2626 standard/html_tables.h static const entity_cp_map ht_bucket_html5_007[] = { {"Zscr", 4, 0x1D4B5, 0}, {"midast", 6, 0x0002A, 0}, {NULL, 0, 0, 0} }; NULL 2627 standard/html_tables.h static const entity_cp_map ht_bucket_html5_00D[] = { {"copf", 4, 0x1D554, 0}, {NULL, 0, 0, 0} }; NULL 2628 standard/html_tables.h static const entity_cp_map ht_bucket_html5_00F[] = { {"female", 6, 0x02640, 0}, {NULL, 0, 0, 0} }; NULL 2629 standard/html_tables.h static const entity_cp_map ht_bucket_html5_017[] = { {"NegativeThickSpace", 18, 0x0200B, 0}, {NULL, 0, 0, 0} }; NULL 2630 standard/html_tables.h static const entity_cp_map ht_bucket_html5_020[] = { {"copy", 4, 0x000A9, 0}, {NULL, 0, 0, 0} }; NULL 2631 standard/html_tables.h static const entity_cp_map ht_bucket_html5_022[] = { {"angst", 5, 0x000C5, 0}, {"searr", 5, 0x02198, 0}, {NULL, 0, 0, 0} }; NULL 2632 standard/html_tables.h static const entity_cp_map ht_bucket_html5_024[] = { {"sqcups", 6, 0x02294, 0x0FE00}, {NULL, 0, 0, 0} }; NULL 2633 standard/html_tables.h static const entity_cp_map ht_bucket_html5_027[] = { {"Acirc", 5, 0x000C2, 0}, {"gtdot", 5, 0x022D7, 0}, {"varpi", 5, 0x003D6, 0}, {NULL, 0, 0, 0} }; NULL 2634 standard/html_tables.h static const entity_cp_map ht_bucket_html5_028[] = { {"UpTee", 5, 0x022A5, 0}, {NULL, 0, 0, 0} }; NULL 2635 standard/html_tables.h static const entity_cp_map ht_bucket_html5_029[] = { {"TildeTilde", 10, 0x02248, 0}, {NULL, 0, 0, 0} }; NULL 2636 standard/html_tables.h static const entity_cp_map ht_bucket_html5_02A[] = { {"mfr", 3, 0x1D52A, 0}, {NULL, 0, 0, 0} }; NULL 2637 standard/html_tables.h static const entity_cp_map ht_bucket_html5_02B[] = { {"RightVectorBar", 14, 0x02953, 0}, {"gesdot", 6, 0x02A80, 0}, {NULL, 0, 0, 0} }; NULL 2638 standard/html_tables.h static const entity_cp_map ht_bucket_html5_02C[] = { {"Uarrocir", 8, 0x02949, 0}, {NULL, 0, 0, 0} }; NULL 2639 standard/html_tables.h static const entity_cp_map ht_bucket_html5_02E[] = { {"RightTriangleBar", 16, 0x029D0, 0}, {NULL, 0, 0, 0} }; NULL 2640 standard/html_tables.h static const entity_cp_map ht_bucket_html5_030[] = { {"Ocy", 3, 0x0041E, 0}, {"int", 3, 0x0222B, 0}, {NULL, 0, 0, 0} }; NULL 2641 standard/html_tables.h static const entity_cp_map ht_bucket_html5_034[] = { {"preccurlyeq", 11, 0x0227C, 0}, {NULL, 0, 0, 0} }; NULL 2642 standard/html_tables.h static const entity_cp_map ht_bucket_html5_038[] = { {"sccue", 5, 0x0227D, 0}, {NULL, 0, 0, 0} }; NULL 2643 standard/html_tables.h static const entity_cp_map ht_bucket_html5_040[] = { {"DoubleContourIntegral", 21, 0x0222F, 0}, {"nexist", 6, 0x02204, 0}, {NULL, 0, 0, 0} }; NULL 2644 standard/html_tables.h static const entity_cp_map ht_bucket_html5_047[] = { {"acirc", 5, 0x000E2, 0}, {NULL, 0, 0, 0} }; NULL 2645 standard/html_tables.h static const entity_cp_map ht_bucket_html5_04C[] = { {"setmn", 5, 0x02216, 0}, {NULL, 0, 0, 0} }; NULL 2646 standard/html_tables.h static const entity_cp_map ht_bucket_html5_04E[] = { {"Dopf", 4, 0x1D53B, 0}, {"LeftTee", 7, 0x022A3, 0}, {NULL, 0, 0, 0} }; NULL 2647 standard/html_tables.h static const entity_cp_map ht_bucket_html5_051[] = { {"SquareSuperset", 14, 0x02290, 0}, {NULL, 0, 0, 0} }; NULL 2648 standard/html_tables.h static const entity_cp_map ht_bucket_html5_059[] = { {"udhar", 5, 0x0296E, 0}, {NULL, 0, 0, 0} }; NULL 2649 standard/html_tables.h static const entity_cp_map ht_bucket_html5_05D[] = { {"Equal", 5, 0x02A75, 0}, {"pscr", 4, 0x1D4C5, 0}, {"xvee", 4, 0x022C1, 0}, {NULL, 0, 0, 0} }; NULL 2650 standard/html_tables.h static const entity_cp_map ht_bucket_html5_05F[] = { {"approx", 6, 0x02248, 0}, {NULL, 0, 0, 0} }; NULL 2651 standard/html_tables.h static const entity_cp_map ht_bucket_html5_060[] = { {"HARDcy", 6, 0x0042A, 0}, {NULL, 0, 0, 0} }; NULL 2652 standard/html_tables.h static const entity_cp_map ht_bucket_html5_061[] = { {"nGg", 3, 0x022D9, 0x00338}, {NULL, 0, 0, 0} }; NULL 2653 standard/html_tables.h static const entity_cp_map ht_bucket_html5_063[] = { {"yopf", 4, 0x1D56A, 0}, {NULL, 0, 0, 0} }; NULL 2654 standard/html_tables.h static const entity_cp_map ht_bucket_html5_064[] = { {"prcue", 5, 0x0227C, 0}, {NULL, 0, 0, 0} }; NULL 2655 standard/html_tables.h static const entity_cp_map ht_bucket_html5_065[] = { {"loarr", 5, 0x021FD, 0}, {NULL, 0, 0, 0} }; NULL 2656 standard/html_tables.h static const entity_cp_map ht_bucket_html5_069[] = { {"mho", 3, 0x02127, 0}, {NULL, 0, 0, 0} }; NULL 2657 standard/html_tables.h static const entity_cp_map ht_bucket_html5_06A[] = { {"otimesas", 8, 0x02A36, 0}, {NULL, 0, 0, 0} }; NULL 2658 standard/html_tables.h static const entity_cp_map ht_bucket_html5_06D[] = { {"capcap", 6, 0x02A4B, 0}, {NULL, 0, 0, 0} }; NULL 2659 standard/html_tables.h static const entity_cp_map ht_bucket_html5_06E[] = { {"eplus", 5, 0x02A71, 0}, {"nGt", 3, 0x0226B, 0x020D2}, {NULL, 0, 0, 0} }; NULL 2660 standard/html_tables.h static const entity_cp_map ht_bucket_html5_06F[] = { {"Bumpeq", 6, 0x0224E, 0}, {NULL, 0, 0, 0} }; NULL 2661 standard/html_tables.h static const entity_cp_map ht_bucket_html5_071[] = { {"submult", 7, 0x02AC1, 0}, {NULL, 0, 0, 0} }; NULL 2662 standard/html_tables.h static const entity_cp_map ht_bucket_html5_073[] = { {"subplus", 7, 0x02ABF, 0}, {NULL, 0, 0, 0} }; NULL 2663 standard/html_tables.h static const entity_cp_map ht_bucket_html5_074[] = { {"auml", 4, 0x000E4, 0}, {NULL, 0, 0, 0} }; NULL 2664 standard/html_tables.h static const entity_cp_map ht_bucket_html5_07A[] = { {"RightDoubleBracket", 18, 0x027E7, 0}, {NULL, 0, 0, 0} }; NULL 2665 standard/html_tables.h static const entity_cp_map ht_bucket_html5_07B[] = { {"varkappa", 8, 0x003F0, 0}, {NULL, 0, 0, 0} }; NULL 2666 standard/html_tables.h static const entity_cp_map ht_bucket_html5_07C[] = { {"plusdo", 6, 0x02214, 0}, {NULL, 0, 0, 0} }; NULL 2667 standard/html_tables.h static const entity_cp_map ht_bucket_html5_07F[] = { {"mid", 3, 0x02223, 0}, {NULL, 0, 0, 0} }; NULL 2668 standard/html_tables.h static const entity_cp_map ht_bucket_html5_082[] = { {"plusdu", 6, 0x02A25, 0}, {NULL, 0, 0, 0} }; NULL 2669 standard/html_tables.h static const entity_cp_map ht_bucket_html5_084[] = { {"notniva", 7, 0x0220C, 0}, {NULL, 0, 0, 0} }; NULL 2670 standard/html_tables.h static const entity_cp_map ht_bucket_html5_085[] = { {"notnivb", 7, 0x022FE, 0}, {NULL, 0, 0, 0} }; NULL 2671 standard/html_tables.h static const entity_cp_map ht_bucket_html5_086[] = { {"notnivc", 7, 0x022FD, 0}, {NULL, 0, 0, 0} }; NULL 2672 standard/html_tables.h static const entity_cp_map ht_bucket_html5_088[] = { {"varepsilon", 10, 0x003F5, 0}, {NULL, 0, 0, 0} }; NULL 2673 standard/html_tables.h static const entity_cp_map ht_bucket_html5_089[] = { {"nspar", 5, 0x02226, 0}, {NULL, 0, 0, 0} }; NULL 2674 standard/html_tables.h static const entity_cp_map ht_bucket_html5_08C[] = { {"Ofr", 3, 0x1D512, 0}, {NULL, 0, 0, 0} }; NULL 2675 standard/html_tables.h static const entity_cp_map ht_bucket_html5_08E[] = { {"Omega", 5, 0x003A9, 0}, {NULL, 0, 0, 0} }; NULL 2676 standard/html_tables.h static const entity_cp_map ht_bucket_html5_090[] = { {"equals", 6, 0x0003D, 0}, {"harrcir", 7, 0x02948, 0}, {NULL, 0, 0, 0} }; NULL 2677 standard/html_tables.h static const entity_cp_map ht_bucket_html5_094[] = { {"Succeeds", 8, 0x0227B, 0}, {"cupdot", 6, 0x0228D, 0}, {NULL, 0, 0, 0} }; NULL 2678 standard/html_tables.h static const entity_cp_map ht_bucket_html5_097[] = { {"lsqb", 4, 0x0005B, 0}, {NULL, 0, 0, 0} }; NULL 2679 standard/html_tables.h static const entity_cp_map ht_bucket_html5_09E[] = { {"Qscr", 4, 0x1D4AC, 0}, {"urcorn", 6, 0x0231D, 0}, {NULL, 0, 0, 0} }; NULL 2680 standard/html_tables.h static const entity_cp_map ht_bucket_html5_0A4[] = { {"Zopf", 4, 0x02124, 0}, {NULL, 0, 0, 0} }; NULL 2681 standard/html_tables.h static const entity_cp_map ht_bucket_html5_0A6[] = { {"triangleleft", 12, 0x025C3, 0}, {NULL, 0, 0, 0} }; NULL 2682 standard/html_tables.h static const entity_cp_map ht_bucket_html5_0AB[] = { {"supdsub", 7, 0x02AD8, 0}, {NULL, 0, 0, 0} }; NULL 2683 standard/html_tables.h static const entity_cp_map ht_bucket_html5_0AC[] = { {"chcy", 4, 0x00447, 0}, {NULL, 0, 0, 0} }; NULL 2684 standard/html_tables.h static const entity_cp_map ht_bucket_html5_0AD[] = { {"sqsupset", 8, 0x02290, 0}, {NULL, 0, 0, 0} }; NULL 2685 standard/html_tables.h static const entity_cp_map ht_bucket_html5_0AE[] = { {"omega", 5, 0x003C9, 0}, {NULL, 0, 0, 0} }; NULL 2686 standard/html_tables.h static const entity_cp_map ht_bucket_html5_0AF[] = { {"rthree", 6, 0x022CC, 0}, {NULL, 0, 0, 0} }; NULL 2687 standard/html_tables.h static const entity_cp_map ht_bucket_html5_0B0[] = { {"THORN", 5, 0x000DE, 0}, {"clubsuit", 8, 0x02663, 0}, {"filig", 5, 0x0FB01, 0}, {NULL, 0, 0, 0} }; NULL 2688 standard/html_tables.h static const entity_cp_map ht_bucket_html5_0B2[] = { {"ocir", 4, 0x0229A, 0}, {NULL, 0, 0, 0} }; NULL 2689 standard/html_tables.h static const entity_cp_map ht_bucket_html5_0B8[] = { {"ShortDownArrow", 14, 0x02193, 0}, {"atilde", 6, 0x000E3, 0}, {NULL, 0, 0, 0} }; NULL 2690 standard/html_tables.h static const entity_cp_map ht_bucket_html5_0B9[] = { {"DownLeftTeeVector", 17, 0x0295E, 0}, {"LeftTeeArrow", 12, 0x021A4, 0}, {NULL, 0, 0, 0} }; NULL 2691 standard/html_tables.h static const entity_cp_map ht_bucket_html5_0BA[] = { {"GreaterFullEqual", 16, 0x02267, 0}, {"emsp", 4, 0x02003, 0}, {NULL, 0, 0, 0} }; NULL 2692 standard/html_tables.h static const entity_cp_map ht_bucket_html5_0C0[] = { {"lozf", 4, 0x029EB, 0}, {NULL, 0, 0, 0} }; NULL 2693 standard/html_tables.h static const entity_cp_map ht_bucket_html5_0C4[] = { {"ThinSpace", 9, 0x02009, 0}, {NULL, 0, 0, 0} }; NULL 2694 standard/html_tables.h static const entity_cp_map ht_bucket_html5_0CE[] = { {"fnof", 4, 0x00192, 0}, {"multimap", 8, 0x022B8, 0}, {NULL, 0, 0, 0} }; NULL 2695 standard/html_tables.h static const entity_cp_map ht_bucket_html5_0D1[] = { {"Zacute", 6, 0x00179, 0}, {NULL, 0, 0, 0} }; NULL 2696 standard/html_tables.h static const entity_cp_map ht_bucket_html5_0D2[] = { {"mdash", 5, 0x02014, 0}, {NULL, 0, 0, 0} }; NULL 2697 standard/html_tables.h static const entity_cp_map ht_bucket_html5_0D3[] = { {"minusb", 6, 0x0229F, 0}, {NULL, 0, 0, 0} }; NULL 2698 standard/html_tables.h static const entity_cp_map ht_bucket_html5_0D5[] = { {"minusd", 6, 0x02238, 0}, {NULL, 0, 0, 0} }; NULL 2699 standard/html_tables.h static const entity_cp_map ht_bucket_html5_0DF[] = { {"varsigma", 8, 0x003C2, 0}, {NULL, 0, 0, 0} }; NULL 2700 standard/html_tables.h static const entity_cp_map ht_bucket_html5_0E5[] = { {"ntilde", 6, 0x000F1, 0}, {NULL, 0, 0, 0} }; NULL 2701 standard/html_tables.h static const entity_cp_map ht_bucket_html5_0E6[] = { {"Lambda", 6, 0x0039B, 0}, {"integers", 8, 0x02124, 0}, {NULL, 0, 0, 0} }; NULL 2702 standard/html_tables.h static const entity_cp_map ht_bucket_html5_0E8[] = { {"gesles", 6, 0x02A94, 0}, {NULL, 0, 0, 0} }; NULL 2703 standard/html_tables.h static const entity_cp_map ht_bucket_html5_0EC[] = { {"NotSubset", 9, 0x02282, 0x020D2}, {NULL, 0, 0, 0} }; NULL 2704 standard/html_tables.h static const entity_cp_map ht_bucket_html5_0EF[] = { {"NotLeftTriangleEqual", 20, 0x022EC, 0}, {NULL, 0, 0, 0} }; NULL 2705 standard/html_tables.h static const entity_cp_map ht_bucket_html5_0F3[] = { {"LessLess", 8, 0x02AA1, 0}, {NULL, 0, 0, 0} }; NULL 2706 standard/html_tables.h static const entity_cp_map ht_bucket_html5_0F4[] = { {"gscr", 4, 0x0210A, 0}, {NULL, 0, 0, 0} }; NULL 2707 standard/html_tables.h static const entity_cp_map ht_bucket_html5_0FA[] = { {"popf", 4, 0x1D561, 0}, {NULL, 0, 0, 0} }; NULL 2708 standard/html_tables.h static const entity_cp_map ht_bucket_html5_0FB[] = { {"Agrave", 6, 0x000C0, 0}, {NULL, 0, 0, 0} }; NULL 2709 standard/html_tables.h static const entity_cp_map ht_bucket_html5_0FD[] = { {"nvinfin", 7, 0x029DE, 0}, {NULL, 0, 0, 0} }; NULL 2710 standard/html_tables.h static const entity_cp_map ht_bucket_html5_0FE[] = { {"gacute", 6, 0x001F5, 0}, {NULL, 0, 0, 0} }; NULL 2711 standard/html_tables.h static const entity_cp_map ht_bucket_html5_100[] = { {"diam", 4, 0x022C4, 0}, {NULL, 0, 0, 0} }; NULL 2712 standard/html_tables.h static const entity_cp_map ht_bucket_html5_101[] = { {"nesim", 5, 0x02242, 0x00338}, {NULL, 0, 0, 0} }; NULL 2713 standard/html_tables.h static const entity_cp_map ht_bucket_html5_103[] = { {"YIcy", 4, 0x00407, 0}, {"bcy", 3, 0x00431, 0}, {NULL, 0, 0, 0} }; NULL 2714 standard/html_tables.h static const entity_cp_map ht_bucket_html5_105[] = { {"Exists", 6, 0x02203, 0}, {NULL, 0, 0, 0} }; NULL 2715 standard/html_tables.h static const entity_cp_map ht_bucket_html5_106[] = { {"vert", 4, 0x0007C, 0}, {NULL, 0, 0, 0} }; NULL 2716 standard/html_tables.h static const entity_cp_map ht_bucket_html5_109[] = { {"ropar", 5, 0x02986, 0}, {NULL, 0, 0, 0} }; NULL 2717 standard/html_tables.h static const entity_cp_map ht_bucket_html5_10A[] = { {"topfork", 7, 0x02ADA, 0}, {NULL, 0, 0, 0} }; NULL 2718 standard/html_tables.h static const entity_cp_map ht_bucket_html5_10B[] = { {"nLl", 3, 0x022D8, 0x00338}, {NULL, 0, 0, 0} }; NULL 2719 standard/html_tables.h static const entity_cp_map ht_bucket_html5_10D[] = { {"notin", 5, 0x02209, 0}, {NULL, 0, 0, 0} }; NULL 2720 standard/html_tables.h static const entity_cp_map ht_bucket_html5_10E[] = { {"SucceedsSlantEqual", 18, 0x0227D, 0}, {"toea", 4, 0x02928, 0}, {NULL, 0, 0, 0} }; NULL 2721 standard/html_tables.h static const entity_cp_map ht_bucket_html5_10F[] = { {"ImaginaryI", 10, 0x02148, 0}, {"srarr", 5, 0x02192, 0}, {"ulcorner", 8, 0x0231C, 0}, {NULL, 0, 0, 0} }; NULL 2722 standard/html_tables.h static const entity_cp_map ht_bucket_html5_110[] = { {"LeftArrowBar", 12, 0x021E4, 0}, {"ldsh", 4, 0x021B2, 0}, {NULL, 0, 0, 0} }; NULL 2723 standard/html_tables.h static const entity_cp_map ht_bucket_html5_111[] = { {"DownBreve", 9, 0x00311, 0}, {NULL, 0, 0, 0} }; NULL 2724 standard/html_tables.h static const entity_cp_map ht_bucket_html5_113[] = { {"nLt", 3, 0x0226A, 0x020D2}, {NULL, 0, 0, 0} }; NULL 2725 standard/html_tables.h static const entity_cp_map ht_bucket_html5_116[] = { {"vltri", 5, 0x022B2, 0}, {NULL, 0, 0, 0} }; NULL 2726 standard/html_tables.h static const entity_cp_map ht_bucket_html5_11B[] = { {"VDash", 5, 0x022AB, 0}, {NULL, 0, 0, 0} }; NULL 2727 standard/html_tables.h static const entity_cp_map ht_bucket_html5_11C[] = { {"Dstrok", 6, 0x00110, 0}, {"Intersection", 12, 0x022C2, 0}, {NULL, 0, 0, 0} }; NULL 2728 standard/html_tables.h static const entity_cp_map ht_bucket_html5_11E[] = { {"lrhar", 5, 0x021CB, 0}, {NULL, 0, 0, 0} }; NULL 2729 standard/html_tables.h static const entity_cp_map ht_bucket_html5_121[] = { {"RightTee", 8, 0x022A2, 0}, {NULL, 0, 0, 0} }; NULL 2730 standard/html_tables.h static const entity_cp_map ht_bucket_html5_124[] = { {"RightArrowLeftArrow", 19, 0x021C4, 0}, {NULL, 0, 0, 0} }; NULL 2731 standard/html_tables.h static const entity_cp_map ht_bucket_html5_129[] = { {"Ccirc", 5, 0x00108, 0}, {NULL, 0, 0, 0} }; NULL 2732 standard/html_tables.h static const entity_cp_map ht_bucket_html5_12A[] = { {"ntrianglelefteq", 15, 0x022EC, 0}, {NULL, 0, 0, 0} }; NULL 2733 standard/html_tables.h static const entity_cp_map ht_bucket_html5_12C[] = { {"leftharpoonup", 13, 0x021BC, 0}, {"scap", 4, 0x02AB8, 0}, {NULL, 0, 0, 0} }; NULL 2734 standard/html_tables.h static const entity_cp_map ht_bucket_html5_12E[] = { {"darr", 4, 0x02193, 0}, {"qfr", 3, 0x1D52E, 0}, {NULL, 0, 0, 0} }; NULL 2735 standard/html_tables.h static const entity_cp_map ht_bucket_html5_12F[] = { {"cdot", 4, 0x0010B, 0}, {NULL, 0, 0, 0} }; NULL 2736 standard/html_tables.h static const entity_cp_map ht_bucket_html5_130[] = { {"supseteqq", 9, 0x02AC6, 0}, {NULL, 0, 0, 0} }; NULL 2737 standard/html_tables.h static const entity_cp_map ht_bucket_html5_134[] = { {"Scy", 3, 0x00421, 0}, {NULL, 0, 0, 0} }; NULL 2738 standard/html_tables.h static const entity_cp_map ht_bucket_html5_135[] = { {"Hscr", 4, 0x0210B, 0}, {NULL, 0, 0, 0} }; NULL 2739 standard/html_tables.h static const entity_cp_map ht_bucket_html5_137[] = { {"LowerRightArrow", 15, 0x02198, 0}, {NULL, 0, 0, 0} }; NULL 2740 standard/html_tables.h static const entity_cp_map ht_bucket_html5_13A[] = { {"divide", 6, 0x000F7, 0}, {"tcedil", 6, 0x00163, 0}, {NULL, 0, 0, 0} }; NULL 2741 standard/html_tables.h static const entity_cp_map ht_bucket_html5_13B[] = { {"LeftArrow", 9, 0x02190, 0}, {"Qopf", 4, 0x0211A, 0}, {"vDash", 5, 0x022A8, 0}, {NULL, 0, 0, 0} }; NULL 2742 standard/html_tables.h static const entity_cp_map ht_bucket_html5_145[] = { {"dash", 4, 0x02010, 0}, {NULL, 0, 0, 0} }; NULL 2743 standard/html_tables.h static const entity_cp_map ht_bucket_html5_147[] = { {"oror", 4, 0x02A56, 0}, {NULL, 0, 0, 0} }; NULL 2744 standard/html_tables.h static const entity_cp_map ht_bucket_html5_149[] = { {"ccirc", 5, 0x00109, 0}, {NULL, 0, 0, 0} }; NULL 2745 standard/html_tables.h static const entity_cp_map ht_bucket_html5_14B[] = { {"LongLeftArrow", 13, 0x027F5, 0}, {NULL, 0, 0, 0} }; NULL 2746 standard/html_tables.h static const entity_cp_map ht_bucket_html5_14C[] = { {"straightphi", 11, 0x003D5, 0}, {NULL, 0, 0, 0} }; NULL 2747 standard/html_tables.h static const entity_cp_map ht_bucket_html5_14E[] = { {"xlarr", 5, 0x027F5, 0}, {NULL, 0, 0, 0} }; NULL 2748 standard/html_tables.h static const entity_cp_map ht_bucket_html5_14F[] = { {"DJcy", 4, 0x00402, 0}, {NULL, 0, 0, 0} }; NULL 2749 standard/html_tables.h static const entity_cp_map ht_bucket_html5_158[] = { {"nbsp", 4, 0x000A0, 0}, {"succcurlyeq", 11, 0x0227D, 0}, {NULL, 0, 0, 0} }; NULL 2750 standard/html_tables.h static const entity_cp_map ht_bucket_html5_159[] = { {"njcy", 4, 0x0045A, 0}, {NULL, 0, 0, 0} }; NULL 2751 standard/html_tables.h static const entity_cp_map ht_bucket_html5_15B[] = { {"Leftarrow", 9, 0x021D0, 0}, {NULL, 0, 0, 0} }; NULL 2752 standard/html_tables.h static const entity_cp_map ht_bucket_html5_15E[] = { {"dtrif", 5, 0x025BE, 0}, {NULL, 0, 0, 0} }; NULL 2753 standard/html_tables.h static const entity_cp_map ht_bucket_html5_15F[] = { {"bfr", 3, 0x1D51F, 0}, {NULL, 0, 0, 0} }; NULL 2754 standard/html_tables.h static const entity_cp_map ht_bucket_html5_161[] = { {"GreaterTilde", 12, 0x02273, 0}, {NULL, 0, 0, 0} }; NULL 2755 standard/html_tables.h static const entity_cp_map ht_bucket_html5_164[] = { {"hamilt", 6, 0x0210B, 0}, {NULL, 0, 0, 0} }; NULL 2756 standard/html_tables.h static const entity_cp_map ht_bucket_html5_165[] = { {"Dcy", 3, 0x00414, 0}, {NULL, 0, 0, 0} }; NULL 2757 standard/html_tables.h static const entity_cp_map ht_bucket_html5_168[] = { {"LeftUpVector", 12, 0x021BF, 0}, {NULL, 0, 0, 0} }; NULL 2758 standard/html_tables.h static const entity_cp_map ht_bucket_html5_16A[] = { {"bigoplus", 8, 0x02A01, 0}, {NULL, 0, 0, 0} }; NULL 2759 standard/html_tables.h static const entity_cp_map ht_bucket_html5_170[] = { {"nwarhk", 6, 0x02923, 0}, {NULL, 0, 0, 0} }; NULL 2760 standard/html_tables.h static const entity_cp_map ht_bucket_html5_173[] = { {"diams", 5, 0x02666, 0}, {"suphsol", 7, 0x027C9, 0}, {NULL, 0, 0, 0} }; NULL 2761 standard/html_tables.h static const entity_cp_map ht_bucket_html5_17A[] = { {"boxminus", 8, 0x0229F, 0}, {NULL, 0, 0, 0} }; NULL 2762 standard/html_tables.h static const entity_cp_map ht_bucket_html5_17B[] = { {"leftarrow", 9, 0x02190, 0}, {NULL, 0, 0, 0} }; NULL 2763 standard/html_tables.h static const entity_cp_map ht_bucket_html5_17C[] = { {"andd", 4, 0x02A5C, 0}, {NULL, 0, 0, 0} }; NULL 2764 standard/html_tables.h static const entity_cp_map ht_bucket_html5_17F[] = { {"NonBreakingSpace", 16, 0x000A0, 0}, {NULL, 0, 0, 0} }; NULL 2765 standard/html_tables.h static const entity_cp_map ht_bucket_html5_181[] = { {"xutri", 5, 0x025B3, 0}, {NULL, 0, 0, 0} }; NULL 2766 standard/html_tables.h static const entity_cp_map ht_bucket_html5_189[] = { {"Longleftrightarrow", 18, 0x027FA, 0}, {NULL, 0, 0, 0} }; NULL 2767 standard/html_tables.h static const entity_cp_map ht_bucket_html5_18B[] = { {"Longleftarrow", 13, 0x027F8, 0}, {NULL, 0, 0, 0} }; NULL 2768 standard/html_tables.h static const entity_cp_map ht_bucket_html5_18C[] = { {"gtrapprox", 9, 0x02A86, 0}, {"phmmat", 6, 0x02133, 0}, {NULL, 0, 0, 0} }; NULL 2769 standard/html_tables.h static const entity_cp_map ht_bucket_html5_18E[] = { {"andv", 4, 0x02A5A, 0}, {NULL, 0, 0, 0} }; NULL 2770 standard/html_tables.h static const entity_cp_map ht_bucket_html5_18F[] = { {"equiv", 5, 0x02261, 0}, {NULL, 0, 0, 0} }; NULL 2771 standard/html_tables.h static const entity_cp_map ht_bucket_html5_190[] = { {"Sfr", 3, 0x1D516, 0}, {NULL, 0, 0, 0} }; NULL 2772 standard/html_tables.h static const entity_cp_map ht_bucket_html5_191[] = { {"gopf", 4, 0x1D558, 0}, {NULL, 0, 0, 0} }; NULL 2773 standard/html_tables.h static const entity_cp_map ht_bucket_html5_193[] = { {"sqsub", 5, 0x0228F, 0}, {NULL, 0, 0, 0} }; NULL 2774 standard/html_tables.h static const entity_cp_map ht_bucket_html5_195[] = { {"approxeq", 8, 0x0224A, 0}, {NULL, 0, 0, 0} }; NULL 2775 standard/html_tables.h static const entity_cp_map ht_bucket_html5_19A[] = { {"Del", 3, 0x02207, 0}, {NULL, 0, 0, 0} }; NULL 2776 standard/html_tables.h static const entity_cp_map ht_bucket_html5_19C[] = { {"nrightarrow", 11, 0x0219B, 0}, {NULL, 0, 0, 0} }; NULL 2777 standard/html_tables.h static const entity_cp_map ht_bucket_html5_19F[] = { {"SquareUnion", 11, 0x02294, 0}, {"strns", 5, 0x000AF, 0}, {NULL, 0, 0, 0} }; NULL 2778 standard/html_tables.h static const entity_cp_map ht_bucket_html5_1A0[] = { {"Itilde", 6, 0x00128, 0}, {NULL, 0, 0, 0} }; NULL 2779 standard/html_tables.h static const entity_cp_map ht_bucket_html5_1A1[] = { {"sqsup", 5, 0x02290, 0}, {NULL, 0, 0, 0} }; NULL 2780 standard/html_tables.h static const entity_cp_map ht_bucket_html5_1A2[] = { {"Ouml", 4, 0x000D6, 0}, {"PrecedesTilde", 13, 0x0227E, 0}, {NULL, 0, 0, 0} }; NULL 2781 standard/html_tables.h static const entity_cp_map ht_bucket_html5_1A3[] = { {"AMP", 3, 0x00026, 0}, {NULL, 0, 0, 0} }; NULL 2782 standard/html_tables.h static const entity_cp_map ht_bucket_html5_1A4[] = { {"plusmn", 6, 0x000B1, 0}, {NULL, 0, 0, 0} }; NULL 2783 standard/html_tables.h static const entity_cp_map ht_bucket_html5_1A5[] = { {"xcup", 4, 0x022C3, 0}, {NULL, 0, 0, 0} }; NULL 2784 standard/html_tables.h static const entity_cp_map ht_bucket_html5_1A8[] = { {"radic", 5, 0x0221A, 0}, {NULL, 0, 0, 0} }; NULL 2785 standard/html_tables.h static const entity_cp_map ht_bucket_html5_1AB[] = { {"longleftarrow", 13, 0x027F5, 0}, {NULL, 0, 0, 0} }; NULL 2786 standard/html_tables.h static const entity_cp_map ht_bucket_html5_1AC[] = { {"lrcorner", 8, 0x0231F, 0}, {NULL, 0, 0, 0} }; NULL 2787 standard/html_tables.h static const entity_cp_map ht_bucket_html5_1AD[] = { {"notni", 5, 0x0220C, 0}, {"updownarrow", 11, 0x02195, 0}, {NULL, 0, 0, 0} }; NULL 2788 standard/html_tables.h static const entity_cp_map ht_bucket_html5_1AE[] = { {"szlig", 5, 0x000DF, 0}, {NULL, 0, 0, 0} }; NULL 2789 standard/html_tables.h static const entity_cp_map ht_bucket_html5_1AF[] = { {"ugrave", 6, 0x000F9, 0}, {NULL, 0, 0, 0} }; NULL 2790 standard/html_tables.h static const entity_cp_map ht_bucket_html5_1B0[] = { {"imof", 4, 0x022B7, 0}, {NULL, 0, 0, 0} }; NULL 2791 standard/html_tables.h static const entity_cp_map ht_bucket_html5_1B2[] = { {"csub", 4, 0x02ACF, 0}, {NULL, 0, 0, 0} }; NULL 2792 standard/html_tables.h static const entity_cp_map ht_bucket_html5_1B5[] = { {"gsim", 4, 0x02273, 0}, {NULL, 0, 0, 0} }; NULL 2793 standard/html_tables.h static const entity_cp_map ht_bucket_html5_1B9[] = { {"leftleftarrows", 14, 0x021C7, 0}, {NULL, 0, 0, 0} }; NULL 2794 standard/html_tables.h static const entity_cp_map ht_bucket_html5_1BD[] = { {"backcong", 8, 0x0224C, 0}, {NULL, 0, 0, 0} }; NULL 2795 standard/html_tables.h static const entity_cp_map ht_bucket_html5_1BE[] = { {"clubs", 5, 0x02663, 0}, {NULL, 0, 0, 0} }; NULL 2796 standard/html_tables.h static const entity_cp_map ht_bucket_html5_1C0[] = { {"csup", 4, 0x02AD0, 0}, {NULL, 0, 0, 0} }; NULL 2797 standard/html_tables.h static const entity_cp_map ht_bucket_html5_1C1[] = { {"Dfr", 3, 0x1D507, 0}, {NULL, 0, 0, 0} }; NULL 2798 standard/html_tables.h static const entity_cp_map ht_bucket_html5_1C4[] = { {"profline", 8, 0x02312, 0}, {NULL, 0, 0, 0} }; NULL 2799 standard/html_tables.h static const entity_cp_map ht_bucket_html5_1C6[] = { {"Zdot", 4, 0x0017B, 0}, {NULL, 0, 0, 0} }; NULL 2800 standard/html_tables.h static const entity_cp_map ht_bucket_html5_1C9[] = { {"ClockwiseContourIntegral", 24, 0x02232, 0}, {NULL, 0, 0, 0} }; NULL 2801 standard/html_tables.h static const entity_cp_map ht_bucket_html5_1CA[] = { {"roplus", 6, 0x02A2E, 0}, {NULL, 0, 0, 0} }; NULL 2802 standard/html_tables.h static const entity_cp_map ht_bucket_html5_1CD[] = { {"Rang", 4, 0x027EB, 0}, {NULL, 0, 0, 0} }; NULL 2803 standard/html_tables.h static const entity_cp_map ht_bucket_html5_1CE[] = { {"bcong", 5, 0x0224C, 0}, {NULL, 0, 0, 0} }; NULL 2804 standard/html_tables.h static const entity_cp_map ht_bucket_html5_1D0[] = { {"tshcy", 5, 0x0045B, 0}, {NULL, 0, 0, 0} }; NULL 2805 standard/html_tables.h static const entity_cp_map ht_bucket_html5_1D1[] = { {"eDot", 4, 0x02251, 0}, {NULL, 0, 0, 0} }; NULL 2806 standard/html_tables.h static const entity_cp_map ht_bucket_html5_1D2[] = { {"Hopf", 4, 0x0210D, 0}, {NULL, 0, 0, 0} }; NULL 2807 standard/html_tables.h static const entity_cp_map ht_bucket_html5_1D4[] = { {"lpar", 4, 0x00028, 0}, {"odash", 5, 0x0229D, 0}, {NULL, 0, 0, 0} }; NULL 2808 standard/html_tables.h static const entity_cp_map ht_bucket_html5_1D5[] = { {"capbrcup", 8, 0x02A49, 0}, {NULL, 0, 0, 0} }; NULL 2809 standard/html_tables.h static const entity_cp_map ht_bucket_html5_1D6[] = { {"ucy", 3, 0x00443, 0}, {NULL, 0, 0, 0} }; NULL 2810 standard/html_tables.h static const entity_cp_map ht_bucket_html5_1D8[] = { {"ofcir", 5, 0x029BF, 0}, {NULL, 0, 0, 0} }; NULL 2811 standard/html_tables.h static const entity_cp_map ht_bucket_html5_1D9[] = { {"Breve", 5, 0x002D8, 0}, {NULL, 0, 0, 0} }; NULL 2812 standard/html_tables.h static const entity_cp_map ht_bucket_html5_1DA[] = { {"barvee", 6, 0x022BD, 0}, {NULL, 0, 0, 0} }; NULL 2813 standard/html_tables.h static const entity_cp_map ht_bucket_html5_1DF[] = { {"backsim", 7, 0x0223D, 0}, {NULL, 0, 0, 0} }; NULL 2814 standard/html_tables.h static const entity_cp_map ht_bucket_html5_1E0[] = { {"ange", 4, 0x029A4, 0}, {"half", 4, 0x000BD, 0}, {NULL, 0, 0, 0} }; NULL 2815 standard/html_tables.h static const entity_cp_map ht_bucket_html5_1E1[] = { {"tscr", 4, 0x1D4C9, 0}, {NULL, 0, 0, 0} }; NULL 2816 standard/html_tables.h static const entity_cp_map ht_bucket_html5_1E5[] = { {"realine", 7, 0x0211B, 0}, {NULL, 0, 0, 0} }; NULL 2817 standard/html_tables.h static const entity_cp_map ht_bucket_html5_1E6[] = { {"Oacute", 6, 0x000D3, 0}, {NULL, 0, 0, 0} }; NULL 2818 standard/html_tables.h static const entity_cp_map ht_bucket_html5_1E7[] = { {"dfisht", 6, 0x0297F, 0}, {"swnwar", 6, 0x0292A, 0}, {NULL, 0, 0, 0} }; NULL 2819 standard/html_tables.h static const entity_cp_map ht_bucket_html5_1E8[] = { {"tscy", 4, 0x00446, 0}, {NULL, 0, 0, 0} }; NULL 2820 standard/html_tables.h static const entity_cp_map ht_bucket_html5_1EB[] = { {"lsquor", 6, 0x0201A, 0}, {NULL, 0, 0, 0} }; NULL 2821 standard/html_tables.h static const entity_cp_map ht_bucket_html5_1EF[] = { {"naturals", 8, 0x02115, 0}, {"utrif", 5, 0x025B4, 0}, {NULL, 0, 0, 0} }; NULL 2822 standard/html_tables.h static const entity_cp_map ht_bucket_html5_1F0[] = { {"DiacriticalTilde", 16, 0x002DC, 0}, {"RightUpVectorBar", 16, 0x02954, 0}, {NULL, 0, 0, 0} }; NULL 2823 standard/html_tables.h static const entity_cp_map ht_bucket_html5_1F2[] = { {"rHar", 4, 0x02964, 0}, {NULL, 0, 0, 0} }; NULL 2824 standard/html_tables.h static const entity_cp_map ht_bucket_html5_1F4[] = { {"curlyeqprec", 11, 0x022DE, 0}, {NULL, 0, 0, 0} }; NULL 2825 standard/html_tables.h static const entity_cp_map ht_bucket_html5_1F8[] = { {"dtri", 4, 0x025BF, 0}, {"euml", 4, 0x000EB, 0}, {NULL, 0, 0, 0} }; NULL 2826 standard/html_tables.h static const entity_cp_map ht_bucket_html5_1F9[] = { {"breve", 5, 0x002D8, 0}, {NULL, 0, 0, 0} }; NULL 2827 standard/html_tables.h static const entity_cp_map ht_bucket_html5_1FA[] = { {"Barwed", 6, 0x02306, 0}, {"nvlArr", 6, 0x02902, 0}, {NULL, 0, 0, 0} }; NULL 2828 standard/html_tables.h static const entity_cp_map ht_bucket_html5_1FC[] = { {"dcaron", 6, 0x0010F, 0}, {"natural", 7, 0x0266E, 0}, {NULL, 0, 0, 0} }; NULL 2829 standard/html_tables.h static const entity_cp_map ht_bucket_html5_1FE[] = { {"nsupseteqq", 10, 0x02AC6, 0x00338}, {NULL, 0, 0, 0} }; NULL 2830 standard/html_tables.h static const entity_cp_map ht_bucket_html5_1FF[] = { {"nedot", 5, 0x02250, 0x00338}, {NULL, 0, 0, 0} }; NULL 2831 standard/html_tables.h static const entity_cp_map ht_bucket_html5_205[] = { {"bigtriangledown", 15, 0x025BD, 0}, {NULL, 0, 0, 0} }; NULL 2832 standard/html_tables.h static const entity_cp_map ht_bucket_html5_207[] = { {"fcy", 3, 0x00444, 0}, {"marker", 6, 0x025AE, 0}, {NULL, 0, 0, 0} }; NULL 2833 standard/html_tables.h static const entity_cp_map ht_bucket_html5_20E[] = { {"Union", 5, 0x022C3, 0}, {NULL, 0, 0, 0} }; NULL 2834 standard/html_tables.h static const entity_cp_map ht_bucket_html5_212[] = { {"varpropto", 9, 0x0221D, 0}, {NULL, 0, 0, 0} }; NULL 2835 standard/html_tables.h static const entity_cp_map ht_bucket_html5_213[] = { {"CloseCurlyDoubleQuote", 21, 0x0201D, 0}, {NULL, 0, 0, 0} }; NULL 2836 standard/html_tables.h static const entity_cp_map ht_bucket_html5_219[] = { {"DoubleLongRightArrow", 20, 0x027F9, 0}, {"GreaterGreater", 14, 0x02AA2, 0}, {NULL, 0, 0, 0} }; NULL 2837 standard/html_tables.h static const entity_cp_map ht_bucket_html5_21D[] = { {"Umacr", 5, 0x0016A, 0}, {NULL, 0, 0, 0} }; NULL 2838 standard/html_tables.h static const entity_cp_map ht_bucket_html5_220[] = { {"Colon", 5, 0x02237, 0}, {NULL, 0, 0, 0} }; NULL 2839 standard/html_tables.h static const entity_cp_map ht_bucket_html5_222[] = { {"Hat", 3, 0x0005E, 0}, {"Uscr", 4, 0x1D4B0, 0}, {NULL, 0, 0, 0} }; NULL 2840 standard/html_tables.h static const entity_cp_map ht_bucket_html5_227[] = { {"SHCHcy", 6, 0x00429, 0}, {NULL, 0, 0, 0} }; NULL 2841 standard/html_tables.h static const entity_cp_map ht_bucket_html5_229[] = { {"nLeftarrow", 10, 0x021CD, 0}, {NULL, 0, 0, 0} }; NULL 2842 standard/html_tables.h static const entity_cp_map ht_bucket_html5_22B[] = { {"Ecirc", 5, 0x000CA, 0}, {"Jukcy", 5, 0x00404, 0}, {NULL, 0, 0, 0} }; NULL 2843 standard/html_tables.h static const entity_cp_map ht_bucket_html5_22C[] = { {"nbumpe", 6, 0x0224F, 0x00338}, {NULL, 0, 0, 0} }; NULL 2844 standard/html_tables.h static const entity_cp_map ht_bucket_html5_22D[] = { {"NotLess", 7, 0x0226E, 0}, {NULL, 0, 0, 0} }; NULL 2845 standard/html_tables.h static const entity_cp_map ht_bucket_html5_22F[] = { {"gtlPar", 6, 0x02995, 0}, {"suphsub", 7, 0x02AD7, 0}, {NULL, 0, 0, 0} }; NULL 2846 standard/html_tables.h static const entity_cp_map ht_bucket_html5_230[] = { {"gtreqqless", 10, 0x02A8C, 0}, {NULL, 0, 0, 0} }; NULL 2847 standard/html_tables.h static const entity_cp_map ht_bucket_html5_232[] = { {"ufr", 3, 0x1D532, 0}, {NULL, 0, 0, 0} }; NULL 2848 standard/html_tables.h static const entity_cp_map ht_bucket_html5_234[] = { {"cirscir", 7, 0x029C2, 0}, {NULL, 0, 0, 0} }; NULL 2849 standard/html_tables.h static const entity_cp_map ht_bucket_html5_239[] = { {"LeftDownTeeVector", 17, 0x02961, 0}, {"duhar", 5, 0x0296F, 0}, {"nrtrie", 6, 0x022ED, 0}, {NULL, 0, 0, 0} }; NULL 2850 standard/html_tables.h static const entity_cp_map ht_bucket_html5_23C[] = { {"llhard", 6, 0x0296B, 0}, {NULL, 0, 0, 0} }; NULL 2851 standard/html_tables.h static const entity_cp_map ht_bucket_html5_23D[] = { {"umacr", 5, 0x0016B, 0}, {NULL, 0, 0, 0} }; NULL 2852 standard/html_tables.h static const entity_cp_map ht_bucket_html5_23E[] = { {"lates", 5, 0x02AAD, 0x0FE00}, {NULL, 0, 0, 0} }; NULL 2853 standard/html_tables.h static const entity_cp_map ht_bucket_html5_240[] = { {"colon", 5, 0x0003A, 0}, {"iacute", 6, 0x000ED, 0}, {NULL, 0, 0, 0} }; NULL 2854 standard/html_tables.h static const entity_cp_map ht_bucket_html5_241[] = { {"NotPrecedes", 11, 0x02280, 0}, {NULL, 0, 0, 0} }; NULL 2855 standard/html_tables.h static const entity_cp_map ht_bucket_html5_242[] = { {"cirfnint", 8, 0x02A10, 0}, {NULL, 0, 0, 0} }; NULL 2856 standard/html_tables.h static const entity_cp_map ht_bucket_html5_246[] = { {"barwedge", 8, 0x02305, 0}, {NULL, 0, 0, 0} }; NULL 2857 standard/html_tables.h static const entity_cp_map ht_bucket_html5_249[] = { {"nleftarrow", 10, 0x0219A, 0}, {NULL, 0, 0, 0} }; NULL 2858 standard/html_tables.h static const entity_cp_map ht_bucket_html5_24A[] = { {"Ubrcy", 5, 0x0040E, 0}, {"leftthreetimes", 14, 0x022CB, 0}, {NULL, 0, 0, 0} }; NULL 2859 standard/html_tables.h static const entity_cp_map ht_bucket_html5_24B[] = { {"andand", 6, 0x02A55, 0}, {"ecirc", 5, 0x000EA, 0}, {"jukcy", 5, 0x00454, 0}, {"quatint", 7, 0x02A16, 0}, {NULL, 0, 0, 0} }; NULL 2860 standard/html_tables.h static const entity_cp_map ht_bucket_html5_24D[] = { {"lharul", 6, 0x0296A, 0}, {NULL, 0, 0, 0} }; NULL 2861 standard/html_tables.h static const entity_cp_map ht_bucket_html5_251[] = { {"smtes", 5, 0x02AAC, 0x0FE00}, {NULL, 0, 0, 0} }; NULL 2862 standard/html_tables.h static const entity_cp_map ht_bucket_html5_252[] = { {"UnionPlus", 9, 0x0228E, 0}, {NULL, 0, 0, 0} }; NULL 2863 standard/html_tables.h static const entity_cp_map ht_bucket_html5_257[] = { {"NotLeftTriangle", 15, 0x022EA, 0}, {NULL, 0, 0, 0} }; NULL 2864 standard/html_tables.h static const entity_cp_map ht_bucket_html5_25A[] = { {"bne", 3, 0x0003D, 0x020E5}, {NULL, 0, 0, 0} }; NULL 2865 standard/html_tables.h static const entity_cp_map ht_bucket_html5_25B[] = { {"gtrsim", 6, 0x02273, 0}, {NULL, 0, 0, 0} }; NULL 2866 standard/html_tables.h static const entity_cp_map ht_bucket_html5_25C[] = { {"Rarr", 4, 0x021A0, 0}, {"ldquor", 6, 0x0201E, 0}, {"phiv", 4, 0x003D5, 0}, {NULL, 0, 0, 0} }; NULL 2867 standard/html_tables.h static const entity_cp_map ht_bucket_html5_25D[] = { {"because", 7, 0x02235, 0}, {"gEl", 3, 0x02A8C, 0}, {"setminus", 8, 0x02216, 0}, {NULL, 0, 0, 0} }; NULL 2868 standard/html_tables.h static const entity_cp_map ht_bucket_html5_263[] = { {"ffr", 3, 0x1D523, 0}, {NULL, 0, 0, 0} }; NULL 2869 standard/html_tables.h static const entity_cp_map ht_bucket_html5_26A[] = { {"ubrcy", 5, 0x0045E, 0}, {NULL, 0, 0, 0} }; NULL 2870 standard/html_tables.h static const entity_cp_map ht_bucket_html5_26B[] = { {"elinters", 8, 0x023E7, 0}, {"plusb", 5, 0x0229E, 0}, {NULL, 0, 0, 0} }; NULL 2871 standard/html_tables.h static const entity_cp_map ht_bucket_html5_26E[] = { {"pluse", 5, 0x02A72, 0}, {NULL, 0, 0, 0} }; NULL 2872 standard/html_tables.h static const entity_cp_map ht_bucket_html5_274[] = { {"CapitalDifferentialD", 20, 0x02145, 0}, {NULL, 0, 0, 0} }; NULL 2873 standard/html_tables.h static const entity_cp_map ht_bucket_html5_277[] = { {"daleth", 6, 0x02138, 0}, {NULL, 0, 0, 0} }; NULL 2874 standard/html_tables.h static const entity_cp_map ht_bucket_html5_278[] = { {"kscr", 4, 0x1D4C0, 0}, {"ogon", 4, 0x002DB, 0}, {NULL, 0, 0, 0} }; NULL 2875 standard/html_tables.h static const entity_cp_map ht_bucket_html5_27C[] = { {"SHcy", 4, 0x00428, 0}, {"equest", 6, 0x0225F, 0}, {NULL, 0, 0, 0} }; NULL 2876 standard/html_tables.h static const entity_cp_map ht_bucket_html5_27E[] = { {"rbarr", 5, 0x0290D, 0}, {"topf", 4, 0x1D565, 0}, {NULL, 0, 0, 0} }; NULL 2877 standard/html_tables.h static const entity_cp_map ht_bucket_html5_283[] = { {"tritime", 7, 0x02A3B, 0}, {NULL, 0, 0, 0} }; NULL 2878 standard/html_tables.h static const entity_cp_map ht_bucket_html5_28A[] = { {"bot", 3, 0x022A5, 0}, {NULL, 0, 0, 0} }; NULL 2879 standard/html_tables.h static const entity_cp_map ht_bucket_html5_294[] = { {"Wfr", 3, 0x1D51A, 0}, {NULL, 0, 0, 0} }; NULL 2880 standard/html_tables.h static const entity_cp_map ht_bucket_html5_297[] = { {"HumpEqual", 9, 0x0224F, 0}, {NULL, 0, 0, 0} }; NULL 2881 standard/html_tables.h static const entity_cp_map ht_bucket_html5_298[] = { {"rightleftharpoons", 17, 0x021CC, 0}, {NULL, 0, 0, 0} }; NULL 2882 standard/html_tables.h static const entity_cp_map ht_bucket_html5_29D[] = { {"frasl", 5, 0x02044, 0}, {NULL, 0, 0, 0} }; NULL 2883 standard/html_tables.h static const entity_cp_map ht_bucket_html5_29F[] = { {"UnderBracket", 12, 0x023B5, 0}, {"ovbar", 5, 0x0233D, 0}, {"upharpoonright", 14, 0x021BE, 0}, {NULL, 0, 0, 0} }; NULL 2884 standard/html_tables.h static const entity_cp_map ht_bucket_html5_2A0[] = { {"euro", 4, 0x020AC, 0}, {"nhArr", 5, 0x021CE, 0}, {NULL, 0, 0, 0} }; NULL 2885 standard/html_tables.h static const entity_cp_map ht_bucket_html5_2A9[] = { {"NotSupersetEqual", 16, 0x02289, 0}, {NULL, 0, 0, 0} }; NULL 2886 standard/html_tables.h static const entity_cp_map ht_bucket_html5_2AE[] = { {"cularr", 6, 0x021B6, 0}, {"scnE", 4, 0x02AB6, 0}, {NULL, 0, 0, 0} }; NULL 2887 standard/html_tables.h static const entity_cp_map ht_bucket_html5_2B1[] = { {"napid", 5, 0x0224B, 0x00338}, {NULL, 0, 0, 0} }; NULL 2888 standard/html_tables.h static const entity_cp_map ht_bucket_html5_2B2[] = { {"harr", 4, 0x02194, 0}, {NULL, 0, 0, 0} }; NULL 2889 standard/html_tables.h static const entity_cp_map ht_bucket_html5_2B3[] = { {"gdot", 4, 0x00121, 0}, {NULL, 0, 0, 0} }; NULL 2890 standard/html_tables.h static const entity_cp_map ht_bucket_html5_2B9[] = { {"Lscr", 4, 0x02112, 0}, {"zeta", 4, 0x003B6, 0}, {NULL, 0, 0, 0} }; NULL 2891 standard/html_tables.h static const entity_cp_map ht_bucket_html5_2BF[] = { {"ENG", 3, 0x0014A, 0}, {"Uopf", 4, 0x1D54C, 0}, {NULL, 0, 0, 0} }; NULL 2892 standard/html_tables.h static const entity_cp_map ht_bucket_html5_2C4[] = { {"esdot", 5, 0x02250, 0}, {"scsim", 5, 0x0227F, 0}, {NULL, 0, 0, 0} }; NULL 2893 standard/html_tables.h static const entity_cp_map ht_bucket_html5_2C5[] = { {"Hfr", 3, 0x0210C, 0}, {NULL, 0, 0, 0} }; NULL 2894 standard/html_tables.h static const entity_cp_map ht_bucket_html5_2CE[] = { {"RightArrow", 10, 0x02192, 0}, {NULL, 0, 0, 0} }; NULL 2895 standard/html_tables.h static const entity_cp_map ht_bucket_html5_2CF[] = { {"Sqrt", 4, 0x0221A, 0}, {NULL, 0, 0, 0} }; NULL 2896 standard/html_tables.h static const entity_cp_map ht_bucket_html5_2D3[] = { {"xodot", 5, 0x02A00, 0}, {NULL, 0, 0, 0} }; NULL 2897 standard/html_tables.h static const entity_cp_map ht_bucket_html5_2DA[] = { {"ycy", 3, 0x0044B, 0}, {NULL, 0, 0, 0} }; NULL 2898 standard/html_tables.h static const entity_cp_map ht_bucket_html5_2DB[] = { {"hkswarow", 8, 0x02926, 0}, {"urtri", 5, 0x025F9, 0}, {NULL, 0, 0, 0} }; NULL 2899 standard/html_tables.h static const entity_cp_map ht_bucket_html5_2DC[] = { {"roang", 5, 0x027ED, 0}, {"tosa", 4, 0x02929, 0}, {NULL, 0, 0, 0} }; NULL 2900 standard/html_tables.h static const entity_cp_map ht_bucket_html5_2E3[] = { {"CircleMinus", 11, 0x02296, 0}, {NULL, 0, 0, 0} }; NULL 2901 standard/html_tables.h static const entity_cp_map ht_bucket_html5_2E4[] = { {"Lcaron", 6, 0x0013D, 0}, {NULL, 0, 0, 0} }; NULL 2902 standard/html_tables.h static const entity_cp_map ht_bucket_html5_2EB[] = { {"ShortLeftArrow", 14, 0x02190, 0}, {NULL, 0, 0, 0} }; NULL 2903 standard/html_tables.h static const entity_cp_map ht_bucket_html5_2EC[] = { {"Dot", 3, 0x000A8, 0}, {NULL, 0, 0, 0} }; NULL 2904 standard/html_tables.h static const entity_cp_map ht_bucket_html5_2EE[] = { {"Rightarrow", 10, 0x021D2, 0}, {NULL, 0, 0, 0} }; NULL 2905 standard/html_tables.h static const entity_cp_map ht_bucket_html5_2F0[] = { {"prsim", 5, 0x0227E, 0}, {NULL, 0, 0, 0} }; NULL 2906 standard/html_tables.h static const entity_cp_map ht_bucket_html5_2F2[] = { {"notinE", 6, 0x022F9, 0x00338}, {NULL, 0, 0, 0} }; NULL 2907 standard/html_tables.h static const entity_cp_map ht_bucket_html5_2F8[] = { {"becaus", 6, 0x02235, 0}, {NULL, 0, 0, 0} }; NULL 2908 standard/html_tables.h static const entity_cp_map ht_bucket_html5_300[] = { {"NotEqualTilde", 13, 0x02242, 0x00338}, {"nparallel", 9, 0x02226, 0}, {NULL, 0, 0, 0} }; NULL 2909 standard/html_tables.h static const entity_cp_map ht_bucket_html5_301[] = { {"capcup", 6, 0x02A47, 0}, {NULL, 0, 0, 0} }; NULL 2910 standard/html_tables.h static const entity_cp_map ht_bucket_html5_304[] = { {"simeq", 5, 0x02243, 0}, {NULL, 0, 0, 0} }; NULL 2911 standard/html_tables.h static const entity_cp_map ht_bucket_html5_305[] = { {"forall", 6, 0x02200, 0}, {"straightepsilon", 15, 0x003F5, 0}, {NULL, 0, 0, 0} }; NULL 2912 standard/html_tables.h static const entity_cp_map ht_bucket_html5_308[] = { {"ruluhar", 7, 0x02968, 0}, {NULL, 0, 0, 0} }; NULL 2913 standard/html_tables.h static const entity_cp_map ht_bucket_html5_30B[] = { {"jcy", 3, 0x00439, 0}, {"ltcc", 4, 0x02AA6, 0}, {NULL, 0, 0, 0} }; NULL 2914 standard/html_tables.h static const entity_cp_map ht_bucket_html5_30F[] = { {"bscr", 4, 0x1D4B7, 0}, {NULL, 0, 0, 0} }; NULL 2915 standard/html_tables.h static const entity_cp_map ht_bucket_html5_311[] = { {"ExponentialE", 12, 0x02147, 0}, {"weierp", 6, 0x02118, 0}, {"yen", 3, 0x000A5, 0}, {NULL, 0, 0, 0} }; NULL 2916 standard/html_tables.h static const entity_cp_map ht_bucket_html5_313[] = { {"blacksquare", 11, 0x025AA, 0}, {"uml", 3, 0x000A8, 0}, {NULL, 0, 0, 0} }; NULL 2917 standard/html_tables.h static const entity_cp_map ht_bucket_html5_315[] = { {"backsimeq", 9, 0x022CD, 0}, {"kopf", 4, 0x1D55C, 0}, {NULL, 0, 0, 0} }; NULL 2918 standard/html_tables.h static const entity_cp_map ht_bucket_html5_319[] = { {"NotPrecedesEqual", 16, 0x02AAF, 0x00338}, {NULL, 0, 0, 0} }; NULL 2919 standard/html_tables.h static const entity_cp_map ht_bucket_html5_31A[] = { {"simgE", 5, 0x02AA0, 0}, {NULL, 0, 0, 0} }; NULL 2920 standard/html_tables.h static const entity_cp_map ht_bucket_html5_31B[] = { {"tridot", 6, 0x025EC, 0}, {NULL, 0, 0, 0} }; NULL 2921 standard/html_tables.h static const entity_cp_map ht_bucket_html5_326[] = { {"DoubleLongLeftArrow", 19, 0x027F8, 0}, {NULL, 0, 0, 0} }; NULL 2922 standard/html_tables.h static const entity_cp_map ht_bucket_html5_329[] = { {"models", 6, 0x022A7, 0}, {NULL, 0, 0, 0} }; NULL 2923 standard/html_tables.h static const entity_cp_map ht_bucket_html5_32A[] = { {"emptyv", 6, 0x02205, 0}, {"eqslantgtr", 10, 0x02A96, 0}, {NULL, 0, 0, 0} }; NULL 2924 standard/html_tables.h static const entity_cp_map ht_bucket_html5_32D[] = { {"Gcirc", 5, 0x0011C, 0}, {NULL, 0, 0, 0} }; NULL 2925 standard/html_tables.h static const entity_cp_map ht_bucket_html5_330[] = { {"bernou", 6, 0x0212C, 0}, {NULL, 0, 0, 0} }; NULL 2926 standard/html_tables.h static const entity_cp_map ht_bucket_html5_331[] = { {"HumpDownHump", 12, 0x0224E, 0}, {NULL, 0, 0, 0} }; NULL 2927 standard/html_tables.h static const entity_cp_map ht_bucket_html5_336[] = { {"yfr", 3, 0x1D536, 0}, {NULL, 0, 0, 0} }; NULL 2928 standard/html_tables.h static const entity_cp_map ht_bucket_html5_338[] = { {"blacktriangle", 13, 0x025B4, 0}, {NULL, 0, 0, 0} }; NULL 2929 standard/html_tables.h static const entity_cp_map ht_bucket_html5_33B[] = { {"yacy", 4, 0x0044F, 0}, {NULL, 0, 0, 0} }; NULL 2930 standard/html_tables.h static const entity_cp_map ht_bucket_html5_33F[] = { {"lsime", 5, 0x02A8D, 0}, {NULL, 0, 0, 0} }; NULL 2931 standard/html_tables.h static const entity_cp_map ht_bucket_html5_340[] = { {"NotTildeEqual", 13, 0x02244, 0}, {NULL, 0, 0, 0} }; NULL 2932 standard/html_tables.h static const entity_cp_map ht_bucket_html5_341[] = { {"lsimg", 5, 0x02A8F, 0}, {NULL, 0, 0, 0} }; NULL 2933 standard/html_tables.h static const entity_cp_map ht_bucket_html5_347[] = { {"ncap", 4, 0x02A43, 0}, {NULL, 0, 0, 0} }; NULL 2934 standard/html_tables.h static const entity_cp_map ht_bucket_html5_34D[] = { {"DD", 2, 0x02145, 0}, {"gcirc", 5, 0x0011D, 0}, {NULL, 0, 0, 0} }; NULL 2935 standard/html_tables.h static const entity_cp_map ht_bucket_html5_350[] = { {"Cscr", 4, 0x1D49E, 0}, {NULL, 0, 0, 0} }; NULL 2936 standard/html_tables.h static const entity_cp_map ht_bucket_html5_356[] = { {"Lopf", 4, 0x1D543, 0}, {NULL, 0, 0, 0} }; NULL 2937 standard/html_tables.h static const entity_cp_map ht_bucket_html5_358[] = { {"lBarr", 5, 0x0290E, 0}, {NULL, 0, 0, 0} }; NULL 2938 standard/html_tables.h static const entity_cp_map ht_bucket_html5_359[] = { {"Leftrightarrow", 14, 0x021D4, 0}, {"gtrdot", 6, 0x022D7, 0}, {NULL, 0, 0, 0} }; NULL 2939 standard/html_tables.h static const entity_cp_map ht_bucket_html5_35D[] = { {"NotSquareSubset", 15, 0x0228F, 0x00338}, {NULL, 0, 0, 0} }; NULL 2940 standard/html_tables.h static const entity_cp_map ht_bucket_html5_35F[] = { {"sqsubset", 8, 0x0228F, 0}, {"subsetneq", 9, 0x0228A, 0}, {NULL, 0, 0, 0} }; NULL 2941 standard/html_tables.h static const entity_cp_map ht_bucket_html5_361[] = { {"doublebarwedge", 14, 0x02306, 0}, {NULL, 0, 0, 0} }; NULL 2942 standard/html_tables.h static const entity_cp_map ht_bucket_html5_363[] = { {"blacktriangleleft", 17, 0x025C2, 0}, {"hellip", 6, 0x02026, 0}, {NULL, 0, 0, 0} }; NULL 2943 standard/html_tables.h static const entity_cp_map ht_bucket_html5_365[] = { {"xscr", 4, 0x1D4CD, 0}, {NULL, 0, 0, 0} }; NULL 2944 standard/html_tables.h static const entity_cp_map ht_bucket_html5_367[] = { {"LessFullEqual", 13, 0x02266, 0}, {"jfr", 3, 0x1D527, 0}, {NULL, 0, 0, 0} }; NULL 2945 standard/html_tables.h static const entity_cp_map ht_bucket_html5_369[] = { {"GreaterSlantEqual", 17, 0x02A7E, 0}, {NULL, 0, 0, 0} }; NULL 2946 standard/html_tables.h static const entity_cp_map ht_bucket_html5_36A[] = { {"Uring", 5, 0x0016E, 0}, {"VeryThinSpace", 13, 0x0200A, 0}, {NULL, 0, 0, 0} }; NULL 2947 standard/html_tables.h static const entity_cp_map ht_bucket_html5_36B[] = { {"roarr", 5, 0x021FE, 0}, {"scaron", 6, 0x00161, 0}, {NULL, 0, 0, 0} }; NULL 2948 standard/html_tables.h static const entity_cp_map ht_bucket_html5_36D[] = { {"Lcy", 3, 0x0041B, 0}, {NULL, 0, 0, 0} }; NULL 2949 standard/html_tables.h static const entity_cp_map ht_bucket_html5_36E[] = { {"RightDownVector", 15, 0x021C2, 0}, {NULL, 0, 0, 0} }; NULL 2950 standard/html_tables.h static const entity_cp_map ht_bucket_html5_36F[] = { {"Sub", 3, 0x022D0, 0}, {"pitchfork", 9, 0x022D4, 0}, {NULL, 0, 0, 0} }; NULL 2951 standard/html_tables.h static const entity_cp_map ht_bucket_html5_372[] = { {"nvsim", 5, 0x0223C, 0x020D2}, {NULL, 0, 0, 0} }; NULL 2952 standard/html_tables.h static const entity_cp_map ht_bucket_html5_374[] = { {"xrArr", 5, 0x027F9, 0}, {NULL, 0, 0, 0} }; NULL 2953 standard/html_tables.h static const entity_cp_map ht_bucket_html5_378[] = { {"CloseCurlyQuote", 15, 0x02019, 0}, {"uwangle", 7, 0x029A7, 0}, {NULL, 0, 0, 0} }; NULL 2954 standard/html_tables.h static const entity_cp_map ht_bucket_html5_37A[] = { {"Sum", 3, 0x02211, 0}, {NULL, 0, 0, 0} }; NULL 2955 standard/html_tables.h static const entity_cp_map ht_bucket_html5_37C[] = { {"iuml", 4, 0x000EF, 0}, {NULL, 0, 0, 0} }; NULL 2956 standard/html_tables.h static const entity_cp_map ht_bucket_html5_37D[] = { {"Sup", 3, 0x022D1, 0}, {NULL, 0, 0, 0} }; NULL 2957 standard/html_tables.h static const entity_cp_map ht_bucket_html5_37E[] = { {"planck", 6, 0x0210F, 0}, {NULL, 0, 0, 0} }; NULL 2958 standard/html_tables.h static const entity_cp_map ht_bucket_html5_37F[] = { {"Egrave", 6, 0x000C8, 0}, {NULL, 0, 0, 0} }; NULL 2959 standard/html_tables.h static const entity_cp_map ht_bucket_html5_380[] = { {"curlywedge", 10, 0x022CF, 0}, {NULL, 0, 0, 0} }; NULL 2960 standard/html_tables.h static const entity_cp_map ht_bucket_html5_382[] = { {"TildeFullEqual", 14, 0x02245, 0}, {NULL, 0, 0, 0} }; NULL 2961 standard/html_tables.h static const entity_cp_map ht_bucket_html5_383[] = { {"searhk", 6, 0x02925, 0}, {NULL, 0, 0, 0} }; NULL 2962 standard/html_tables.h static const entity_cp_map ht_bucket_html5_386[] = { {"ETH", 3, 0x000D0, 0}, {"napos", 5, 0x00149, 0}, {"upsi", 4, 0x003C5, 0}, {NULL, 0, 0, 0} }; NULL 2963 standard/html_tables.h static const entity_cp_map ht_bucket_html5_387[] = { {"twoheadleftarrow", 16, 0x0219E, 0}, {NULL, 0, 0, 0} }; NULL 2964 standard/html_tables.h static const entity_cp_map ht_bucket_html5_38A[] = { {"Assign", 6, 0x02254, 0}, {"uring", 5, 0x0016F, 0}, {NULL, 0, 0, 0} }; NULL 2965 standard/html_tables.h static const entity_cp_map ht_bucket_html5_38D[] = { {"SquareIntersection", 18, 0x02293, 0}, {NULL, 0, 0, 0} }; NULL 2966 standard/html_tables.h static const entity_cp_map ht_bucket_html5_38E[] = { {"lmidot", 6, 0x00140, 0}, {NULL, 0, 0, 0} }; NULL 2967 standard/html_tables.h static const entity_cp_map ht_bucket_html5_391[] = { {"kcedil", 6, 0x00137, 0}, {NULL, 0, 0, 0} }; NULL 2968 standard/html_tables.h static const entity_cp_map ht_bucket_html5_394[] = { {"curren", 6, 0x000A4, 0}, {NULL, 0, 0, 0} }; NULL 2969 standard/html_tables.h static const entity_cp_map ht_bucket_html5_397[] = { {"acute", 5, 0x000B4, 0}, {NULL, 0, 0, 0} }; NULL 2970 standard/html_tables.h static const entity_cp_map ht_bucket_html5_398[] = { {"curlyeqsucc", 11, 0x022DF, 0}, {NULL, 0, 0, 0} }; NULL 2971 standard/html_tables.h static const entity_cp_map ht_bucket_html5_39C[] = { {"Omicron", 7, 0x0039F, 0}, {NULL, 0, 0, 0} }; NULL 2972 standard/html_tables.h static const entity_cp_map ht_bucket_html5_39F[] = { {"uarr", 4, 0x02191, 0}, {NULL, 0, 0, 0} }; NULL 2973 standard/html_tables.h static const entity_cp_map ht_bucket_html5_3A0[] = { {"Hstrok", 6, 0x00126, 0}, {"UnderBrace", 10, 0x023DF, 0}, {"tdot", 4, 0x020DB, 0}, {NULL, 0, 0, 0} }; NULL 2974 standard/html_tables.h static const entity_cp_map ht_bucket_html5_3A1[] = { {"qint", 4, 0x02A0C, 0}, {NULL, 0, 0, 0} }; NULL 2975 standard/html_tables.h static const entity_cp_map ht_bucket_html5_3A4[] = { {"sfrown", 6, 0x02322, 0}, {NULL, 0, 0, 0} }; NULL 2976 standard/html_tables.h static const entity_cp_map ht_bucket_html5_3A5[] = { {"trpezium", 8, 0x023E2, 0}, {NULL, 0, 0, 0} }; NULL 2977 standard/html_tables.h static const entity_cp_map ht_bucket_html5_3A6[] = { {"Yscr", 4, 0x1D4B4, 0}, {"cedil", 5, 0x000B8, 0}, {"planckh", 7, 0x0210E, 0}, {NULL, 0, 0, 0} }; NULL 2978 standard/html_tables.h static const entity_cp_map ht_bucket_html5_3A7[] = { {"lang", 4, 0x027E8, 0}, {NULL, 0, 0, 0} }; NULL 2979 standard/html_tables.h static const entity_cp_map ht_bucket_html5_3AC[] = { {"bopf", 4, 0x1D553, 0}, {NULL, 0, 0, 0} }; NULL 2980 standard/html_tables.h static const entity_cp_map ht_bucket_html5_3B2[] = { {"lbbrk", 5, 0x02772, 0}, {NULL, 0, 0, 0} }; NULL 2981 standard/html_tables.h static const entity_cp_map ht_bucket_html5_3B4[] = { {"khcy", 4, 0x00445, 0}, {NULL, 0, 0, 0} }; NULL 2982 standard/html_tables.h static const entity_cp_map ht_bucket_html5_3BF[] = { {"Epsilon", 7, 0x00395, 0}, {"simlE", 5, 0x02A9F, 0}, {NULL, 0, 0, 0} }; NULL 2983 standard/html_tables.h static const entity_cp_map ht_bucket_html5_3C0[] = { {"GT", 2, 0x0003E, 0}, {NULL, 0, 0, 0} }; NULL 2984 standard/html_tables.h static const entity_cp_map ht_bucket_html5_3C4[] = { {"nap", 3, 0x02249, 0}, {NULL, 0, 0, 0} }; NULL 2985 standard/html_tables.h static const entity_cp_map ht_bucket_html5_3C9[] = { {"Lfr", 3, 0x1D50F, 0}, {NULL, 0, 0, 0} }; NULL 2986 standard/html_tables.h static const entity_cp_map ht_bucket_html5_3CD[] = { {"succapprox", 10, 0x02AB8, 0}, {NULL, 0, 0, 0} }; NULL 2987 standard/html_tables.h static const entity_cp_map ht_bucket_html5_3D0[] = { {"bsim", 4, 0x0223D, 0}, {NULL, 0, 0, 0} }; NULL 2988 standard/html_tables.h static const entity_cp_map ht_bucket_html5_3D3[] = { {"Gg", 2, 0x022D9, 0}, {NULL, 0, 0, 0} }; NULL 2989 standard/html_tables.h static const entity_cp_map ht_bucket_html5_3D9[] = { {"angrtvb", 7, 0x022BE, 0}, {NULL, 0, 0, 0} }; NULL 2990 standard/html_tables.h static const entity_cp_map ht_bucket_html5_3DE[] = { {"xcirc", 5, 0x025EF, 0}, {NULL, 0, 0, 0} }; NULL 2991 standard/html_tables.h static const entity_cp_map ht_bucket_html5_3E0[] = { {"Gt", 2, 0x0226B, 0}, {NULL, 0, 0, 0} }; NULL 2992 standard/html_tables.h static const entity_cp_map ht_bucket_html5_3E1[] = { {"LeftRightVector", 15, 0x0294E, 0}, {NULL, 0, 0, 0} }; NULL 2993 standard/html_tables.h static const entity_cp_map ht_bucket_html5_3E3[] = { {"circledast", 10, 0x0229B, 0}, {NULL, 0, 0, 0} }; NULL 2994 standard/html_tables.h static const entity_cp_map ht_bucket_html5_3E4[] = { {"telrec", 6, 0x02315, 0}, {NULL, 0, 0, 0} }; NULL 2995 standard/html_tables.h static const entity_cp_map ht_bucket_html5_3E6[] = { {"SucceedsTilde", 13, 0x0227F, 0}, {NULL, 0, 0, 0} }; NULL 2996 standard/html_tables.h static const entity_cp_map ht_bucket_html5_3E9[] = { {"nLtv", 4, 0x0226A, 0x00338}, {NULL, 0, 0, 0} }; NULL 2997 standard/html_tables.h static const entity_cp_map ht_bucket_html5_3ED[] = { {"Copf", 4, 0x02102, 0}, {"napprox", 7, 0x02249, 0}, {"nsupseteq", 9, 0x02289, 0}, {NULL, 0, 0, 0} }; NULL 2998 standard/html_tables.h static const entity_cp_map ht_bucket_html5_3F1[] = { {"VerticalTilde", 13, 0x02240, 0}, {NULL, 0, 0, 0} }; NULL 2999 standard/html_tables.h static const entity_cp_map ht_bucket_html5_3F2[] = { {"parallel", 8, 0x02225, 0}, {NULL, 0, 0, 0} }; NULL 3000 standard/html_tables.h static const entity_cp_map ht_bucket_html5_3F7[] = { {"precnapprox", 11, 0x02AB9, 0}, {NULL, 0, 0, 0} }; NULL 3001 standard/html_tables.h static const entity_cp_map ht_bucket_html5_3FC[] = { {"oscr", 4, 0x02134, 0}, {NULL, 0, 0, 0} }; NULL 3002 standard/html_tables.h static const entity_cp_map ht_bucket_html5_3FE[] = { {"supsetneqq", 10, 0x02ACC, 0}, {NULL, 0, 0, 0} }; NULL 3003 standard/html_tables.h static const entity_cp_map ht_bucket_html5_402[] = { {"xopf", 4, 0x1D569, 0}, {NULL, 0, 0, 0} }; NULL 3004 standard/html_tables.h static const entity_cp_map ht_bucket_html5_405[] = { {"mumap", 5, 0x022B8, 0}, {NULL, 0, 0, 0} }; NULL 3005 standard/html_tables.h static const entity_cp_map ht_bucket_html5_407[] = { {"varsupsetneqq", 13, 0x02ACC, 0x0FE00}, {NULL, 0, 0, 0} }; NULL 3006 standard/html_tables.h static const entity_cp_map ht_bucket_html5_409[] = { {"ReverseEquilibrium", 18, 0x021CB, 0}, {NULL, 0, 0, 0} }; NULL 3007 standard/html_tables.h static const entity_cp_map ht_bucket_html5_40E[] = { {"Ubreve", 6, 0x0016C, 0}, {NULL, 0, 0, 0} }; NULL 3008 standard/html_tables.h static const entity_cp_map ht_bucket_html5_40F[] = { {"YUcy", 4, 0x0042E, 0}, {"ncy", 3, 0x0043D, 0}, {NULL, 0, 0, 0} }; NULL 3009 standard/html_tables.h static const entity_cp_map ht_bucket_html5_413[] = { {"ltimes", 6, 0x022C9, 0}, {NULL, 0, 0, 0} }; NULL 3010 standard/html_tables.h static const entity_cp_map ht_bucket_html5_41A[] = { {"UpperRightArrow", 15, 0x02197, 0}, {"nvap", 4, 0x0224D, 0x020D2}, {NULL, 0, 0, 0} }; NULL 3011 standard/html_tables.h static const entity_cp_map ht_bucket_html5_41B[] = { {"Im", 2, 0x02111, 0}, {NULL, 0, 0, 0} }; NULL 3012 standard/html_tables.h static const entity_cp_map ht_bucket_html5_421[] = { {"simne", 5, 0x02246, 0}, {NULL, 0, 0, 0} }; NULL 3013 standard/html_tables.h static const entity_cp_map ht_bucket_html5_423[] = { {"ccups", 5, 0x02A4C, 0}, {NULL, 0, 0, 0} }; NULL 3014 standard/html_tables.h static const entity_cp_map ht_bucket_html5_424[] = { {"nlArr", 5, 0x021CD, 0}, {NULL, 0, 0, 0} }; NULL 3015 standard/html_tables.h static const entity_cp_map ht_bucket_html5_425[] = { {"rarrsim", 7, 0x02974, 0}, {NULL, 0, 0, 0} }; NULL 3016 standard/html_tables.h static const entity_cp_map ht_bucket_html5_426[] = { {"Ncaron", 6, 0x00147, 0}, {"vsupnE", 6, 0x02ACC, 0x0FE00}, {NULL, 0, 0, 0} }; NULL 3017 standard/html_tables.h static const entity_cp_map ht_bucket_html5_429[] = { {"succeq", 6, 0x02AB0, 0}, {NULL, 0, 0, 0} }; NULL 3018 standard/html_tables.h static const entity_cp_map ht_bucket_html5_42C[] = { {"Gammad", 6, 0x003DC, 0}, {NULL, 0, 0, 0} }; NULL 3019 standard/html_tables.h static const entity_cp_map ht_bucket_html5_42F[] = { {"Icirc", 5, 0x000CE, 0}, {NULL, 0, 0, 0} }; NULL 3020 standard/html_tables.h static const entity_cp_map ht_bucket_html5_430[] = { {"backepsilon", 11, 0x003F6, 0}, {NULL, 0, 0, 0} }; NULL 3021 standard/html_tables.h static const entity_cp_map ht_bucket_html5_432[] = { {"ddarr", 5, 0x021CA, 0}, {NULL, 0, 0, 0} }; NULL 3022 standard/html_tables.h static const entity_cp_map ht_bucket_html5_436[] = { {"larr", 4, 0x02190, 0}, {NULL, 0, 0, 0} }; NULL 3023 standard/html_tables.h static const entity_cp_map ht_bucket_html5_439[] = { {"divideontimes", 13, 0x022C7, 0}, {NULL, 0, 0, 0} }; NULL 3024 standard/html_tables.h static const entity_cp_map ht_bucket_html5_43C[] = { {"succsim", 7, 0x0227F, 0}, {NULL, 0, 0, 0} }; NULL 3025 standard/html_tables.h static const entity_cp_map ht_bucket_html5_43D[] = { {"Pscr", 4, 0x1D4AB, 0}, {NULL, 0, 0, 0} }; NULL 3026 standard/html_tables.h static const entity_cp_map ht_bucket_html5_43E[] = { {"puncsp", 6, 0x02008, 0}, {NULL, 0, 0, 0} }; NULL 3027 standard/html_tables.h static const entity_cp_map ht_bucket_html5_43F[] = { {"gtreqless", 9, 0x022DB, 0}, {NULL, 0, 0, 0} }; NULL 3028 standard/html_tables.h static const entity_cp_map ht_bucket_html5_440[] = { {"intcal", 6, 0x022BA, 0}, {NULL, 0, 0, 0} }; NULL 3029 standard/html_tables.h static const entity_cp_map ht_bucket_html5_441[] = { {"nsime", 5, 0x02244, 0}, {NULL, 0, 0, 0} }; NULL 3030 standard/html_tables.h static const entity_cp_map ht_bucket_html5_443[] = { {"Yopf", 4, 0x1D550, 0}, {NULL, 0, 0, 0} }; NULL 3031 standard/html_tables.h static const entity_cp_map ht_bucket_html5_446[] = { {"angsph", 6, 0x02222, 0}, {"vsupne", 6, 0x0228B, 0x0FE00}, {NULL, 0, 0, 0} }; NULL 3032 standard/html_tables.h static const entity_cp_map ht_bucket_html5_447[] = { {"NotNestedLessLess", 17, 0x02AA1, 0x00338}, {NULL, 0, 0, 0} }; NULL 3033 standard/html_tables.h static const entity_cp_map ht_bucket_html5_44A[] = { {"PrecedesSlantEqual", 18, 0x0227C, 0}, {NULL, 0, 0, 0} }; NULL 3034 standard/html_tables.h static const entity_cp_map ht_bucket_html5_44F[] = { {"icirc", 5, 0x000EE, 0}, {NULL, 0, 0, 0} }; NULL 3035 standard/html_tables.h static const entity_cp_map ht_bucket_html5_450[] = { {"DownLeftVectorBar", 17, 0x02956, 0}, {NULL, 0, 0, 0} }; NULL 3036 standard/html_tables.h static const entity_cp_map ht_bucket_html5_454[] = { {"Auml", 4, 0x000C4, 0}, {NULL, 0, 0, 0} }; NULL 3037 standard/html_tables.h static const entity_cp_map ht_bucket_html5_457[] = { {"LJcy", 4, 0x00409, 0}, {NULL, 0, 0, 0} }; NULL 3038 standard/html_tables.h static const entity_cp_map ht_bucket_html5_458[] = { {"sqsube", 6, 0x02291, 0}, {NULL, 0, 0, 0} }; NULL 3039 standard/html_tables.h static const entity_cp_map ht_bucket_html5_45D[] = { {"nprec", 5, 0x02280, 0}, {NULL, 0, 0, 0} }; NULL 3040 standard/html_tables.h static const entity_cp_map ht_bucket_html5_45F[] = { {"ngE", 3, 0x02267, 0x00338}, {"smile", 5, 0x02323, 0}, {NULL, 0, 0, 0} }; NULL 3041 standard/html_tables.h static const entity_cp_map ht_bucket_html5_465[] = { {"LT", 2, 0x0003C, 0}, {NULL, 0, 0, 0} }; NULL 3042 standard/html_tables.h static const entity_cp_map ht_bucket_html5_466[] = { {"ldrdhar", 7, 0x02967, 0}, {NULL, 0, 0, 0} }; NULL 3043 standard/html_tables.h static const entity_cp_map ht_bucket_html5_469[] = { {"utri", 4, 0x025B5, 0}, {NULL, 0, 0, 0} }; NULL 3044 standard/html_tables.h static const entity_cp_map ht_bucket_html5_46A[] = { {"Sacute", 6, 0x0015A, 0}, {NULL, 0, 0, 0} }; NULL 3045 standard/html_tables.h static const entity_cp_map ht_bucket_html5_46B[] = { {"late", 4, 0x02AAD, 0}, {"nfr", 3, 0x1D52B, 0}, {NULL, 0, 0, 0} }; NULL 3046 standard/html_tables.h static const entity_cp_map ht_bucket_html5_46D[] = { {"NotNestedGreaterGreater", 23, 0x02AA2, 0x00338}, {NULL, 0, 0, 0} }; NULL 3047 standard/html_tables.h static const entity_cp_map ht_bucket_html5_46F[] = { {"nwarr", 5, 0x02196, 0}, {NULL, 0, 0, 0} }; NULL 3048 standard/html_tables.h static const entity_cp_map ht_bucket_html5_470[] = { {"biguplus", 8, 0x02A04, 0}, {NULL, 0, 0, 0} }; NULL 3049 standard/html_tables.h static const entity_cp_map ht_bucket_html5_471[] = { {"Pcy", 3, 0x0041F, 0}, {NULL, 0, 0, 0} }; NULL 3050 standard/html_tables.h static const entity_cp_map ht_bucket_html5_472[] = { {"bigtriangleup", 13, 0x025B3, 0}, {"rationals", 9, 0x0211A, 0}, {NULL, 0, 0, 0} }; NULL 3051 standard/html_tables.h static const entity_cp_map ht_bucket_html5_473[] = { {"congdot", 7, 0x02A6D, 0}, {NULL, 0, 0, 0} }; NULL 3052 standard/html_tables.h static const entity_cp_map ht_bucket_html5_475[] = { {"PlusMinus", 9, 0x000B1, 0}, {NULL, 0, 0, 0} }; NULL 3053 standard/html_tables.h static const entity_cp_map ht_bucket_html5_479[] = { {"IOcy", 4, 0x00401, 0}, {"Scedil", 6, 0x0015E, 0}, {NULL, 0, 0, 0} }; NULL 3054 standard/html_tables.h static const entity_cp_map ht_bucket_html5_47C[] = { {"eqcirc", 6, 0x02256, 0}, {NULL, 0, 0, 0} }; NULL 3055 standard/html_tables.h static const entity_cp_map ht_bucket_html5_47D[] = { {"Ll", 2, 0x022D8, 0}, {NULL, 0, 0, 0} }; NULL 3056 standard/html_tables.h static const entity_cp_map ht_bucket_html5_47F[] = { {"Cayleys", 7, 0x0212D, 0}, {"nge", 3, 0x02271, 0}, {NULL, 0, 0, 0} }; NULL 3057 standard/html_tables.h static const entity_cp_map ht_bucket_html5_480[] = { {"NotGreater", 10, 0x0226F, 0}, {NULL, 0, 0, 0} }; NULL 3058 standard/html_tables.h static const entity_cp_map ht_bucket_html5_485[] = { {"Lt", 2, 0x0226A, 0}, {NULL, 0, 0, 0} }; NULL 3059 standard/html_tables.h static const entity_cp_map ht_bucket_html5_488[] = { {"rotimes", 7, 0x02A35, 0}, {NULL, 0, 0, 0} }; NULL 3060 standard/html_tables.h static const entity_cp_map ht_bucket_html5_48C[] = { {"caps", 4, 0x02229, 0x0FE00}, {NULL, 0, 0, 0} }; NULL 3061 standard/html_tables.h static const entity_cp_map ht_bucket_html5_48E[] = { {"ngt", 3, 0x0226F, 0}, {NULL, 0, 0, 0} }; NULL 3062 standard/html_tables.h static const entity_cp_map ht_bucket_html5_48F[] = { {"Cross", 5, 0x02A2F, 0}, {"bumpeq", 6, 0x0224F, 0}, {NULL, 0, 0, 0} }; NULL 3063 standard/html_tables.h static const entity_cp_map ht_bucket_html5_490[] = { {"VerticalSeparator", 17, 0x02758, 0}, {NULL, 0, 0, 0} }; NULL 3064 standard/html_tables.h static const entity_cp_map ht_bucket_html5_491[] = { {"plankv", 6, 0x0210F, 0}, {NULL, 0, 0, 0} }; NULL 3065 standard/html_tables.h static const entity_cp_map ht_bucket_html5_493[] = { {"fscr", 4, 0x1D4BB, 0}, {NULL, 0, 0, 0} }; NULL 3066 standard/html_tables.h static const entity_cp_map ht_bucket_html5_495[] = { {"bsol", 4, 0x0005C, 0}, {"sqsubseteq", 10, 0x02291, 0}, {NULL, 0, 0, 0} }; NULL 3067 standard/html_tables.h static const entity_cp_map ht_bucket_html5_496[] = { {"boxH", 4, 0x02550, 0}, {NULL, 0, 0, 0} }; NULL 3068 standard/html_tables.h static const entity_cp_map ht_bucket_html5_498[] = { {"rightarrowtail", 14, 0x021A3, 0}, {"ufisht", 6, 0x0297E, 0}, {NULL, 0, 0, 0} }; NULL 3069 standard/html_tables.h static const entity_cp_map ht_bucket_html5_499[] = { {"oopf", 4, 0x1D560, 0}, {NULL, 0, 0, 0} }; NULL 3070 standard/html_tables.h static const entity_cp_map ht_bucket_html5_49F[] = { {"lobrk", 5, 0x027E6, 0}, {NULL, 0, 0, 0} }; NULL 3071 standard/html_tables.h static const entity_cp_map ht_bucket_html5_4A2[] = { {"Acy", 3, 0x00410, 0}, {NULL, 0, 0, 0} }; NULL 3072 standard/html_tables.h static const entity_cp_map ht_bucket_html5_4A4[] = { {"NotSubsetEqual", 14, 0x02288, 0}, {"boxV", 4, 0x02551, 0}, {"dHar", 4, 0x02965, 0}, {NULL, 0, 0, 0} }; NULL 3073 standard/html_tables.h static const entity_cp_map ht_bucket_html5_4A6[] = { {"precnsim", 8, 0x022E8, 0}, {NULL, 0, 0, 0} }; NULL 3074 standard/html_tables.h static const entity_cp_map ht_bucket_html5_4A7[] = { {"Mu", 2, 0x0039C, 0}, {"aelig", 5, 0x000E6, 0}, {NULL, 0, 0, 0} }; NULL 3075 standard/html_tables.h static const entity_cp_map ht_bucket_html5_4AA[] = { {"gescc", 5, 0x02AA9, 0}, {NULL, 0, 0, 0} }; NULL 3076 standard/html_tables.h static const entity_cp_map ht_bucket_html5_4AB[] = { {"origof", 6, 0x022B6, 0}, {NULL, 0, 0, 0} }; NULL 3077 standard/html_tables.h static const entity_cp_map ht_bucket_html5_4AE[] = { {"upsih", 5, 0x003D2, 0}, {NULL, 0, 0, 0} }; NULL 3078 standard/html_tables.h static const entity_cp_map ht_bucket_html5_4AF[] = { {"cross", 5, 0x02717, 0}, {NULL, 0, 0, 0} }; NULL 3079 standard/html_tables.h static const entity_cp_map ht_bucket_html5_4B2[] = { {"LeftFloor", 9, 0x0230A, 0}, {NULL, 0, 0, 0} }; NULL 3080 standard/html_tables.h static const entity_cp_map ht_bucket_html5_4B6[] = { {"boxh", 4, 0x02500, 0}, {NULL, 0, 0, 0} }; NULL 3081 standard/html_tables.h static const entity_cp_map ht_bucket_html5_4B8[] = { {"NotGreaterEqual", 15, 0x02271, 0}, {NULL, 0, 0, 0} }; NULL 3082 standard/html_tables.h static const entity_cp_map ht_bucket_html5_4BC[] = { {"profalar", 8, 0x0232E, 0}, {NULL, 0, 0, 0} }; NULL 3083 standard/html_tables.h static const entity_cp_map ht_bucket_html5_4C0[] = { {"nsmid", 5, 0x02224, 0}, {NULL, 0, 0, 0} }; NULL 3084 standard/html_tables.h static const entity_cp_map ht_bucket_html5_4C2[] = { {"hbar", 4, 0x0210F, 0}, {NULL, 0, 0, 0} }; NULL 3085 standard/html_tables.h static const entity_cp_map ht_bucket_html5_4C3[] = { {"udarr", 5, 0x021C5, 0}, {NULL, 0, 0, 0} }; NULL 3086 standard/html_tables.h static const entity_cp_map ht_bucket_html5_4C4[] = { {"boxv", 4, 0x02502, 0}, {NULL, 0, 0, 0} }; NULL 3087 standard/html_tables.h static const entity_cp_map ht_bucket_html5_4C5[] = { {"olarr", 5, 0x021BA, 0}, {NULL, 0, 0, 0} }; NULL 3088 standard/html_tables.h static const entity_cp_map ht_bucket_html5_4C8[] = { {"Nu", 2, 0x0039D, 0}, {NULL, 0, 0, 0} }; NULL 3089 standard/html_tables.h static const entity_cp_map ht_bucket_html5_4CB[] = { {"NotCongruent", 12, 0x02262, 0}, {"bkarow", 6, 0x0290D, 0}, {NULL, 0, 0, 0} }; NULL 3090 standard/html_tables.h static const entity_cp_map ht_bucket_html5_4CD[] = { {"Pfr", 3, 0x1D513, 0}, {"forkv", 5, 0x02AD9, 0}, {NULL, 0, 0, 0} }; NULL 3091 standard/html_tables.h static const entity_cp_map ht_bucket_html5_4CF[] = { {"nis", 3, 0x022FC, 0}, {"trianglerighteq", 15, 0x022B5, 0}, {NULL, 0, 0, 0} }; NULL 3092 standard/html_tables.h static const entity_cp_map ht_bucket_html5_4D0[] = { {"ngeq", 4, 0x02271, 0}, {NULL, 0, 0, 0} }; NULL 3093 standard/html_tables.h static const entity_cp_map ht_bucket_html5_4D2[] = { {"cudarrl", 7, 0x02938, 0}, {"nges", 4, 0x02A7E, 0x00338}, {"niv", 3, 0x0220B, 0}, {NULL, 0, 0, 0} }; NULL 3094 standard/html_tables.h static const entity_cp_map ht_bucket_html5_4D3[] = { {"SubsetEqual", 11, 0x02286, 0}, {NULL, 0, 0, 0} }; NULL 3095 standard/html_tables.h static const entity_cp_map ht_bucket_html5_4D4[] = { {"Gscr", 4, 0x1D4A2, 0}, {NULL, 0, 0, 0} }; NULL 3096 standard/html_tables.h static const entity_cp_map ht_bucket_html5_4D5[] = { {"complexes", 9, 0x02102, 0}, {"eDDot", 5, 0x02A77, 0}, {"nvge", 4, 0x02265, 0x020D2}, {NULL, 0, 0, 0} }; NULL 3097 standard/html_tables.h static const entity_cp_map ht_bucket_html5_4D8[] = { {"cudarrr", 7, 0x02935, 0}, {NULL, 0, 0, 0} }; NULL 3098 standard/html_tables.h static const entity_cp_map ht_bucket_html5_4DA[] = { {"Popf", 4, 0x02119, 0}, {NULL, 0, 0, 0} }; NULL 3099 standard/html_tables.h static const entity_cp_map ht_bucket_html5_4DE[] = { {"LongRightArrow", 14, 0x027F6, 0}, {NULL, 0, 0, 0} }; NULL 3100 standard/html_tables.h static const entity_cp_map ht_bucket_html5_4DF[] = { {"supseteq", 8, 0x02287, 0}, {NULL, 0, 0, 0} }; NULL 3101 standard/html_tables.h static const entity_cp_map ht_bucket_html5_4E3[] = { {"dollar", 6, 0x00024, 0}, {"gnsim", 5, 0x022E7, 0}, {NULL, 0, 0, 0} }; NULL 3102 standard/html_tables.h static const entity_cp_map ht_bucket_html5_4E4[] = { {"nvgt", 4, 0x0003E, 0x020D2}, {NULL, 0, 0, 0} }; NULL 3103 standard/html_tables.h static const entity_cp_map ht_bucket_html5_4E6[] = { {"Or", 2, 0x02A54, 0}, {"Vert", 4, 0x02016, 0}, {"lneqq", 5, 0x02268, 0}, {NULL, 0, 0, 0} }; NULL 3104 standard/html_tables.h static const entity_cp_map ht_bucket_html5_4E7[] = { {"nLeftrightarrow", 15, 0x021CE, 0}, {"nbump", 5, 0x0224E, 0x00338}, {"ntriangleright", 14, 0x022EB, 0}, {NULL, 0, 0, 0} }; NULL 3105 standard/html_tables.h static const entity_cp_map ht_bucket_html5_4E8[] = { {"ecir", 4, 0x02256, 0}, {NULL, 0, 0, 0} }; NULL 3106 standard/html_tables.h static const entity_cp_map ht_bucket_html5_4E9[] = { {"npolint", 7, 0x02A14, 0}, {"plus", 4, 0x0002B, 0}, {NULL, 0, 0, 0} }; NULL 3107 standard/html_tables.h static const entity_cp_map ht_bucket_html5_4ED[] = { {"centerdot", 9, 0x000B7, 0}, {NULL, 0, 0, 0} }; NULL 3108 standard/html_tables.h static const entity_cp_map ht_bucket_html5_4F1[] = { {"zacute", 6, 0x0017A, 0}, {NULL, 0, 0, 0} }; NULL 3109 standard/html_tables.h static const entity_cp_map ht_bucket_html5_4F7[] = { {"odiv", 4, 0x02A38, 0}, {NULL, 0, 0, 0} }; NULL 3110 standard/html_tables.h static const entity_cp_map ht_bucket_html5_4F9[] = { {"cap", 3, 0x02229, 0}, {NULL, 0, 0, 0} }; NULL 3111 standard/html_tables.h static const entity_cp_map ht_bucket_html5_4FB[] = { {"ensp", 4, 0x02002, 0}, {NULL, 0, 0, 0} }; NULL 3112 standard/html_tables.h static const entity_cp_map ht_bucket_html5_4FE[] = { {"Afr", 3, 0x1D504, 0}, {"Pi", 2, 0x003A0, 0}, {NULL, 0, 0, 0} }; NULL 3113 standard/html_tables.h static const entity_cp_map ht_bucket_html5_500[] = { {"iquest", 6, 0x000BF, 0}, {"ltri", 4, 0x025C3, 0}, {NULL, 0, 0, 0} }; NULL 3114 standard/html_tables.h static const entity_cp_map ht_bucket_html5_504[] = { {"nlE", 3, 0x02266, 0x00338}, {NULL, 0, 0, 0} }; NULL 3115 standard/html_tables.h static const entity_cp_map ht_bucket_html5_506[] = { {"Phi", 3, 0x003A6, 0}, {"lambda", 6, 0x003BB, 0}, {NULL, 0, 0, 0} }; NULL 3116 standard/html_tables.h static const entity_cp_map ht_bucket_html5_507[] = { {"Pr", 2, 0x02ABB, 0}, {"Vdashl", 6, 0x02AE6, 0}, {NULL, 0, 0, 0} }; NULL 3117 standard/html_tables.h static const entity_cp_map ht_bucket_html5_509[] = { {"SuchThat", 8, 0x0220B, 0}, {"Supset", 6, 0x022D1, 0}, {NULL, 0, 0, 0} }; NULL 3118 standard/html_tables.h static const entity_cp_map ht_bucket_html5_50E[] = { {"Darr", 4, 0x021A1, 0}, {NULL, 0, 0, 0} }; NULL 3119 standard/html_tables.h static const entity_cp_map ht_bucket_html5_50F[] = { {"Cdot", 4, 0x0010A, 0}, {NULL, 0, 0, 0} }; NULL 3120 standard/html_tables.h static const entity_cp_map ht_bucket_html5_513[] = { {"rcy", 3, 0x00440, 0}, {NULL, 0, 0, 0} }; NULL 3121 standard/html_tables.h static const entity_cp_map ht_bucket_html5_516[] = { {"orderof", 7, 0x02134, 0}, {NULL, 0, 0, 0} }; NULL 3122 standard/html_tables.h static const entity_cp_map ht_bucket_html5_518[] = { {"leqq", 4, 0x02266, 0}, {"precsim", 7, 0x0227E, 0}, {NULL, 0, 0, 0} }; NULL 3123 standard/html_tables.h static const entity_cp_map ht_bucket_html5_519[] = { {"RightTriangle", 13, 0x022B3, 0}, {NULL, 0, 0, 0} }; NULL 3124 standard/html_tables.h static const entity_cp_map ht_bucket_html5_51B[] = { {"agrave", 6, 0x000E0, 0}, {"succnapprox", 11, 0x02ABA, 0}, {NULL, 0, 0, 0} }; NULL 3125 standard/html_tables.h static const entity_cp_map ht_bucket_html5_51C[] = { {"Tab", 3, 0x00009, 0}, {NULL, 0, 0, 0} }; NULL 3126 standard/html_tables.h static const entity_cp_map ht_bucket_html5_524[] = { {"nle", 3, 0x02270, 0}, {NULL, 0, 0, 0} }; NULL 3127 standard/html_tables.h static const entity_cp_map ht_bucket_html5_525[] = { {"spades", 6, 0x02660, 0}, {NULL, 0, 0, 0} }; NULL 3128 standard/html_tables.h static const entity_cp_map ht_bucket_html5_526[] = { {"gtcc", 4, 0x02AA7, 0}, {"llcorner", 8, 0x0231E, 0}, {NULL, 0, 0, 0} }; NULL 3129 standard/html_tables.h static const entity_cp_map ht_bucket_html5_52F[] = { {"Oslash", 6, 0x000D8, 0}, {"Tau", 3, 0x003A4, 0}, {NULL, 0, 0, 0} }; NULL 3130 standard/html_tables.h static const entity_cp_map ht_bucket_html5_530[] = { {"fopf", 4, 0x1D557, 0}, {NULL, 0, 0, 0} }; NULL 3131 standard/html_tables.h static const entity_cp_map ht_bucket_html5_532[] = { {"Mellintrf", 9, 0x02133, 0}, {NULL, 0, 0, 0} }; NULL 3132 standard/html_tables.h static const entity_cp_map ht_bucket_html5_533[] = { {"nlt", 3, 0x0226E, 0}, {NULL, 0, 0, 0} }; NULL 3133 standard/html_tables.h static const entity_cp_map ht_bucket_html5_534[] = { {"lparlt", 6, 0x02993, 0}, {NULL, 0, 0, 0} }; NULL 3134 standard/html_tables.h static const entity_cp_map ht_bucket_html5_53B[] = { {"Ccaron", 6, 0x0010C, 0}, {NULL, 0, 0, 0} }; NULL 3135 standard/html_tables.h static const entity_cp_map ht_bucket_html5_53C[] = { {"Re", 2, 0x0211C, 0}, {"dstrok", 6, 0x00111, 0}, {NULL, 0, 0, 0} }; NULL 3136 standard/html_tables.h static const entity_cp_map ht_bucket_html5_53F[] = { {"leftharpoondown", 15, 0x021BD, 0}, {"ssetmn", 6, 0x02216, 0}, {NULL, 0, 0, 0} }; NULL 3137 standard/html_tables.h static const entity_cp_map ht_bucket_html5_542[] = { {"lrhard", 6, 0x0296D, 0}, {NULL, 0, 0, 0} }; NULL 3138 standard/html_tables.h static const entity_cp_map ht_bucket_html5_543[] = { {"reg", 3, 0x000AE, 0}, {"sharp", 5, 0x0266F, 0}, {"yicy", 4, 0x00457, 0}, {NULL, 0, 0, 0} }; NULL 3139 standard/html_tables.h static const entity_cp_map ht_bucket_html5_545[] = { {"ShortUpArrow", 12, 0x02191, 0}, {NULL, 0, 0, 0} }; NULL 3140 standard/html_tables.h static const entity_cp_map ht_bucket_html5_548[] = { {"plusacir", 8, 0x02A23, 0}, {NULL, 0, 0, 0} }; NULL 3141 standard/html_tables.h static const entity_cp_map ht_bucket_html5_54F[] = { {"cent", 4, 0x000A2, 0}, {"natur", 5, 0x0266E, 0}, {"varphi", 6, 0x003D5, 0}, {NULL, 0, 0, 0} }; NULL 3142 standard/html_tables.h static const entity_cp_map ht_bucket_html5_550[] = { {"lesg", 4, 0x022DA, 0x0FE00}, {"supnE", 5, 0x02ACC, 0}, {NULL, 0, 0, 0} }; NULL 3143 standard/html_tables.h static const entity_cp_map ht_bucket_html5_551[] = { {"ohbar", 5, 0x029B5, 0}, {NULL, 0, 0, 0} }; NULL 3144 standard/html_tables.h static const entity_cp_map ht_bucket_html5_557[] = { {"NotLessGreater", 14, 0x02278, 0}, {"nleqslant", 9, 0x02A7D, 0x00338}, {NULL, 0, 0, 0} }; NULL 3145 standard/html_tables.h static const entity_cp_map ht_bucket_html5_55B[] = { {"Sc", 2, 0x02ABC, 0}, {NULL, 0, 0, 0} }; NULL 3146 standard/html_tables.h static const entity_cp_map ht_bucket_html5_55D[] = { {"NotSucceedsEqual", 16, 0x02AB0, 0x00338}, {NULL, 0, 0, 0} }; NULL 3147 standard/html_tables.h static const entity_cp_map ht_bucket_html5_55F[] = { {"DZcy", 4, 0x0040F, 0}, {NULL, 0, 0, 0} }; NULL 3148 standard/html_tables.h static const entity_cp_map ht_bucket_html5_564[] = { {"vartheta", 8, 0x003D1, 0}, {NULL, 0, 0, 0} }; NULL 3149 standard/html_tables.h static const entity_cp_map ht_bucket_html5_565[] = { {"ltrie", 5, 0x022B4, 0}, {NULL, 0, 0, 0} }; NULL 3150 standard/html_tables.h static const entity_cp_map ht_bucket_html5_566[] = { {"Otilde", 6, 0x000D5, 0}, {"ltrif", 5, 0x025C2, 0}, {NULL, 0, 0, 0} }; NULL 3151 standard/html_tables.h static const entity_cp_map ht_bucket_html5_56C[] = { {"Lsh", 3, 0x021B0, 0}, {"hookleftarrow", 13, 0x021A9, 0}, {NULL, 0, 0, 0} }; NULL 3152 standard/html_tables.h static const entity_cp_map ht_bucket_html5_56F[] = { {"rfr", 3, 0x1D52F, 0}, {NULL, 0, 0, 0} }; NULL 3153 standard/html_tables.h static const entity_cp_map ht_bucket_html5_570[] = { {"supne", 5, 0x0228B, 0}, {NULL, 0, 0, 0} }; NULL 3154 standard/html_tables.h static const entity_cp_map ht_bucket_html5_571[] = { {"Gopf", 4, 0x1D53E, 0}, {NULL, 0, 0, 0} }; NULL 3155 standard/html_tables.h static const entity_cp_map ht_bucket_html5_572[] = { {"UpEquilibrium", 13, 0x0296E, 0}, {NULL, 0, 0, 0} }; NULL 3156 standard/html_tables.h static const entity_cp_map ht_bucket_html5_575[] = { {"Tcy", 3, 0x00422, 0}, {NULL, 0, 0, 0} }; NULL 3157 standard/html_tables.h static const entity_cp_map ht_bucket_html5_576[] = { {"ffilig", 6, 0x0FB03, 0}, {NULL, 0, 0, 0} }; NULL 3158 standard/html_tables.h static const entity_cp_map ht_bucket_html5_577[] = { {"fork", 4, 0x022D4, 0}, {NULL, 0, 0, 0} }; NULL 3159 standard/html_tables.h static const entity_cp_map ht_bucket_html5_578[] = { {"oplus", 5, 0x02295, 0}, {NULL, 0, 0, 0} }; NULL 3160 standard/html_tables.h static const entity_cp_map ht_bucket_html5_57A[] = { {"nvle", 4, 0x02264, 0x020D2}, {NULL, 0, 0, 0} }; NULL 3161 standard/html_tables.h static const entity_cp_map ht_bucket_html5_57B[] = { {"HilbertSpace", 12, 0x0210B, 0}, {"subedot", 7, 0x02AC3, 0}, {NULL, 0, 0, 0} }; NULL 3162 standard/html_tables.h static const entity_cp_map ht_bucket_html5_57C[] = { {"TripleDot", 9, 0x020DB, 0}, {NULL, 0, 0, 0} }; NULL 3163 standard/html_tables.h static const entity_cp_map ht_bucket_html5_580[] = { {"sscr", 4, 0x1D4C8, 0}, {NULL, 0, 0, 0} }; NULL 3164 standard/html_tables.h static const entity_cp_map ht_bucket_html5_582[] = { {"osol", 4, 0x02298, 0}, {NULL, 0, 0, 0} }; NULL 3165 standard/html_tables.h static const entity_cp_map ht_bucket_html5_583[] = { {"plustwo", 7, 0x02A27, 0}, {NULL, 0, 0, 0} }; NULL 3166 standard/html_tables.h static const entity_cp_map ht_bucket_html5_586[] = { {"LessGreater", 11, 0x02276, 0}, {NULL, 0, 0, 0} }; NULL 3167 standard/html_tables.h static const entity_cp_map ht_bucket_html5_588[] = { {"lrarr", 5, 0x021C6, 0}, {NULL, 0, 0, 0} }; NULL 3168 standard/html_tables.h static const entity_cp_map ht_bucket_html5_589[] = { {"nvlt", 4, 0x0003C, 0x020D2}, {NULL, 0, 0, 0} }; NULL 3169 standard/html_tables.h static const entity_cp_map ht_bucket_html5_58D[] = { {"questeq", 7, 0x0225F, 0}, {NULL, 0, 0, 0} }; NULL 3170 standard/html_tables.h static const entity_cp_map ht_bucket_html5_58E[] = { {"LessTilde", 9, 0x02272, 0}, {NULL, 0, 0, 0} }; NULL 3171 standard/html_tables.h static const entity_cp_map ht_bucket_html5_58F[] = { {"djcy", 4, 0x00452, 0}, {NULL, 0, 0, 0} }; NULL 3172 standard/html_tables.h static const entity_cp_map ht_bucket_html5_590[] = { {"xoplus", 6, 0x02A01, 0}, {NULL, 0, 0, 0} }; NULL 3173 standard/html_tables.h static const entity_cp_map ht_bucket_html5_595[] = { {"primes", 6, 0x02119, 0}, {"solb", 4, 0x029C4, 0}, {NULL, 0, 0, 0} }; NULL 3174 standard/html_tables.h static const entity_cp_map ht_bucket_html5_596[] = { {"not", 3, 0x000AC, 0}, {NULL, 0, 0, 0} }; NULL 3175 standard/html_tables.h static const entity_cp_map ht_bucket_html5_59A[] = { {"angzarr", 7, 0x0237C, 0}, {NULL, 0, 0, 0} }; NULL 3176 standard/html_tables.h static const entity_cp_map ht_bucket_html5_59D[] = { {"nearr", 5, 0x02197, 0}, {NULL, 0, 0, 0} }; NULL 3177 standard/html_tables.h static const entity_cp_map ht_bucket_html5_59F[] = { {"lowast", 6, 0x02217, 0}, {NULL, 0, 0, 0} }; NULL 3178 standard/html_tables.h static const entity_cp_map ht_bucket_html5_5A0[] = { {"cfr", 3, 0x1D520, 0}, {NULL, 0, 0, 0} }; NULL 3179 standard/html_tables.h static const entity_cp_map ht_bucket_html5_5A3[] = { {"ltcir", 5, 0x02A79, 0}, {NULL, 0, 0, 0} }; NULL 3180 standard/html_tables.h static const entity_cp_map ht_bucket_html5_5A6[] = { {"Ecy", 3, 0x0042D, 0}, {"gesdotol", 8, 0x02A84, 0}, {NULL, 0, 0, 0} }; NULL 3181 standard/html_tables.h static const entity_cp_map ht_bucket_html5_5A9[] = { {"longleftrightarrow", 18, 0x027F7, 0}, {"para", 4, 0x000B6, 0}, {NULL, 0, 0, 0} }; NULL 3182 standard/html_tables.h static const entity_cp_map ht_bucket_html5_5AC[] = { {"Uacute", 6, 0x000DA, 0}, {NULL, 0, 0, 0} }; NULL 3183 standard/html_tables.h static const entity_cp_map ht_bucket_html5_5AD[] = { {"blank", 5, 0x02423, 0}, {NULL, 0, 0, 0} }; NULL 3184 standard/html_tables.h static const entity_cp_map ht_bucket_html5_5AE[] = { {"rho", 3, 0x003C1, 0}, {NULL, 0, 0, 0} }; NULL 3185 standard/html_tables.h static const entity_cp_map ht_bucket_html5_5B0[] = { {"dharl", 5, 0x021C3, 0}, {NULL, 0, 0, 0} }; NULL 3186 standard/html_tables.h static const entity_cp_map ht_bucket_html5_5B1[] = { {"rsquor", 6, 0x02019, 0}, {NULL, 0, 0, 0} }; NULL 3187 standard/html_tables.h static const entity_cp_map ht_bucket_html5_5B5[] = { {"NotSquareSubsetEqual", 20, 0x022E2, 0}, {"npr", 3, 0x02280, 0}, {NULL, 0, 0, 0} }; NULL 3188 standard/html_tables.h static const entity_cp_map ht_bucket_html5_5B6[] = { {"dharr", 5, 0x021C2, 0}, {NULL, 0, 0, 0} }; NULL 3189 standard/html_tables.h static const entity_cp_map ht_bucket_html5_5B7[] = { {"NewLine", 7, 0x0000A, 0}, {NULL, 0, 0, 0} }; NULL 3190 standard/html_tables.h static const entity_cp_map ht_bucket_html5_5BB[] = { {"odot", 4, 0x02299, 0}, {NULL, 0, 0, 0} }; NULL 3191 standard/html_tables.h static const entity_cp_map ht_bucket_html5_5BC[] = { {"part", 4, 0x02202, 0}, {NULL, 0, 0, 0} }; NULL 3192 standard/html_tables.h static const entity_cp_map ht_bucket_html5_5BD[] = { {"cuvee", 5, 0x022CE, 0}, {NULL, 0, 0, 0} }; NULL 3193 standard/html_tables.h static const entity_cp_map ht_bucket_html5_5BF[] = { {"lesdoto", 7, 0x02A81, 0}, {NULL, 0, 0, 0} }; NULL 3194 standard/html_tables.h static const entity_cp_map ht_bucket_html5_5C0[] = { {"itilde", 6, 0x00129, 0}, {NULL, 0, 0, 0} }; NULL 3195 standard/html_tables.h static const entity_cp_map ht_bucket_html5_5C1[] = { {"Tscr", 4, 0x1D4AF, 0}, {NULL, 0, 0, 0} }; NULL 3196 standard/html_tables.h static const entity_cp_map ht_bucket_html5_5C2[] = { {"nsubE", 5, 0x02AC5, 0x00338}, {NULL, 0, 0, 0} }; NULL 3197 standard/html_tables.h static const entity_cp_map ht_bucket_html5_5C4[] = { {"ratio", 5, 0x02236, 0}, {NULL, 0, 0, 0} }; NULL 3198 standard/html_tables.h static const entity_cp_map ht_bucket_html5_5D0[] = { {"Conint", 6, 0x0222F, 0}, {"LeftDownVectorBar", 17, 0x02959, 0}, {NULL, 0, 0, 0} }; NULL 3199 standard/html_tables.h static const entity_cp_map ht_bucket_html5_5D1[] = { {"Tfr", 3, 0x1D517, 0}, {NULL, 0, 0, 0} }; NULL 3200 standard/html_tables.h static const entity_cp_map ht_bucket_html5_5D3[] = { {"fllig", 5, 0x0FB02, 0}, {NULL, 0, 0, 0} }; NULL 3201 standard/html_tables.h static const entity_cp_map ht_bucket_html5_5D5[] = { {"thksim", 6, 0x0223C, 0}, {NULL, 0, 0, 0} }; NULL 3202 standard/html_tables.h static const entity_cp_map ht_bucket_html5_5D8[] = { {"Euml", 4, 0x000CB, 0}, {NULL, 0, 0, 0} }; NULL 3203 standard/html_tables.h static const entity_cp_map ht_bucket_html5_5D9[] = { {"chi", 3, 0x003C7, 0}, {NULL, 0, 0, 0} }; NULL 3204 standard/html_tables.h static const entity_cp_map ht_bucket_html5_5DB[] = { {"ncup", 4, 0x02A42, 0}, {NULL, 0, 0, 0} }; NULL 3205 standard/html_tables.h static const entity_cp_map ht_bucket_html5_5DD[] = { {"SOFTcy", 6, 0x0042C, 0}, {NULL, 0, 0, 0} }; NULL 3206 standard/html_tables.h static const entity_cp_map ht_bucket_html5_5DF[] = { {"bnequiv", 7, 0x02261, 0x020E5}, {NULL, 0, 0, 0} }; NULL 3207 standard/html_tables.h static const entity_cp_map ht_bucket_html5_5E2[] = { {"nsube", 5, 0x02288, 0}, {NULL, 0, 0, 0} }; NULL 3208 standard/html_tables.h static const entity_cp_map ht_bucket_html5_5E4[] = { {"mapstoleft", 10, 0x021A4, 0}, {NULL, 0, 0, 0} }; NULL 3209 standard/html_tables.h static const entity_cp_map ht_bucket_html5_5E7[] = { {"NotLessSlantEqual", 17, 0x02A7D, 0x00338}, {NULL, 0, 0, 0} }; NULL 3210 standard/html_tables.h static const entity_cp_map ht_bucket_html5_5EA[] = { {"ldrushar", 8, 0x0294B, 0}, {NULL, 0, 0, 0} }; NULL 3211 standard/html_tables.h static const entity_cp_map ht_bucket_html5_5ED[] = { {"Equilibrium", 11, 0x021CC, 0}, {"Uogon", 5, 0x00172, 0}, {"supsetneq", 9, 0x0228B, 0}, {NULL, 0, 0, 0} }; NULL 3212 standard/html_tables.h static const entity_cp_map ht_bucket_html5_5F0[] = { {"Vbar", 4, 0x02AEB, 0}, {NULL, 0, 0, 0} }; NULL 3213 standard/html_tables.h static const entity_cp_map ht_bucket_html5_5F3[] = { {"vnsub", 5, 0x02282, 0x020D2}, {NULL, 0, 0, 0} }; NULL 3214 standard/html_tables.h static const entity_cp_map ht_bucket_html5_5F6[] = { {"Square", 6, 0x025A1, 0}, {"lessapprox", 10, 0x02A85, 0}, {NULL, 0, 0, 0} }; NULL 3215 standard/html_tables.h static const entity_cp_map ht_bucket_html5_5F8[] = { {"And", 3, 0x02A53, 0}, {NULL, 0, 0, 0} }; NULL 3216 standard/html_tables.h static const entity_cp_map ht_bucket_html5_5FA[] = { {"gesdoto", 7, 0x02A82, 0}, {NULL, 0, 0, 0} }; NULL 3217 standard/html_tables.h static const entity_cp_map ht_bucket_html5_5FD[] = { {"gap", 3, 0x02A86, 0}, {NULL, 0, 0, 0} }; NULL 3218 standard/html_tables.h static const entity_cp_map ht_bucket_html5_601[] = { {"nsucc", 5, 0x02281, 0}, {"thicksim", 8, 0x0223C, 0}, {"vnsup", 5, 0x02283, 0x020D2}, {NULL, 0, 0, 0} }; NULL 3219 standard/html_tables.h static const entity_cp_map ht_bucket_html5_602[] = { {"Efr", 3, 0x1D508, 0}, {NULL, 0, 0, 0} }; NULL 3220 standard/html_tables.h static const entity_cp_map ht_bucket_html5_603[] = { {"Igrave", 6, 0x000CC, 0}, {"cir", 3, 0x025CB, 0}, {NULL, 0, 0, 0} }; NULL 3221 standard/html_tables.h static const entity_cp_map ht_bucket_html5_606[] = { {"Xi", 2, 0x0039E, 0}, {"oacute", 6, 0x000F3, 0}, {NULL, 0, 0, 0} }; NULL 3222 standard/html_tables.h static const entity_cp_map ht_bucket_html5_609[] = { {"nsc", 3, 0x02281, 0}, {NULL, 0, 0, 0} }; NULL 3223 standard/html_tables.h static const entity_cp_map ht_bucket_html5_60D[] = { {"uogon", 5, 0x00173, 0}, {NULL, 0, 0, 0} }; NULL 3224 standard/html_tables.h static const entity_cp_map ht_bucket_html5_613[] = { {"rharul", 6, 0x0296C, 0}, {NULL, 0, 0, 0} }; NULL 3225 standard/html_tables.h static const entity_cp_map ht_bucket_html5_615[] = { {"RuleDelayed", 11, 0x029F4, 0}, {"apacir", 6, 0x02A6F, 0}, {NULL, 0, 0, 0} }; NULL 3226 standard/html_tables.h static const entity_cp_map ht_bucket_html5_617[] = { {"jscr", 4, 0x1D4BF, 0}, {"vcy", 3, 0x00432, 0}, {NULL, 0, 0, 0} }; NULL 3227 standard/html_tables.h static const entity_cp_map ht_bucket_html5_61A[] = { {"barwed", 6, 0x02305, 0}, {NULL, 0, 0, 0} }; NULL 3228 standard/html_tables.h static const entity_cp_map ht_bucket_html5_61D[] = { {"sopf", 4, 0x1D564, 0}, {"thkap", 5, 0x02248, 0}, {NULL, 0, 0, 0} }; NULL 3229 standard/html_tables.h static const entity_cp_map ht_bucket_html5_61F[] = { {"lesseqgtr", 9, 0x022DA, 0}, {NULL, 0, 0, 0} }; NULL 3230 standard/html_tables.h static const entity_cp_map ht_bucket_html5_622[] = { {"rdquor", 6, 0x0201D, 0}, {NULL, 0, 0, 0} }; NULL 3231 standard/html_tables.h static const entity_cp_map ht_bucket_html5_624[] = { {"Lstrok", 6, 0x00141, 0}, {NULL, 0, 0, 0} }; NULL 3232 standard/html_tables.h static const entity_cp_map ht_bucket_html5_626[] = { {"Product", 7, 0x0220F, 0}, {"sqsupe", 6, 0x02292, 0}, {NULL, 0, 0, 0} }; NULL 3233 standard/html_tables.h static const entity_cp_map ht_bucket_html5_628[] = { {"awconint", 8, 0x02233, 0}, {NULL, 0, 0, 0} }; NULL 3234 standard/html_tables.h static const entity_cp_map ht_bucket_html5_62C[] = { {"hearts", 6, 0x02665, 0}, {NULL, 0, 0, 0} }; NULL 3235 standard/html_tables.h static const entity_cp_map ht_bucket_html5_630[] = { {"rlm", 3, 0x0200F, 0}, {NULL, 0, 0, 0} }; NULL 3236 standard/html_tables.h static const entity_cp_map ht_bucket_html5_632[] = { {"comma", 5, 0x0002C, 0}, {NULL, 0, 0, 0} }; NULL 3237 standard/html_tables.h static const entity_cp_map ht_bucket_html5_636[] = { {"PartialD", 8, 0x02202, 0}, {NULL, 0, 0, 0} }; NULL 3238 standard/html_tables.h static const entity_cp_map ht_bucket_html5_63A[] = { {"wedbar", 6, 0x02A5F, 0}, {NULL, 0, 0, 0} }; NULL 3239 standard/html_tables.h static const entity_cp_map ht_bucket_html5_63C[] = { {"oline", 5, 0x0203E, 0}, {NULL, 0, 0, 0} }; NULL 3240 standard/html_tables.h static const entity_cp_map ht_bucket_html5_63D[] = { {"OverBracket", 11, 0x023B4, 0}, {NULL, 0, 0, 0} }; NULL 3241 standard/html_tables.h static const entity_cp_map ht_bucket_html5_63E[] = { {"RBarr", 5, 0x02910, 0}, {NULL, 0, 0, 0} }; NULL 3242 standard/html_tables.h static const entity_cp_map ht_bucket_html5_641[] = { {"uharl", 5, 0x021BF, 0}, {NULL, 0, 0, 0} }; NULL 3243 standard/html_tables.h static const entity_cp_map ht_bucket_html5_642[] = { {"leftrightsquigarrow", 19, 0x021AD, 0}, {NULL, 0, 0, 0} }; NULL 3244 standard/html_tables.h static const entity_cp_map ht_bucket_html5_645[] = { {"RightFloor", 10, 0x0230B, 0}, {"intprod", 7, 0x02A3C, 0}, {"vee", 3, 0x02228, 0}, {NULL, 0, 0, 0} }; NULL 3245 standard/html_tables.h static const entity_cp_map ht_bucket_html5_646[] = { {"zigrarr", 7, 0x021DD, 0}, {NULL, 0, 0, 0} }; NULL 3246 standard/html_tables.h static const entity_cp_map ht_bucket_html5_647[] = { {"uharr", 5, 0x021BE, 0}, {NULL, 0, 0, 0} }; NULL 3247 standard/html_tables.h static const entity_cp_map ht_bucket_html5_648[] = { {"gcy", 3, 0x00433, 0}, {"varsubsetneq", 12, 0x0228A, 0x0FE00}, {NULL, 0, 0, 0} }; NULL 3248 standard/html_tables.h static const entity_cp_map ht_bucket_html5_649[] = { {"leqslant", 8, 0x02A7D, 0}, {NULL, 0, 0, 0} }; NULL 3249 standard/html_tables.h static const entity_cp_map ht_bucket_html5_64A[] = { {"Odblac", 6, 0x00150, 0}, {NULL, 0, 0, 0} }; NULL 3250 standard/html_tables.h static const entity_cp_map ht_bucket_html5_651[] = { {"minus", 5, 0x02212, 0}, {"scpolint", 8, 0x02A13, 0}, {NULL, 0, 0, 0} }; NULL 3251 standard/html_tables.h static const entity_cp_map ht_bucket_html5_652[] = { {"lrtri", 5, 0x022BF, 0}, {NULL, 0, 0, 0} }; NULL 3252 standard/html_tables.h static const entity_cp_map ht_bucket_html5_653[] = { {"DiacriticalGrave", 16, 0x00060, 0}, {NULL, 0, 0, 0} }; NULL 3253 standard/html_tables.h static const entity_cp_map ht_bucket_html5_655[] = { {"num", 3, 0x00023, 0}, {NULL, 0, 0, 0} }; NULL 3254 standard/html_tables.h static const entity_cp_map ht_bucket_html5_657[] = { {"quest", 5, 0x0003F, 0}, {NULL, 0, 0, 0} }; NULL 3255 standard/html_tables.h static const entity_cp_map ht_bucket_html5_658[] = { {"Kscr", 4, 0x1D4A6, 0}, {"UnderBar", 8, 0x0005F, 0}, {NULL, 0, 0, 0} }; NULL 3256 standard/html_tables.h static const entity_cp_map ht_bucket_html5_659[] = { {"lsquo", 5, 0x02018, 0}, {NULL, 0, 0, 0} }; NULL 3257 standard/html_tables.h static const entity_cp_map ht_bucket_html5_65C[] = { {"rArr", 4, 0x021D2, 0}, {NULL, 0, 0, 0} }; NULL 3258 standard/html_tables.h static const entity_cp_map ht_bucket_html5_65E[] = { {"Topf", 4, 0x1D54B, 0}, {"heartsuit", 9, 0x02665, 0}, {"rBarr", 5, 0x0290F, 0}, {NULL, 0, 0, 0} }; NULL 3259 standard/html_tables.h static const entity_cp_map ht_bucket_html5_660[] = { {"emptyset", 8, 0x02205, 0}, {NULL, 0, 0, 0} }; NULL 3260 standard/html_tables.h static const entity_cp_map ht_bucket_html5_669[] = { {"UnderParenthesis", 16, 0x023DD, 0}, {NULL, 0, 0, 0} }; NULL 3261 standard/html_tables.h static const entity_cp_map ht_bucket_html5_670[] = { {"dotplus", 7, 0x02214, 0}, {NULL, 0, 0, 0} }; NULL 3262 standard/html_tables.h static const entity_cp_map ht_bucket_html5_671[] = { {"Psi", 3, 0x003A8, 0}, {NULL, 0, 0, 0} }; NULL 3263 standard/html_tables.h static const entity_cp_map ht_bucket_html5_672[] = { {"GJcy", 4, 0x00403, 0}, {"exist", 5, 0x02203, 0}, {"simplus", 7, 0x02A24, 0}, {NULL, 0, 0, 0} }; NULL 3264 standard/html_tables.h static const entity_cp_map ht_bucket_html5_673[] = { {"vfr", 3, 0x1D533, 0}, {NULL, 0, 0, 0} }; NULL 3265 standard/html_tables.h static const entity_cp_map ht_bucket_html5_676[] = { {"tprime", 6, 0x02034, 0}, {NULL, 0, 0, 0} }; NULL 3266 standard/html_tables.h static const entity_cp_map ht_bucket_html5_678[] = { {"leftrightharpoons", 17, 0x021CB, 0}, {NULL, 0, 0, 0} }; NULL 3267 standard/html_tables.h static const entity_cp_map ht_bucket_html5_679[] = { {"rbrksld", 7, 0x0298E, 0}, {NULL, 0, 0, 0} }; NULL 3268 standard/html_tables.h static const entity_cp_map ht_bucket_html5_67D[] = { {"Ecaron", 6, 0x0011A, 0}, {"gel", 3, 0x022DB, 0}, {NULL, 0, 0, 0} }; NULL 3269 standard/html_tables.h static const entity_cp_map ht_bucket_html5_680[] = { {"capdot", 6, 0x02A40, 0}, {NULL, 0, 0, 0} }; NULL 3270 standard/html_tables.h static const entity_cp_map ht_bucket_html5_682[] = { {"geq", 3, 0x02265, 0}, {NULL, 0, 0, 0} }; NULL 3271 standard/html_tables.h static const entity_cp_map ht_bucket_html5_684[] = { {"LowerLeftArrow", 14, 0x02199, 0}, {"ges", 3, 0x02A7E, 0}, {NULL, 0, 0, 0} }; NULL 3272 standard/html_tables.h static const entity_cp_map ht_bucket_html5_685[] = { {"Colone", 6, 0x02A74, 0}, {"NotLessEqual", 12, 0x02270, 0}, {NULL, 0, 0, 0} }; NULL 3273 standard/html_tables.h static const entity_cp_map ht_bucket_html5_68A[] = { {"nrarr", 5, 0x0219B, 0}, {"rbrkslu", 7, 0x02990, 0}, {NULL, 0, 0, 0} }; NULL 3274 standard/html_tables.h static const entity_cp_map ht_bucket_html5_68C[] = { {"flat", 4, 0x0266D, 0}, {NULL, 0, 0, 0} }; NULL 3275 standard/html_tables.h static const entity_cp_map ht_bucket_html5_691[] = { {"there4", 6, 0x02234, 0}, {NULL, 0, 0, 0} }; NULL 3276 standard/html_tables.h static const entity_cp_map ht_bucket_html5_693[] = { {"Gdot", 4, 0x00120, 0}, {NULL, 0, 0, 0} }; NULL 3277 standard/html_tables.h static const entity_cp_map ht_bucket_html5_694[] = { {"ijlig", 5, 0x00133, 0}, {NULL, 0, 0, 0} }; NULL 3278 standard/html_tables.h static const entity_cp_map ht_bucket_html5_696[] = { {"blacklozenge", 12, 0x029EB, 0}, {NULL, 0, 0, 0} }; NULL 3279 standard/html_tables.h static const entity_cp_map ht_bucket_html5_699[] = { {"Zeta", 4, 0x00396, 0}, {NULL, 0, 0, 0} }; NULL 3280 standard/html_tables.h static const entity_cp_map ht_bucket_html5_6A3[] = { {"duarr", 5, 0x021F5, 0}, {NULL, 0, 0, 0} }; NULL 3281 standard/html_tables.h static const entity_cp_map ht_bucket_html5_6A4[] = { {"DotEqual", 8, 0x02250, 0}, {"dtdot", 5, 0x022F1, 0}, {"gfr", 3, 0x1D524, 0}, {NULL, 0, 0, 0} }; NULL 3282 standard/html_tables.h static const entity_cp_map ht_bucket_html5_6A8[] = { {"cirE", 4, 0x029C3, 0}, {"period", 6, 0x0002E, 0}, {NULL, 0, 0, 0} }; NULL 3283 standard/html_tables.h static const entity_cp_map ht_bucket_html5_6A9[] = { {"lmoust", 6, 0x023B0, 0}, {NULL, 0, 0, 0} }; NULL 3284 standard/html_tables.h static const entity_cp_map ht_bucket_html5_6AA[] = { {"Icy", 3, 0x00418, 0}, {"Rcaron", 6, 0x00158, 0}, {NULL, 0, 0, 0} }; NULL 3285 standard/html_tables.h static const entity_cp_map ht_bucket_html5_6AB[] = { {"LeftCeiling", 11, 0x02308, 0}, {NULL, 0, 0, 0} }; NULL 3286 standard/html_tables.h static const entity_cp_map ht_bucket_html5_6AE[] = { {"ascr", 4, 0x1D4B6, 0}, {NULL, 0, 0, 0} }; NULL 3287 standard/html_tables.h static const entity_cp_map ht_bucket_html5_6B0[] = { {"boxtimes", 8, 0x022A0, 0}, {NULL, 0, 0, 0} }; NULL 3288 standard/html_tables.h static const entity_cp_map ht_bucket_html5_6B4[] = { {"jopf", 4, 0x1D55B, 0}, {"ntriangleleft", 13, 0x022EA, 0}, {NULL, 0, 0, 0} }; NULL 3289 standard/html_tables.h static const entity_cp_map ht_bucket_html5_6B6[] = { {"eqcolon", 7, 0x02255, 0}, {NULL, 0, 0, 0} }; NULL 3290 standard/html_tables.h static const entity_cp_map ht_bucket_html5_6B8[] = { {"rbbrk", 5, 0x02773, 0}, {NULL, 0, 0, 0} }; NULL 3291 standard/html_tables.h static const entity_cp_map ht_bucket_html5_6B9[] = { {"homtht", 6, 0x0223B, 0}, {NULL, 0, 0, 0} }; NULL 3292 standard/html_tables.h static const entity_cp_map ht_bucket_html5_6BA[] = { {"ggg", 3, 0x022D9, 0}, {"seswar", 6, 0x02929, 0}, {NULL, 0, 0, 0} }; NULL 3293 standard/html_tables.h static const entity_cp_map ht_bucket_html5_6BC[] = { {"perp", 4, 0x022A5, 0}, {"shcy", 4, 0x00448, 0}, {NULL, 0, 0, 0} }; NULL 3294 standard/html_tables.h static const entity_cp_map ht_bucket_html5_6BF[] = { {"phone", 5, 0x0260E, 0}, {NULL, 0, 0, 0} }; NULL 3295 standard/html_tables.h static const entity_cp_map ht_bucket_html5_6C0[] = { {"NotDoubleVerticalBar", 20, 0x02226, 0}, {"ngtr", 4, 0x0226F, 0}, {NULL, 0, 0, 0} }; NULL 3296 standard/html_tables.h static const entity_cp_map ht_bucket_html5_6C4[] = { {"ThickSpace", 10, 0x0205F, 0x0200A}, {NULL, 0, 0, 0} }; NULL 3297 standard/html_tables.h static const entity_cp_map ht_bucket_html5_6C5[] = { {"ForAll", 6, 0x02200, 0}, {NULL, 0, 0, 0} }; NULL 3298 standard/html_tables.h static const entity_cp_map ht_bucket_html5_6C6[] = { {"circ", 4, 0x002C6, 0}, {NULL, 0, 0, 0} }; NULL 3299 standard/html_tables.h static const entity_cp_map ht_bucket_html5_6C7[] = { {"Verbar", 6, 0x02016, 0}, {NULL, 0, 0, 0} }; NULL 3300 standard/html_tables.h static const entity_cp_map ht_bucket_html5_6C8[] = { {"cire", 4, 0x02257, 0}, {"lesges", 6, 0x02A93, 0}, {NULL, 0, 0, 0} }; NULL 3301 standard/html_tables.h static const entity_cp_map ht_bucket_html5_6C9[] = { {"slarr", 5, 0x02190, 0}, {NULL, 0, 0, 0} }; NULL 3302 standard/html_tables.h static const entity_cp_map ht_bucket_html5_6CC[] = { {"RightDownTeeVector", 18, 0x0295D, 0}, {"triangleq", 9, 0x0225C, 0}, {NULL, 0, 0, 0} }; NULL 3303 standard/html_tables.h static const entity_cp_map ht_bucket_html5_6CE[] = { {"checkmark", 9, 0x02713, 0}, {"quot", 4, 0x00022, 0}, {"suplarr", 7, 0x0297B, 0}, {NULL, 0, 0, 0} }; NULL 3304 standard/html_tables.h static const entity_cp_map ht_bucket_html5_6D1[] = { {"Backslash", 9, 0x02216, 0}, {NULL, 0, 0, 0} }; NULL 3305 standard/html_tables.h static const entity_cp_map ht_bucket_html5_6D2[] = { {"fallingdotseq", 13, 0x02252, 0}, {NULL, 0, 0, 0} }; NULL 3306 standard/html_tables.h static const entity_cp_map ht_bucket_html5_6D4[] = { {"swArr", 5, 0x021D9, 0}, {NULL, 0, 0, 0} }; NULL 3307 standard/html_tables.h static const entity_cp_map ht_bucket_html5_6D5[] = { {"Xfr", 3, 0x1D51B, 0}, {"lbrke", 5, 0x0298B, 0}, {NULL, 0, 0, 0} }; NULL 3308 standard/html_tables.h static const entity_cp_map ht_bucket_html5_6D9[] = { {"jmath", 5, 0x00237, 0}, {NULL, 0, 0, 0} }; NULL 3309 standard/html_tables.h static const entity_cp_map ht_bucket_html5_6DA[] = { {"lmoustache", 10, 0x023B0, 0}, {NULL, 0, 0, 0} }; NULL 3310 standard/html_tables.h static const entity_cp_map ht_bucket_html5_6DB[] = { {"DownTee", 7, 0x022A4, 0}, {NULL, 0, 0, 0} }; NULL 3311 standard/html_tables.h static const entity_cp_map ht_bucket_html5_6DC[] = { {"reals", 5, 0x0211D, 0}, {NULL, 0, 0, 0} }; NULL 3312 standard/html_tables.h static const entity_cp_map ht_bucket_html5_6DE[] = { {"quaternions", 11, 0x0210D, 0}, {NULL, 0, 0, 0} }; NULL 3313 standard/html_tables.h static const entity_cp_map ht_bucket_html5_6E7[] = { {"vzigzag", 7, 0x0299A, 0}, {NULL, 0, 0, 0} }; NULL 3314 standard/html_tables.h static const entity_cp_map ht_bucket_html5_6EB[] = { {"pound", 5, 0x000A3, 0}, {NULL, 0, 0, 0} }; NULL 3315 standard/html_tables.h static const entity_cp_map ht_bucket_html5_6EE[] = { {"permil", 6, 0x02030, 0}, {NULL, 0, 0, 0} }; NULL 3316 standard/html_tables.h static const entity_cp_map ht_bucket_html5_6EF[] = { {"Bscr", 4, 0x0212C, 0}, {"lfisht", 6, 0x0297C, 0}, {"vartriangleleft", 15, 0x022B2, 0}, {NULL, 0, 0, 0} }; NULL 3317 standard/html_tables.h static const entity_cp_map ht_bucket_html5_6F5[] = { {"Kopf", 4, 0x1D542, 0}, {NULL, 0, 0, 0} }; NULL 3318 standard/html_tables.h static const entity_cp_map ht_bucket_html5_6F7[] = { {"Tilde", 5, 0x0223C, 0}, {"gtrarr", 6, 0x02978, 0}, {"lAarr", 5, 0x021DA, 0}, {"opar", 4, 0x029B7, 0}, {NULL, 0, 0, 0} }; NULL 3319 standard/html_tables.h static const entity_cp_map ht_bucket_html5_6FB[] = { {"triangle", 8, 0x025B5, 0}, {NULL, 0, 0, 0} }; NULL 3320 standard/html_tables.h static const entity_cp_map ht_bucket_html5_704[] = { {"lcaron", 6, 0x0013E, 0}, {"wscr", 4, 0x1D4CC, 0}, {NULL, 0, 0, 0} }; NULL 3321 standard/html_tables.h static const entity_cp_map ht_bucket_html5_705[] = { {"asympeq", 7, 0x0224D, 0}, {NULL, 0, 0, 0} }; NULL 3322 standard/html_tables.h static const entity_cp_map ht_bucket_html5_706[] = { {"Ifr", 3, 0x02111, 0}, {NULL, 0, 0, 0} }; NULL 3323 standard/html_tables.h static const entity_cp_map ht_bucket_html5_707[] = { {"DoubleDot", 9, 0x000A8, 0}, {NULL, 0, 0, 0} }; NULL 3324 standard/html_tables.h static const entity_cp_map ht_bucket_html5_709[] = { {"nVdash", 6, 0x022AE, 0}, {NULL, 0, 0, 0} }; NULL 3325 standard/html_tables.h static const entity_cp_map ht_bucket_html5_70C[] = { {"hairsp", 6, 0x0200A, 0}, {"leftrightarrows", 15, 0x021C6, 0}, {NULL, 0, 0, 0} }; NULL 3326 standard/html_tables.h static const entity_cp_map ht_bucket_html5_70E[] = { {"lbrace", 6, 0x0007B, 0}, {"rightarrow", 10, 0x02192, 0}, {NULL, 0, 0, 0} }; NULL 3327 standard/html_tables.h static const entity_cp_map ht_bucket_html5_70F[] = { {"Dagger", 6, 0x02021, 0}, {NULL, 0, 0, 0} }; NULL 3328 standard/html_tables.h static const entity_cp_map ht_bucket_html5_712[] = { {"rsh", 3, 0x021B1, 0}, {NULL, 0, 0, 0} }; NULL 3329 standard/html_tables.h static const entity_cp_map ht_bucket_html5_714[] = { {"eqslantless", 11, 0x02A95, 0}, {"gnapprox", 8, 0x02A8A, 0}, {"lbrack", 6, 0x0005B, 0}, {NULL, 0, 0, 0} }; NULL 3330 standard/html_tables.h static const entity_cp_map ht_bucket_html5_715[] = { {"uHar", 4, 0x02963, 0}, {NULL, 0, 0, 0} }; NULL 3331 standard/html_tables.h static const entity_cp_map ht_bucket_html5_717[] = { {"tilde", 5, 0x002DC, 0}, {NULL, 0, 0, 0} }; NULL 3332 standard/html_tables.h static const entity_cp_map ht_bucket_html5_719[] = { {"complement", 10, 0x02201, 0}, {NULL, 0, 0, 0} }; NULL 3333 standard/html_tables.h static const entity_cp_map ht_bucket_html5_71B[] = { {"zcy", 3, 0x00437, 0}, {NULL, 0, 0, 0} }; NULL 3334 standard/html_tables.h static const entity_cp_map ht_bucket_html5_71E[] = { {"boxDL", 5, 0x02557, 0}, {NULL, 0, 0, 0} }; NULL 3335 standard/html_tables.h static const entity_cp_map ht_bucket_html5_71F[] = { {"micro", 5, 0x000B5, 0}, {NULL, 0, 0, 0} }; NULL 3336 standard/html_tables.h static const entity_cp_map ht_bucket_html5_723[] = { {"horbar", 6, 0x02015, 0}, {NULL, 0, 0, 0} }; NULL 3337 standard/html_tables.h static const entity_cp_map ht_bucket_html5_724[] = { {"boxDR", 5, 0x02554, 0}, {NULL, 0, 0, 0} }; NULL 3338 standard/html_tables.h static const entity_cp_map ht_bucket_html5_727[] = { {"bsolhsub", 8, 0x027C8, 0}, {NULL, 0, 0, 0} }; NULL 3339 standard/html_tables.h static const entity_cp_map ht_bucket_html5_729[] = { {"ac", 2, 0x0223E, 0}, {"nvdash", 6, 0x022AC, 0}, {"precapprox", 10, 0x02AB7, 0}, {NULL, 0, 0, 0} }; NULL 3340 standard/html_tables.h static const entity_cp_map ht_bucket_html5_72C[] = { {"af", 2, 0x02061, 0}, {NULL, 0, 0, 0} }; NULL 3341 standard/html_tables.h static const entity_cp_map ht_bucket_html5_72D[] = { {"bullet", 6, 0x02022, 0}, {NULL, 0, 0, 0} }; NULL 3342 standard/html_tables.h static const entity_cp_map ht_bucket_html5_72E[] = { {"demptyv", 7, 0x029B1, 0}, {NULL, 0, 0, 0} }; NULL 3343 standard/html_tables.h static const entity_cp_map ht_bucket_html5_733[] = { {"geqq", 4, 0x02267, 0}, {NULL, 0, 0, 0} }; NULL 3344 standard/html_tables.h static const entity_cp_map ht_bucket_html5_734[] = { {"uuarr", 5, 0x021C8, 0}, {NULL, 0, 0, 0} }; NULL 3345 standard/html_tables.h static const entity_cp_map ht_bucket_html5_735[] = { {"Ocirc", 5, 0x000D4, 0}, {"utdot", 5, 0x022F0, 0}, {NULL, 0, 0, 0} }; NULL 3346 standard/html_tables.h static const entity_cp_map ht_bucket_html5_736[] = { {"ap", 2, 0x02248, 0}, {NULL, 0, 0, 0} }; NULL 3347 standard/html_tables.h static const entity_cp_map ht_bucket_html5_738[] = { {"bNot", 4, 0x02AED, 0}, {NULL, 0, 0, 0} }; NULL 3348 standard/html_tables.h static const entity_cp_map ht_bucket_html5_73B[] = { {"CirclePlus", 10, 0x02295, 0}, {NULL, 0, 0, 0} }; NULL 3349 standard/html_tables.h static const entity_cp_map ht_bucket_html5_73D[] = { {"glE", 3, 0x02A92, 0}, {"midcir", 6, 0x02AF0, 0}, {"rppolint", 8, 0x02A12, 0}, {NULL, 0, 0, 0} }; NULL 3350 standard/html_tables.h static const entity_cp_map ht_bucket_html5_73E[] = { {"boxDl", 5, 0x02556, 0}, {NULL, 0, 0, 0} }; NULL 3351 standard/html_tables.h static const entity_cp_map ht_bucket_html5_73F[] = { {"sdot", 4, 0x022C5, 0}, {NULL, 0, 0, 0} }; NULL 3352 standard/html_tables.h static const entity_cp_map ht_bucket_html5_744[] = { {"boxDr", 5, 0x02553, 0}, {NULL, 0, 0, 0} }; NULL 3353 standard/html_tables.h static const entity_cp_map ht_bucket_html5_745[] = { {"Xscr", 4, 0x1D4B3, 0}, {NULL, 0, 0, 0} }; NULL 3354 standard/html_tables.h static const entity_cp_map ht_bucket_html5_749[] = { {"dlcrop", 6, 0x0230D, 0}, {"gtrless", 7, 0x02277, 0}, {NULL, 0, 0, 0} }; NULL 3355 standard/html_tables.h static const entity_cp_map ht_bucket_html5_74B[] = { {"aopf", 4, 0x1D552, 0}, {"operp", 5, 0x029B9, 0}, {NULL, 0, 0, 0} }; NULL 3356 standard/html_tables.h static const entity_cp_map ht_bucket_html5_74C[] = { {"kcy", 3, 0x0043A, 0}, {NULL, 0, 0, 0} }; NULL 3357 standard/html_tables.h static const entity_cp_map ht_bucket_html5_74F[] = { {"larrfs", 6, 0x0291D, 0}, {NULL, 0, 0, 0} }; NULL 3358 standard/html_tables.h static const entity_cp_map ht_bucket_html5_751[] = { {"rcub", 4, 0x0007D, 0}, {NULL, 0, 0, 0} }; NULL 3359 standard/html_tables.h static const entity_cp_map ht_bucket_html5_754[] = { {"nrtri", 5, 0x022EB, 0}, {NULL, 0, 0, 0} }; NULL 3360 standard/html_tables.h static const entity_cp_map ht_bucket_html5_755[] = { {"nparsl", 6, 0x02AFD, 0x020E5}, {"ocirc", 5, 0x000F4, 0}, {NULL, 0, 0, 0} }; NULL 3361 standard/html_tables.h static const entity_cp_map ht_bucket_html5_759[] = { {"gla", 3, 0x02AA5, 0}, {NULL, 0, 0, 0} }; NULL 3362 standard/html_tables.h static const entity_cp_map ht_bucket_html5_75C[] = { {"Iuml", 4, 0x000CF, 0}, {NULL, 0, 0, 0} }; NULL 3363 standard/html_tables.h static const entity_cp_map ht_bucket_html5_75F[] = { {"mcomma", 6, 0x02A29, 0}, {NULL, 0, 0, 0} }; NULL 3364 standard/html_tables.h static const entity_cp_map ht_bucket_html5_762[] = { {"glj", 3, 0x02AA4, 0}, {NULL, 0, 0, 0} }; NULL 3365 standard/html_tables.h static const entity_cp_map ht_bucket_html5_763[] = { {"Map", 3, 0x02905, 0}, {NULL, 0, 0, 0} }; NULL 3366 standard/html_tables.h static const entity_cp_map ht_bucket_html5_765[] = { {"copysr", 6, 0x02117, 0}, {NULL, 0, 0, 0} }; NULL 3367 standard/html_tables.h static const entity_cp_map ht_bucket_html5_766[] = { {"DownTeeArrow", 12, 0x021A7, 0}, {"Upsi", 4, 0x003D2, 0}, {NULL, 0, 0, 0} }; NULL 3368 standard/html_tables.h static const entity_cp_map ht_bucket_html5_768[] = { {"awint", 5, 0x02A11, 0}, {NULL, 0, 0, 0} }; NULL 3369 standard/html_tables.h static const entity_cp_map ht_bucket_html5_76E[] = { {"DownRightVector", 15, 0x021C1, 0}, {"NotEqual", 8, 0x02260, 0}, {NULL, 0, 0, 0} }; NULL 3370 standard/html_tables.h static const entity_cp_map ht_bucket_html5_770[] = { {"gesl", 4, 0x022DB, 0x0FE00}, {NULL, 0, 0, 0} }; NULL 3371 standard/html_tables.h static const entity_cp_map ht_bucket_html5_772[] = { {"NotCupCap", 9, 0x0226D, 0}, {NULL, 0, 0, 0} }; NULL 3372 standard/html_tables.h static const entity_cp_map ht_bucket_html5_776[] = { {"blacktriangleright", 18, 0x025B8, 0}, {NULL, 0, 0, 0} }; NULL 3373 standard/html_tables.h static const entity_cp_map ht_bucket_html5_777[] = { {"zfr", 3, 0x1D537, 0}, {NULL, 0, 0, 0} }; NULL 3374 standard/html_tables.h static const entity_cp_map ht_bucket_html5_779[] = { {"leftrightarrow", 14, 0x02194, 0}, {NULL, 0, 0, 0} }; NULL 3375 standard/html_tables.h static const entity_cp_map ht_bucket_html5_77A[] = { {"Abreve", 6, 0x00102, 0}, {NULL, 0, 0, 0} }; NULL 3376 standard/html_tables.h static const entity_cp_map ht_bucket_html5_77F[] = { {"Uarr", 4, 0x0219F, 0}, {"gnE", 3, 0x02269, 0}, {"supmult", 7, 0x02AC2, 0}, {NULL, 0, 0, 0} }; NULL 3377 standard/html_tables.h static const entity_cp_map ht_bucket_html5_781[] = { {"supplus", 7, 0x02AC0, 0}, {NULL, 0, 0, 0} }; NULL 3378 standard/html_tables.h static const entity_cp_map ht_bucket_html5_783[] = { {"nabla", 5, 0x02207, 0}, {NULL, 0, 0, 0} }; NULL 3379 standard/html_tables.h static const entity_cp_map ht_bucket_html5_787[] = { {"Lang", 4, 0x027EA, 0}, {"laquo", 5, 0x000AB, 0}, {NULL, 0, 0, 0} }; NULL 3380 standard/html_tables.h static const entity_cp_map ht_bucket_html5_789[] = { {"larrhk", 6, 0x021A9, 0}, {NULL, 0, 0, 0} }; NULL 3381 standard/html_tables.h static const entity_cp_map ht_bucket_html5_78C[] = { {"Bopf", 4, 0x1D539, 0}, {"lowbar", 6, 0x0005F, 0}, {NULL, 0, 0, 0} }; NULL 3382 standard/html_tables.h static const entity_cp_map ht_bucket_html5_78D[] = { {"cup", 3, 0x0222A, 0}, {"dd", 2, 0x02146, 0}, {NULL, 0, 0, 0} }; NULL 3383 standard/html_tables.h static const entity_cp_map ht_bucket_html5_78E[] = { {"nsce", 4, 0x02AB0, 0x00338}, {NULL, 0, 0, 0} }; NULL 3384 standard/html_tables.h static const entity_cp_map ht_bucket_html5_790[] = { {"nshortparallel", 14, 0x02226, 0}, {"nsupE", 5, 0x02AC6, 0x00338}, {NULL, 0, 0, 0} }; NULL 3385 standard/html_tables.h static const entity_cp_map ht_bucket_html5_794[] = { {"OpenCurlyQuote", 14, 0x02018, 0}, {NULL, 0, 0, 0} }; NULL 3386 standard/html_tables.h static const entity_cp_map ht_bucket_html5_797[] = { {"bsolb", 5, 0x029C5, 0}, {NULL, 0, 0, 0} }; NULL 3387 standard/html_tables.h static const entity_cp_map ht_bucket_html5_798[] = { {"DScy", 4, 0x00405, 0}, {NULL, 0, 0, 0} }; NULL 3388 standard/html_tables.h static const entity_cp_map ht_bucket_html5_79A[] = { {"boxHD", 5, 0x02566, 0}, {"ltrPar", 6, 0x02996, 0}, {NULL, 0, 0, 0} }; NULL 3389 standard/html_tables.h static const entity_cp_map ht_bucket_html5_79B[] = { {"nscr", 4, 0x1D4C3, 0}, {NULL, 0, 0, 0} }; NULL 3390 standard/html_tables.h static const entity_cp_map ht_bucket_html5_79D[] = { {"lEg", 3, 0x02A8B, 0}, {NULL, 0, 0, 0} }; NULL 3391 standard/html_tables.h static const entity_cp_map ht_bucket_html5_79F[] = { {"egrave", 6, 0x000E8, 0}, {"gne", 3, 0x02A88, 0}, {"larrsim", 7, 0x02973, 0}, {NULL, 0, 0, 0} }; NULL 3392 standard/html_tables.h static const entity_cp_map ht_bucket_html5_7A0[] = { {"COPY", 4, 0x000A9, 0}, {"bdquo", 5, 0x0201E, 0}, {NULL, 0, 0, 0} }; NULL 3393 standard/html_tables.h static const entity_cp_map ht_bucket_html5_7A1[] = { {"wopf", 4, 0x1D568, 0}, {NULL, 0, 0, 0} }; NULL 3394 standard/html_tables.h static const entity_cp_map ht_bucket_html5_7A2[] = { {"NotRightTriangleEqual", 21, 0x022ED, 0}, {NULL, 0, 0, 0} }; NULL 3395 standard/html_tables.h static const entity_cp_map ht_bucket_html5_7A5[] = { {"robrk", 5, 0x027E7, 0}, {NULL, 0, 0, 0} }; NULL 3396 standard/html_tables.h static const entity_cp_map ht_bucket_html5_7A8[] = { {"kfr", 3, 0x1D528, 0}, {"nlsim", 5, 0x02274, 0}, {NULL, 0, 0, 0} }; NULL 3397 standard/html_tables.h static const entity_cp_map ht_bucket_html5_7AA[] = { {"xhArr", 5, 0x027FA, 0}, {NULL, 0, 0, 0} }; NULL 3398 standard/html_tables.h static const entity_cp_map ht_bucket_html5_7AB[] = { {"boxHU", 5, 0x02569, 0}, {NULL, 0, 0, 0} }; NULL 3399 standard/html_tables.h static const entity_cp_map ht_bucket_html5_7AC[] = { {"lHar", 4, 0x02962, 0}, {NULL, 0, 0, 0} }; NULL 3400 standard/html_tables.h static const entity_cp_map ht_bucket_html5_7AE[] = { {"Mcy", 3, 0x0041C, 0}, {NULL, 0, 0, 0} }; NULL 3401 standard/html_tables.h static const entity_cp_map ht_bucket_html5_7AF[] = { {"ee", 2, 0x02147, 0}, {NULL, 0, 0, 0} }; NULL 3402 standard/html_tables.h static const entity_cp_map ht_bucket_html5_7B0[] = { {"nsupe", 5, 0x02289, 0}, {NULL, 0, 0, 0} }; NULL 3403 standard/html_tables.h static const entity_cp_map ht_bucket_html5_7B1[] = { {"eg", 2, 0x02A9A, 0}, {NULL, 0, 0, 0} }; NULL 3404 standard/html_tables.h static const entity_cp_map ht_bucket_html5_7B5[] = { {"trade", 5, 0x02122, 0}, {NULL, 0, 0, 0} }; NULL 3405 standard/html_tables.h static const entity_cp_map ht_bucket_html5_7B6[] = { {"el", 2, 0x02A99, 0}, {NULL, 0, 0, 0} }; NULL 3406 standard/html_tables.h static const entity_cp_map ht_bucket_html5_7B7[] = { {"nsucceq", 7, 0x02AB0, 0x00338}, {NULL, 0, 0, 0} }; NULL 3407 standard/html_tables.h static const entity_cp_map ht_bucket_html5_7B8[] = { {"langle", 6, 0x027E8, 0}, {NULL, 0, 0, 0} }; NULL 3408 standard/html_tables.h static const entity_cp_map ht_bucket_html5_7BA[] = { {"boxHd", 5, 0x02564, 0}, {NULL, 0, 0, 0} }; NULL 3409 standard/html_tables.h static const entity_cp_map ht_bucket_html5_7BB[] = { {"Subset", 6, 0x022D0, 0}, {NULL, 0, 0, 0} }; NULL 3410 standard/html_tables.h static const entity_cp_map ht_bucket_html5_7BD[] = { {"DownArrowBar", 12, 0x02913, 0}, {"topbot", 6, 0x02336, 0}, {NULL, 0, 0, 0} }; NULL 3411 standard/html_tables.h static const entity_cp_map ht_bucket_html5_7BE[] = { {"OverBrace", 9, 0x023DE, 0}, {NULL, 0, 0, 0} }; NULL 3412 standard/html_tables.h static const entity_cp_map ht_bucket_html5_7BF[] = { {"Eta", 3, 0x00397, 0}, {NULL, 0, 0, 0} }; NULL 3413 standard/html_tables.h static const entity_cp_map ht_bucket_html5_7C0[] = { {"hstrok", 6, 0x00127, 0}, {NULL, 0, 0, 0} }; NULL 3414 standard/html_tables.h static const entity_cp_map ht_bucket_html5_7C1[] = { {"Hacek", 5, 0x002C7, 0}, {"diamond", 7, 0x022C4, 0}, {"isinsv", 6, 0x022F3, 0}, {"rtriltri", 8, 0x029CE, 0}, {NULL, 0, 0, 0} }; NULL 3415 standard/html_tables.h static const entity_cp_map ht_bucket_html5_7C9[] = { {"nvltrie", 7, 0x022B4, 0x020D2}, {NULL, 0, 0, 0} }; NULL 3416 standard/html_tables.h static const entity_cp_map ht_bucket_html5_7CB[] = { {"boxHu", 5, 0x02567, 0}, {NULL, 0, 0, 0} }; NULL 3417 standard/html_tables.h static const entity_cp_map ht_bucket_html5_7CD[] = { {"fpartint", 8, 0x02A0D, 0}, {NULL, 0, 0, 0} }; NULL 3418 standard/html_tables.h static const entity_cp_map ht_bucket_html5_7CE[] = { {"Proportional", 12, 0x0221D, 0}, {NULL, 0, 0, 0} }; NULL 3419 standard/html_tables.h static const entity_cp_map ht_bucket_html5_7D1[] = { {"NotSuperset", 11, 0x02283, 0x020D2}, {"gE", 2, 0x02267, 0}, {NULL, 0, 0, 0} }; NULL 3420 standard/html_tables.h static const entity_cp_map ht_bucket_html5_7D2[] = { {"scnsim", 6, 0x022E9, 0}, {NULL, 0, 0, 0} }; NULL 3421 standard/html_tables.h static const entity_cp_map ht_bucket_html5_7D5[] = { {"uparrow", 7, 0x02191, 0}, {NULL, 0, 0, 0} }; NULL 3422 standard/html_tables.h static const entity_cp_map ht_bucket_html5_7D6[] = { {"ltlarr", 6, 0x02976, 0}, {NULL, 0, 0, 0} }; NULL 3423 standard/html_tables.h static const entity_cp_map ht_bucket_html5_7D9[] = { {"rtimes", 6, 0x022CA, 0}, {NULL, 0, 0, 0} }; NULL 3424 standard/html_tables.h static const entity_cp_map ht_bucket_html5_7DA[] = { {"ncong", 5, 0x02247, 0}, {NULL, 0, 0, 0} }; NULL 3425 standard/html_tables.h static const entity_cp_map ht_bucket_html5_7DC[] = { {"Oscr", 4, 0x1D4AA, 0}, {NULL, 0, 0, 0} }; NULL 3426 standard/html_tables.h static const entity_cp_map ht_bucket_html5_7E0[] = { {"vArr", 4, 0x021D5, 0}, {NULL, 0, 0, 0} }; NULL 3427 standard/html_tables.h static const entity_cp_map ht_bucket_html5_7E2[] = { {"Xopf", 4, 0x1D54F, 0}, {NULL, 0, 0, 0} }; NULL 3428 standard/html_tables.h static const entity_cp_map ht_bucket_html5_7E4[] = { {"notinva", 7, 0x02209, 0}, {NULL, 0, 0, 0} }; NULL 3429 standard/html_tables.h static const entity_cp_map ht_bucket_html5_7E5[] = { {"notinvb", 7, 0x022F7, 0}, {NULL, 0, 0, 0} }; NULL 3430 standard/html_tables.h static const entity_cp_map ht_bucket_html5_7E6[] = { {"notinvc", 7, 0x022F6, 0}, {"nsqsube", 7, 0x022E2, 0}, {NULL, 0, 0, 0} }; NULL 3431 standard/html_tables.h static const entity_cp_map ht_bucket_html5_7EC[] = { {"Tcaron", 6, 0x00164, 0}, {NULL, 0, 0, 0} }; NULL 3432 standard/html_tables.h static const entity_cp_map ht_bucket_html5_7EF[] = { {"upsilon", 7, 0x003C5, 0}, {NULL, 0, 0, 0} }; NULL 3433 standard/html_tables.h static const entity_cp_map ht_bucket_html5_7F1[] = { {"ge", 2, 0x02265, 0}, {NULL, 0, 0, 0} }; NULL 3434 standard/html_tables.h static const entity_cp_map ht_bucket_html5_7F3[] = { {"gg", 2, 0x0226B, 0}, {NULL, 0, 0, 0} }; NULL 3435 standard/html_tables.h static const entity_cp_map ht_bucket_html5_7F6[] = { {"KJcy", 4, 0x0040C, 0}, {NULL, 0, 0, 0} }; NULL 3436 standard/html_tables.h static const entity_cp_map ht_bucket_html5_7F8[] = { {"gl", 2, 0x02277, 0}, {NULL, 0, 0, 0} }; NULL 3437 standard/html_tables.h static const entity_cp_map ht_bucket_html5_7FB[] = { {"dblac", 5, 0x002DD, 0}, {NULL, 0, 0, 0} }; NULL 3438 standard/html_tables.h static const entity_cp_map ht_bucket_html5_7FC[] = { {"lAtail", 6, 0x0291B, 0}, {NULL, 0, 0, 0} }; NULL 3439 standard/html_tables.h static const entity_cp_map ht_bucket_html5_800[] = { {"gt", 2, 0x0003E, 0}, {NULL, 0, 0, 0} }; NULL 3440 standard/html_tables.h static const entity_cp_map ht_bucket_html5_802[] = { {"lotimes", 7, 0x02A34, 0}, {"seArr", 5, 0x021D8, 0}, {NULL, 0, 0, 0} }; NULL 3441 standard/html_tables.h static const entity_cp_map ht_bucket_html5_803[] = { {"Lacute", 6, 0x00139, 0}, {"Laplacetrf", 10, 0x02112, 0}, {NULL, 0, 0, 0} }; NULL 3442 standard/html_tables.h static const entity_cp_map ht_bucket_html5_808[] = { {"uuml", 4, 0x000FC, 0}, {NULL, 0, 0, 0} }; NULL 3443 standard/html_tables.h static const entity_cp_map ht_bucket_html5_809[] = { {"Amacr", 5, 0x00100, 0}, {NULL, 0, 0, 0} }; NULL 3444 standard/html_tables.h static const entity_cp_map ht_bucket_html5_80A[] = { {"Mfr", 3, 0x1D510, 0}, {NULL, 0, 0, 0} }; NULL 3445 standard/html_tables.h static const entity_cp_map ht_bucket_html5_810[] = { {"Int", 3, 0x0222C, 0}, {NULL, 0, 0, 0} }; NULL 3446 standard/html_tables.h static const entity_cp_map ht_bucket_html5_811[] = { {"Vvdash", 6, 0x022AA, 0}, {NULL, 0, 0, 0} }; NULL 3447 standard/html_tables.h static const entity_cp_map ht_bucket_html5_812[] = { {"Lcedil", 6, 0x0013B, 0}, {"larrlp", 6, 0x021AB, 0}, {NULL, 0, 0, 0} }; NULL 3448 standard/html_tables.h static const entity_cp_map ht_bucket_html5_816[] = { {"Larr", 4, 0x0219E, 0}, {NULL, 0, 0, 0} }; NULL 3449 standard/html_tables.h static const entity_cp_map ht_bucket_html5_819[] = { {"CircleTimes", 11, 0x02297, 0}, {NULL, 0, 0, 0} }; NULL 3450 standard/html_tables.h static const entity_cp_map ht_bucket_html5_81C[] = { {"NotReverseElement", 17, 0x0220C, 0}, {"latail", 6, 0x02919, 0}, {NULL, 0, 0, 0} }; NULL 3451 standard/html_tables.h static const entity_cp_map ht_bucket_html5_81D[] = { {"ntrianglerighteq", 16, 0x022ED, 0}, {NULL, 0, 0, 0} }; NULL 3452 standard/html_tables.h static const entity_cp_map ht_bucket_html5_821[] = { {"blk12", 5, 0x02592, 0}, {NULL, 0, 0, 0} }; NULL 3453 standard/html_tables.h static const entity_cp_map ht_bucket_html5_822[] = { {"intlarhk", 8, 0x02A17, 0}, {NULL, 0, 0, 0} }; NULL 3454 standard/html_tables.h static const entity_cp_map ht_bucket_html5_823[] = { {"blk14", 5, 0x02591, 0}, {"ccupssm", 7, 0x02A50, 0}, {NULL, 0, 0, 0} }; NULL 3455 standard/html_tables.h static const entity_cp_map ht_bucket_html5_824[] = { {"hercon", 6, 0x022B9, 0}, {NULL, 0, 0, 0} }; NULL 3456 standard/html_tables.h static const entity_cp_map ht_bucket_html5_828[] = { {"bigotimes", 9, 0x02A02, 0}, {NULL, 0, 0, 0} }; NULL 3457 standard/html_tables.h static const entity_cp_map ht_bucket_html5_829[] = { {"amacr", 5, 0x00101, 0}, {NULL, 0, 0, 0} }; NULL 3458 standard/html_tables.h static const entity_cp_map ht_bucket_html5_82D[] = { {"nrarrc", 6, 0x02933, 0x00338}, {NULL, 0, 0, 0} }; NULL 3459 standard/html_tables.h static const entity_cp_map ht_bucket_html5_82E[] = { {"ubreve", 6, 0x0016D, 0}, {NULL, 0, 0, 0} }; NULL 3460 standard/html_tables.h static const entity_cp_map ht_bucket_html5_830[] = { {"Yacute", 6, 0x000DD, 0}, {NULL, 0, 0, 0} }; NULL 3461 standard/html_tables.h static const entity_cp_map ht_bucket_html5_831[] = { {"ic", 2, 0x02063, 0}, {NULL, 0, 0, 0} }; NULL 3462 standard/html_tables.h static const entity_cp_map ht_bucket_html5_832[] = { {"escr", 4, 0x0212F, 0}, {NULL, 0, 0, 0} }; NULL 3463 standard/html_tables.h static const entity_cp_map ht_bucket_html5_837[] = { {"ii", 2, 0x02148, 0}, {NULL, 0, 0, 0} }; NULL 3464 standard/html_tables.h static const entity_cp_map ht_bucket_html5_838[] = { {"DownArrowUpArrow", 16, 0x021F5, 0}, {"nopf", 4, 0x1D55F, 0}, {NULL, 0, 0, 0} }; NULL 3465 standard/html_tables.h static const entity_cp_map ht_bucket_html5_83C[] = { {"in", 2, 0x02208, 0}, {NULL, 0, 0, 0} }; NULL 3466 standard/html_tables.h static const entity_cp_map ht_bucket_html5_83E[] = { {"bumpE", 5, 0x02AAE, 0}, {NULL, 0, 0, 0} }; NULL 3467 standard/html_tables.h static const entity_cp_map ht_bucket_html5_83F[] = { {"rightharpoonup", 14, 0x021C0, 0}, {NULL, 0, 0, 0} }; NULL 3468 standard/html_tables.h static const entity_cp_map ht_bucket_html5_841[] = { {"nrarrw", 6, 0x0219D, 0x00338}, {NULL, 0, 0, 0} }; NULL 3469 standard/html_tables.h static const entity_cp_map ht_bucket_html5_842[] = { {"it", 2, 0x02062, 0}, {NULL, 0, 0, 0} }; NULL 3470 standard/html_tables.h static const entity_cp_map ht_bucket_html5_846[] = { {"ncaron", 6, 0x00148, 0}, {NULL, 0, 0, 0} }; NULL 3471 standard/html_tables.h static const entity_cp_map ht_bucket_html5_84A[] = { {"succnsim", 8, 0x022E9, 0}, {NULL, 0, 0, 0} }; NULL 3472 standard/html_tables.h static const entity_cp_map ht_bucket_html5_84C[] = { {"gammad", 6, 0x003DD, 0}, {NULL, 0, 0, 0} }; NULL 3473 standard/html_tables.h static const entity_cp_map ht_bucket_html5_84F[] = { {"yucy", 4, 0x0044E, 0}, {NULL, 0, 0, 0} }; NULL 3474 standard/html_tables.h static const entity_cp_map ht_bucket_html5_850[] = { {"ocy", 3, 0x0043E, 0}, {NULL, 0, 0, 0} }; NULL 3475 standard/html_tables.h static const entity_cp_map ht_bucket_html5_855[] = { {"hybull", 6, 0x02043, 0}, {"rpargt", 6, 0x02994, 0}, {NULL, 0, 0, 0} }; NULL 3476 standard/html_tables.h static const entity_cp_map ht_bucket_html5_857[] = { {"csube", 5, 0x02AD1, 0}, {NULL, 0, 0, 0} }; NULL 3477 standard/html_tables.h static const entity_cp_map ht_bucket_html5_85B[] = { {"iiota", 5, 0x02129, 0}, {NULL, 0, 0, 0} }; NULL 3478 standard/html_tables.h static const entity_cp_map ht_bucket_html5_85C[] = { {"nsim", 4, 0x02241, 0}, {NULL, 0, 0, 0} }; NULL 3479 standard/html_tables.h static const entity_cp_map ht_bucket_html5_85E[] = { {"LeftTriangleEqual", 17, 0x022B4, 0}, {"bumpe", 5, 0x0224F, 0}, {"nearhk", 6, 0x02924, 0}, {"nhpar", 5, 0x02AF2, 0}, {NULL, 0, 0, 0} }; NULL 3480 standard/html_tables.h static const entity_cp_map ht_bucket_html5_861[] = { {"risingdotseq", 12, 0x02253, 0}, {NULL, 0, 0, 0} }; NULL 3481 standard/html_tables.h static const entity_cp_map ht_bucket_html5_865[] = { {"blk34", 5, 0x02593, 0}, {NULL, 0, 0, 0} }; NULL 3482 standard/html_tables.h static const entity_cp_map ht_bucket_html5_866[] = { {"LeftTriangle", 12, 0x022B2, 0}, {"vBarv", 5, 0x02AE9, 0}, {NULL, 0, 0, 0} }; NULL 3483 standard/html_tables.h static const entity_cp_map ht_bucket_html5_867[] = { {"AElig", 5, 0x000C6, 0}, {NULL, 0, 0, 0} }; NULL 3484 standard/html_tables.h static const entity_cp_map ht_bucket_html5_868[] = { {"DoubleUpDownArrow", 17, 0x021D5, 0}, {NULL, 0, 0, 0} }; NULL 3485 standard/html_tables.h static const entity_cp_map ht_bucket_html5_86A[] = { {"cwint", 5, 0x02231, 0}, {NULL, 0, 0, 0} }; NULL 3486 standard/html_tables.h static const entity_cp_map ht_bucket_html5_86B[] = { {"rtrie", 5, 0x022B5, 0}, {NULL, 0, 0, 0} }; NULL 3487 standard/html_tables.h static const entity_cp_map ht_bucket_html5_86C[] = { {"rtrif", 5, 0x025B8, 0}, {NULL, 0, 0, 0} }; NULL 3488 standard/html_tables.h static const entity_cp_map ht_bucket_html5_873[] = { {"Fscr", 4, 0x02131, 0}, {NULL, 0, 0, 0} }; NULL 3489 standard/html_tables.h static const entity_cp_map ht_bucket_html5_876[] = { {"lE", 2, 0x02266, 0}, {NULL, 0, 0, 0} }; NULL 3490 standard/html_tables.h static const entity_cp_map ht_bucket_html5_879[] = { {"Oopf", 4, 0x1D546, 0}, {NULL, 0, 0, 0} }; NULL 3491 standard/html_tables.h static const entity_cp_map ht_bucket_html5_87B[] = { {"spar", 4, 0x02225, 0}, {NULL, 0, 0, 0} }; NULL 3492 standard/html_tables.h static const entity_cp_map ht_bucket_html5_87E[] = { {"uplus", 5, 0x0228E, 0}, {NULL, 0, 0, 0} }; NULL 3493 standard/html_tables.h static const entity_cp_map ht_bucket_html5_88A[] = { {"sacute", 6, 0x0015B, 0}, {NULL, 0, 0, 0} }; NULL 3494 standard/html_tables.h static const entity_cp_map ht_bucket_html5_88C[] = { {"fltns", 5, 0x025B1, 0}, {NULL, 0, 0, 0} }; NULL 3495 standard/html_tables.h static const entity_cp_map ht_bucket_html5_88E[] = { {"rrarr", 5, 0x021C9, 0}, {NULL, 0, 0, 0} }; NULL 3496 standard/html_tables.h static const entity_cp_map ht_bucket_html5_892[] = { {"larrpl", 6, 0x02939, 0}, {NULL, 0, 0, 0} }; NULL 3497 standard/html_tables.h static const entity_cp_map ht_bucket_html5_895[] = { {"ultri", 5, 0x025F8, 0}, {NULL, 0, 0, 0} }; NULL 3498 standard/html_tables.h static const entity_cp_map ht_bucket_html5_896[] = { {"le", 2, 0x02264, 0}, {"xuplus", 6, 0x02A04, 0}, {NULL, 0, 0, 0} }; NULL 3499 standard/html_tables.h static const entity_cp_map ht_bucket_html5_897[] = { {"ljcy", 4, 0x00459, 0}, {NULL, 0, 0, 0} }; NULL 3500 standard/html_tables.h static const entity_cp_map ht_bucket_html5_898[] = { {"lg", 2, 0x02276, 0}, {"vsubnE", 6, 0x02ACB, 0x0FE00}, {NULL, 0, 0, 0} }; NULL 3501 standard/html_tables.h static const entity_cp_map ht_bucket_html5_899[] = { {"scedil", 6, 0x0015F, 0}, {NULL, 0, 0, 0} }; NULL 3502 standard/html_tables.h static const entity_cp_map ht_bucket_html5_89D[] = { {"ll", 2, 0x0226A, 0}, {NULL, 0, 0, 0} }; NULL 3503 standard/html_tables.h static const entity_cp_map ht_bucket_html5_8A5[] = { {"lt", 2, 0x0003C, 0}, {NULL, 0, 0, 0} }; NULL 3504 standard/html_tables.h static const entity_cp_map ht_bucket_html5_8AC[] = { {"ofr", 3, 0x1D52C, 0}, {NULL, 0, 0, 0} }; NULL 3505 standard/html_tables.h static const entity_cp_map ht_bucket_html5_8B3[] = { {"nexists", 7, 0x02204, 0}, {NULL, 0, 0, 0} }; NULL 3506 standard/html_tables.h static const entity_cp_map ht_bucket_html5_8B6[] = { {"smallsetminus", 13, 0x02216, 0}, {NULL, 0, 0, 0} }; NULL 3507 standard/html_tables.h static const entity_cp_map ht_bucket_html5_8B7[] = { {"InvisibleComma", 14, 0x02063, 0}, {NULL, 0, 0, 0} }; NULL 3508 standard/html_tables.h static const entity_cp_map ht_bucket_html5_8B8[] = { {"dotminus", 8, 0x02238, 0}, {"vsubne", 6, 0x0228A, 0x0FE00}, {NULL, 0, 0, 0} }; NULL 3509 standard/html_tables.h static const entity_cp_map ht_bucket_html5_8B9[] = { {"iocy", 4, 0x00451, 0}, {NULL, 0, 0, 0} }; NULL 3510 standard/html_tables.h static const entity_cp_map ht_bucket_html5_8BA[] = { {"gsime", 5, 0x02A8E, 0}, {NULL, 0, 0, 0} }; NULL 3511 standard/html_tables.h static const entity_cp_map ht_bucket_html5_8BC[] = { {"Rarrtl", 6, 0x02916, 0}, {NULL, 0, 0, 0} }; NULL 3512 standard/html_tables.h static const entity_cp_map ht_bucket_html5_8BD[] = { {"cirmid", 6, 0x02AEF, 0}, {NULL, 0, 0, 0} }; NULL 3513 standard/html_tables.h static const entity_cp_map ht_bucket_html5_8C0[] = { {"ominus", 6, 0x02296, 0}, {NULL, 0, 0, 0} }; NULL 3514 standard/html_tables.h static const entity_cp_map ht_bucket_html5_8C1[] = { {"gsiml", 5, 0x02A90, 0}, {NULL, 0, 0, 0} }; NULL 3515 standard/html_tables.h static const entity_cp_map ht_bucket_html5_8C2[] = { {"Prime", 5, 0x02033, 0}, {"mp", 2, 0x02213, 0}, {NULL, 0, 0, 0} }; NULL 3516 standard/html_tables.h static const entity_cp_map ht_bucket_html5_8C4[] = { {"tint", 4, 0x0222D, 0}, {NULL, 0, 0, 0} }; NULL 3517 standard/html_tables.h static const entity_cp_map ht_bucket_html5_8C7[] = { {"mu", 2, 0x003BC, 0}, {NULL, 0, 0, 0} }; NULL 3518 standard/html_tables.h static const entity_cp_map ht_bucket_html5_8CF[] = { {"dbkarow", 7, 0x0290F, 0}, {"eopf", 4, 0x1D556, 0}, {"ogt", 3, 0x029C1, 0}, {NULL, 0, 0, 0} }; NULL 3519 standard/html_tables.h static const entity_cp_map ht_bucket_html5_8D0[] = { {"Precedes", 8, 0x0227A, 0}, {NULL, 0, 0, 0} }; NULL 3520 standard/html_tables.h static const entity_cp_map ht_bucket_html5_8D3[] = { {"UpTeeArrow", 10, 0x021A5, 0}, {NULL, 0, 0, 0} }; NULL 3521 standard/html_tables.h static const entity_cp_map ht_bucket_html5_8D6[] = { {"varsupsetneq", 12, 0x0228B, 0x0FE00}, {NULL, 0, 0, 0} }; NULL 3522 standard/html_tables.h static const entity_cp_map ht_bucket_html5_8D8[] = { {"ne", 2, 0x02260, 0}, {NULL, 0, 0, 0} }; NULL 3523 standard/html_tables.h static const entity_cp_map ht_bucket_html5_8DC[] = { {"ni", 2, 0x0220B, 0}, {NULL, 0, 0, 0} }; NULL 3524 standard/html_tables.h static const entity_cp_map ht_bucket_html5_8DD[] = { {"mDDot", 5, 0x0223A, 0}, {NULL, 0, 0, 0} }; NULL 3525 standard/html_tables.h static const entity_cp_map ht_bucket_html5_8DE[] = { {"cularrp", 7, 0x0293D, 0}, {NULL, 0, 0, 0} }; NULL 3526 standard/html_tables.h static const entity_cp_map ht_bucket_html5_8DF[] = { {"rnmid", 5, 0x02AEE, 0}, {NULL, 0, 0, 0} }; NULL 3527 standard/html_tables.h static const entity_cp_map ht_bucket_html5_8E0[] = { {"hardcy", 6, 0x0044A, 0}, {NULL, 0, 0, 0} }; NULL 3528 standard/html_tables.h static const entity_cp_map ht_bucket_html5_8E2[] = { {"prime", 5, 0x02032, 0}, {NULL, 0, 0, 0} }; NULL 3529 standard/html_tables.h static const entity_cp_map ht_bucket_html5_8E3[] = { {"Bcy", 3, 0x00411, 0}, {"REG", 3, 0x000AE, 0}, {NULL, 0, 0, 0} }; NULL 3530 standard/html_tables.h static const entity_cp_map ht_bucket_html5_8E7[] = { {"oS", 2, 0x024C8, 0}, {NULL, 0, 0, 0} }; NULL 3531 standard/html_tables.h static const entity_cp_map ht_bucket_html5_8E8[] = { {"nu", 2, 0x003BD, 0}, {NULL, 0, 0, 0} }; NULL 3532 standard/html_tables.h static const entity_cp_map ht_bucket_html5_8E9[] = { {"ohm", 3, 0x003A9, 0}, {NULL, 0, 0, 0} }; NULL 3533 standard/html_tables.h static const entity_cp_map ht_bucket_html5_8EB[] = { {"langd", 5, 0x02991, 0}, {NULL, 0, 0, 0} }; NULL 3534 standard/html_tables.h static const entity_cp_map ht_bucket_html5_8F3[] = { {"backprime", 9, 0x02035, 0}, {"esim", 4, 0x02242, 0}, {NULL, 0, 0, 0} }; NULL 3535 standard/html_tables.h static const entity_cp_map ht_bucket_html5_8FB[] = { {"veeeq", 5, 0x0225A, 0}, {NULL, 0, 0, 0} }; NULL 3536 standard/html_tables.h static const entity_cp_map ht_bucket_html5_8FE[] = { {"RightCeiling", 12, 0x02309, 0}, {NULL, 0, 0, 0} }; NULL 3537 standard/html_tables.h static const entity_cp_map ht_bucket_html5_8FF[] = { {"crarr", 5, 0x021B5, 0}, {NULL, 0, 0, 0} }; NULL 3538 standard/html_tables.h static const entity_cp_map ht_bucket_html5_904[] = { {"eqsim", 5, 0x02242, 0}, {NULL, 0, 0, 0} }; NULL 3539 standard/html_tables.h static const entity_cp_map ht_bucket_html5_906[] = { {"or", 2, 0x02228, 0}, {NULL, 0, 0, 0} }; NULL 3540 standard/html_tables.h static const entity_cp_map ht_bucket_html5_907[] = { {"OverParenthesis", 15, 0x023DC, 0}, {"UpperLeftArrow", 14, 0x02196, 0}, {"nleftrightarrow", 15, 0x021AE, 0}, {NULL, 0, 0, 0} }; NULL 3541 standard/html_tables.h static const entity_cp_map ht_bucket_html5_909[] = { {"expectation", 11, 0x02130, 0}, {NULL, 0, 0, 0} }; NULL 3542 standard/html_tables.h static const entity_cp_map ht_bucket_html5_90C[] = { {"coprod", 6, 0x02210, 0}, {NULL, 0, 0, 0} }; NULL 3543 standard/html_tables.h static const entity_cp_map ht_bucket_html5_90E[] = { {"Qfr", 3, 0x1D514, 0}, {"dArr", 4, 0x021D3, 0}, {NULL, 0, 0, 0} }; NULL 3544 standard/html_tables.h static const entity_cp_map ht_bucket_html5_910[] = { {"Fopf", 4, 0x1D53D, 0}, {NULL, 0, 0, 0} }; NULL 3545 standard/html_tables.h static const entity_cp_map ht_bucket_html5_913[] = { {"Cconint", 7, 0x02230, 0}, {NULL, 0, 0, 0} }; NULL 3546 standard/html_tables.h static const entity_cp_map ht_bucket_html5_916[] = { {"larrtl", 6, 0x021A2, 0}, {NULL, 0, 0, 0} }; NULL 3547 standard/html_tables.h static const entity_cp_map ht_bucket_html5_918[] = { {"Aacute", 6, 0x000C1, 0}, {NULL, 0, 0, 0} }; NULL 3548 standard/html_tables.h static const entity_cp_map ht_bucket_html5_919[] = { {"DownLeftRightVector", 19, 0x02950, 0}, {NULL, 0, 0, 0} }; NULL 3549 standard/html_tables.h static const entity_cp_map ht_bucket_html5_91B[] = { {"circleddash", 11, 0x0229D, 0}, {"thinsp", 6, 0x02009, 0}, {NULL, 0, 0, 0} }; NULL 3550 standard/html_tables.h static const entity_cp_map ht_bucket_html5_91E[] = { {"Longrightarrow", 14, 0x027F9, 0}, {"pi", 2, 0x003C0, 0}, {NULL, 0, 0, 0} }; NULL 3551 standard/html_tables.h static const entity_cp_map ht_bucket_html5_91F[] = { {"hookrightarrow", 14, 0x021AA, 0}, {"rscr", 4, 0x1D4C7, 0}, {NULL, 0, 0, 0} }; NULL 3552 standard/html_tables.h static const entity_cp_map ht_bucket_html5_920[] = { {"scE", 3, 0x02AB4, 0}, {NULL, 0, 0, 0} }; NULL 3553 standard/html_tables.h static const entity_cp_map ht_bucket_html5_922[] = { {"pm", 2, 0x000B1, 0}, {NULL, 0, 0, 0} }; NULL 3554 standard/html_tables.h static const entity_cp_map ht_bucket_html5_923[] = { {"ZHcy", 4, 0x00416, 0}, {NULL, 0, 0, 0} }; NULL 3555 standard/html_tables.h static const entity_cp_map ht_bucket_html5_927[] = { {"pr", 2, 0x0227A, 0}, {NULL, 0, 0, 0} }; NULL 3556 standard/html_tables.h static const entity_cp_map ht_bucket_html5_929[] = { {"LongLeftRightArrow", 18, 0x027F7, 0}, {"supset", 6, 0x02283, 0}, {NULL, 0, 0, 0} }; NULL 3557 standard/html_tables.h static const entity_cp_map ht_bucket_html5_92A[] = { {"UpArrowBar", 10, 0x02912, 0}, {NULL, 0, 0, 0} }; NULL 3558 standard/html_tables.h static const entity_cp_map ht_bucket_html5_92C[] = { {"Utilde", 6, 0x00168, 0}, {NULL, 0, 0, 0} }; NULL 3559 standard/html_tables.h static const entity_cp_map ht_bucket_html5_92E[] = { {"xlArr", 5, 0x027F8, 0}, {NULL, 0, 0, 0} }; NULL 3560 standard/html_tables.h static const entity_cp_map ht_bucket_html5_930[] = { {"DoubleUpArrow", 13, 0x021D1, 0}, {NULL, 0, 0, 0} }; NULL 3561 standard/html_tables.h static const entity_cp_map ht_bucket_html5_936[] = { {"alefsym", 7, 0x02135, 0}, {NULL, 0, 0, 0} }; NULL 3562 standard/html_tables.h static const entity_cp_map ht_bucket_html5_939[] = { {"Scirc", 5, 0x0015C, 0}, {NULL, 0, 0, 0} }; NULL 3563 standard/html_tables.h static const entity_cp_map ht_bucket_html5_93B[] = { {"xotime", 6, 0x02A02, 0}, {NULL, 0, 0, 0} }; NULL 3564 standard/html_tables.h static const entity_cp_map ht_bucket_html5_93F[] = { {"Bfr", 3, 0x1D505, 0}, {"rdca", 4, 0x02937, 0}, {NULL, 0, 0, 0} }; NULL 3565 standard/html_tables.h static const entity_cp_map ht_bucket_html5_940[] = { {"sce", 3, 0x02AB0, 0}, {NULL, 0, 0, 0} }; NULL 3566 standard/html_tables.h static const entity_cp_map ht_bucket_html5_945[] = { {"Nacute", 6, 0x00143, 0}, {NULL, 0, 0, 0} }; NULL 3567 standard/html_tables.h static const entity_cp_map ht_bucket_html5_947[] = { {"amalg", 5, 0x02A3F, 0}, {NULL, 0, 0, 0} }; NULL 3568 standard/html_tables.h static const entity_cp_map ht_bucket_html5_94D[] = { {"UpDownArrow", 11, 0x02195, 0}, {NULL, 0, 0, 0} }; NULL 3569 standard/html_tables.h static const entity_cp_map ht_bucket_html5_94F[] = { {"EqualTilde", 10, 0x02242, 0}, {"boxUL", 5, 0x0255D, 0}, {"oslash", 6, 0x000F8, 0}, {NULL, 0, 0, 0} }; NULL 3570 standard/html_tables.h static const entity_cp_map ht_bucket_html5_950[] = { {"lnap", 4, 0x02A89, 0}, {"thorn", 5, 0x000FE, 0}, {NULL, 0, 0, 0} }; NULL 3571 standard/html_tables.h static const entity_cp_map ht_bucket_html5_952[] = { {"ssmile", 6, 0x02323, 0}, {NULL, 0, 0, 0} }; NULL 3572 standard/html_tables.h static const entity_cp_map ht_bucket_html5_953[] = { {"ndash", 5, 0x02013, 0}, {NULL, 0, 0, 0} }; NULL 3573 standard/html_tables.h static const entity_cp_map ht_bucket_html5_954[] = { {"Ncedil", 6, 0x00145, 0}, {"scy", 3, 0x00441, 0}, {NULL, 0, 0, 0} }; NULL 3574 standard/html_tables.h static const entity_cp_map ht_bucket_html5_955[] = { {"boxUR", 5, 0x0255A, 0}, {NULL, 0, 0, 0} }; NULL 3575 standard/html_tables.h static const entity_cp_map ht_bucket_html5_956[] = { {"Aring", 5, 0x000C5, 0}, {NULL, 0, 0, 0} }; NULL 3576 standard/html_tables.h static const entity_cp_map ht_bucket_html5_959[] = { {"scirc", 5, 0x0015D, 0}, {NULL, 0, 0, 0} }; NULL 3577 standard/html_tables.h static const entity_cp_map ht_bucket_html5_95B[] = { {"ccaron", 6, 0x0010D, 0}, {NULL, 0, 0, 0} }; NULL 3578 standard/html_tables.h static const entity_cp_map ht_bucket_html5_95D[] = { {"dotsquare", 9, 0x022A1, 0}, {"nshortmid", 9, 0x02224, 0}, {NULL, 0, 0, 0} }; NULL 3579 standard/html_tables.h static const entity_cp_map ht_bucket_html5_95F[] = { {"rsquo", 5, 0x02019, 0}, {NULL, 0, 0, 0} }; NULL 3580 standard/html_tables.h static const entity_cp_map ht_bucket_html5_960[] = { {"Sscr", 4, 0x1D4AE, 0}, {NULL, 0, 0, 0} }; NULL 3581 standard/html_tables.h static const entity_cp_map ht_bucket_html5_963[] = { {"bigwedge", 8, 0x022C0, 0}, {NULL, 0, 0, 0} }; NULL 3582 standard/html_tables.h static const entity_cp_map ht_bucket_html5_964[] = { {"Bernoullis", 10, 0x0212C, 0}, {NULL, 0, 0, 0} }; NULL 3583 standard/html_tables.h static const entity_cp_map ht_bucket_html5_969[] = { {"harrw", 5, 0x021AD, 0}, {NULL, 0, 0, 0} }; NULL 3584 standard/html_tables.h static const entity_cp_map ht_bucket_html5_96C[] = { {"SquareSubset", 12, 0x0228F, 0}, {"boxVH", 5, 0x0256C, 0}, {NULL, 0, 0, 0} }; NULL 3585 standard/html_tables.h static const entity_cp_map ht_bucket_html5_96F[] = { {"boxUl", 5, 0x0255C, 0}, {"rx", 2, 0x0211E, 0}, {NULL, 0, 0, 0} }; NULL 3586 standard/html_tables.h static const entity_cp_map ht_bucket_html5_970[] = { {"boxVL", 5, 0x02563, 0}, {NULL, 0, 0, 0} }; NULL 3587 standard/html_tables.h static const entity_cp_map ht_bucket_html5_974[] = { {"olt", 3, 0x029C0, 0}, {NULL, 0, 0, 0} }; NULL 3588 standard/html_tables.h static const entity_cp_map ht_bucket_html5_975[] = { {"boxUr", 5, 0x02559, 0}, {NULL, 0, 0, 0} }; NULL 3589 standard/html_tables.h static const entity_cp_map ht_bucket_html5_976[] = { {"aring", 5, 0x000E5, 0}, {"boxVR", 5, 0x02560, 0}, {NULL, 0, 0, 0} }; NULL 3590 standard/html_tables.h static const entity_cp_map ht_bucket_html5_97B[] = { {"sc", 2, 0x0227B, 0}, {NULL, 0, 0, 0} }; NULL 3591 standard/html_tables.h static const entity_cp_map ht_bucket_html5_97C[] = { {"NestedGreaterGreater", 20, 0x0226B, 0}, {"oast", 4, 0x0229B, 0}, {NULL, 0, 0, 0} }; NULL 3592 standard/html_tables.h static const entity_cp_map ht_bucket_html5_97F[] = { {"star", 4, 0x02606, 0}, {NULL, 0, 0, 0} }; NULL 3593 standard/html_tables.h static const entity_cp_map ht_bucket_html5_981[] = { {"LeftTeeVector", 13, 0x0295A, 0}, {NULL, 0, 0, 0} }; NULL 3594 standard/html_tables.h static const entity_cp_map ht_bucket_html5_983[] = { {"bigsqcup", 8, 0x02A06, 0}, {NULL, 0, 0, 0} }; NULL 3595 standard/html_tables.h static const entity_cp_map ht_bucket_html5_985[] = { {"dcy", 3, 0x00434, 0}, {"preceq", 6, 0x02AAF, 0}, {NULL, 0, 0, 0} }; NULL 3596 standard/html_tables.h static const entity_cp_map ht_bucket_html5_986[] = { {"otilde", 6, 0x000F5, 0}, {NULL, 0, 0, 0} }; NULL 3597 standard/html_tables.h static const entity_cp_map ht_bucket_html5_988[] = { {"luruhar", 7, 0x02966, 0}, {NULL, 0, 0, 0} }; NULL 3598 standard/html_tables.h static const entity_cp_map ht_bucket_html5_98C[] = { {"boxVh", 5, 0x0256B, 0}, {"capand", 6, 0x02A44, 0}, {"yuml", 4, 0x000FF, 0}, {NULL, 0, 0, 0} }; NULL 3599 standard/html_tables.h static const entity_cp_map ht_bucket_html5_98D[] = { {"Updownarrow", 11, 0x021D5, 0}, {NULL, 0, 0, 0} }; NULL 3600 standard/html_tables.h static const entity_cp_map ht_bucket_html5_98F[] = { {"TildeEqual", 10, 0x02243, 0}, {NULL, 0, 0, 0} }; NULL 3601 standard/html_tables.h static const entity_cp_map ht_bucket_html5_990[] = { {"boxVl", 5, 0x02562, 0}, {NULL, 0, 0, 0} }; NULL 3602 standard/html_tables.h static const entity_cp_map ht_bucket_html5_996[] = { {"boxVr", 5, 0x0255F, 0}, {NULL, 0, 0, 0} }; NULL 3603 standard/html_tables.h static const entity_cp_map ht_bucket_html5_997[] = { {"HorizontalLine", 14, 0x02500, 0}, {NULL, 0, 0, 0} }; NULL 3604 standard/html_tables.h static const entity_cp_map ht_bucket_html5_99B[] = { {"xmap", 4, 0x027FC, 0}, {NULL, 0, 0, 0} }; NULL 3605 standard/html_tables.h static const entity_cp_map ht_bucket_html5_99C[] = { {"sigmaf", 6, 0x003C2, 0}, {NULL, 0, 0, 0} }; NULL 3606 standard/html_tables.h static const entity_cp_map ht_bucket_html5_99E[] = { {"EmptySmallSquare", 16, 0x025FB, 0}, {NULL, 0, 0, 0} }; NULL 3607 standard/html_tables.h static const entity_cp_map ht_bucket_html5_99F[] = { {"dzcy", 4, 0x0045F, 0}, {NULL, 0, 0, 0} }; NULL 3608 standard/html_tables.h static const entity_cp_map ht_bucket_html5_9A0[] = { {"cups", 4, 0x0222A, 0x0FE00}, {"zwj", 3, 0x0200D, 0}, {NULL, 0, 0, 0} }; NULL 3609 standard/html_tables.h static const entity_cp_map ht_bucket_html5_9A1[] = { {"beta", 4, 0x003B2, 0}, {NULL, 0, 0, 0} }; NULL 3610 standard/html_tables.h static const entity_cp_map ht_bucket_html5_9A6[] = { {"supsim", 6, 0x02AC8, 0}, {NULL, 0, 0, 0} }; NULL 3611 standard/html_tables.h static const entity_cp_map ht_bucket_html5_9A8[] = { {"beth", 4, 0x02136, 0}, {NULL, 0, 0, 0} }; NULL 3612 standard/html_tables.h static const entity_cp_map ht_bucket_html5_9AA[] = { {"Iukcy", 5, 0x00406, 0}, {NULL, 0, 0, 0} }; NULL 3613 standard/html_tables.h static const entity_cp_map ht_bucket_html5_9AC[] = { {"eparsl", 6, 0x029E3, 0}, {"sigmav", 6, 0x003C2, 0}, {NULL, 0, 0, 0} }; NULL 3614 standard/html_tables.h static const entity_cp_map ht_bucket_html5_9B0[] = { {"lhard", 5, 0x021BD, 0}, {"sfr", 3, 0x1D530, 0}, {NULL, 0, 0, 0} }; NULL 3615 standard/html_tables.h static const entity_cp_map ht_bucket_html5_9B4[] = { {"nsqsupe", 7, 0x022E3, 0}, {NULL, 0, 0, 0} }; NULL 3616 standard/html_tables.h static const entity_cp_map ht_bucket_html5_9B5[] = { {"Jsercy", 6, 0x00408, 0}, {"deg", 3, 0x000B0, 0}, {NULL, 0, 0, 0} }; NULL 3617 standard/html_tables.h static const entity_cp_map ht_bucket_html5_9B6[] = { {"Ucy", 3, 0x00423, 0}, {"iscr", 4, 0x1D4BE, 0}, {NULL, 0, 0, 0} }; NULL 3618 standard/html_tables.h static const entity_cp_map ht_bucket_html5_9B7[] = { {"efDot", 5, 0x02252, 0}, {NULL, 0, 0, 0} }; NULL 3619 standard/html_tables.h static const entity_cp_map ht_bucket_html5_9BB[] = { {"uhblk", 5, 0x02580, 0}, {NULL, 0, 0, 0} }; NULL 3620 standard/html_tables.h static const entity_cp_map ht_bucket_html5_9BC[] = { {"ropf", 4, 0x1D563, 0}, {"vprop", 5, 0x0221D, 0}, {NULL, 0, 0, 0} }; NULL 3621 standard/html_tables.h static const entity_cp_map ht_bucket_html5_9BD[] = { {"isinE", 5, 0x022F9, 0}, {"raemptyv", 8, 0x029B3, 0}, {NULL, 0, 0, 0} }; NULL 3622 standard/html_tables.h static const entity_cp_map ht_bucket_html5_9C1[] = { {"lharu", 5, 0x021BC, 0}, {"ncongdot", 8, 0x02A6D, 0x00338}, {NULL, 0, 0, 0} }; NULL 3623 standard/html_tables.h static const entity_cp_map ht_bucket_html5_9C2[] = { {"subnE", 5, 0x02ACB, 0}, {NULL, 0, 0, 0} }; NULL 3624 standard/html_tables.h static const entity_cp_map ht_bucket_html5_9C3[] = { {"ngsim", 5, 0x02275, 0}, {NULL, 0, 0, 0} }; NULL 3625 standard/html_tables.h static const entity_cp_map ht_bucket_html5_9C5[] = { {"starf", 5, 0x02605, 0}, {NULL, 0, 0, 0} }; NULL 3626 standard/html_tables.h static const entity_cp_map ht_bucket_html5_9C9[] = { {"Ograve", 6, 0x000D2, 0}, {"hksearow", 8, 0x02925, 0}, {NULL, 0, 0, 0} }; NULL 3627 standard/html_tables.h static const entity_cp_map ht_bucket_html5_9CA[] = { {"iukcy", 5, 0x00456, 0}, {NULL, 0, 0, 0} }; NULL 3628 standard/html_tables.h static const entity_cp_map ht_bucket_html5_9CC[] = { {"uacute", 6, 0x000FA, 0}, {NULL, 0, 0, 0} }; NULL 3629 standard/html_tables.h static const entity_cp_map ht_bucket_html5_9CF[] = { {"asymp", 5, 0x02248, 0}, {NULL, 0, 0, 0} }; NULL 3630 standard/html_tables.h static const entity_cp_map ht_bucket_html5_9D5[] = { {"lneq", 4, 0x02A87, 0}, {NULL, 0, 0, 0} }; NULL 3631 standard/html_tables.h static const entity_cp_map ht_bucket_html5_9D6[] = { {"Otimes", 6, 0x02A37, 0}, {NULL, 0, 0, 0} }; NULL 3632 standard/html_tables.h static const entity_cp_map ht_bucket_html5_9DA[] = { {"NotTildeTilde", 13, 0x02249, 0}, {NULL, 0, 0, 0} }; NULL 3633 standard/html_tables.h static const entity_cp_map ht_bucket_html5_9DB[] = { {"Integral", 8, 0x0222B, 0}, {"rbrke", 5, 0x0298C, 0}, {NULL, 0, 0, 0} }; NULL 3634 standard/html_tables.h static const entity_cp_map ht_bucket_html5_9DD[] = { {"nsub", 4, 0x02284, 0}, {NULL, 0, 0, 0} }; NULL 3635 standard/html_tables.h static const entity_cp_map ht_bucket_html5_9DE[] = { {"rlhar", 5, 0x021CC, 0}, {NULL, 0, 0, 0} }; NULL 3636 standard/html_tables.h static const entity_cp_map ht_bucket_html5_9E1[] = { {"dfr", 3, 0x1D521, 0}, {NULL, 0, 0, 0} }; NULL 3637 standard/html_tables.h static const entity_cp_map ht_bucket_html5_9E2[] = { {"subne", 5, 0x0228A, 0}, {NULL, 0, 0, 0} }; NULL 3638 standard/html_tables.h static const entity_cp_map ht_bucket_html5_9E5[] = { {"varnothing", 10, 0x02205, 0}, {NULL, 0, 0, 0} }; NULL 3639 standard/html_tables.h static const entity_cp_map ht_bucket_html5_9E7[] = { {"Fcy", 3, 0x00424, 0}, {NULL, 0, 0, 0} }; NULL 3640 standard/html_tables.h static const entity_cp_map ht_bucket_html5_9E9[] = { {"DoubleLeftTee", 13, 0x02AE4, 0}, {NULL, 0, 0, 0} }; NULL 3641 standard/html_tables.h static const entity_cp_map ht_bucket_html5_9EB[] = { {"isins", 5, 0x022F4, 0}, {"nsup", 4, 0x02285, 0}, {NULL, 0, 0, 0} }; NULL 3642 standard/html_tables.h static const entity_cp_map ht_bucket_html5_9ED[] = { {"circlearrowleft", 15, 0x021BA, 0}, {NULL, 0, 0, 0} }; NULL 3643 standard/html_tables.h static const entity_cp_map ht_bucket_html5_9EE[] = { {"isinv", 5, 0x02208, 0}, {NULL, 0, 0, 0} }; NULL 3644 standard/html_tables.h static const entity_cp_map ht_bucket_html5_9EF[] = { {"IEcy", 4, 0x00415, 0}, {NULL, 0, 0, 0} }; NULL 3645 standard/html_tables.h static const entity_cp_map ht_bucket_html5_9F0[] = { {"conint", 6, 0x0222E, 0}, {"vBar", 4, 0x02AE8, 0}, {NULL, 0, 0, 0} }; NULL 3646 standard/html_tables.h static const entity_cp_map ht_bucket_html5_9F1[] = { {"edot", 4, 0x00117, 0}, {NULL, 0, 0, 0} }; NULL 3647 standard/html_tables.h static const entity_cp_map ht_bucket_html5_9F2[] = { {"Kappa", 5, 0x0039A, 0}, {"MediumSpace", 11, 0x0205F, 0}, {NULL, 0, 0, 0} }; NULL 3648 standard/html_tables.h static const entity_cp_map ht_bucket_html5_9F3[] = { {"lbrksld", 7, 0x0298F, 0}, {NULL, 0, 0, 0} }; NULL 3649 standard/html_tables.h static const entity_cp_map ht_bucket_html5_9F4[] = { {"sect", 4, 0x000A7, 0}, {NULL, 0, 0, 0} }; NULL 3650 standard/html_tables.h static const entity_cp_map ht_bucket_html5_9F5[] = { {"nldr", 4, 0x02025, 0}, {NULL, 0, 0, 0} }; NULL 3651 standard/html_tables.h static const entity_cp_map ht_bucket_html5_9F7[] = { {"Jscr", 4, 0x1D4A5, 0}, {NULL, 0, 0, 0} }; NULL 3652 standard/html_tables.h static const entity_cp_map ht_bucket_html5_9F9[] = { {"shy", 3, 0x000AD, 0}, {NULL, 0, 0, 0} }; NULL 3653 standard/html_tables.h static const entity_cp_map ht_bucket_html5_9FA[] = { {"ulcrop", 6, 0x0230F, 0}, {"veebar", 6, 0x022BB, 0}, {NULL, 0, 0, 0} }; NULL 3654 standard/html_tables.h static const entity_cp_map ht_bucket_html5_9FD[] = { {"Sopf", 4, 0x1D54A, 0}, {"cuwed", 5, 0x022CF, 0}, {"rAarr", 5, 0x021DB, 0}, {NULL, 0, 0, 0} }; NULL 3655 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A01[] = { {"erarr", 5, 0x02971, 0}, {NULL, 0, 0, 0} }; NULL 3656 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A04[] = { {"lbrkslu", 7, 0x0298D, 0}, {NULL, 0, 0, 0} }; NULL 3657 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A05[] = { {"NotSucceeds", 11, 0x02281, 0}, {NULL, 0, 0, 0} }; NULL 3658 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A06[] = { {"nsccue", 6, 0x022E1, 0}, {"subrarr", 7, 0x02979, 0}, {NULL, 0, 0, 0} }; NULL 3659 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A08[] = { {"looparrowright", 14, 0x021AC, 0}, {NULL, 0, 0, 0} }; NULL 3660 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A0C[] = { {"wp", 2, 0x02118, 0}, {NULL, 0, 0, 0} }; NULL 3661 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A0D[] = { {"Emacr", 5, 0x00112, 0}, {NULL, 0, 0, 0} }; NULL 3662 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A0E[] = { {"sim", 3, 0x0223C, 0}, {"wr", 2, 0x02240, 0}, {NULL, 0, 0, 0} }; NULL 3663 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A10[] = { {"Udblac", 6, 0x00170, 0}, {NULL, 0, 0, 0} }; NULL 3664 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A12[] = { {"Ufr", 3, 0x1D518, 0}, {"kappa", 5, 0x003BA, 0}, {NULL, 0, 0, 0} }; NULL 3665 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A14[] = { {"notindot", 8, 0x022F5, 0x00338}, {NULL, 0, 0, 0} }; NULL 3666 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A15[] = { {"nleq", 4, 0x02270, 0}, {NULL, 0, 0, 0} }; NULL 3667 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A16[] = { {"NestedLessLess", 14, 0x0226A, 0}, {"square", 6, 0x025A1, 0}, {NULL, 0, 0, 0} }; NULL 3668 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A17[] = { {"nles", 4, 0x02A7D, 0x00338}, {"squarf", 6, 0x025AA, 0}, {NULL, 0, 0, 0} }; NULL 3669 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A21[] = { {"order", 5, 0x02134, 0}, {NULL, 0, 0, 0} }; NULL 3670 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A23[] = { {"igrave", 6, 0x000EC, 0}, {NULL, 0, 0, 0} }; NULL 3671 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A24[] = { {"precneqq", 8, 0x02AB5, 0}, {NULL, 0, 0, 0} }; NULL 3672 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A25[] = { {"csupe", 5, 0x02AD2, 0}, {NULL, 0, 0, 0} }; NULL 3673 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A26[] = { {"xi", 2, 0x003BE, 0}, {NULL, 0, 0, 0} }; NULL 3674 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A28[] = { {"NotHumpEqual", 12, 0x0224F, 0x00338}, {NULL, 0, 0, 0} }; NULL 3675 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A2A[] = { {"ord", 3, 0x02A5D, 0}, {NULL, 0, 0, 0} }; NULL 3676 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A2D[] = { {"emacr", 5, 0x00113, 0}, {NULL, 0, 0, 0} }; NULL 3677 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A30[] = { {"nwnear", 6, 0x02927, 0}, {NULL, 0, 0, 0} }; NULL 3678 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A32[] = { {"nprcue", 6, 0x022E0, 0}, {NULL, 0, 0, 0} }; NULL 3679 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A36[] = { {"NotExists", 9, 0x02204, 0}, {NULL, 0, 0, 0} }; NULL 3680 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A37[] = { {"die", 3, 0x000A8, 0}, {NULL, 0, 0, 0} }; NULL 3681 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A39[] = { {"ddotseq", 7, 0x02A77, 0}, {NULL, 0, 0, 0} }; NULL 3682 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A3B[] = { {"Dashv", 5, 0x02AE4, 0}, {"Ucirc", 5, 0x000DB, 0}, {NULL, 0, 0, 0} }; NULL 3683 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A3C[] = { {"orv", 3, 0x02A5B, 0}, {NULL, 0, 0, 0} }; NULL 3684 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A3D[] = { {"Because", 7, 0x02235, 0}, {NULL, 0, 0, 0} }; NULL 3685 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A41[] = { {"kgreen", 6, 0x00138, 0}, {NULL, 0, 0, 0} }; NULL 3686 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A43[] = { {"Ffr", 3, 0x1D509, 0}, {"LeftVector", 10, 0x021BC, 0}, {NULL, 0, 0, 0} }; NULL 3687 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A44[] = { {"lstrok", 6, 0x00142, 0}, {NULL, 0, 0, 0} }; NULL 3688 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A45[] = { {"twixt", 5, 0x0226C, 0}, {NULL, 0, 0, 0} }; NULL 3689 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A48[] = { {"compfn", 6, 0x02218, 0}, {"div", 3, 0x000F7, 0}, {NULL, 0, 0, 0} }; NULL 3690 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A4F[] = { {"drcrop", 6, 0x0230C, 0}, {"shortmid", 8, 0x02223, 0}, {NULL, 0, 0, 0} }; NULL 3691 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A53[] = { {"iopf", 4, 0x1D55A, 0}, {"triangledown", 12, 0x025BF, 0}, {NULL, 0, 0, 0} }; NULL 3692 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A54[] = { {"IJlig", 5, 0x00132, 0}, {"thetasym", 8, 0x003D1, 0}, {NULL, 0, 0, 0} }; NULL 3693 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A56[] = { {"Sigma", 5, 0x003A3, 0}, {NULL, 0, 0, 0} }; NULL 3694 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A57[] = { {"equivDD", 7, 0x02A78, 0}, {NULL, 0, 0, 0} }; NULL 3695 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A5A[] = { {"Cacute", 6, 0x00106, 0}, {NULL, 0, 0, 0} }; NULL 3696 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A5B[] = { {"dashv", 5, 0x022A3, 0}, {"ucirc", 5, 0x000FB, 0}, {NULL, 0, 0, 0} }; NULL 3697 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A61[] = { {"gneqq", 5, 0x02269, 0}, {NULL, 0, 0, 0} }; NULL 3698 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A62[] = { {"gvertneqq", 9, 0x02269, 0x0FE00}, {NULL, 0, 0, 0} }; NULL 3699 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A63[] = { {"RightDownVectorBar", 18, 0x02955, 0}, {NULL, 0, 0, 0} }; NULL 3700 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A64[] = { {"NotLessLess", 11, 0x0226A, 0x00338}, {NULL, 0, 0, 0} }; NULL 3701 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A69[] = { {"Ccedil", 6, 0x000C7, 0}, {NULL, 0, 0, 0} }; NULL 3702 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A6A[] = { {"odblac", 6, 0x00151, 0}, {NULL, 0, 0, 0} }; NULL 3703 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A6B[] = { {"mstpos", 6, 0x0223E, 0}, {NULL, 0, 0, 0} }; NULL 3704 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A6D[] = { {"cemptyv", 7, 0x029B2, 0}, {"rarrap", 6, 0x02975, 0}, {NULL, 0, 0, 0} }; NULL 3705 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A6F[] = { {"rmoust", 6, 0x023B1, 0}, {NULL, 0, 0, 0} }; NULL 3706 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A70[] = { {"elsdot", 6, 0x02A97, 0}, {NULL, 0, 0, 0} }; NULL 3707 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A76[] = { {"sigma", 5, 0x003C3, 0}, {NULL, 0, 0, 0} }; NULL 3708 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A78[] = { {"Implies", 7, 0x021D2, 0}, {"isin", 4, 0x02208, 0}, {NULL, 0, 0, 0} }; NULL 3709 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A7A[] = { {"bottom", 6, 0x022A5, 0}, {NULL, 0, 0, 0} }; NULL 3710 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A7E[] = { {"ShortRightArrow", 15, 0x02192, 0}, {NULL, 0, 0, 0} }; NULL 3711 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A81[] = { {"cupcap", 6, 0x02A46, 0}, {NULL, 0, 0, 0} }; NULL 3712 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A82[] = { {"NotSquareSuperset", 17, 0x02290, 0x00338}, {NULL, 0, 0, 0} }; NULL 3713 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A84[] = { {"LeftArrowRightArrow", 19, 0x021C6, 0}, {NULL, 0, 0, 0} }; NULL 3714 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A85[] = { {"FilledVerySmallSquare", 21, 0x025AA, 0}, {NULL, 0, 0, 0} }; NULL 3715 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A86[] = { {"LeftUpTeeVector", 15, 0x02960, 0}, {NULL, 0, 0, 0} }; NULL 3716 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A89[] = { {"DoubleRightArrow", 16, 0x021D2, 0}, {NULL, 0, 0, 0} }; NULL 3717 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A8D[] = { {"raquo", 5, 0x000BB, 0}, {NULL, 0, 0, 0} }; NULL 3718 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A8E[] = { {"Ascr", 4, 0x1D49C, 0}, {"ReverseUpEquilibrium", 20, 0x0296F, 0}, {NULL, 0, 0, 0} }; NULL 3719 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A92[] = { {"hArr", 4, 0x021D4, 0}, {NULL, 0, 0, 0} }; NULL 3720 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A94[] = { {"Jopf", 4, 0x1D541, 0}, {NULL, 0, 0, 0} }; NULL 3721 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A96[] = { {"npar", 4, 0x02226, 0}, {NULL, 0, 0, 0} }; NULL 3722 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A98[] = { {"SupersetEqual", 13, 0x02287, 0}, {NULL, 0, 0, 0} }; NULL 3723 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A99[] = { {"ffllig", 6, 0x0FB04, 0}, {"smt", 3, 0x02AAA, 0}, {NULL, 0, 0, 0} }; NULL 3724 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A9A[] = { {"twoheadrightarrow", 17, 0x021A0, 0}, {NULL, 0, 0, 0} }; NULL 3725 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A9D[] = { {"ecaron", 6, 0x0011B, 0}, {NULL, 0, 0, 0} }; NULL 3726 standard/html_tables.h static const entity_cp_map ht_bucket_html5_A9F[] = { {"NotRightTriangleBar", 19, 0x029D0, 0x00338}, {NULL, 0, 0, 0} }; NULL 3727 standard/html_tables.h static const entity_cp_map ht_bucket_html5_AA3[] = { {"apid", 4, 0x0224B, 0}, {"vscr", 4, 0x1D4CB, 0}, {NULL, 0, 0, 0} }; NULL 3728 standard/html_tables.h static const entity_cp_map ht_bucket_html5_AA4[] = { {"supdot", 6, 0x02ABE, 0}, {NULL, 0, 0, 0} }; NULL 3729 standard/html_tables.h static const entity_cp_map ht_bucket_html5_AA5[] = { {"colone", 6, 0x02254, 0}, {NULL, 0, 0, 0} }; NULL 3730 standard/html_tables.h static const entity_cp_map ht_bucket_html5_AA7[] = { {"dwangle", 7, 0x029A6, 0}, {"shchcy", 6, 0x00449, 0}, {NULL, 0, 0, 0} }; NULL 3731 standard/html_tables.h static const entity_cp_map ht_bucket_html5_AAC[] = { {"ltdot", 5, 0x022D6, 0}, {NULL, 0, 0, 0} }; NULL 3732 standard/html_tables.h static const entity_cp_map ht_bucket_html5_AB2[] = { {"downharpoonright", 16, 0x021C2, 0}, {"gjcy", 4, 0x00453, 0}, {NULL, 0, 0, 0} }; NULL 3733 standard/html_tables.h static const entity_cp_map ht_bucket_html5_AB4[] = { {"wfr", 3, 0x1D534, 0}, {NULL, 0, 0, 0} }; NULL 3734 standard/html_tables.h static const entity_cp_map ht_bucket_html5_AB5[] = { {"rfisht", 6, 0x0297D, 0}, {NULL, 0, 0, 0} }; NULL 3735 standard/html_tables.h static const entity_cp_map ht_bucket_html5_ABA[] = { {"Ycy", 3, 0x0042B, 0}, {"swarrow", 7, 0x02199, 0}, {NULL, 0, 0, 0} }; NULL 3736 standard/html_tables.h static const entity_cp_map ht_bucket_html5_AC0[] = { {"nharr", 5, 0x021AE, 0}, {NULL, 0, 0, 0} }; NULL 3737 standard/html_tables.h static const entity_cp_map ht_bucket_html5_AC4[] = { {"frac12", 6, 0x000BD, 0}, {NULL, 0, 0, 0} }; NULL 3738 standard/html_tables.h static const entity_cp_map ht_bucket_html5_AC5[] = { {"frac13", 6, 0x02153, 0}, {NULL, 0, 0, 0} }; NULL 3739 standard/html_tables.h static const entity_cp_map ht_bucket_html5_AC6[] = { {"frac14", 6, 0x000BC, 0}, {NULL, 0, 0, 0} }; NULL 3740 standard/html_tables.h static const entity_cp_map ht_bucket_html5_AC7[] = { {"GreaterEqual", 12, 0x02265, 0}, {"frac15", 6, 0x02155, 0}, {NULL, 0, 0, 0} }; NULL 3741 standard/html_tables.h static const entity_cp_map ht_bucket_html5_AC8[] = { {"Gamma", 5, 0x00393, 0}, {"frac16", 6, 0x02159, 0}, {NULL, 0, 0, 0} }; NULL 3742 standard/html_tables.h static const entity_cp_map ht_bucket_html5_ACA[] = { {"dzigrarr", 8, 0x027FF, 0}, {"frac18", 6, 0x0215B, 0}, {"rcaron", 6, 0x00159, 0}, {NULL, 0, 0, 0} }; NULL 3743 standard/html_tables.h static const entity_cp_map ht_bucket_html5_ACC[] = { {"DownRightTeeVector", 18, 0x0295F, 0}, {NULL, 0, 0, 0} }; NULL 3744 standard/html_tables.h static const entity_cp_map ht_bucket_html5_ACF[] = { {"nvrtrie", 7, 0x022B5, 0x020D2}, {NULL, 0, 0, 0} }; NULL 3745 standard/html_tables.h static const entity_cp_map ht_bucket_html5_AD2[] = { {"iota", 4, 0x003B9, 0}, {NULL, 0, 0, 0} }; NULL 3746 standard/html_tables.h static const entity_cp_map ht_bucket_html5_AD3[] = { {"sol", 3, 0x0002F, 0}, {NULL, 0, 0, 0} }; NULL 3747 standard/html_tables.h static const entity_cp_map ht_bucket_html5_AD4[] = { {"rbrace", 6, 0x0007D, 0}, {NULL, 0, 0, 0} }; NULL 3748 standard/html_tables.h static const entity_cp_map ht_bucket_html5_ADA[] = { {"rbrack", 6, 0x0005D, 0}, {NULL, 0, 0, 0} }; NULL 3749 standard/html_tables.h static const entity_cp_map ht_bucket_html5_ADD[] = { {"rsqb", 4, 0x0005D, 0}, {NULL, 0, 0, 0} }; NULL 3750 standard/html_tables.h static const entity_cp_map ht_bucket_html5_ADF[] = { {"oint", 4, 0x0222E, 0}, {NULL, 0, 0, 0} }; NULL 3751 standard/html_tables.h static const entity_cp_map ht_bucket_html5_AE4[] = { {"Wscr", 4, 0x1D4B2, 0}, {NULL, 0, 0, 0} }; NULL 3752 standard/html_tables.h static const entity_cp_map ht_bucket_html5_AE5[] = { {"hfr", 3, 0x1D525, 0}, {NULL, 0, 0, 0} }; NULL 3753 standard/html_tables.h static const entity_cp_map ht_bucket_html5_AE6[] = { {"frac23", 6, 0x02154, 0}, {NULL, 0, 0, 0} }; NULL 3754 standard/html_tables.h static const entity_cp_map ht_bucket_html5_AE7[] = { {"dlcorn", 6, 0x0231E, 0}, {"verbar", 6, 0x0007C, 0}, {NULL, 0, 0, 0} }; NULL 3755 standard/html_tables.h static const entity_cp_map ht_bucket_html5_AE8[] = { {"frac25", 6, 0x02156, 0}, {"gamma", 5, 0x003B3, 0}, {NULL, 0, 0, 0} }; NULL 3756 standard/html_tables.h static const entity_cp_map ht_bucket_html5_AE9[] = { {"nVDash", 6, 0x022AF, 0}, {NULL, 0, 0, 0} }; NULL 3757 standard/html_tables.h static const entity_cp_map ht_bucket_html5_AEB[] = { {"Jcy", 3, 0x00419, 0}, {NULL, 0, 0, 0} }; NULL 3758 standard/html_tables.h static const entity_cp_map ht_bucket_html5_AF5[] = { {"nwarrow", 7, 0x02196, 0}, {NULL, 0, 0, 0} }; NULL 3759 standard/html_tables.h static const entity_cp_map ht_bucket_html5_AF6[] = { {"OverBar", 7, 0x0203E, 0}, {NULL, 0, 0, 0} }; NULL 3760 standard/html_tables.h static const entity_cp_map ht_bucket_html5_AF7[] = { {"rightsquigarrow", 15, 0x0219D, 0}, {NULL, 0, 0, 0} }; NULL 3761 standard/html_tables.h static const entity_cp_map ht_bucket_html5_AFA[] = { {"iexcl", 5, 0x000A1, 0}, {NULL, 0, 0, 0} }; NULL 3762 standard/html_tables.h static const entity_cp_map ht_bucket_html5_AFD[] = { {"sqcap", 5, 0x02293, 0}, {NULL, 0, 0, 0} }; NULL 3763 standard/html_tables.h static const entity_cp_map ht_bucket_html5_AFE[] = { {"pertenk", 7, 0x02031, 0}, {NULL, 0, 0, 0} }; NULL 3764 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B08[] = { {"PrecedesEqual", 13, 0x02AAF, 0}, {"frac34", 6, 0x000BE, 0}, {NULL, 0, 0, 0} }; NULL 3765 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B09[] = { {"Therefore", 9, 0x02234, 0}, {"frac35", 6, 0x02157, 0}, {"nvDash", 6, 0x022AD, 0}, {NULL, 0, 0, 0} }; NULL 3766 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B0A[] = { {"odsold", 6, 0x029BC, 0}, {NULL, 0, 0, 0} }; NULL 3767 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B0C[] = { {"dot", 3, 0x002D9, 0}, {"frac38", 6, 0x0215C, 0}, {NULL, 0, 0, 0} }; NULL 3768 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B10[] = { {"sqcaps", 6, 0x02293, 0x0FE00}, {NULL, 0, 0, 0} }; NULL 3769 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B11[] = { {"ZeroWidthSpace", 14, 0x0200B, 0}, {NULL, 0, 0, 0} }; NULL 3770 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B15[] = { {"rarrfs", 6, 0x0291E, 0}, {NULL, 0, 0, 0} }; NULL 3771 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B16[] = { {"Yfr", 3, 0x1D51C, 0}, {NULL, 0, 0, 0} }; NULL 3772 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B1E[] = { {"CircleDot", 9, 0x02299, 0}, {"gtcir", 5, 0x02A7A, 0}, {"squ", 3, 0x025A1, 0}, {NULL, 0, 0, 0} }; NULL 3773 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B1F[] = { {"angmsd", 6, 0x02221, 0}, {"nsubseteq", 9, 0x02288, 0}, {NULL, 0, 0, 0} }; NULL 3774 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B23[] = { {"iprod", 5, 0x02A3C, 0}, {NULL, 0, 0, 0} }; NULL 3775 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B24[] = { {"bprime", 6, 0x02035, 0}, {NULL, 0, 0, 0} }; NULL 3776 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B27[] = { {"supsub", 6, 0x02AD4, 0}, {NULL, 0, 0, 0} }; NULL 3777 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B29[] = { {"SquareSupersetEqual", 19, 0x02292, 0}, {"therefore", 9, 0x02234, 0}, {NULL, 0, 0, 0} }; NULL 3778 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B2A[] = { {"frac45", 6, 0x02158, 0}, {NULL, 0, 0, 0} }; NULL 3779 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B2B[] = { {"Aopf", 4, 0x1D538, 0}, {"NotGreaterFullEqual", 19, 0x02267, 0x00338}, {NULL, 0, 0, 0} }; NULL 3780 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B2C[] = { {"Tstrok", 6, 0x00166, 0}, {"rightleftarrows", 15, 0x021C4, 0}, {NULL, 0, 0, 0} }; NULL 3781 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B2D[] = { {"Fouriertrf", 10, 0x02131, 0}, {"epar", 4, 0x022D5, 0}, {NULL, 0, 0, 0} }; NULL 3782 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B2E[] = { {"omid", 4, 0x029B6, 0}, {NULL, 0, 0, 0} }; NULL 3783 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B2F[] = { {"OpenCurlyDoubleQuote", 20, 0x0201C, 0}, {"dagger", 6, 0x02020, 0}, {NULL, 0, 0, 0} }; NULL 3784 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B33[] = { {"semi", 4, 0x0003B, 0}, {NULL, 0, 0, 0} }; NULL 3785 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B35[] = { {"supsup", 6, 0x02AD6, 0}, {"zeetrf", 6, 0x02128, 0}, {NULL, 0, 0, 0} }; NULL 3786 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B36[] = { {"DifferentialD", 13, 0x02146, 0}, {"topcir", 6, 0x02AF1, 0}, {NULL, 0, 0, 0} }; NULL 3787 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B3A[] = { {"mscr", 4, 0x1D4C2, 0}, {NULL, 0, 0, 0} }; NULL 3788 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B3D[] = { {"Wcirc", 5, 0x00174, 0}, {NULL, 0, 0, 0} }; NULL 3789 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B3E[] = { {"boxdL", 5, 0x02555, 0}, {NULL, 0, 0, 0} }; NULL 3790 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B40[] = { {"Gbreve", 6, 0x0011E, 0}, {"vopf", 4, 0x1D567, 0}, {NULL, 0, 0, 0} }; NULL 3791 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B42[] = { {"lap", 3, 0x02A85, 0}, {"llarr", 5, 0x021C7, 0}, {NULL, 0, 0, 0} }; NULL 3792 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B44[] = { {"boxdR", 5, 0x02552, 0}, {NULL, 0, 0, 0} }; NULL 3793 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B46[] = { {"RightAngleBracket", 17, 0x027E9, 0}, {"lat", 3, 0x02AAB, 0}, {NULL, 0, 0, 0} }; NULL 3794 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B47[] = { {"Jfr", 3, 0x1D50D, 0}, {NULL, 0, 0, 0} }; NULL 3795 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B4C[] = { {"frac56", 6, 0x0215A, 0}, {NULL, 0, 0, 0} }; NULL 3796 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B4E[] = { {"frac58", 6, 0x0215D, 0}, {NULL, 0, 0, 0} }; NULL 3797 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B4F[] = { {"rarrhk", 6, 0x021AA, 0}, {NULL, 0, 0, 0} }; NULL 3798 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B50[] = { {"lesdot", 6, 0x02A7F, 0}, {NULL, 0, 0, 0} }; NULL 3799 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B51[] = { {"ApplyFunction", 13, 0x02061, 0}, {NULL, 0, 0, 0} }; NULL 3800 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B52[] = { {"NotGreaterTilde", 15, 0x02275, 0}, {NULL, 0, 0, 0} }; NULL 3801 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B53[] = { {"Cedilla", 7, 0x000B8, 0}, {"curvearrowright", 15, 0x021B7, 0}, {NULL, 0, 0, 0} }; NULL 3802 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B56[] = { {"rdsh", 4, 0x021B3, 0}, {NULL, 0, 0, 0} }; NULL 3803 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B58[] = { {"larrb", 5, 0x021E4, 0}, {NULL, 0, 0, 0} }; NULL 3804 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B5C[] = { {"vrtri", 5, 0x022B3, 0}, {NULL, 0, 0, 0} }; NULL 3805 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B5D[] = { {"nequiv", 6, 0x02262, 0}, {"wcirc", 5, 0x00175, 0}, {NULL, 0, 0, 0} }; NULL 3806 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B5E[] = { {"boxdl", 5, 0x02510, 0}, {NULL, 0, 0, 0} }; NULL 3807 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B63[] = { {"DoubleDownArrow", 15, 0x021D3, 0}, {NULL, 0, 0, 0} }; NULL 3808 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B64[] = { {"boxdr", 5, 0x0250C, 0}, {NULL, 0, 0, 0} }; NULL 3809 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B67[] = { {"pluscir", 7, 0x02A22, 0}, {NULL, 0, 0, 0} }; NULL 3810 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B69[] = { {"longmapsto", 10, 0x027FC, 0}, {NULL, 0, 0, 0} }; NULL 3811 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B6B[] = { {"gnap", 4, 0x02A8A, 0}, {NULL, 0, 0, 0} }; NULL 3812 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B6D[] = { {"bigodot", 7, 0x02A00, 0}, {NULL, 0, 0, 0} }; NULL 3813 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B72[] = { {"thickapprox", 11, 0x02248, 0}, {NULL, 0, 0, 0} }; NULL 3814 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B73[] = { {"DotDot", 6, 0x020DC, 0}, {NULL, 0, 0, 0} }; NULL 3815 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B77[] = { {"incare", 6, 0x02105, 0}, {"rarrbfs", 7, 0x02920, 0}, {NULL, 0, 0, 0} }; NULL 3816 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B78[] = { {"apos", 4, 0x00027, 0}, {"tbrk", 4, 0x023B4, 0}, {NULL, 0, 0, 0} }; NULL 3817 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B7A[] = { {"grave", 5, 0x00060, 0}, {NULL, 0, 0, 0} }; NULL 3818 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B7B[] = { {"Nscr", 4, 0x1D4A9, 0}, {NULL, 0, 0, 0} }; NULL 3819 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B7E[] = { {"rangle", 6, 0x027E9, 0}, {NULL, 0, 0, 0} }; NULL 3820 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B7F[] = { {"uArr", 4, 0x021D1, 0}, {NULL, 0, 0, 0} }; NULL 3821 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B81[] = { {"Wopf", 4, 0x1D54E, 0}, {NULL, 0, 0, 0} }; NULL 3822 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B82[] = { {"doteq", 5, 0x02250, 0}, {NULL, 0, 0, 0} }; NULL 3823 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B87[] = { {"times", 5, 0x000D7, 0}, {NULL, 0, 0, 0} }; NULL 3824 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B8D[] = { {"fflig", 5, 0x0FB00, 0}, {"lcy", 3, 0x0043B, 0}, {NULL, 0, 0, 0} }; NULL 3825 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B8F[] = { {"sub", 3, 0x02282, 0}, {NULL, 0, 0, 0} }; NULL 3826 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B90[] = { {"frac78", 6, 0x0215E, 0}, {NULL, 0, 0, 0} }; NULL 3827 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B94[] = { {"xrarr", 5, 0x027F6, 0}, {NULL, 0, 0, 0} }; NULL 3828 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B98[] = { {"UpArrowDownArrow", 16, 0x021C5, 0}, {NULL, 0, 0, 0} }; NULL 3829 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B99[] = { {"bbrktbrk", 8, 0x023B6, 0}, {NULL, 0, 0, 0} }; NULL 3830 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B9A[] = { {"abreve", 6, 0x00103, 0}, {"lsaquo", 6, 0x02039, 0}, {"sum", 3, 0x02211, 0}, {NULL, 0, 0, 0} }; NULL 3831 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B9C[] = { {"Eacute", 6, 0x000C9, 0}, {NULL, 0, 0, 0} }; NULL 3832 standard/html_tables.h static const entity_cp_map ht_bucket_html5_B9D[] = { {"sup", 3, 0x02283, 0}, {NULL, 0, 0, 0} }; NULL 3833 standard/html_tables.h static const entity_cp_map ht_bucket_html5_BA5[] = { {"ContourIntegral", 15, 0x0222E, 0}, {"DiacriticalDot", 14, 0x002D9, 0}, {NULL, 0, 0, 0} }; NULL 3834 standard/html_tables.h static const entity_cp_map ht_bucket_html5_BA9[] = { {"trisb", 5, 0x029CD, 0}, {NULL, 0, 0, 0} }; NULL 3835 standard/html_tables.h static const entity_cp_map ht_bucket_html5_BAE[] = { {"Hcirc", 5, 0x00124, 0}, {"lceil", 5, 0x02308, 0}, {NULL, 0, 0, 0} }; NULL 3836 standard/html_tables.h static const entity_cp_map ht_bucket_html5_BB2[] = { {"Zcaron", 6, 0x0017D, 0}, {NULL, 0, 0, 0} }; NULL 3837 standard/html_tables.h static const entity_cp_map ht_bucket_html5_BB5[] = { {"looparrowleft", 13, 0x021AB, 0}, {"oelig", 5, 0x00153, 0}, {NULL, 0, 0, 0} }; NULL 3838 standard/html_tables.h static const entity_cp_map ht_bucket_html5_BB6[] = { {"LessSlantEqual", 14, 0x02A7D, 0}, {NULL, 0, 0, 0} }; NULL 3839 standard/html_tables.h static const entity_cp_map ht_bucket_html5_BB7[] = { {"NegativeThinSpace", 17, 0x0200B, 0}, {NULL, 0, 0, 0} }; NULL 3840 standard/html_tables.h static const entity_cp_map ht_bucket_html5_BBA[] = { {"boxhD", 5, 0x02565, 0}, {NULL, 0, 0, 0} }; NULL 3841 standard/html_tables.h static const entity_cp_map ht_bucket_html5_BBC[] = { {"omicron", 7, 0x003BF, 0}, {NULL, 0, 0, 0} }; NULL 3842 standard/html_tables.h static const entity_cp_map ht_bucket_html5_BBD[] = { {"leg", 3, 0x022DA, 0}, {"rightthreetimes", 15, 0x022CC, 0}, {NULL, 0, 0, 0} }; NULL 3843 standard/html_tables.h static const entity_cp_map ht_bucket_html5_BBF[] = { {"NotSucceedsSlantEqual", 21, 0x022E1, 0}, {NULL, 0, 0, 0} }; NULL 3844 standard/html_tables.h static const entity_cp_map ht_bucket_html5_BC1[] = { {"angmsdaa", 8, 0x029A8, 0}, {NULL, 0, 0, 0} }; NULL 3845 standard/html_tables.h static const entity_cp_map ht_bucket_html5_BC2[] = { {"angmsdab", 8, 0x029A9, 0}, {"rAtail", 6, 0x0291C, 0}, {NULL, 0, 0, 0} }; NULL 3846 standard/html_tables.h static const entity_cp_map ht_bucket_html5_BC3[] = { {"angmsdac", 8, 0x029AA, 0}, {NULL, 0, 0, 0} }; NULL 3847 standard/html_tables.h static const entity_cp_map ht_bucket_html5_BC4[] = { {"angmsdad", 8, 0x029AB, 0}, {NULL, 0, 0, 0} }; NULL 3848 standard/html_tables.h static const entity_cp_map ht_bucket_html5_BC5[] = { {"angmsdae", 8, 0x029AC, 0}, {NULL, 0, 0, 0} }; NULL 3849 standard/html_tables.h static const entity_cp_map ht_bucket_html5_BC6[] = { {"angmsdaf", 8, 0x029AD, 0}, {NULL, 0, 0, 0} }; NULL 3850 standard/html_tables.h static const entity_cp_map ht_bucket_html5_BC7[] = { {"angmsdag", 8, 0x029AE, 0}, {"leq", 3, 0x02264, 0}, {NULL, 0, 0, 0} }; NULL 3851 standard/html_tables.h static const entity_cp_map ht_bucket_html5_BC8[] = { {"angmsdah", 8, 0x029AF, 0}, {"solbar", 6, 0x0233F, 0}, {NULL, 0, 0, 0} }; NULL 3852 standard/html_tables.h static const entity_cp_map ht_bucket_html5_BC9[] = { {"Racute", 6, 0x00154, 0}, {"les", 3, 0x02A7D, 0}, {NULL, 0, 0, 0} }; NULL 3853 standard/html_tables.h static const entity_cp_map ht_bucket_html5_BCB[] = { {"boxhU", 5, 0x02568, 0}, {NULL, 0, 0, 0} }; NULL 3854 standard/html_tables.h static const entity_cp_map ht_bucket_html5_BCE[] = { {"hcirc", 5, 0x00125, 0}, {NULL, 0, 0, 0} }; NULL 3855 standard/html_tables.h static const entity_cp_map ht_bucket_html5_BD1[] = { {"dscr", 4, 0x1D4B9, 0}, {"smashp", 6, 0x02A33, 0}, {NULL, 0, 0, 0} }; NULL 3856 standard/html_tables.h static const entity_cp_map ht_bucket_html5_BD7[] = { {"mopf", 4, 0x1D55E, 0}, {NULL, 0, 0, 0} }; NULL 3857 standard/html_tables.h static const entity_cp_map ht_bucket_html5_BD8[] = { {"Rcedil", 6, 0x00156, 0}, {"dscy", 4, 0x00455, 0}, {"prap", 4, 0x02AB7, 0}, {"rarrlp", 6, 0x021AC, 0}, {NULL, 0, 0, 0} }; NULL 3858 standard/html_tables.h static const entity_cp_map ht_bucket_html5_BD9[] = { {"Aogon", 5, 0x00104, 0}, {NULL, 0, 0, 0} }; NULL 3859 standard/html_tables.h static const entity_cp_map ht_bucket_html5_BDA[] = { {"boxhd", 5, 0x0252C, 0}, {NULL, 0, 0, 0} }; NULL 3860 standard/html_tables.h static const entity_cp_map ht_bucket_html5_BDB[] = { {"subset", 6, 0x02282, 0}, {NULL, 0, 0, 0} }; NULL 3861 standard/html_tables.h static const entity_cp_map ht_bucket_html5_BDD[] = { {"lgE", 3, 0x02A91, 0}, {NULL, 0, 0, 0} }; NULL 3862 standard/html_tables.h static const entity_cp_map ht_bucket_html5_BDF[] = { {"epsilon", 7, 0x003B5, 0}, {NULL, 0, 0, 0} }; NULL 3863 standard/html_tables.h static const entity_cp_map ht_bucket_html5_BE1[] = { {"curarrm", 7, 0x0293C, 0}, {NULL, 0, 0, 0} }; NULL 3864 standard/html_tables.h static const entity_cp_map ht_bucket_html5_BE2[] = { {"ratail", 6, 0x0291A, 0}, {NULL, 0, 0, 0} }; NULL 3865 standard/html_tables.h static const entity_cp_map ht_bucket_html5_BE4[] = { {"DoubleLongLeftRightArrow", 24, 0x027FA, 0}, {"rhov", 4, 0x003F1, 0}, {NULL, 0, 0, 0} }; NULL 3866 standard/html_tables.h static const entity_cp_map ht_bucket_html5_BE7[] = { {"LeftDoubleBracket", 17, 0x027E6, 0}, {"Lleftarrow", 10, 0x021DA, 0}, {NULL, 0, 0, 0} }; NULL 3867 standard/html_tables.h static const entity_cp_map ht_bucket_html5_BE8[] = { {"Uuml", 4, 0x000DC, 0}, {NULL, 0, 0, 0} }; NULL 3868 standard/html_tables.h static const entity_cp_map ht_bucket_html5_BE9[] = { {"lfr", 3, 0x1D529, 0}, {NULL, 0, 0, 0} }; NULL 3869 standard/html_tables.h static const entity_cp_map ht_bucket_html5_BEA[] = { {"minusdu", 7, 0x02A2A, 0}, {NULL, 0, 0, 0} }; NULL 3870 standard/html_tables.h static const entity_cp_map ht_bucket_html5_BEB[] = { {"boxhu", 5, 0x02534, 0}, {NULL, 0, 0, 0} }; NULL 3871 standard/html_tables.h static const entity_cp_map ht_bucket_html5_BEF[] = { {"Ncy", 3, 0x0041D, 0}, {NULL, 0, 0, 0} }; NULL 3872 standard/html_tables.h static const entity_cp_map ht_bucket_html5_BF0[] = { {"gneq", 4, 0x02A88, 0}, {NULL, 0, 0, 0} }; NULL 3873 standard/html_tables.h static const entity_cp_map ht_bucket_html5_BF1[] = { {"rangd", 5, 0x02992, 0}, {NULL, 0, 0, 0} }; NULL 3874 standard/html_tables.h static const entity_cp_map ht_bucket_html5_BF2[] = { {"range", 5, 0x029A5, 0}, {NULL, 0, 0, 0} }; NULL 3875 standard/html_tables.h static const entity_cp_map ht_bucket_html5_BF3[] = { {"lfloor", 6, 0x0230A, 0}, {NULL, 0, 0, 0} }; NULL 3876 standard/html_tables.h static const entity_cp_map ht_bucket_html5_BF7[] = { {"NotSucceedsTilde", 16, 0x0227F, 0x00338}, {NULL, 0, 0, 0} }; NULL 3877 standard/html_tables.h static const entity_cp_map ht_bucket_html5_BF9[] = { {"aogon", 5, 0x00105, 0}, {NULL, 0, 0, 0} }; NULL 3878 standard/html_tables.h static const entity_cp_map ht_bucket_html5_BFA[] = { {"NotGreaterSlantEqual", 20, 0x02A7E, 0x00338}, {"NotSquareSupersetEqual", 22, 0x022E3, 0}, {NULL, 0, 0, 0} }; NULL 3879 standard/html_tables.h static const entity_cp_map ht_bucket_html5_BFC[] = { {"profsurf", 8, 0x02313, 0}, {NULL, 0, 0, 0} }; NULL 3880 standard/html_tables.h static const entity_cp_map ht_bucket_html5_C02[] = { {"wedgeq", 6, 0x02259, 0}, {NULL, 0, 0, 0} }; NULL 3881 standard/html_tables.h static const entity_cp_map ht_bucket_html5_C0B[] = { {"Alpha", 5, 0x00391, 0}, {"DiacriticalDoubleAcute", 22, 0x002DD, 0}, {NULL, 0, 0, 0} }; NULL 3882 standard/html_tables.h static const entity_cp_map ht_bucket_html5_C0C[] = { {"lltri", 5, 0x025FA, 0}, {"tcaron", 6, 0x00165, 0}, {NULL, 0, 0, 0} }; NULL 3883 standard/html_tables.h static const entity_cp_map ht_bucket_html5_C11[] = { {"Imacr", 5, 0x0012A, 0}, {"subseteq", 8, 0x02286, 0}, {NULL, 0, 0, 0} }; NULL 3884 standard/html_tables.h static const entity_cp_map ht_bucket_html5_C12[] = { {"Escr", 4, 0x02130, 0}, {NULL, 0, 0, 0} }; NULL 3885 standard/html_tables.h static const entity_cp_map ht_bucket_html5_C16[] = { {"lArr", 4, 0x021D0, 0}, {NULL, 0, 0, 0} }; NULL 3886 standard/html_tables.h static const entity_cp_map ht_bucket_html5_C18[] = { {"Nopf", 4, 0x02115, 0}, {NULL, 0, 0, 0} }; NULL 3887 standard/html_tables.h static const entity_cp_map ht_bucket_html5_C1A[] = { {"rpar", 4, 0x00029, 0}, {NULL, 0, 0, 0} }; NULL 3888 standard/html_tables.h static const entity_cp_map ht_bucket_html5_C1D[] = { {"divonx", 6, 0x022C7, 0}, {NULL, 0, 0, 0} }; NULL 3889 standard/html_tables.h static const entity_cp_map ht_bucket_html5_C1E[] = { {"olcir", 5, 0x029BE, 0}, {NULL, 0, 0, 0} }; NULL 3890 standard/html_tables.h static const entity_cp_map ht_bucket_html5_C23[] = { {"lacute", 6, 0x0013A, 0}, {NULL, 0, 0, 0} }; NULL 3891 standard/html_tables.h static const entity_cp_map ht_bucket_html5_C27[] = { {"zscr", 4, 0x1D4CF, 0}, {NULL, 0, 0, 0} }; NULL 3892 standard/html_tables.h static const entity_cp_map ht_bucket_html5_C2B[] = { {"alpha", 5, 0x003B1, 0}, {NULL, 0, 0, 0} }; NULL 3893 standard/html_tables.h static const entity_cp_map ht_bucket_html5_C31[] = { {"imacr", 5, 0x0012B, 0}, {"vellip", 6, 0x022EE, 0}, {NULL, 0, 0, 0} }; NULL 3894 standard/html_tables.h static const entity_cp_map ht_bucket_html5_C32[] = { {"lcedil", 6, 0x0013C, 0}, {NULL, 0, 0, 0} }; NULL 3895 standard/html_tables.h static const entity_cp_map ht_bucket_html5_C33[] = { {"sime", 4, 0x02243, 0}, {NULL, 0, 0, 0} }; NULL 3896 standard/html_tables.h static const entity_cp_map ht_bucket_html5_C34[] = { {"empty", 5, 0x02205, 0}, {"imped", 5, 0x001B5, 0}, {NULL, 0, 0, 0} }; NULL 3897 standard/html_tables.h static const entity_cp_map ht_bucket_html5_C35[] = { {"simg", 4, 0x02A9E, 0}, {NULL, 0, 0, 0} }; NULL 3898 standard/html_tables.h static const entity_cp_map ht_bucket_html5_C36[] = { {"kjcy", 4, 0x0045C, 0}, {NULL, 0, 0, 0} }; NULL 3899 standard/html_tables.h static const entity_cp_map ht_bucket_html5_C3A[] = { {"siml", 4, 0x02A9D, 0}, {NULL, 0, 0, 0} }; NULL 3900 standard/html_tables.h static const entity_cp_map ht_bucket_html5_C3E[] = { {"LessEqualGreater", 16, 0x022DA, 0}, {NULL, 0, 0, 0} }; NULL 3901 standard/html_tables.h static const entity_cp_map ht_bucket_html5_C3F[] = { {"Ycirc", 5, 0x00176, 0}, {NULL, 0, 0, 0} }; NULL 3902 standard/html_tables.h static const entity_cp_map ht_bucket_html5_C40[] = { {"RoundImplies", 12, 0x02970, 0}, {"nvrArr", 6, 0x02903, 0}, {NULL, 0, 0, 0} }; NULL 3903 standard/html_tables.h static const entity_cp_map ht_bucket_html5_C43[] = { {"check", 5, 0x02713, 0}, {NULL, 0, 0, 0} }; NULL 3904 standard/html_tables.h static const entity_cp_map ht_bucket_html5_C44[] = { {"nlarr", 5, 0x0219A, 0}, {NULL, 0, 0, 0} }; NULL 3905 standard/html_tables.h static const entity_cp_map ht_bucket_html5_C46[] = { {"middot", 6, 0x000B7, 0}, {NULL, 0, 0, 0} }; NULL 3906 standard/html_tables.h static const entity_cp_map ht_bucket_html5_C48[] = { {"par", 3, 0x02225, 0}, {NULL, 0, 0, 0} }; NULL 3907 standard/html_tables.h static const entity_cp_map ht_bucket_html5_C4A[] = { {"NotGreaterGreater", 17, 0x0226B, 0x00338}, {NULL, 0, 0, 0} }; NULL 3908 standard/html_tables.h static const entity_cp_map ht_bucket_html5_C4B[] = { {"Nfr", 3, 0x1D511, 0}, {NULL, 0, 0, 0} }; NULL 3909 standard/html_tables.h static const entity_cp_map ht_bucket_html5_C4F[] = { {"nwArr", 5, 0x021D6, 0}, {"prec", 4, 0x0227A, 0}, {NULL, 0, 0, 0} }; NULL 3910 standard/html_tables.h static const entity_cp_map ht_bucket_html5_C50[] = { {"Barv", 4, 0x02AE7, 0}, {"yacute", 6, 0x000FD, 0}, {NULL, 0, 0, 0} }; NULL 3911 standard/html_tables.h static const entity_cp_map ht_bucket_html5_C54[] = { {"DoubleLeftRightArrow", 20, 0x021D4, 0}, {NULL, 0, 0, 0} }; NULL 3912 standard/html_tables.h static const entity_cp_map ht_bucket_html5_C58[] = { {"Coproduct", 9, 0x02210, 0}, {"rarrpl", 6, 0x02945, 0}, {"subsim", 6, 0x02AC7, 0}, {NULL, 0, 0, 0} }; NULL 3913 standard/html_tables.h static const entity_cp_map ht_bucket_html5_C5A[] = { {"ntgl", 4, 0x02279, 0}, {NULL, 0, 0, 0} }; NULL 3914 standard/html_tables.h static const entity_cp_map ht_bucket_html5_C5B[] = { {"LeftTriangleBar", 15, 0x029CF, 0}, {NULL, 0, 0, 0} }; NULL 3915 standard/html_tables.h static const entity_cp_map ht_bucket_html5_C5F[] = { {"ycirc", 5, 0x00177, 0}, {NULL, 0, 0, 0} }; NULL 3916 standard/html_tables.h static const entity_cp_map ht_bucket_html5_C69[] = { {"doteqdot", 8, 0x02251, 0}, {"nang", 4, 0x02220, 0x020D2}, {NULL, 0, 0, 0} }; NULL 3917 standard/html_tables.h static const entity_cp_map ht_bucket_html5_C6B[] = { {"bigcap", 6, 0x022C2, 0}, {NULL, 0, 0, 0} }; NULL 3918 standard/html_tables.h static const entity_cp_map ht_bucket_html5_C6C[] = { {"CHcy", 4, 0x00427, 0}, {NULL, 0, 0, 0} }; NULL 3919 standard/html_tables.h static const entity_cp_map ht_bucket_html5_C6E[] = { {"dopf", 4, 0x1D555, 0}, {NULL, 0, 0, 0} }; NULL 3920 standard/html_tables.h static const entity_cp_map ht_bucket_html5_C72[] = { {"inodot", 6, 0x00131, 0}, {NULL, 0, 0, 0} }; NULL 3921 standard/html_tables.h static const entity_cp_map ht_bucket_html5_C76[] = { {"nvHarr", 6, 0x02904, 0}, {NULL, 0, 0, 0} }; NULL 3922 standard/html_tables.h static const entity_cp_map ht_bucket_html5_C77[] = { {"laemptyv", 8, 0x029B4, 0}, {NULL, 0, 0, 0} }; NULL 3923 standard/html_tables.h static const entity_cp_map ht_bucket_html5_C78[] = { {"bigcirc", 7, 0x025EF, 0}, {NULL, 0, 0, 0} }; NULL 3924 standard/html_tables.h static const entity_cp_map ht_bucket_html5_C7A[] = { {"scnap", 5, 0x02ABA, 0}, {NULL, 0, 0, 0} }; NULL 3925 standard/html_tables.h static const entity_cp_map ht_bucket_html5_C7B[] = { {"DownLeftVector", 14, 0x021BD, 0}, {NULL, 0, 0, 0} }; NULL 3926 standard/html_tables.h static const entity_cp_map ht_bucket_html5_C80[] = { {"race", 4, 0x0223D, 0x00331}, {NULL, 0, 0, 0} }; NULL 3927 standard/html_tables.h static const entity_cp_map ht_bucket_html5_C82[] = { {"vartriangleright", 16, 0x022B3, 0}, {NULL, 0, 0, 0} }; NULL 3928 standard/html_tables.h static const entity_cp_map ht_bucket_html5_C89[] = { {"napE", 4, 0x02A70, 0x00338}, {"supedot", 7, 0x02AC4, 0}, {NULL, 0, 0, 0} }; NULL 3929 standard/html_tables.h static const entity_cp_map ht_bucket_html5_C8E[] = { {"acE", 3, 0x0223E, 0x00333}, {NULL, 0, 0, 0} }; NULL 3930 standard/html_tables.h static const entity_cp_map ht_bucket_html5_C91[] = { {"pcy", 3, 0x0043F, 0}, {NULL, 0, 0, 0} }; NULL 3931 standard/html_tables.h static const entity_cp_map ht_bucket_html5_C93[] = { {"qprime", 6, 0x02057, 0}, {NULL, 0, 0, 0} }; NULL 3932 standard/html_tables.h static const entity_cp_map ht_bucket_html5_C94[] = { {"RightTeeVector", 14, 0x0295B, 0}, {"curlyvee", 8, 0x022CE, 0}, {NULL, 0, 0, 0} }; NULL 3933 standard/html_tables.h static const entity_cp_map ht_bucket_html5_C95[] = { {"swarhk", 6, 0x02926, 0}, {NULL, 0, 0, 0} }; NULL 3934 standard/html_tables.h static const entity_cp_map ht_bucket_html5_C98[] = { {"Atilde", 6, 0x000C3, 0}, {NULL, 0, 0, 0} }; NULL 3935 standard/html_tables.h static const entity_cp_map ht_bucket_html5_CA6[] = { {"bbrk", 4, 0x023B5, 0}, {"prnap", 5, 0x02AB9, 0}, {NULL, 0, 0, 0} }; NULL 3936 standard/html_tables.h static const entity_cp_map ht_bucket_html5_CA8[] = { {"image", 5, 0x02111, 0}, {NULL, 0, 0, 0} }; NULL 3937 standard/html_tables.h static const entity_cp_map ht_bucket_html5_CA9[] = { {"sext", 4, 0x02736, 0}, {NULL, 0, 0, 0} }; NULL 3938 standard/html_tables.h static const entity_cp_map ht_bucket_html5_CAA[] = { {"ldquo", 5, 0x0201C, 0}, {NULL, 0, 0, 0} }; NULL 3939 standard/html_tables.h static const entity_cp_map ht_bucket_html5_CAC[] = { {"NotLeftTriangleBar", 18, 0x029CF, 0x00338}, {"epsiv", 5, 0x003F5, 0}, {NULL, 0, 0, 0} }; NULL 3940 standard/html_tables.h static const entity_cp_map ht_bucket_html5_CAD[] = { {"CenterDot", 9, 0x000B7, 0}, {"acd", 3, 0x0223F, 0}, {"upuparrows", 10, 0x021C8, 0}, {NULL, 0, 0, 0} }; NULL 3941 standard/html_tables.h static const entity_cp_map ht_bucket_html5_CAF[] = { {"Eopf", 4, 0x1D53C, 0}, {NULL, 0, 0, 0} }; NULL 3942 standard/html_tables.h static const entity_cp_map ht_bucket_html5_CB0[] = { {"Jcirc", 5, 0x00134, 0}, {NULL, 0, 0, 0} }; NULL 3943 standard/html_tables.h static const entity_cp_map ht_bucket_html5_CB2[] = { {"smid", 4, 0x02223, 0}, {NULL, 0, 0, 0} }; NULL 3944 standard/html_tables.h static const entity_cp_map ht_bucket_html5_CB4[] = { {"bull", 4, 0x02022, 0}, {NULL, 0, 0, 0} }; NULL 3945 standard/html_tables.h static const entity_cp_map ht_bucket_html5_CB6[] = { {"rhard", 5, 0x021C1, 0}, {NULL, 0, 0, 0} }; NULL 3946 standard/html_tables.h static const entity_cp_map ht_bucket_html5_CB7[] = { {"nsupset", 7, 0x02283, 0x020D2}, {NULL, 0, 0, 0} }; NULL 3947 standard/html_tables.h static const entity_cp_map ht_bucket_html5_CBA[] = { {"npre", 4, 0x02AAF, 0x00338}, {NULL, 0, 0, 0} }; NULL 3948 standard/html_tables.h static const entity_cp_map ht_bucket_html5_CBE[] = { {"qscr", 4, 0x1D4C6, 0}, {NULL, 0, 0, 0} }; NULL 3949 standard/html_tables.h static const entity_cp_map ht_bucket_html5_CC2[] = { {"acy", 3, 0x00430, 0}, {NULL, 0, 0, 0} }; NULL 3950 standard/html_tables.h static const entity_cp_map ht_bucket_html5_CC4[] = { {"lnE", 3, 0x02268, 0}, {"zopf", 4, 0x1D56B, 0}, {NULL, 0, 0, 0} }; NULL 3951 standard/html_tables.h static const entity_cp_map ht_bucket_html5_CC5[] = { {"Ntilde", 6, 0x000D1, 0}, {NULL, 0, 0, 0} }; NULL 3952 standard/html_tables.h static const entity_cp_map ht_bucket_html5_CC7[] = { {"rharu", 5, 0x021C0, 0}, {NULL, 0, 0, 0} }; NULL 3953 standard/html_tables.h static const entity_cp_map ht_bucket_html5_CC8[] = { {"kappav", 6, 0x003F0, 0}, {NULL, 0, 0, 0} }; NULL 3954 standard/html_tables.h static const entity_cp_map ht_bucket_html5_CC9[] = { {"timesb", 6, 0x022A0, 0}, {NULL, 0, 0, 0} }; NULL 3955 standard/html_tables.h static const entity_cp_map ht_bucket_html5_CCB[] = { {"iiiint", 6, 0x02A0C, 0}, {"timesd", 6, 0x02A30, 0}, {NULL, 0, 0, 0} }; NULL 3956 standard/html_tables.h static const entity_cp_map ht_bucket_html5_CD0[] = { {"jcirc", 5, 0x00135, 0}, {NULL, 0, 0, 0} }; NULL 3957 standard/html_tables.h static const entity_cp_map ht_bucket_html5_CD2[] = { {"nsimeq", 6, 0x02244, 0}, {NULL, 0, 0, 0} }; NULL 3958 standard/html_tables.h static const entity_cp_map ht_bucket_html5_CD3[] = { {"Esim", 4, 0x02A73, 0}, {NULL, 0, 0, 0} }; NULL 3959 standard/html_tables.h static const entity_cp_map ht_bucket_html5_CD9[] = { {"Cap", 3, 0x022D2, 0}, {"bump", 4, 0x0224E, 0}, {NULL, 0, 0, 0} }; NULL 3960 standard/html_tables.h static const entity_cp_map ht_bucket_html5_CDA[] = { {"lvnE", 4, 0x02268, 0x0FE00}, {NULL, 0, 0, 0} }; NULL 3961 standard/html_tables.h static const entity_cp_map ht_bucket_html5_CDC[] = { {"rarrtl", 6, 0x021A3, 0}, {NULL, 0, 0, 0} }; NULL 3962 standard/html_tables.h static const entity_cp_map ht_bucket_html5_CE4[] = { {"lne", 3, 0x02A87, 0}, {NULL, 0, 0, 0} }; NULL 3963 standard/html_tables.h static const entity_cp_map ht_bucket_html5_CE6[] = { {"commat", 6, 0x00040, 0}, {NULL, 0, 0, 0} }; NULL 3964 standard/html_tables.h static const entity_cp_map ht_bucket_html5_CE8[] = { {"hslash", 6, 0x0210F, 0}, {NULL, 0, 0, 0} }; NULL 3965 standard/html_tables.h static const entity_cp_map ht_bucket_html5_CE9[] = { {"lthree", 6, 0x022CB, 0}, {NULL, 0, 0, 0} }; NULL 3966 standard/html_tables.h static const entity_cp_map ht_bucket_html5_CED[] = { {"Gcedil", 6, 0x00122, 0}, {"pfr", 3, 0x1D52D, 0}, {NULL, 0, 0, 0} }; NULL 3967 standard/html_tables.h static const entity_cp_map ht_bucket_html5_CF1[] = { {"RightTriangleEqual", 18, 0x022B5, 0}, {NULL, 0, 0, 0} }; NULL 3968 standard/html_tables.h static const entity_cp_map ht_bucket_html5_CF2[] = { {"ngeqslant", 9, 0x02A7E, 0x00338}, {NULL, 0, 0, 0} }; NULL 3969 standard/html_tables.h static const entity_cp_map ht_bucket_html5_CF3[] = { {"Rcy", 3, 0x00420, 0}, {"gimel", 5, 0x02137, 0}, {NULL, 0, 0, 0} }; NULL 3970 standard/html_tables.h static const entity_cp_map ht_bucket_html5_CF4[] = { {"curarr", 6, 0x021B7, 0}, {NULL, 0, 0, 0} }; NULL 3971 standard/html_tables.h static const entity_cp_map ht_bucket_html5_CFA[] = { {"ntlg", 4, 0x02278, 0}, {NULL, 0, 0, 0} }; NULL 3972 standard/html_tables.h static const entity_cp_map ht_bucket_html5_CFF[] = { {"Rscr", 4, 0x0211B, 0}, {NULL, 0, 0, 0} }; NULL 3973 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D00[] = { {"urcrop", 6, 0x0230E, 0}, {NULL, 0, 0, 0} }; NULL 3974 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D06[] = { {"Poincareplane", 13, 0x0210C, 0}, {NULL, 0, 0, 0} }; NULL 3975 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D07[] = { {"NoBreak", 7, 0x02060, 0}, {NULL, 0, 0, 0} }; NULL 3976 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D0B[] = { {"lcub", 4, 0x0007B, 0}, {NULL, 0, 0, 0} }; NULL 3977 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D0E[] = { {"nltri", 5, 0x022EA, 0}, {NULL, 0, 0, 0} }; NULL 3978 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D10[] = { {"blacktriangledown", 17, 0x025BE, 0}, {NULL, 0, 0, 0} }; NULL 3979 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D11[] = { {"fjlig", 5, 0x00066, 0x0006A}, {"percnt", 6, 0x00025, 0}, {NULL, 0, 0, 0} }; NULL 3980 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D12[] = { {"rightharpoondown", 16, 0x021C1, 0}, {NULL, 0, 0, 0} }; NULL 3981 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D13[] = { {"LeftAngleBracket", 16, 0x027E8, 0}, {"npreceq", 7, 0x02AAF, 0x00338}, {NULL, 0, 0, 0} }; NULL 3982 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D15[] = { {"cupcup", 6, 0x02A4A, 0}, {NULL, 0, 0, 0} }; NULL 3983 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D18[] = { {"LeftVectorBar", 13, 0x02952, 0}, {NULL, 0, 0, 0} }; NULL 3984 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D19[] = { {"NJcy", 4, 0x0040A, 0}, {"triangleright", 13, 0x025B9, 0}, {NULL, 0, 0, 0} }; NULL 3985 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D1A[] = { {"Tcedil", 6, 0x00162, 0}, {"loz", 3, 0x025CA, 0}, {NULL, 0, 0, 0} }; NULL 3986 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D1E[] = { {"afr", 3, 0x1D51E, 0}, {NULL, 0, 0, 0} }; NULL 3987 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D1F[] = { {"NotLessTilde", 12, 0x02274, 0}, {NULL, 0, 0, 0} }; NULL 3988 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D20[] = { {"NotElement", 10, 0x02209, 0}, {NULL, 0, 0, 0} }; NULL 3989 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D22[] = { {"NotHumpDownHump", 15, 0x0224E, 0x00338}, {NULL, 0, 0, 0} }; NULL 3990 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D24[] = { {"SquareSubsetEqual", 17, 0x02291, 0}, {NULL, 0, 0, 0} }; NULL 3991 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D26[] = { {"nleqq", 5, 0x02266, 0x00338}, {"phi", 3, 0x003C6, 0}, {NULL, 0, 0, 0} }; NULL 3992 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D2A[] = { {"NotRightTriangle", 16, 0x022EB, 0}, {NULL, 0, 0, 0} }; NULL 3993 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D32[] = { {"lhblk", 5, 0x02584, 0}, {NULL, 0, 0, 0} }; NULL 3994 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D34[] = { {"caret", 5, 0x02041, 0}, {NULL, 0, 0, 0} }; NULL 3995 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D35[] = { {"bsemi", 5, 0x0204F, 0}, {NULL, 0, 0, 0} }; NULL 3996 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D38[] = { {"aacute", 6, 0x000E1, 0}, {NULL, 0, 0, 0} }; NULL 3997 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D39[] = { {"mapsto", 6, 0x021A6, 0}, {NULL, 0, 0, 0} }; NULL 3998 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D3A[] = { {"Congruent", 9, 0x02261, 0}, {NULL, 0, 0, 0} }; NULL 3999 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D3B[] = { {"Vdash", 5, 0x022A9, 0}, {NULL, 0, 0, 0} }; NULL 4000 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D3E[] = { {"longrightarrow", 14, 0x027F6, 0}, {NULL, 0, 0, 0} }; NULL 4001 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D42[] = { {"iinfin", 6, 0x029DC, 0}, {NULL, 0, 0, 0} }; NULL 4002 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D44[] = { {"EmptyVerySmallSquare", 20, 0x025AB, 0}, {NULL, 0, 0, 0} }; NULL 4003 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D49[] = { {"real", 4, 0x0211C, 0}, {NULL, 0, 0, 0} }; NULL 4004 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D4C[] = { {"SucceedsEqual", 13, 0x02AB0, 0}, {"utilde", 6, 0x00169, 0}, {NULL, 0, 0, 0} }; NULL 4005 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D4F[] = { {"Rfr", 3, 0x0211C, 0}, {"tau", 3, 0x003C4, 0}, {NULL, 0, 0, 0} }; NULL 4006 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D51[] = { {"Wedge", 5, 0x022C0, 0}, {NULL, 0, 0, 0} }; NULL 4007 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D54[] = { {"piv", 3, 0x003D6, 0}, {NULL, 0, 0, 0} }; NULL 4008 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D55[] = { {"hscr", 4, 0x1D4BD, 0}, {NULL, 0, 0, 0} }; NULL 4009 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D56[] = { {"subdot", 6, 0x02ABD, 0}, {NULL, 0, 0, 0} }; NULL 4010 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D57[] = { {"dsol", 4, 0x029F6, 0}, {NULL, 0, 0, 0} }; NULL 4011 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D5A[] = { {"prnE", 4, 0x02AB5, 0}, {NULL, 0, 0, 0} }; NULL 4012 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D5B[] = { {"qopf", 4, 0x1D562, 0}, {"vdash", 5, 0x022A2, 0}, {NULL, 0, 0, 0} }; NULL 4013 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D5F[] = { {"Star", 4, 0x022C6, 0}, {NULL, 0, 0, 0} }; NULL 4014 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D63[] = { {"sqsupseteq", 10, 0x02292, 0}, {"zhcy", 4, 0x00436, 0}, {NULL, 0, 0, 0} }; NULL 4015 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D65[] = { {"nacute", 6, 0x00144, 0}, {NULL, 0, 0, 0} }; NULL 4016 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D69[] = { {"lessgtr", 7, 0x02276, 0}, {NULL, 0, 0, 0} }; NULL 4017 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D6A[] = { {"nless", 5, 0x0226E, 0}, {NULL, 0, 0, 0} }; NULL 4018 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D6C[] = { {"RightTeeArrow", 13, 0x021A6, 0}, {"Yuml", 4, 0x00178, 0}, {"target", 6, 0x02316, 0}, {"upharpoonleft", 13, 0x021BF, 0}, {NULL, 0, 0, 0} }; NULL 4019 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D6F[] = { {"between", 7, 0x0226C, 0}, {"boxuL", 5, 0x0255B, 0}, {NULL, 0, 0, 0} }; NULL 4020 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D70[] = { {"TSHcy", 5, 0x0040B, 0}, {"lrm", 3, 0x0200E, 0}, {NULL, 0, 0, 0} }; NULL 4021 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D71[] = { {"excl", 4, 0x00021, 0}, {"hyphen", 6, 0x02010, 0}, {"mlcp", 4, 0x02ADB, 0}, {"wedge", 5, 0x02227, 0}, {NULL, 0, 0, 0} }; NULL 4022 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D74[] = { {"ncedil", 6, 0x00146, 0}, {NULL, 0, 0, 0} }; NULL 4023 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D75[] = { {"boxuR", 5, 0x02558, 0}, {NULL, 0, 0, 0} }; NULL 4024 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D76[] = { {"Not", 3, 0x02AEC, 0}, {"epsi", 4, 0x003B5, 0}, {NULL, 0, 0, 0} }; NULL 4025 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D7C[] = { {"disin", 5, 0x022F2, 0}, {"nRightarrow", 11, 0x021CF, 0}, {NULL, 0, 0, 0} }; NULL 4026 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D7D[] = { {"cylcty", 6, 0x0232D, 0}, {"neArr", 5, 0x021D7, 0}, {NULL, 0, 0, 0} }; NULL 4027 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D7E[] = { {"prnsim", 6, 0x022E8, 0}, {NULL, 0, 0, 0} }; NULL 4028 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D80[] = { {"Cfr", 3, 0x0212D, 0}, {NULL, 0, 0, 0} }; NULL 4029 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D81[] = { {"Beta", 4, 0x00392, 0}, {NULL, 0, 0, 0} }; NULL 4030 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D85[] = { {"leftarrowtail", 13, 0x021A2, 0}, {NULL, 0, 0, 0} }; NULL 4031 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D87[] = { {"parsl", 5, 0x02AFD, 0}, {NULL, 0, 0, 0} }; NULL 4032 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D89[] = { {"xwedge", 6, 0x022C0, 0}, {NULL, 0, 0, 0} }; NULL 4033 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D8A[] = { {"olcross", 7, 0x029BB, 0}, {NULL, 0, 0, 0} }; NULL 4034 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D8C[] = { {"boxvH", 5, 0x0256A, 0}, {"lsh", 3, 0x021B0, 0}, {NULL, 0, 0, 0} }; NULL 4035 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D8D[] = { {"circledR", 8, 0x000AE, 0}, {NULL, 0, 0, 0} }; NULL 4036 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D8E[] = { {"Rho", 3, 0x003A1, 0}, {"circledS", 8, 0x024C8, 0}, {"cupor", 5, 0x02A45, 0}, {NULL, 0, 0, 0} }; NULL 4037 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D8F[] = { {"Ugrave", 6, 0x000D9, 0}, {"boxul", 5, 0x02518, 0}, {NULL, 0, 0, 0} }; NULL 4038 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D90[] = { {"boxvL", 5, 0x02561, 0}, {NULL, 0, 0, 0} }; NULL 4039 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D91[] = { {"sqcup", 5, 0x02294, 0}, {NULL, 0, 0, 0} }; NULL 4040 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D93[] = { {"rect", 4, 0x025AD, 0}, {NULL, 0, 0, 0} }; NULL 4041 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D94[] = { {"mldr", 4, 0x02026, 0}, {NULL, 0, 0, 0} }; NULL 4042 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D95[] = { {"boxur", 5, 0x02514, 0}, {"digamma", 7, 0x003DD, 0}, {"tcy", 3, 0x00442, 0}, {"urcorner", 8, 0x0231D, 0}, {NULL, 0, 0, 0} }; NULL 4043 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D96[] = { {"DoubleLeftArrow", 15, 0x021D0, 0}, {"Iscr", 4, 0x02110, 0}, {"boxvR", 5, 0x0255E, 0}, {NULL, 0, 0, 0} }; NULL 4044 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D98[] = { {"ulcorn", 6, 0x0231C, 0}, {NULL, 0, 0, 0} }; NULL 4045 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D9A[] = { {"prod", 4, 0x0220F, 0}, {NULL, 0, 0, 0} }; NULL 4046 standard/html_tables.h static const entity_cp_map ht_bucket_html5_D9C[] = { {"Ropf", 4, 0x0211D, 0}, {NULL, 0, 0, 0} }; NULL 4047 standard/html_tables.h static const entity_cp_map ht_bucket_html5_DA0[] = { {"rmoustache", 10, 0x023B1, 0}, {NULL, 0, 0, 0} }; NULL 4048 standard/html_tables.h static const entity_cp_map ht_bucket_html5_DA5[] = { {"NegativeMediumSpace", 19, 0x0200B, 0}, {NULL, 0, 0, 0} }; NULL 4049 standard/html_tables.h static const entity_cp_map ht_bucket_html5_DA6[] = { {"prop", 4, 0x0221D, 0}, {NULL, 0, 0, 0} }; NULL 4050 standard/html_tables.h static const entity_cp_map ht_bucket_html5_DA8[] = { {"TScy", 4, 0x00426, 0}, {NULL, 0, 0, 0} }; NULL 4051 standard/html_tables.h static const entity_cp_map ht_bucket_html5_DA9[] = { {"xsqcup", 6, 0x02A06, 0}, {NULL, 0, 0, 0} }; NULL 4052 standard/html_tables.h static const entity_cp_map ht_bucket_html5_DAC[] = { {"bemptyv", 7, 0x029B0, 0}, {"boxvh", 5, 0x0253C, 0}, {NULL, 0, 0, 0} }; NULL 4053 standard/html_tables.h static const entity_cp_map ht_bucket_html5_DB0[] = { {"boxvl", 5, 0x02524, 0}, {NULL, 0, 0, 0} }; NULL 4054 standard/html_tables.h static const entity_cp_map ht_bucket_html5_DB3[] = { {"NotTildeFullEqual", 17, 0x02247, 0}, {NULL, 0, 0, 0} }; NULL 4055 standard/html_tables.h static const entity_cp_map ht_bucket_html5_DB4[] = { {"subE", 4, 0x02AC5, 0}, {NULL, 0, 0, 0} }; NULL 4056 standard/html_tables.h static const entity_cp_map ht_bucket_html5_DB6[] = { {"boxvr", 5, 0x0251C, 0}, {NULL, 0, 0, 0} }; NULL 4057 standard/html_tables.h static const entity_cp_map ht_bucket_html5_DB7[] = { {"bigvee", 6, 0x022C1, 0}, {NULL, 0, 0, 0} }; NULL 4058 standard/html_tables.h static const entity_cp_map ht_bucket_html5_DB9[] = { {"Chi", 3, 0x003A7, 0}, {NULL, 0, 0, 0} }; NULL 4059 standard/html_tables.h static const entity_cp_map ht_bucket_html5_DBC[] = { {"circeq", 6, 0x02257, 0}, {NULL, 0, 0, 0} }; NULL 4060 standard/html_tables.h static const entity_cp_map ht_bucket_html5_DBE[] = { {"emsp13", 6, 0x02004, 0}, {NULL, 0, 0, 0} }; NULL 4061 standard/html_tables.h static const entity_cp_map ht_bucket_html5_DBF[] = { {"emsp14", 6, 0x02005, 0}, {NULL, 0, 0, 0} }; NULL 4062 standard/html_tables.h static const entity_cp_map ht_bucket_html5_DC2[] = { {"ouml", 4, 0x000F6, 0}, {NULL, 0, 0, 0} }; NULL 4063 standard/html_tables.h static const entity_cp_map ht_bucket_html5_DC3[] = { {"RightArrowBar", 13, 0x021E5, 0}, {NULL, 0, 0, 0} }; NULL 4064 standard/html_tables.h static const entity_cp_map ht_bucket_html5_DC6[] = { {"ecy", 3, 0x0044D, 0}, {NULL, 0, 0, 0} }; NULL 4065 standard/html_tables.h static const entity_cp_map ht_bucket_html5_DC8[] = { {"succneqq", 8, 0x02AB6, 0}, {NULL, 0, 0, 0} }; NULL 4066 standard/html_tables.h static const entity_cp_map ht_bucket_html5_DCA[] = { {"npart", 5, 0x02202, 0x00338}, {NULL, 0, 0, 0} }; NULL 4067 standard/html_tables.h static const entity_cp_map ht_bucket_html5_DCF[] = { {"Element", 7, 0x02208, 0}, {NULL, 0, 0, 0} }; NULL 4068 standard/html_tables.h static const entity_cp_map ht_bucket_html5_DD1[] = { {"Edot", 4, 0x00116, 0}, {NULL, 0, 0, 0} }; NULL 4069 standard/html_tables.h static const entity_cp_map ht_bucket_html5_DD3[] = { {"RightUpDownVector", 17, 0x0294F, 0}, {NULL, 0, 0, 0} }; NULL 4070 standard/html_tables.h static const entity_cp_map ht_bucket_html5_DD4[] = { {"sube", 4, 0x02286, 0}, {NULL, 0, 0, 0} }; NULL 4071 standard/html_tables.h static const entity_cp_map ht_bucket_html5_DD5[] = { {"jsercy", 6, 0x00458, 0}, {NULL, 0, 0, 0} }; NULL 4072 standard/html_tables.h static const entity_cp_map ht_bucket_html5_DD7[] = { {"varrho", 6, 0x003F1, 0}, {NULL, 0, 0, 0} }; NULL 4073 standard/html_tables.h static const entity_cp_map ht_bucket_html5_DD9[] = { {"subsub", 6, 0x02AD5, 0}, {NULL, 0, 0, 0} }; NULL 4074 standard/html_tables.h static const entity_cp_map ht_bucket_html5_DDC[] = { {"Dcaron", 6, 0x0010E, 0}, {NULL, 0, 0, 0} }; NULL 4075 standard/html_tables.h static const entity_cp_map ht_bucket_html5_DDD[] = { {"Eogon", 5, 0x00118, 0}, {NULL, 0, 0, 0} }; NULL 4076 standard/html_tables.h static const entity_cp_map ht_bucket_html5_DE4[] = { {"geqslant", 8, 0x02A7E, 0}, {NULL, 0, 0, 0} }; NULL 4077 standard/html_tables.h static const entity_cp_map ht_bucket_html5_DE6[] = { {"rdldhar", 7, 0x02969, 0}, {"zdot", 4, 0x0017C, 0}, {NULL, 0, 0, 0} }; NULL 4078 standard/html_tables.h static const entity_cp_map ht_bucket_html5_DE7[] = { {"subsup", 6, 0x02AD3, 0}, {NULL, 0, 0, 0} }; NULL 4079 standard/html_tables.h static const entity_cp_map ht_bucket_html5_DE9[] = { {"ograve", 6, 0x000F2, 0}, {NULL, 0, 0, 0} }; NULL 4080 standard/html_tables.h static const entity_cp_map ht_bucket_html5_DEB[] = { {"ReverseElement", 14, 0x0220B, 0}, {NULL, 0, 0, 0} }; NULL 4081 standard/html_tables.h static const entity_cp_map ht_bucket_html5_DED[] = { {"drcorn", 6, 0x0231F, 0}, {"rang", 4, 0x027E9, 0}, {NULL, 0, 0, 0} }; NULL 4082 standard/html_tables.h static const entity_cp_map ht_bucket_html5_DF1[] = { {"tfr", 3, 0x1D531, 0}, {NULL, 0, 0, 0} }; NULL 4083 standard/html_tables.h static const entity_cp_map ht_bucket_html5_DF2[] = { {"hopf", 4, 0x1D559, 0}, {NULL, 0, 0, 0} }; NULL 4084 standard/html_tables.h static const entity_cp_map ht_bucket_html5_DF3[] = { {"succ", 4, 0x0227B, 0}, {NULL, 0, 0, 0} }; NULL 4085 standard/html_tables.h static const entity_cp_map ht_bucket_html5_DF6[] = { {"otimes", 6, 0x02297, 0}, {NULL, 0, 0, 0} }; NULL 4086 standard/html_tables.h static const entity_cp_map ht_bucket_html5_DF7[] = { {"Vcy", 3, 0x00412, 0}, {"ltquest", 7, 0x02A7B, 0}, {NULL, 0, 0, 0} }; NULL 4087 standard/html_tables.h static const entity_cp_map ht_bucket_html5_DF9[] = { {"lozenge", 7, 0x025CA, 0}, {NULL, 0, 0, 0} }; NULL 4088 standard/html_tables.h static const entity_cp_map ht_bucket_html5_DFB[] = { {"LeftDownVector", 14, 0x021C3, 0}, {NULL, 0, 0, 0} }; NULL 4089 standard/html_tables.h static const entity_cp_map ht_bucket_html5_DFD[] = { {"eogon", 5, 0x00119, 0}, {NULL, 0, 0, 0} }; NULL 4090 standard/html_tables.h static const entity_cp_map ht_bucket_html5_E03[] = { {"amp", 3, 0x00026, 0}, {"lopar", 5, 0x02985, 0}, {NULL, 0, 0, 0} }; NULL 4091 standard/html_tables.h static const entity_cp_map ht_bucket_html5_E04[] = { {"loplus", 6, 0x02A2D, 0}, {NULL, 0, 0, 0} }; NULL 4092 standard/html_tables.h static const entity_cp_map ht_bucket_html5_E08[] = { {"NotTilde", 8, 0x02241, 0}, {NULL, 0, 0, 0} }; NULL 4093 standard/html_tables.h static const entity_cp_map ht_bucket_html5_E09[] = { {"CounterClockwiseContourIntegral", 31, 0x02233, 0}, {NULL, 0, 0, 0} }; NULL 4094 standard/html_tables.h static const entity_cp_map ht_bucket_html5_E0C[] = { {"InvisibleTimes", 14, 0x02062, 0}, {NULL, 0, 0, 0} }; NULL 4095 standard/html_tables.h static const entity_cp_map ht_bucket_html5_E11[] = { {"lesdotor", 8, 0x02A83, 0}, {NULL, 0, 0, 0} }; NULL 4096 standard/html_tables.h static const entity_cp_map ht_bucket_html5_E18[] = { {"and", 3, 0x02227, 0}, {NULL, 0, 0, 0} }; NULL 4097 standard/html_tables.h static const entity_cp_map ht_bucket_html5_E1B[] = { {"RightUpVector", 13, 0x021BE, 0}, {"ang", 3, 0x02220, 0}, {NULL, 0, 0, 0} }; NULL 4098 standard/html_tables.h static const entity_cp_map ht_bucket_html5_E1C[] = { {"DoubleRightTee", 14, 0x022A8, 0}, {NULL, 0, 0, 0} }; NULL 4099 standard/html_tables.h static const entity_cp_map ht_bucket_html5_E1D[] = { {"LeftUpVectorBar", 15, 0x02958, 0}, {NULL, 0, 0, 0} }; NULL 4100 standard/html_tables.h static const entity_cp_map ht_bucket_html5_E1E[] = { {"smte", 4, 0x02AAC, 0}, {NULL, 0, 0, 0} }; NULL 4101 standard/html_tables.h static const entity_cp_map ht_bucket_html5_E20[] = { {"Iacute", 6, 0x000CD, 0}, {"triminus", 8, 0x02A3A, 0}, {NULL, 0, 0, 0} }; NULL 4102 standard/html_tables.h static const entity_cp_map ht_bucket_html5_E22[] = { {"efr", 3, 0x1D522, 0}, {"iiint", 5, 0x0222D, 0}, {NULL, 0, 0, 0} }; NULL 4103 standard/html_tables.h static const entity_cp_map ht_bucket_html5_E23[] = { {"ctdot", 5, 0x022EF, 0}, {NULL, 0, 0, 0} }; NULL 4104 standard/html_tables.h static const entity_cp_map ht_bucket_html5_E24[] = { {"mnplus", 6, 0x02213, 0}, {NULL, 0, 0, 0} }; NULL 4105 standard/html_tables.h static const entity_cp_map ht_bucket_html5_E25[] = { {"Vee", 3, 0x022C1, 0}, {NULL, 0, 0, 0} }; NULL 4106 standard/html_tables.h static const entity_cp_map ht_bucket_html5_E28[] = { {"Gcy", 3, 0x00413, 0}, {NULL, 0, 0, 0} }; NULL 4107 standard/html_tables.h static const entity_cp_map ht_bucket_html5_E2A[] = { {"lurdshar", 8, 0x0294A, 0}, {NULL, 0, 0, 0} }; NULL 4108 standard/html_tables.h static const entity_cp_map ht_bucket_html5_E2C[] = { {"smeparsl", 8, 0x029E4, 0}, {NULL, 0, 0, 0} }; NULL 4109 standard/html_tables.h static const entity_cp_map ht_bucket_html5_E2F[] = { {"DoubleVerticalBar", 17, 0x02225, 0}, {"iecy", 4, 0x00435, 0}, {NULL, 0, 0, 0} }; NULL 4110 standard/html_tables.h static const entity_cp_map ht_bucket_html5_E30[] = { {"udblac", 6, 0x00171, 0}, {NULL, 0, 0, 0} }; NULL 4111 standard/html_tables.h static const entity_cp_map ht_bucket_html5_E32[] = { {"gtquest", 7, 0x02A7C, 0}, {NULL, 0, 0, 0} }; NULL 4112 standard/html_tables.h static const entity_cp_map ht_bucket_html5_E33[] = { {"Iopf", 4, 0x1D540, 0}, {NULL, 0, 0, 0} }; NULL 4113 standard/html_tables.h static const entity_cp_map ht_bucket_html5_E35[] = { {"bsime", 5, 0x022CD, 0}, {NULL, 0, 0, 0} }; NULL 4114 standard/html_tables.h static const entity_cp_map ht_bucket_html5_E36[] = { {"RightVector", 11, 0x021C0, 0}, {NULL, 0, 0, 0} }; NULL 4115 standard/html_tables.h static const entity_cp_map ht_bucket_html5_E37[] = { {"NotGreaterLess", 14, 0x02279, 0}, {NULL, 0, 0, 0} }; NULL 4116 standard/html_tables.h static const entity_cp_map ht_bucket_html5_E3B[] = { {"apE", 3, 0x02A70, 0}, {NULL, 0, 0, 0} }; NULL 4117 standard/html_tables.h static const entity_cp_map ht_bucket_html5_E41[] = { {"CupCap", 6, 0x0224D, 0}, {NULL, 0, 0, 0} }; NULL 4118 standard/html_tables.h static const entity_cp_map ht_bucket_html5_E42[] = { {"uscr", 4, 0x1D4CA, 0}, {NULL, 0, 0, 0} }; NULL 4119 standard/html_tables.h static const entity_cp_map ht_bucket_html5_E43[] = { {"erDot", 5, 0x02253, 0}, {NULL, 0, 0, 0} }; NULL 4120 standard/html_tables.h static const entity_cp_map ht_bucket_html5_E44[] = { {"egs", 3, 0x02A96, 0}, {NULL, 0, 0, 0} }; NULL 4121 standard/html_tables.h static const entity_cp_map ht_bucket_html5_E48[] = { {"rlarr", 5, 0x021C4, 0}, {NULL, 0, 0, 0} }; NULL 4122 standard/html_tables.h static const entity_cp_map ht_bucket_html5_E4C[] = { {"prE", 3, 0x02AB3, 0}, {NULL, 0, 0, 0} }; NULL 4123 standard/html_tables.h static const entity_cp_map ht_bucket_html5_E4E[] = { {"QUOT", 4, 0x00022, 0}, {NULL, 0, 0, 0} }; NULL 4124 standard/html_tables.h static const entity_cp_map ht_bucket_html5_E53[] = { {"Vfr", 3, 0x1D519, 0}, {NULL, 0, 0, 0} }; NULL 4125 standard/html_tables.h static const entity_cp_map ht_bucket_html5_E55[] = { {"cupbrcap", 8, 0x02A48, 0}, {NULL, 0, 0, 0} }; NULL 4126 standard/html_tables.h static const entity_cp_map ht_bucket_html5_E57[] = { {"intercal", 8, 0x022BA, 0}, {NULL, 0, 0, 0} }; NULL 4127 standard/html_tables.h static const entity_cp_map ht_bucket_html5_E58[] = { {"imath", 5, 0x00131, 0}, {NULL, 0, 0, 0} }; NULL 4128 standard/html_tables.h static const entity_cp_map ht_bucket_html5_E59[] = { {"RightUpTeeVector", 16, 0x0295C, 0}, {"trie", 4, 0x0225C, 0}, {NULL, 0, 0, 0} }; NULL 4129 standard/html_tables.h static const entity_cp_map ht_bucket_html5_E5B[] = { {"ape", 3, 0x0224A, 0}, {NULL, 0, 0, 0} }; NULL 4130 standard/html_tables.h static const entity_cp_map ht_bucket_html5_E5D[] = { {"softcy", 6, 0x0044C, 0}, {NULL, 0, 0, 0} }; NULL 4131 standard/html_tables.h static const entity_cp_map ht_bucket_html5_E5E[] = { {"rarrb", 5, 0x021E5, 0}, {NULL, 0, 0, 0} }; NULL 4132 standard/html_tables.h static const entity_cp_map ht_bucket_html5_E5F[] = { {"FilledSmallSquare", 17, 0x025FC, 0}, {"rarrc", 5, 0x02933, 0}, {NULL, 0, 0, 0} }; NULL 4133 standard/html_tables.h static const entity_cp_map ht_bucket_html5_E60[] = { {"Superset", 8, 0x02283, 0}, {NULL, 0, 0, 0} }; NULL 4134 standard/html_tables.h static const entity_cp_map ht_bucket_html5_E61[] = { {"hoarr", 5, 0x021FF, 0}, {NULL, 0, 0, 0} }; NULL 4135 standard/html_tables.h static const entity_cp_map ht_bucket_html5_E63[] = { {"DownRightVectorBar", 18, 0x02957, 0}, {NULL, 0, 0, 0} }; NULL 4136 standard/html_tables.h static const entity_cp_map ht_bucket_html5_E64[] = { {"brvbar", 6, 0x000A6, 0}, {NULL, 0, 0, 0} }; NULL 4137 standard/html_tables.h static const entity_cp_map ht_bucket_html5_E65[] = { {"ecolon", 6, 0x02255, 0}, {NULL, 0, 0, 0} }; NULL 4138 standard/html_tables.h static const entity_cp_map ht_bucket_html5_E66[] = { {"GreaterLess", 11, 0x02277, 0}, {NULL, 0, 0, 0} }; NULL 4139 standard/html_tables.h static const entity_cp_map ht_bucket_html5_E6A[] = { {"nrArr", 5, 0x021CF, 0}, {NULL, 0, 0, 0} }; NULL 4140 standard/html_tables.h static const entity_cp_map ht_bucket_html5_E6C[] = { {"pre", 3, 0x02AAF, 0}, {NULL, 0, 0, 0} }; NULL 4141 standard/html_tables.h static const entity_cp_map ht_bucket_html5_E6F[] = { {"aleph", 5, 0x02135, 0}, {NULL, 0, 0, 0} }; NULL 4142 standard/html_tables.h static const entity_cp_map ht_bucket_html5_E70[] = { {"DiacriticalAcute", 16, 0x000B4, 0}, {"SmallCircle", 11, 0x02218, 0}, {NULL, 0, 0, 0} }; NULL 4143 standard/html_tables.h static const entity_cp_map ht_bucket_html5_E71[] = { {"parsim", 6, 0x02AF3, 0}, {NULL, 0, 0, 0} }; NULL 4144 standard/html_tables.h static const entity_cp_map ht_bucket_html5_E73[] = { {"rarrw", 5, 0x0219D, 0}, {NULL, 0, 0, 0} }; NULL 4145 standard/html_tables.h static const entity_cp_map ht_bucket_html5_E78[] = { {"caron", 5, 0x002C7, 0}, {NULL, 0, 0, 0} }; NULL 4146 standard/html_tables.h static const entity_cp_map ht_bucket_html5_E7A[] = { {"cacute", 6, 0x00107, 0}, {"lagran", 6, 0x02112, 0}, {NULL, 0, 0, 0} }; NULL 4147 standard/html_tables.h static const entity_cp_map ht_bucket_html5_E7C[] = { {"rarr", 4, 0x02192, 0}, {NULL, 0, 0, 0} }; NULL 4148 standard/html_tables.h static const entity_cp_map ht_bucket_html5_E80[] = { {"Rrightarrow", 11, 0x021DB, 0}, {NULL, 0, 0, 0} }; NULL 4149 standard/html_tables.h static const entity_cp_map ht_bucket_html5_E83[] = { {"Vscr", 4, 0x1D4B1, 0}, {NULL, 0, 0, 0} }; NULL 4150 standard/html_tables.h static const entity_cp_map ht_bucket_html5_E84[] = { {"Gfr", 3, 0x1D50A, 0}, {NULL, 0, 0, 0} }; NULL 4151 standard/html_tables.h static const entity_cp_map ht_bucket_html5_E89[] = { {"ccedil", 6, 0x000E7, 0}, {"propto", 6, 0x0221D, 0}, {NULL, 0, 0, 0} }; NULL 4152 standard/html_tables.h static const entity_cp_map ht_bucket_html5_E8E[] = { {"zwnj", 4, 0x0200C, 0}, {NULL, 0, 0, 0} }; NULL 4153 standard/html_tables.h static const entity_cp_map ht_bucket_html5_E91[] = { {"psi", 3, 0x003C8, 0}, {NULL, 0, 0, 0} }; NULL 4154 standard/html_tables.h static const entity_cp_map ht_bucket_html5_E99[] = { {"infin", 5, 0x0221E, 0}, {NULL, 0, 0, 0} }; NULL 4155 standard/html_tables.h static const entity_cp_map ht_bucket_html5_E9C[] = { {"circledcirc", 11, 0x0229A, 0}, {NULL, 0, 0, 0} }; NULL 4156 standard/html_tables.h static const entity_cp_map ht_bucket_html5_EA1[] = { {"Proportion", 10, 0x02237, 0}, {NULL, 0, 0, 0} }; NULL 4157 standard/html_tables.h static const entity_cp_map ht_bucket_html5_EA2[] = { {"subseteqq", 9, 0x02AC5, 0}, {NULL, 0, 0, 0} }; NULL 4158 standard/html_tables.h static const entity_cp_map ht_bucket_html5_EA4[] = { {"nGtv", 4, 0x0226B, 0x00338}, {NULL, 0, 0, 0} }; NULL 4159 standard/html_tables.h static const entity_cp_map ht_bucket_html5_EA8[] = { {"macr", 4, 0x000AF, 0}, {NULL, 0, 0, 0} }; NULL 4160 standard/html_tables.h static const entity_cp_map ht_bucket_html5_EA9[] = { {"orslope", 7, 0x02A57, 0}, {NULL, 0, 0, 0} }; NULL 4161 standard/html_tables.h static const entity_cp_map ht_bucket_html5_EB1[] = { {"frown", 5, 0x02322, 0}, {NULL, 0, 0, 0} }; NULL 4162 standard/html_tables.h static const entity_cp_map ht_bucket_html5_EB2[] = { {"Iota", 4, 0x00399, 0}, {NULL, 0, 0, 0} }; NULL 4163 standard/html_tables.h static const entity_cp_map ht_bucket_html5_EB4[] = { {"rceil", 5, 0x02309, 0}, {NULL, 0, 0, 0} }; NULL 4164 standard/html_tables.h static const entity_cp_map ht_bucket_html5_EB7[] = { {"spadesuit", 9, 0x02660, 0}, {NULL, 0, 0, 0} }; NULL 4165 standard/html_tables.h static const entity_cp_map ht_bucket_html5_EB8[] = { {"sstarf", 6, 0x022C6, 0}, {NULL, 0, 0, 0} }; NULL 4166 standard/html_tables.h static const entity_cp_map ht_bucket_html5_ECA[] = { {"icy", 3, 0x00438, 0}, {NULL, 0, 0, 0} }; NULL 4167 standard/html_tables.h static const entity_cp_map ht_bucket_html5_ECD[] = { {"ast", 3, 0x0002A, 0}, {"nmid", 4, 0x02224, 0}, {NULL, 0, 0, 0} }; NULL 4168 standard/html_tables.h static const entity_cp_map ht_bucket_html5_ECF[] = { {"bowtie", 6, 0x022C8, 0}, {NULL, 0, 0, 0} }; NULL 4169 standard/html_tables.h static const entity_cp_map ht_bucket_html5_ED1[] = { {"thetav", 6, 0x003D1, 0}, {NULL, 0, 0, 0} }; NULL 4170 standard/html_tables.h static const entity_cp_map ht_bucket_html5_ED7[] = { {"vangrt", 6, 0x0299C, 0}, {NULL, 0, 0, 0} }; NULL 4171 standard/html_tables.h static const entity_cp_map ht_bucket_html5_ED8[] = { {"numsp", 5, 0x02007, 0}, {"triplus", 7, 0x02A39, 0}, {NULL, 0, 0, 0} }; NULL 4172 standard/html_tables.h static const entity_cp_map ht_bucket_html5_ED9[] = { {"lscr", 4, 0x1D4C1, 0}, {NULL, 0, 0, 0} }; NULL 4173 standard/html_tables.h static const entity_cp_map ht_bucket_html5_EDA[] = { {"pointint", 8, 0x02A15, 0}, {NULL, 0, 0, 0} }; NULL 4174 standard/html_tables.h static const entity_cp_map ht_bucket_html5_EDB[] = { {"Theta", 5, 0x00398, 0}, {NULL, 0, 0, 0} }; NULL 4175 standard/html_tables.h static const entity_cp_map ht_bucket_html5_EDF[] = { {"rightrightarrows", 16, 0x021C9, 0}, {"uopf", 4, 0x1D566, 0}, {NULL, 0, 0, 0} }; NULL 4176 standard/html_tables.h static const entity_cp_map ht_bucket_html5_EE2[] = { {"ell", 3, 0x02113, 0}, {NULL, 0, 0, 0} }; NULL 4177 standard/html_tables.h static const entity_cp_map ht_bucket_html5_EE4[] = { {"cuepr", 5, 0x022DE, 0}, {NULL, 0, 0, 0} }; NULL 4178 standard/html_tables.h static const entity_cp_map ht_bucket_html5_EE5[] = { {"NotVerticalBar", 14, 0x02224, 0}, {NULL, 0, 0, 0} }; NULL 4179 standard/html_tables.h static const entity_cp_map ht_bucket_html5_EE7[] = { {"xnis", 4, 0x022FB, 0}, {NULL, 0, 0, 0} }; NULL 4180 standard/html_tables.h static const entity_cp_map ht_bucket_html5_EE9[] = { {"els", 3, 0x02A95, 0}, {NULL, 0, 0, 0} }; NULL 4181 standard/html_tables.h static const entity_cp_map ht_bucket_html5_EEF[] = { {"DDotrahd", 8, 0x02911, 0}, {NULL, 0, 0, 0} }; NULL 4182 standard/html_tables.h static const entity_cp_map ht_bucket_html5_EF1[] = { {"larrbfs", 7, 0x0291F, 0}, {NULL, 0, 0, 0} }; NULL 4183 standard/html_tables.h static const entity_cp_map ht_bucket_html5_EF2[] = { {"Rsh", 3, 0x021B1, 0}, {"boxplus", 7, 0x0229E, 0}, {NULL, 0, 0, 0} }; NULL 4184 standard/html_tables.h static const entity_cp_map ht_bucket_html5_EF4[] = { {"swarr", 5, 0x02199, 0}, {NULL, 0, 0, 0} }; NULL 4185 standard/html_tables.h static const entity_cp_map ht_bucket_html5_EF5[] = { {"gvnE", 4, 0x02269, 0x0FE00}, {"xfr", 3, 0x1D535, 0}, {NULL, 0, 0, 0} }; NULL 4186 standard/html_tables.h static const entity_cp_map ht_bucket_html5_EF9[] = { {"ldca", 4, 0x02936, 0}, {NULL, 0, 0, 0} }; NULL 4187 standard/html_tables.h static const entity_cp_map ht_bucket_html5_EFB[] = { {"NotPrecedesSlantEqual", 21, 0x022E0, 0}, {"YAcy", 4, 0x0042F, 0}, {"Zcy", 3, 0x00417, 0}, {"andslope", 8, 0x02A58, 0}, {"numero", 6, 0x02116, 0}, {"theta", 5, 0x003B8, 0}, {NULL, 0, 0, 0} }; NULL 4188 standard/html_tables.h static const entity_cp_map ht_bucket_html5_EFE[] = { {"mapstoup", 8, 0x021A5, 0}, {NULL, 0, 0, 0} }; NULL 4189 standard/html_tables.h static const entity_cp_map ht_bucket_html5_EFF[] = { {"bigcup", 6, 0x022C3, 0}, {NULL, 0, 0, 0} }; NULL 4190 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F03[] = { {"nesear", 6, 0x02928, 0}, {NULL, 0, 0, 0} }; NULL 4191 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F05[] = { {"lesssim", 7, 0x02272, 0}, {NULL, 0, 0, 0} }; NULL 4192 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F08[] = { {"DownArrow", 9, 0x02193, 0}, {NULL, 0, 0, 0} }; NULL 4193 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F0B[] = { {"orarr", 5, 0x021BB, 0}, {NULL, 0, 0, 0} }; NULL 4194 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F0F[] = { {"ccaps", 5, 0x02A4D, 0}, {NULL, 0, 0, 0} }; NULL 4195 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F10[] = { {"xdtri", 5, 0x025BD, 0}, {NULL, 0, 0, 0} }; NULL 4196 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F11[] = { {"xcap", 4, 0x022C2, 0}, {NULL, 0, 0, 0} }; NULL 4197 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F13[] = { {"downdownarrows", 14, 0x021CA, 0}, {"nisd", 4, 0x022FA, 0}, {NULL, 0, 0, 0} }; NULL 4198 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F14[] = { {"VerticalBar", 11, 0x02223, 0}, {NULL, 0, 0, 0} }; NULL 4199 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F15[] = { {"TRADE", 5, 0x02122, 0}, {NULL, 0, 0, 0} }; NULL 4200 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F17[] = { {"Omacr", 5, 0x0014C, 0}, {NULL, 0, 0, 0} }; NULL 4201 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F18[] = { {"top", 3, 0x022A4, 0}, {NULL, 0, 0, 0} }; NULL 4202 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F19[] = { {"LeftRightArrow", 14, 0x02194, 0}, {NULL, 0, 0, 0} }; NULL 4203 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F1A[] = { {"Mscr", 4, 0x02133, 0}, {"iff", 3, 0x021D4, 0}, {NULL, 0, 0, 0} }; NULL 4204 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F1F[] = { {"downharpoonleft", 15, 0x021C3, 0}, {"eng", 3, 0x0014B, 0}, {NULL, 0, 0, 0} }; NULL 4205 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F20[] = { {"Vopf", 4, 0x1D54D, 0}, {NULL, 0, 0, 0} }; NULL 4206 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F26[] = { {"ifr", 3, 0x1D526, 0}, {NULL, 0, 0, 0} }; NULL 4207 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F28[] = { {"Downarrow", 9, 0x021D3, 0}, {NULL, 0, 0, 0} }; NULL 4208 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F2C[] = { {"Kcy", 3, 0x0041A, 0}, {"angle", 5, 0x02220, 0}, {NULL, 0, 0, 0} }; NULL 4209 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F2F[] = { {"lescc", 5, 0x02AA8, 0}, {NULL, 0, 0, 0} }; NULL 4210 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F30[] = { {"lesseqqgtr", 10, 0x02A8B, 0}, {NULL, 0, 0, 0} }; NULL 4211 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F31[] = { {"bigstar", 7, 0x02605, 0}, {NULL, 0, 0, 0} }; NULL 4212 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F33[] = { {"ddagger", 7, 0x02021, 0}, {"nltrie", 6, 0x022EC, 0}, {NULL, 0, 0, 0} }; NULL 4213 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F37[] = { {"omacr", 5, 0x0014D, 0}, {NULL, 0, 0, 0} }; NULL 4214 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F38[] = { {"cuesc", 5, 0x022DF, 0}, {NULL, 0, 0, 0} }; NULL 4215 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F40[] = { {"circlearrowright", 16, 0x021BB, 0}, {NULL, 0, 0, 0} }; NULL 4216 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F41[] = { {"ngeqq", 5, 0x02267, 0x00338}, {NULL, 0, 0, 0} }; NULL 4217 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F44[] = { {"squf", 4, 0x025AA, 0}, {NULL, 0, 0, 0} }; NULL 4218 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F46[] = { {"rtri", 4, 0x025B9, 0}, {NULL, 0, 0, 0} }; NULL 4219 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F47[] = { {"VerticalLine", 12, 0x0007C, 0}, {NULL, 0, 0, 0} }; NULL 4220 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F48[] = { {"downarrow", 9, 0x02193, 0}, {NULL, 0, 0, 0} }; NULL 4221 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F4B[] = { {"Scaron", 6, 0x00160, 0}, {NULL, 0, 0, 0} }; NULL 4222 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F4C[] = { {"tstrok", 6, 0x00167, 0}, {NULL, 0, 0, 0} }; NULL 4223 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F50[] = { {"wreath", 6, 0x02240, 0}, {NULL, 0, 0, 0} }; NULL 4224 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F51[] = { {"exponentiale", 12, 0x02147, 0}, {NULL, 0, 0, 0} }; NULL 4225 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F55[] = { {"Idot", 4, 0x00130, 0}, {NULL, 0, 0, 0} }; NULL 4226 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F57[] = { {"Zfr", 3, 0x02128, 0}, {NULL, 0, 0, 0} }; NULL 4227 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F58[] = { {"bnot", 4, 0x02310, 0}, {NULL, 0, 0, 0} }; NULL 4228 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F5B[] = { {"infintie", 8, 0x029DD, 0}, {NULL, 0, 0, 0} }; NULL 4229 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F5D[] = { {"angrtvbd", 8, 0x0299D, 0}, {NULL, 0, 0, 0} }; NULL 4230 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F5F[] = { {"prurel", 6, 0x022B0, 0}, {NULL, 0, 0, 0} }; NULL 4231 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F60[] = { {"gbreve", 6, 0x0011F, 0}, {"rsaquo", 6, 0x0203A, 0}, {NULL, 0, 0, 0} }; NULL 4232 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F62[] = { {"sung", 4, 0x0266A, 0}, {NULL, 0, 0, 0} }; NULL 4233 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F67[] = { {"lvertneqq", 9, 0x02268, 0x0FE00}, {NULL, 0, 0, 0} }; NULL 4234 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F68[] = { {"lnsim", 5, 0x022E6, 0}, {"searrow", 7, 0x02198, 0}, {NULL, 0, 0, 0} }; NULL 4235 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F69[] = { {"nsubset", 7, 0x02282, 0x020D2}, {NULL, 0, 0, 0} }; NULL 4236 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F6D[] = { {"Cup", 3, 0x022D3, 0}, {NULL, 0, 0, 0} }; NULL 4237 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F6E[] = { {"Lmidot", 6, 0x0013F, 0}, {"sup1", 4, 0x000B9, 0}, {NULL, 0, 0, 0} }; NULL 4238 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F6F[] = { {"Delta", 5, 0x00394, 0}, {"sbquo", 5, 0x0201A, 0}, {"sup2", 4, 0x000B2, 0}, {NULL, 0, 0, 0} }; NULL 4239 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F70[] = { {"cscr", 4, 0x1D4B8, 0}, {"nsubseteqq", 10, 0x02AC5, 0x00338}, {"sup3", 4, 0x000B3, 0}, {NULL, 0, 0, 0} }; NULL 4240 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F71[] = { {"Kcedil", 6, 0x00136, 0}, {NULL, 0, 0, 0} }; NULL 4241 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F72[] = { {"plussim", 7, 0x02A26, 0}, {NULL, 0, 0, 0} }; NULL 4242 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F74[] = { {"KHcy", 4, 0x00425, 0}, {NULL, 0, 0, 0} }; NULL 4243 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F75[] = { {"OElig", 5, 0x00152, 0}, {"simdot", 6, 0x02A6A, 0}, {NULL, 0, 0, 0} }; NULL 4244 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F76[] = { {"lopf", 4, 0x1D55D, 0}, {NULL, 0, 0, 0} }; NULL 4245 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F77[] = { {"boxbox", 6, 0x029C9, 0}, {NULL, 0, 0, 0} }; NULL 4246 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F78[] = { {"bepsi", 5, 0x003F6, 0}, {"lbarr", 5, 0x0290C, 0}, {NULL, 0, 0, 0} }; NULL 4247 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F79[] = { {"lnapprox", 8, 0x02A89, 0}, {NULL, 0, 0, 0} }; NULL 4248 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F81[] = { {"sdotb", 5, 0x022A1, 0}, {NULL, 0, 0, 0} }; NULL 4249 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F82[] = { {"measuredangle", 13, 0x02221, 0}, {"supE", 4, 0x02AC6, 0}, {NULL, 0, 0, 0} }; NULL 4250 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F83[] = { {"map", 3, 0x021A6, 0}, {NULL, 0, 0, 0} }; NULL 4251 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F84[] = { {"sdote", 5, 0x02A66, 0}, {NULL, 0, 0, 0} }; NULL 4252 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F86[] = { {"diamondsuit", 11, 0x02666, 0}, {NULL, 0, 0, 0} }; NULL 4253 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F88[] = { {"Kfr", 3, 0x1D50E, 0}, {NULL, 0, 0, 0} }; NULL 4254 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F8B[] = { {"imagline", 8, 0x02110, 0}, {NULL, 0, 0, 0} }; NULL 4255 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F8F[] = { {"delta", 5, 0x003B4, 0}, {NULL, 0, 0, 0} }; NULL 4256 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F91[] = { {"mapstodown", 10, 0x021A7, 0}, {NULL, 0, 0, 0} }; NULL 4257 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F93[] = { {"eqvparsl", 8, 0x029E5, 0}, {NULL, 0, 0, 0} }; NULL 4258 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F95[] = { {"UpArrow", 7, 0x02191, 0}, {NULL, 0, 0, 0} }; NULL 4259 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F9A[] = { {"imagpart", 8, 0x02111, 0}, {"lsim", 4, 0x02272, 0}, {NULL, 0, 0, 0} }; NULL 4260 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F9C[] = { {"trianglelefteq", 14, 0x022B4, 0}, {NULL, 0, 0, 0} }; NULL 4261 standard/html_tables.h static const entity_cp_map ht_bucket_html5_F9F[] = { {"isindot", 7, 0x022F5, 0}, {NULL, 0, 0, 0} }; NULL 4262 standard/html_tables.h static const entity_cp_map ht_bucket_html5_FA0[] = { {"LeftUpDownVector", 16, 0x02951, 0}, {"curvearrowleft", 14, 0x021B6, 0}, {NULL, 0, 0, 0} }; NULL 4263 standard/html_tables.h static const entity_cp_map ht_bucket_html5_FA1[] = { {"Diamond", 7, 0x022C4, 0}, {NULL, 0, 0, 0} }; NULL 4264 standard/html_tables.h static const entity_cp_map ht_bucket_html5_FA2[] = { {"supe", 4, 0x02287, 0}, {NULL, 0, 0, 0} }; NULL 4265 standard/html_tables.h static const entity_cp_map ht_bucket_html5_FA3[] = { {"nearrow", 7, 0x02197, 0}, {NULL, 0, 0, 0} }; NULL 4266 standard/html_tables.h static const entity_cp_map ht_bucket_html5_FA9[] = { {"easter", 6, 0x02A6E, 0}, {NULL, 0, 0, 0} }; NULL 4267 standard/html_tables.h static const entity_cp_map ht_bucket_html5_FB0[] = { {"rdquo", 5, 0x0201D, 0}, {"subsetneqq", 10, 0x02ACB, 0}, {NULL, 0, 0, 0} }; NULL 4268 standard/html_tables.h static const entity_cp_map ht_bucket_html5_FB1[] = { {"Dscr", 4, 0x1D49F, 0}, {NULL, 0, 0, 0} }; NULL 4269 standard/html_tables.h static const entity_cp_map ht_bucket_html5_FB4[] = { {"comp", 4, 0x02201, 0}, {NULL, 0, 0, 0} }; NULL 4270 standard/html_tables.h static const entity_cp_map ht_bucket_html5_FB5[] = { {"Uparrow", 7, 0x021D1, 0}, {NULL, 0, 0, 0} }; NULL 4271 standard/html_tables.h static const entity_cp_map ht_bucket_html5_FB6[] = { {"coloneq", 7, 0x02254, 0}, {NULL, 0, 0, 0} }; NULL 4272 standard/html_tables.h static const entity_cp_map ht_bucket_html5_FB7[] = { {"Mopf", 4, 0x1D544, 0}, {NULL, 0, 0, 0} }; NULL 4273 standard/html_tables.h static const entity_cp_map ht_bucket_html5_FB9[] = { {"rfloor", 6, 0x0230B, 0}, {"varsubsetneqq", 13, 0x02ACB, 0x0FE00}, {NULL, 0, 0, 0} }; NULL 4274 standard/html_tables.h static const entity_cp_map ht_bucket_html5_FBC[] = { {"eacute", 6, 0x000E9, 0}, {NULL, 0, 0, 0} }; NULL 4275 standard/html_tables.h static const entity_cp_map ht_bucket_html5_FC2[] = { {"shortparallel", 13, 0x02225, 0}, {NULL, 0, 0, 0} }; NULL 4276 standard/html_tables.h static const entity_cp_map ht_bucket_html5_FC4[] = { {"male", 4, 0x02642, 0}, {NULL, 0, 0, 0} }; NULL 4277 standard/html_tables.h static const entity_cp_map ht_bucket_html5_FC6[] = { {"yscr", 4, 0x1D4CE, 0}, {NULL, 0, 0, 0} }; NULL 4278 standard/html_tables.h static const entity_cp_map ht_bucket_html5_FCA[] = { {"xharr", 5, 0x027F7, 0}, {NULL, 0, 0, 0} }; NULL 4279 standard/html_tables.h static const entity_cp_map ht_bucket_html5_FCC[] = { {"cong", 4, 0x02245, 0}, {NULL, 0, 0, 0} }; NULL 4280 standard/html_tables.h static const entity_cp_map ht_bucket_html5_FCE[] = { {"mcy", 3, 0x0043C, 0}, {NULL, 0, 0, 0} }; NULL 4281 standard/html_tables.h static const entity_cp_map ht_bucket_html5_FCF[] = { {"Upsilon", 7, 0x003A5, 0}, {NULL, 0, 0, 0} }; NULL 4282 standard/html_tables.h static const entity_cp_map ht_bucket_html5_FD0[] = { {"block", 5, 0x02588, 0}, {"maltese", 7, 0x02720, 0}, {"ordf", 4, 0x000AA, 0}, {NULL, 0, 0, 0} }; NULL 4283 standard/html_tables.h static const entity_cp_map ht_bucket_html5_FD2[] = { {"zcaron", 6, 0x0017E, 0}, {NULL, 0, 0, 0} }; NULL 4284 standard/html_tables.h static const entity_cp_map ht_bucket_html5_FD3[] = { {"malt", 4, 0x02720, 0}, {NULL, 0, 0, 0} }; NULL 4285 standard/html_tables.h static const entity_cp_map ht_bucket_html5_FD6[] = { {"loang", 5, 0x027EC, 0}, {NULL, 0, 0, 0} }; NULL 4286 standard/html_tables.h static const entity_cp_map ht_bucket_html5_FD7[] = { {"ordm", 4, 0x000BA, 0}, {NULL, 0, 0, 0} }; NULL 4287 standard/html_tables.h static const entity_cp_map ht_bucket_html5_FDD[] = { {"NegativeVeryThinSpace", 21, 0x0200B, 0}, {NULL, 0, 0, 0} }; NULL 4288 standard/html_tables.h static const entity_cp_map ht_bucket_html5_FDF[] = { {"eta", 3, 0x003B7, 0}, {NULL, 0, 0, 0} }; NULL 4289 standard/html_tables.h static const entity_cp_map ht_bucket_html5_FE1[] = { {"Iogon", 5, 0x0012E, 0}, {"drbkarow", 8, 0x02910, 0}, {NULL, 0, 0, 0} }; NULL 4290 standard/html_tables.h static const entity_cp_map ht_bucket_html5_FE6[] = { {"eth", 3, 0x000F0, 0}, {NULL, 0, 0, 0} }; NULL 4291 standard/html_tables.h static const entity_cp_map ht_bucket_html5_FE9[] = { {"racute", 6, 0x00155, 0}, {NULL, 0, 0, 0} }; NULL 4292 standard/html_tables.h static const entity_cp_map ht_bucket_html5_FEA[] = { {"cwconint", 8, 0x02232, 0}, {NULL, 0, 0, 0} }; NULL 4293 standard/html_tables.h static const entity_cp_map ht_bucket_html5_FEB[] = { {"egsdot", 6, 0x02A98, 0}, {NULL, 0, 0, 0} }; NULL 4294 standard/html_tables.h static const entity_cp_map ht_bucket_html5_FF5[] = { {"MinusPlus", 9, 0x02213, 0}, {"ring", 4, 0x002DA, 0}, {NULL, 0, 0, 0} }; NULL 4295 standard/html_tables.h static const entity_cp_map ht_bucket_html5_FF8[] = { {"rcedil", 6, 0x00157, 0}, {NULL, 0, 0, 0} }; NULL 4296 standard/html_tables.h static const entity_cp_map ht_bucket_html5_FFC[] = { {"timesbar", 8, 0x02A31, 0}, {NULL, 0, 0, 0} }; NULL 4297 standard/html_tables.h static const entity_cp_map ht_bucket_html5_FFE[] = { {"GreaterEqualLess", 16, 0x022DB, 0}, {NULL, 0, 0, 0} }; NULL 5338 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5339 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5340 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5341 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5342 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5343 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5344 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5345 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5346 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"quot", 4} } }, {0, { {NULL, 0} } }, NULL 5347 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"amp", 3} } }, {0, { {"#039", 4} } }, NULL 5348 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5349 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5350 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5351 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5352 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5353 standard/html_tables.h {0, { {"lt", 2} } }, {0, { {NULL, 0} } }, {0, { {"gt", 2} } }, {0, { {NULL, 0} } }, NULL 5357 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5358 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5359 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5360 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5361 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5362 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5363 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5364 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5395 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5396 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5397 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5398 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5399 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"OElig", 5} } }, {0, { {"oelig", 5} } }, NULL 5400 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5401 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5402 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5403 standard/html_tables.h {0, { {"Scaron", 6} } }, {0, { {"scaron", 6} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5404 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5405 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5406 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5407 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5408 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5409 standard/html_tables.h {0, { {"Yuml", 4} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5410 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5414 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5415 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5416 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5417 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5418 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"fnof", 4} } }, {0, { {NULL, 0} } }, NULL 5419 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5420 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5421 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5422 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5423 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5424 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5425 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5426 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5427 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5428 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5429 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5433 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5434 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"circ", 4} } }, {0, { {NULL, 0} } }, NULL 5435 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5436 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5437 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5438 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5439 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5440 standard/html_tables.h {0, { {"tilde", 5} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5441 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5442 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5443 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5444 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5445 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5446 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5447 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5448 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5452 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5453 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5454 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5455 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5456 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"Alpha", 5} } }, {0, { {"Beta", 4} } }, {0, { {"Gamma", 5} } }, NULL 5460 standard/html_tables.h {0, { {"Pi", 2} } }, {0, { {"Rho", 3} } }, {0, { {NULL, 0} } }, {0, { {"Sigma", 5} } }, NULL 5462 standard/html_tables.h {0, { {"Psi", 3} } }, {0, { {"Omega", 5} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5463 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5464 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"alpha", 5} } }, {0, { {"beta", 4} } }, {0, { {"gamma", 5} } }, NULL 5473 standard/html_tables.h {0, { {"psi", 3} } }, {0, { {"omega", 5} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5474 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5475 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"thetasym", 8} } }, {0, { {"upsih", 5} } }, {0, { {NULL, 0} } }, NULL 5476 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"piv", 3} } }, {0, { {NULL, 0} } }, NULL 5477 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5478 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5479 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5480 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5481 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5482 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5483 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5484 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5485 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5486 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5490 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"ensp", 4} } }, {0, { {"emsp", 4} } }, NULL 5491 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5492 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"thinsp", 6} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5494 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"ndash", 5} } }, NULL 5495 standard/html_tables.h {0, { {"mdash", 5} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5496 standard/html_tables.h {0, { {"lsquo", 5} } }, {0, { {"rsquo", 5} } }, {0, { {"sbquo", 5} } }, {0, { {NULL, 0} } }, NULL 5497 standard/html_tables.h {0, { {"ldquo", 5} } }, {0, { {"rdquo", 5} } }, {0, { {"bdquo", 5} } }, {0, { {NULL, 0} } }, NULL 5498 standard/html_tables.h {0, { {"dagger", 6} } }, {0, { {"Dagger", 6} } }, {0, { {"bull", 4} } }, {0, { {NULL, 0} } }, NULL 5499 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"hellip", 6} } }, {0, { {NULL, 0} } }, NULL 5500 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5501 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5502 standard/html_tables.h {0, { {"permil", 6} } }, {0, { {NULL, 0} } }, {0, { {"prime", 5} } }, {0, { {"Prime", 5} } }, NULL 5503 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5504 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"lsaquo", 6} } }, {0, { {"rsaquo", 6} } }, {0, { {NULL, 0} } }, NULL 5505 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"oline", 5} } }, {0, { {NULL, 0} } }, NULL 5509 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5510 standard/html_tables.h {0, { {"frasl", 5} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5511 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5512 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5513 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5514 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5515 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5516 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5517 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5518 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5519 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5520 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5521 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5522 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5523 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5524 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5528 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5529 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5530 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5531 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5532 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5533 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5534 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5535 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5536 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5537 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5538 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5539 standard/html_tables.h {0, { {"euro", 4} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5540 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5541 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5542 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5543 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5547 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5548 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5549 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5550 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5551 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"image", 5} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5552 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5553 standard/html_tables.h {0, { {"weierp", 6} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5554 standard/html_tables.h {0, { {"real", 4} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5555 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"trade", 5} } }, {0, { {NULL, 0} } }, NULL 5556 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5557 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5558 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5559 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5560 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"alefsym", 7} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5561 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5562 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5566 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5567 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5568 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5569 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5571 standard/html_tables.h {0, { {"harr", 4} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5572 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5573 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5574 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5575 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5576 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5577 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5578 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5579 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"crarr", 5} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5580 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5581 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5585 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5586 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5587 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5588 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5590 standard/html_tables.h {0, { {"hArr", 4} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5591 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5592 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5593 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5594 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5595 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5596 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5597 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5598 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5599 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5600 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5604 standard/html_tables.h {0, { {"forall", 6} } }, {0, { {NULL, 0} } }, {0, { {"part", 4} } }, {0, { {"exist", 5} } }, NULL 5605 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"empty", 5} } }, {0, { {NULL, 0} } }, {0, { {"nabla", 5} } }, NULL 5606 standard/html_tables.h {0, { {"isin", 4} } }, {0, { {"notin", 5} } }, {0, { {NULL, 0} } }, {0, { {"ni", 2} } }, NULL 5607 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"prod", 4} } }, NULL 5608 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"sum", 3} } }, {0, { {"minus", 5} } }, {0, { {NULL, 0} } }, NULL 5609 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"lowast", 6} } }, NULL 5610 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"radic", 5} } }, {0, { {NULL, 0} } }, NULL 5611 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"prop", 4} } }, {0, { {"infin", 5} } }, {0, { {NULL, 0} } }, NULL 5612 standard/html_tables.h {0, { {"ang", 3} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5613 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"and", 3} } }, NULL 5615 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5616 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5617 standard/html_tables.h {0, { {"there4", 6} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5618 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5619 standard/html_tables.h {0, { {"sim", 3} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5623 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5624 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"cong", 4} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5625 standard/html_tables.h {0, { {"asymp", 5} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5626 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5627 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5628 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5629 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5630 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5631 standard/html_tables.h {0, { {"ne", 2} } }, {0, { {"equiv", 5} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5632 standard/html_tables.h {0, { {"le", 2} } }, {0, { {"ge", 2} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5633 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5634 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5635 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5636 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5637 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5638 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5642 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"sub", 3} } }, {0, { {"sup", 3} } }, NULL 5643 standard/html_tables.h {0, { {"nsub", 4} } }, {0, { {NULL, 0} } }, {0, { {"sube", 4} } }, {0, { {"supe", 4} } }, NULL 5644 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5645 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5646 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5647 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"oplus", 5} } }, {0, { {NULL, 0} } }, {0, { {"otimes", 6} } }, NULL 5648 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5649 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5650 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5651 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"perp", 4} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5652 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5653 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5654 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5655 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5656 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5657 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5661 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5662 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"sdot", 4} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5663 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5664 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5665 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5666 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5667 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5668 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5669 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5670 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5671 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5672 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5673 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5674 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5675 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5676 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5680 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5681 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5683 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5684 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5685 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5686 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5687 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5688 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5689 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5690 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"lang", 4} } }, {0, { {"rang", 4} } }, {0, { {NULL, 0} } }, NULL 5691 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5692 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5693 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5694 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5695 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5699 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5700 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5701 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"loz", 3} } }, {0, { {NULL, 0} } }, NULL 5702 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5703 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5704 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5705 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5706 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5707 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5708 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5709 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5710 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5711 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5712 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5713 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5714 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5718 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5719 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5720 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5721 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5722 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5723 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5724 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5725 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5726 standard/html_tables.h {0, { {"spades", 6} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"clubs", 5} } }, NULL 5727 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {"hearts", 6} } }, {0, { {"diams", 5} } }, {0, { {NULL, 0} } }, NULL 5728 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5729 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5730 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5731 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5732 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5733 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 5817 standard/html_tables.h static const entity_cp_map ht_bucket_html4_000[] = { {"gt", 2, 0x0003E, 0}, {NULL, 0, 0, 0} }; NULL 5818 standard/html_tables.h static const entity_cp_map ht_bucket_html4_003[] = { {"Igrave", 6, 0x000CC, 0}, {"amp", 3, 0x00026, 0}, {NULL, 0, 0, 0} }; NULL 5819 standard/html_tables.h static const entity_cp_map ht_bucket_html4_006[] = { {"oacute", 6, 0x000F3, 0}, {"Xi", 2, 0x0039E, 0}, {NULL, 0, 0, 0} }; NULL 5820 standard/html_tables.h static const entity_cp_map ht_bucket_html4_008[] = { {"uuml", 4, 0x000FC, 0}, {NULL, 0, 0, 0} }; NULL 5821 standard/html_tables.h static const entity_cp_map ht_bucket_html4_00B[] = { {"Alpha", 5, 0x00391, 0}, {NULL, 0, 0, 0} }; NULL 5822 standard/html_tables.h static const entity_cp_map ht_bucket_html4_00E[] = { {"sim", 3, 0x0223C, 0}, {NULL, 0, 0, 0} }; NULL 5823 standard/html_tables.h static const entity_cp_map ht_bucket_html4_012[] = { {"kappa", 5, 0x003BA, 0}, {NULL, 0, 0, 0} }; NULL 5824 standard/html_tables.h static const entity_cp_map ht_bucket_html4_016[] = { {"lArr", 4, 0x021D0, 0}, {NULL, 0, 0, 0} }; NULL 5825 standard/html_tables.h static const entity_cp_map ht_bucket_html4_018[] = { {"and", 3, 0x02227, 0}, {NULL, 0, 0, 0} }; NULL 5826 standard/html_tables.h static const entity_cp_map ht_bucket_html4_01B[] = { {"ang", 3, 0x02220, 0}, {NULL, 0, 0, 0} }; NULL 5827 standard/html_tables.h static const entity_cp_map ht_bucket_html4_020[] = { {"copy", 4, 0x000A9, 0}, {"Iacute", 6, 0x000CD, 0}, {NULL, 0, 0, 0} }; NULL 5828 standard/html_tables.h static const entity_cp_map ht_bucket_html4_023[] = { {"igrave", 6, 0x000EC, 0}, {NULL, 0, 0, 0} }; NULL 5829 standard/html_tables.h static const entity_cp_map ht_bucket_html4_026[] = { {"xi", 2, 0x003BE, 0}, {NULL, 0, 0, 0} }; NULL 5830 standard/html_tables.h static const entity_cp_map ht_bucket_html4_027[] = { {"Acirc", 5, 0x000C2, 0}, {NULL, 0, 0, 0} }; NULL 5831 standard/html_tables.h static const entity_cp_map ht_bucket_html4_02B[] = { {"Ecirc", 5, 0x000CA, 0}, {"alpha", 5, 0x003B1, 0}, {NULL, 0, 0, 0} }; NULL 5832 standard/html_tables.h static const entity_cp_map ht_bucket_html4_02C[] = { {"hearts", 6, 0x02665, 0}, {NULL, 0, 0, 0} }; NULL 5833 standard/html_tables.h static const entity_cp_map ht_bucket_html4_02F[] = { {"Icirc", 5, 0x000CE, 0}, {NULL, 0, 0, 0} }; NULL 5834 standard/html_tables.h static const entity_cp_map ht_bucket_html4_030[] = { {"Yacute", 6, 0x000DD, 0}, {"int", 3, 0x0222B, 0}, {"rlm", 3, 0x0200F, 0}, {NULL, 0, 0, 0} }; NULL 5835 standard/html_tables.h static const entity_cp_map ht_bucket_html4_034[] = { {"empty", 5, 0x02205, 0}, {NULL, 0, 0, 0} }; NULL 5836 standard/html_tables.h static const entity_cp_map ht_bucket_html4_036[] = { {"larr", 4, 0x02190, 0}, {NULL, 0, 0, 0} }; NULL 5837 standard/html_tables.h static const entity_cp_map ht_bucket_html4_03B[] = { {"Ucirc", 5, 0x000DB, 0}, {NULL, 0, 0, 0} }; NULL 5838 standard/html_tables.h static const entity_cp_map ht_bucket_html4_03C[] = { {"oline", 5, 0x0203E, 0}, {NULL, 0, 0, 0} }; NULL 5839 standard/html_tables.h static const entity_cp_map ht_bucket_html4_040[] = { {"iacute", 6, 0x000ED, 0}, {NULL, 0, 0, 0} }; NULL 5840 standard/html_tables.h static const entity_cp_map ht_bucket_html4_046[] = { {"middot", 6, 0x000B7, 0}, {NULL, 0, 0, 0} }; NULL 5841 standard/html_tables.h static const entity_cp_map ht_bucket_html4_047[] = { {"acirc", 5, 0x000E2, 0}, {NULL, 0, 0, 0} }; NULL 5842 standard/html_tables.h static const entity_cp_map ht_bucket_html4_04B[] = { {"ecirc", 5, 0x000EA, 0}, {NULL, 0, 0, 0} }; NULL 5843 standard/html_tables.h static const entity_cp_map ht_bucket_html4_04F[] = { {"icirc", 5, 0x000EE, 0}, {NULL, 0, 0, 0} }; NULL 5844 standard/html_tables.h static const entity_cp_map ht_bucket_html4_050[] = { {"yacute", 6, 0x000FD, 0}, {NULL, 0, 0, 0} }; NULL 5845 standard/html_tables.h static const entity_cp_map ht_bucket_html4_051[] = { {"minus", 5, 0x02212, 0}, {NULL, 0, 0, 0} }; NULL 5846 standard/html_tables.h static const entity_cp_map ht_bucket_html4_054[] = { {"Auml", 4, 0x000C4, 0}, {"thetasym", 8, 0x003D1, 0}, {NULL, 0, 0, 0} }; NULL 5847 standard/html_tables.h static const entity_cp_map ht_bucket_html4_056[] = { {"Sigma", 5, 0x003A3, 0}, {NULL, 0, 0, 0} }; NULL 5848 standard/html_tables.h static const entity_cp_map ht_bucket_html4_059[] = { {"lsquo", 5, 0x02018, 0}, {NULL, 0, 0, 0} }; NULL 5849 standard/html_tables.h static const entity_cp_map ht_bucket_html4_05B[] = { {"ucirc", 5, 0x000FB, 0}, {NULL, 0, 0, 0} }; NULL 5850 standard/html_tables.h static const entity_cp_map ht_bucket_html4_05C[] = { {"rArr", 4, 0x021D2, 0}, {NULL, 0, 0, 0} }; NULL 5851 standard/html_tables.h static const entity_cp_map ht_bucket_html4_064[] = { {"brvbar", 6, 0x000A6, 0}, {NULL, 0, 0, 0} }; NULL 5852 standard/html_tables.h static const entity_cp_map ht_bucket_html4_067[] = { {"AElig", 5, 0x000C6, 0}, {NULL, 0, 0, 0} }; NULL 5853 standard/html_tables.h static const entity_cp_map ht_bucket_html4_069[] = { {"Ccedil", 6, 0x000C7, 0}, {NULL, 0, 0, 0} }; NULL 5854 standard/html_tables.h static const entity_cp_map ht_bucket_html4_071[] = { {"Psi", 3, 0x003A8, 0}, {NULL, 0, 0, 0} }; NULL 5855 standard/html_tables.h static const entity_cp_map ht_bucket_html4_072[] = { {"exist", 5, 0x02203, 0}, {NULL, 0, 0, 0} }; NULL 5856 standard/html_tables.h static const entity_cp_map ht_bucket_html4_074[] = { {"auml", 4, 0x000E4, 0}, {NULL, 0, 0, 0} }; NULL 5857 standard/html_tables.h static const entity_cp_map ht_bucket_html4_076[] = { {"sigma", 5, 0x003C3, 0}, {NULL, 0, 0, 0} }; NULL 5858 standard/html_tables.h static const entity_cp_map ht_bucket_html4_078[] = { {"isin", 4, 0x02208, 0}, {NULL, 0, 0, 0} }; NULL 5859 standard/html_tables.h static const entity_cp_map ht_bucket_html4_07C[] = { {"rarr", 4, 0x02192, 0}, {NULL, 0, 0, 0} }; NULL 5860 standard/html_tables.h static const entity_cp_map ht_bucket_html4_089[] = { {"ccedil", 6, 0x000E7, 0}, {NULL, 0, 0, 0} }; NULL 5861 standard/html_tables.h static const entity_cp_map ht_bucket_html4_08D[] = { {"raquo", 5, 0x000BB, 0}, {NULL, 0, 0, 0} }; NULL 5862 standard/html_tables.h static const entity_cp_map ht_bucket_html4_08E[] = { {"Omega", 5, 0x003A9, 0}, {"zwnj", 4, 0x0200C, 0}, {NULL, 0, 0, 0} }; NULL 5863 standard/html_tables.h static const entity_cp_map ht_bucket_html4_091[] = { {"psi", 3, 0x003C8, 0}, {"there4", 6, 0x02234, 0}, {NULL, 0, 0, 0} }; NULL 5864 standard/html_tables.h static const entity_cp_map ht_bucket_html4_092[] = { {"hArr", 4, 0x021D4, 0}, {NULL, 0, 0, 0} }; NULL 5865 standard/html_tables.h static const entity_cp_map ht_bucket_html4_096[] = { {"le", 2, 0x02264, 0}, {NULL, 0, 0, 0} }; NULL 5866 standard/html_tables.h static const entity_cp_map ht_bucket_html4_098[] = { {"Atilde", 6, 0x000C3, 0}, {NULL, 0, 0, 0} }; NULL 5867 standard/html_tables.h static const entity_cp_map ht_bucket_html4_099[] = { {"Zeta", 4, 0x00396, 0}, {"infin", 5, 0x0221E, 0}, {NULL, 0, 0, 0} }; NULL 5868 standard/html_tables.h static const entity_cp_map ht_bucket_html4_09D[] = { {"frasl", 5, 0x02044, 0}, {NULL, 0, 0, 0} }; NULL 5869 standard/html_tables.h static const entity_cp_map ht_bucket_html4_0A0[] = { {"euro", 4, 0x020AC, 0}, {NULL, 0, 0, 0} }; NULL 5870 standard/html_tables.h static const entity_cp_map ht_bucket_html4_0A5[] = { {"lt", 2, 0x0003C, 0}, {NULL, 0, 0, 0} }; NULL 5871 standard/html_tables.h static const entity_cp_map ht_bucket_html4_0A7[] = { {"aelig", 5, 0x000E6, 0}, {"Mu", 2, 0x0039C, 0}, {NULL, 0, 0, 0} }; NULL 5872 standard/html_tables.h static const entity_cp_map ht_bucket_html4_0A8[] = { {"macr", 4, 0x000AF, 0}, {"image", 5, 0x02111, 0}, {NULL, 0, 0, 0} }; NULL 5873 standard/html_tables.h static const entity_cp_map ht_bucket_html4_0AA[] = { {"ldquo", 5, 0x0201C, 0}, {NULL, 0, 0, 0} }; NULL 5874 standard/html_tables.h static const entity_cp_map ht_bucket_html4_0AE[] = { {"omega", 5, 0x003C9, 0}, {"upsih", 5, 0x003D2, 0}, {NULL, 0, 0, 0} }; NULL 5875 standard/html_tables.h static const entity_cp_map ht_bucket_html4_0B0[] = { {"THORN", 5, 0x000DE, 0}, {NULL, 0, 0, 0} }; NULL 5876 standard/html_tables.h static const entity_cp_map ht_bucket_html4_0B2[] = { {"Iota", 4, 0x00399, 0}, {"harr", 4, 0x02194, 0}, {NULL, 0, 0, 0} }; NULL 5877 standard/html_tables.h static const entity_cp_map ht_bucket_html4_0B4[] = { {"bull", 4, 0x02022, 0}, {"rceil", 5, 0x02309, 0}, {NULL, 0, 0, 0} }; NULL 5878 standard/html_tables.h static const entity_cp_map ht_bucket_html4_0B8[] = { {"atilde", 6, 0x000E3, 0}, {NULL, 0, 0, 0} }; NULL 5879 standard/html_tables.h static const entity_cp_map ht_bucket_html4_0B9[] = { {"zeta", 4, 0x003B6, 0}, {NULL, 0, 0, 0} }; NULL 5880 standard/html_tables.h static const entity_cp_map ht_bucket_html4_0BA[] = { {"emsp", 4, 0x02003, 0}, {NULL, 0, 0, 0} }; NULL 5881 standard/html_tables.h static const entity_cp_map ht_bucket_html4_0BC[] = { {"perp", 4, 0x022A5, 0}, {NULL, 0, 0, 0} }; NULL 5882 standard/html_tables.h static const entity_cp_map ht_bucket_html4_0C2[] = { {"Prime", 5, 0x02033, 0}, {NULL, 0, 0, 0} }; NULL 5883 standard/html_tables.h static const entity_cp_map ht_bucket_html4_0C4[] = { {"frac12", 6, 0x000BD, 0}, {NULL, 0, 0, 0} }; NULL 5884 standard/html_tables.h static const entity_cp_map ht_bucket_html4_0C5[] = { {"Ntilde", 6, 0x000D1, 0}, {NULL, 0, 0, 0} }; NULL 5885 standard/html_tables.h static const entity_cp_map ht_bucket_html4_0C6[] = { {"frac14", 6, 0x000BC, 0}, {"circ", 4, 0x002C6, 0}, {NULL, 0, 0, 0} }; NULL 5886 standard/html_tables.h static const entity_cp_map ht_bucket_html4_0C7[] = { {"mu", 2, 0x003BC, 0}, {NULL, 0, 0, 0} }; NULL 5887 standard/html_tables.h static const entity_cp_map ht_bucket_html4_0C8[] = { {"Gamma", 5, 0x00393, 0}, {"Nu", 2, 0x0039D, 0}, {NULL, 0, 0, 0} }; NULL 5888 standard/html_tables.h static const entity_cp_map ht_bucket_html4_0CE[] = { {"fnof", 4, 0x00192, 0}, {"quot", 4, 0x00022, 0}, {NULL, 0, 0, 0} }; NULL 5889 standard/html_tables.h static const entity_cp_map ht_bucket_html4_0D2[] = { {"iota", 4, 0x003B9, 0}, {"mdash", 5, 0x02014, 0}, {NULL, 0, 0, 0} }; NULL 5890 standard/html_tables.h static const entity_cp_map ht_bucket_html4_0D8[] = { {"ne", 2, 0x02260, 0}, {NULL, 0, 0, 0} }; NULL 5891 standard/html_tables.h static const entity_cp_map ht_bucket_html4_0DB[] = { {"Theta", 5, 0x00398, 0}, {NULL, 0, 0, 0} }; NULL 5892 standard/html_tables.h static const entity_cp_map ht_bucket_html4_0DC[] = { {"ni", 2, 0x0220B, 0}, {NULL, 0, 0, 0} }; NULL 5893 standard/html_tables.h static const entity_cp_map ht_bucket_html4_0E2[] = { {"prime", 5, 0x02032, 0}, {NULL, 0, 0, 0} }; NULL 5894 standard/html_tables.h static const entity_cp_map ht_bucket_html4_0E5[] = { {"ntilde", 6, 0x000F1, 0}, {NULL, 0, 0, 0} }; NULL 5895 standard/html_tables.h static const entity_cp_map ht_bucket_html4_0E6[] = { {"Lambda", 6, 0x0039B, 0}, {NULL, 0, 0, 0} }; NULL 5896 standard/html_tables.h static const entity_cp_map ht_bucket_html4_0E8[] = { {"gamma", 5, 0x003B3, 0}, {"nu", 2, 0x003BD, 0}, {NULL, 0, 0, 0} }; NULL 5897 standard/html_tables.h static const entity_cp_map ht_bucket_html4_0EB[] = { {"pound", 5, 0x000A3, 0}, {NULL, 0, 0, 0} }; NULL 5898 standard/html_tables.h static const entity_cp_map ht_bucket_html4_0EE[] = { {"permil", 6, 0x02030, 0}, {NULL, 0, 0, 0} }; NULL 5899 standard/html_tables.h static const entity_cp_map ht_bucket_html4_0F9[] = { {"cap", 3, 0x02229, 0}, {NULL, 0, 0, 0} }; NULL 5900 standard/html_tables.h static const entity_cp_map ht_bucket_html4_0FA[] = { {"iexcl", 5, 0x000A1, 0}, {NULL, 0, 0, 0} }; NULL 5901 standard/html_tables.h static const entity_cp_map ht_bucket_html4_0FB[] = { {"Agrave", 6, 0x000C0, 0}, {"theta", 5, 0x003B8, 0}, {"ensp", 4, 0x02002, 0}, {NULL, 0, 0, 0} }; NULL 5902 standard/html_tables.h static const entity_cp_map ht_bucket_html4_0FE[] = { {"Pi", 2, 0x003A0, 0}, {NULL, 0, 0, 0} }; NULL 5903 standard/html_tables.h static const entity_cp_map ht_bucket_html4_0FF[] = { {"crarr", 5, 0x021B5, 0}, {NULL, 0, 0, 0} }; NULL 5904 standard/html_tables.h static const entity_cp_map ht_bucket_html4_100[] = { {"iquest", 6, 0x000BF, 0}, {NULL, 0, 0, 0} }; NULL 5905 standard/html_tables.h static const entity_cp_map ht_bucket_html4_105[] = { {"forall", 6, 0x02200, 0}, {NULL, 0, 0, 0} }; NULL 5906 standard/html_tables.h static const entity_cp_map ht_bucket_html4_106[] = { {"Phi", 3, 0x003A6, 0}, {"lambda", 6, 0x003BB, 0}, {"or", 2, 0x02228, 0}, {NULL, 0, 0, 0} }; NULL 5907 standard/html_tables.h static const entity_cp_map ht_bucket_html4_108[] = { {"frac34", 6, 0x000BE, 0}, {NULL, 0, 0, 0} }; NULL 5908 standard/html_tables.h static const entity_cp_map ht_bucket_html4_10D[] = { {"notin", 5, 0x02209, 0}, {NULL, 0, 0, 0} }; NULL 5909 standard/html_tables.h static const entity_cp_map ht_bucket_html4_10E[] = { {"dArr", 4, 0x021D3, 0}, {NULL, 0, 0, 0} }; NULL 5910 standard/html_tables.h static const entity_cp_map ht_bucket_html4_10F[] = { {"Dagger", 6, 0x02021, 0}, {NULL, 0, 0, 0} }; NULL 5911 standard/html_tables.h static const entity_cp_map ht_bucket_html4_111[] = { {"yen", 3, 0x000A5, 0}, {"weierp", 6, 0x02118, 0}, {NULL, 0, 0, 0} }; NULL 5912 standard/html_tables.h static const entity_cp_map ht_bucket_html4_113[] = { {"uml", 3, 0x000A8, 0}, {NULL, 0, 0, 0} }; NULL 5913 standard/html_tables.h static const entity_cp_map ht_bucket_html4_117[] = { {"tilde", 5, 0x002DC, 0}, {NULL, 0, 0, 0} }; NULL 5914 standard/html_tables.h static const entity_cp_map ht_bucket_html4_118[] = { {"Aacute", 6, 0x000C1, 0}, {NULL, 0, 0, 0} }; NULL 5915 standard/html_tables.h static const entity_cp_map ht_bucket_html4_11A[] = { {"loz", 3, 0x025CA, 0}, {NULL, 0, 0, 0} }; NULL 5916 standard/html_tables.h static const entity_cp_map ht_bucket_html4_11B[] = { {"agrave", 6, 0x000E0, 0}, {"thinsp", 6, 0x02009, 0}, {NULL, 0, 0, 0} }; NULL 5917 standard/html_tables.h static const entity_cp_map ht_bucket_html4_11E[] = { {"pi", 2, 0x003C0, 0}, {NULL, 0, 0, 0} }; NULL 5918 standard/html_tables.h static const entity_cp_map ht_bucket_html4_11F[] = { {"micro", 5, 0x000B5, 0}, {NULL, 0, 0, 0} }; NULL 5919 standard/html_tables.h static const entity_cp_map ht_bucket_html4_125[] = { {"spades", 6, 0x02660, 0}, {NULL, 0, 0, 0} }; NULL 5920 standard/html_tables.h static const entity_cp_map ht_bucket_html4_126[] = { {"phi", 3, 0x003C6, 0}, {NULL, 0, 0, 0} }; NULL 5921 standard/html_tables.h static const entity_cp_map ht_bucket_html4_12E[] = { {"darr", 4, 0x02193, 0}, {NULL, 0, 0, 0} }; NULL 5922 standard/html_tables.h static const entity_cp_map ht_bucket_html4_12F[] = { {"Oslash", 6, 0x000D8, 0}, {"Tau", 3, 0x003A4, 0}, {"dagger", 6, 0x02020, 0}, {NULL, 0, 0, 0} }; NULL 5923 standard/html_tables.h static const entity_cp_map ht_bucket_html4_135[] = { {"Ocirc", 5, 0x000D4, 0}, {NULL, 0, 0, 0} }; NULL 5924 standard/html_tables.h static const entity_cp_map ht_bucket_html4_136[] = { {"alefsym", 7, 0x02135, 0}, {NULL, 0, 0, 0} }; NULL 5925 standard/html_tables.h static const entity_cp_map ht_bucket_html4_138[] = { {"aacute", 6, 0x000E1, 0}, {NULL, 0, 0, 0} }; NULL 5926 standard/html_tables.h static const entity_cp_map ht_bucket_html4_13A[] = { {"divide", 6, 0x000F7, 0}, {NULL, 0, 0, 0} }; NULL 5927 standard/html_tables.h static const entity_cp_map ht_bucket_html4_13F[] = { {"sdot", 4, 0x022C5, 0}, {NULL, 0, 0, 0} }; NULL 5928 standard/html_tables.h static const entity_cp_map ht_bucket_html4_143[] = { {"reg", 3, 0x000AE, 0}, {NULL, 0, 0, 0} }; NULL 5929 standard/html_tables.h static const entity_cp_map ht_bucket_html4_149[] = { {"real", 4, 0x0211C, 0}, {NULL, 0, 0, 0} }; NULL 5930 standard/html_tables.h static const entity_cp_map ht_bucket_html4_14B[] = { {"Scaron", 6, 0x00160, 0}, {NULL, 0, 0, 0} }; NULL 5931 standard/html_tables.h static const entity_cp_map ht_bucket_html4_14F[] = { {"cent", 4, 0x000A2, 0}, {"oslash", 6, 0x000F8, 0}, {"tau", 3, 0x003C4, 0}, {NULL, 0, 0, 0} }; NULL 5932 standard/html_tables.h static const entity_cp_map ht_bucket_html4_150[] = { {"thorn", 5, 0x000FE, 0}, {NULL, 0, 0, 0} }; NULL 5933 standard/html_tables.h static const entity_cp_map ht_bucket_html4_153[] = { {"ndash", 5, 0x02013, 0}, {NULL, 0, 0, 0} }; NULL 5934 standard/html_tables.h static const entity_cp_map ht_bucket_html4_154[] = { {"piv", 3, 0x003D6, 0}, {NULL, 0, 0, 0} }; NULL 5935 standard/html_tables.h static const entity_cp_map ht_bucket_html4_155[] = { {"ocirc", 5, 0x000F4, 0}, {NULL, 0, 0, 0} }; NULL 5936 standard/html_tables.h static const entity_cp_map ht_bucket_html4_156[] = { {"Aring", 5, 0x000C5, 0}, {NULL, 0, 0, 0} }; NULL 5937 standard/html_tables.h static const entity_cp_map ht_bucket_html4_158[] = { {"nbsp", 4, 0x000A0, 0}, {NULL, 0, 0, 0} }; NULL 5938 standard/html_tables.h static const entity_cp_map ht_bucket_html4_15C[] = { {"Iuml", 4, 0x000CF, 0}, {NULL, 0, 0, 0} }; NULL 5939 standard/html_tables.h static const entity_cp_map ht_bucket_html4_15F[] = { {"rsquo", 5, 0x02019, 0}, {NULL, 0, 0, 0} }; NULL 5940 standard/html_tables.h static const entity_cp_map ht_bucket_html4_160[] = { {"rsaquo", 6, 0x0203A, 0}, {NULL, 0, 0, 0} }; NULL 5941 standard/html_tables.h static const entity_cp_map ht_bucket_html4_163[] = { {"hellip", 6, 0x02026, 0}, {NULL, 0, 0, 0} }; NULL 5942 standard/html_tables.h static const entity_cp_map ht_bucket_html4_166[] = { {"Otilde", 6, 0x000D5, 0}, {NULL, 0, 0, 0} }; NULL 5943 standard/html_tables.h static const entity_cp_map ht_bucket_html4_16B[] = { {"scaron", 6, 0x00161, 0}, {NULL, 0, 0, 0} }; NULL 5944 standard/html_tables.h static const entity_cp_map ht_bucket_html4_16C[] = { {"Yuml", 4, 0x00178, 0}, {NULL, 0, 0, 0} }; NULL 5945 standard/html_tables.h static const entity_cp_map ht_bucket_html4_16E[] = { {"sup1", 4, 0x000B9, 0}, {NULL, 0, 0, 0} }; NULL 5946 standard/html_tables.h static const entity_cp_map ht_bucket_html4_16F[] = { {"sup2", 4, 0x000B2, 0}, {"Delta", 5, 0x00394, 0}, {"sbquo", 5, 0x0201A, 0}, {NULL, 0, 0, 0} }; NULL 5947 standard/html_tables.h static const entity_cp_map ht_bucket_html4_170[] = { {"sup3", 4, 0x000B3, 0}, {"lrm", 3, 0x0200E, 0}, {NULL, 0, 0, 0} }; NULL 5948 standard/html_tables.h static const entity_cp_map ht_bucket_html4_173[] = { {"diams", 5, 0x02666, 0}, {NULL, 0, 0, 0} }; NULL 5949 standard/html_tables.h static const entity_cp_map ht_bucket_html4_175[] = { {"OElig", 5, 0x00152, 0}, {NULL, 0, 0, 0} }; NULL 5950 standard/html_tables.h static const entity_cp_map ht_bucket_html4_176[] = { {"aring", 5, 0x000E5, 0}, {NULL, 0, 0, 0} }; NULL 5951 standard/html_tables.h static const entity_cp_map ht_bucket_html4_178[] = { {"oplus", 5, 0x02295, 0}, {NULL, 0, 0, 0} }; NULL 5952 standard/html_tables.h static const entity_cp_map ht_bucket_html4_17C[] = { {"iuml", 4, 0x000EF, 0}, {NULL, 0, 0, 0} }; NULL 5953 standard/html_tables.h static const entity_cp_map ht_bucket_html4_17F[] = { {"Egrave", 6, 0x000C8, 0}, {"uArr", 4, 0x021D1, 0}, {NULL, 0, 0, 0} }; NULL 5954 standard/html_tables.h static const entity_cp_map ht_bucket_html4_181[] = { {"Beta", 4, 0x00392, 0}, {NULL, 0, 0, 0} }; NULL 5955 standard/html_tables.h static const entity_cp_map ht_bucket_html4_183[] = { {"nabla", 5, 0x02207, 0}, {NULL, 0, 0, 0} }; NULL 5956 standard/html_tables.h static const entity_cp_map ht_bucket_html4_186[] = { {"ETH", 3, 0x000D0, 0}, {"otilde", 6, 0x000F5, 0}, {NULL, 0, 0, 0} }; NULL 5957 standard/html_tables.h static const entity_cp_map ht_bucket_html4_187[] = { {"laquo", 5, 0x000AB, 0}, {"times", 5, 0x000D7, 0}, {NULL, 0, 0, 0} }; NULL 5958 standard/html_tables.h static const entity_cp_map ht_bucket_html4_18C[] = { {"yuml", 4, 0x000FF, 0}, {NULL, 0, 0, 0} }; NULL 5959 standard/html_tables.h static const entity_cp_map ht_bucket_html4_18D[] = { {"cup", 3, 0x0222A, 0}, {NULL, 0, 0, 0} }; NULL 5960 standard/html_tables.h static const entity_cp_map ht_bucket_html4_18E[] = { {"Rho", 3, 0x003A1, 0}, {NULL, 0, 0, 0} }; NULL 5961 standard/html_tables.h static const entity_cp_map ht_bucket_html4_18F[] = { {"Ugrave", 6, 0x000D9, 0}, {"delta", 5, 0x003B4, 0}, {"equiv", 5, 0x02261, 0}, {"sub", 3, 0x02282, 0}, {NULL, 0, 0, 0} }; NULL 5962 standard/html_tables.h static const entity_cp_map ht_bucket_html4_194[] = { {"curren", 6, 0x000A4, 0}, {NULL, 0, 0, 0} }; NULL 5963 standard/html_tables.h static const entity_cp_map ht_bucket_html4_196[] = { {"not", 3, 0x000AC, 0}, {NULL, 0, 0, 0} }; NULL 5964 standard/html_tables.h static const entity_cp_map ht_bucket_html4_197[] = { {"acute", 5, 0x000B4, 0}, {NULL, 0, 0, 0} }; NULL 5965 standard/html_tables.h static const entity_cp_map ht_bucket_html4_19A[] = { {"prod", 4, 0x0220F, 0}, {"sum", 3, 0x02211, 0}, {"lsaquo", 6, 0x02039, 0}, {NULL, 0, 0, 0} }; NULL 5966 standard/html_tables.h static const entity_cp_map ht_bucket_html4_19C[] = { {"Eacute", 6, 0x000C9, 0}, {"Omicron", 7, 0x0039F, 0}, {"sigmaf", 6, 0x003C2, 0}, {NULL, 0, 0, 0} }; NULL 5967 standard/html_tables.h static const entity_cp_map ht_bucket_html4_19D[] = { {"sup", 3, 0x02283, 0}, {NULL, 0, 0, 0} }; NULL 5968 standard/html_tables.h static const entity_cp_map ht_bucket_html4_19F[] = { {"egrave", 6, 0x000E8, 0}, {"uarr", 4, 0x02191, 0}, {"lowast", 6, 0x02217, 0}, {NULL, 0, 0, 0} }; NULL 5969 standard/html_tables.h static const entity_cp_map ht_bucket_html4_1A0[] = { {"zwj", 3, 0x0200D, 0}, {"bdquo", 5, 0x0201E, 0}, {NULL, 0, 0, 0} }; NULL 5970 standard/html_tables.h static const entity_cp_map ht_bucket_html4_1A1[] = { {"beta", 4, 0x003B2, 0}, {NULL, 0, 0, 0} }; NULL 5971 standard/html_tables.h static const entity_cp_map ht_bucket_html4_1A2[] = { {"Ouml", 4, 0x000D6, 0}, {"supe", 4, 0x02287, 0}, {NULL, 0, 0, 0} }; NULL 5972 standard/html_tables.h static const entity_cp_map ht_bucket_html4_1A4[] = { {"plusmn", 6, 0x000B1, 0}, {NULL, 0, 0, 0} }; NULL 5973 standard/html_tables.h static const entity_cp_map ht_bucket_html4_1A6[] = { {"cedil", 5, 0x000B8, 0}, {"prop", 4, 0x0221D, 0}, {NULL, 0, 0, 0} }; NULL 5974 standard/html_tables.h static const entity_cp_map ht_bucket_html4_1A7[] = { {"lang", 4, 0x02329, 0}, {NULL, 0, 0, 0} }; NULL 5975 standard/html_tables.h static const entity_cp_map ht_bucket_html4_1A8[] = { {"radic", 5, 0x0221A, 0}, {NULL, 0, 0, 0} }; NULL 5976 standard/html_tables.h static const entity_cp_map ht_bucket_html4_1A9[] = { {"para", 4, 0x000B6, 0}, {NULL, 0, 0, 0} }; NULL 5977 standard/html_tables.h static const entity_cp_map ht_bucket_html4_1AC[] = { {"Uacute", 6, 0x000DA, 0}, {NULL, 0, 0, 0} }; NULL 5978 standard/html_tables.h static const entity_cp_map ht_bucket_html4_1AE[] = { {"szlig", 5, 0x000DF, 0}, {"rho", 3, 0x003C1, 0}, {"lceil", 5, 0x02308, 0}, {NULL, 0, 0, 0} }; NULL 5979 standard/html_tables.h static const entity_cp_map ht_bucket_html4_1AF[] = { {"ugrave", 6, 0x000F9, 0}, {NULL, 0, 0, 0} }; NULL 5980 standard/html_tables.h static const entity_cp_map ht_bucket_html4_1B0[] = { {"rdquo", 5, 0x0201D, 0}, {NULL, 0, 0, 0} }; NULL 5981 standard/html_tables.h static const entity_cp_map ht_bucket_html4_1B5[] = { {"deg", 3, 0x000B0, 0}, {"trade", 5, 0x02122, 0}, {"oelig", 5, 0x00153, 0}, {NULL, 0, 0, 0} }; NULL 5982 standard/html_tables.h static const entity_cp_map ht_bucket_html4_1B9[] = { {"Chi", 3, 0x003A7, 0}, {"rfloor", 6, 0x0230B, 0}, {NULL, 0, 0, 0} }; NULL 5983 standard/html_tables.h static const entity_cp_map ht_bucket_html4_1BC[] = { {"eacute", 6, 0x000E9, 0}, {"omicron", 7, 0x003BF, 0}, {"part", 4, 0x02202, 0}, {NULL, 0, 0, 0} }; NULL 5984 standard/html_tables.h static const entity_cp_map ht_bucket_html4_1BE[] = { {"clubs", 5, 0x02663, 0}, {NULL, 0, 0, 0} }; NULL 5985 standard/html_tables.h static const entity_cp_map ht_bucket_html4_1BF[] = { {"Epsilon", 7, 0x00395, 0}, {"Eta", 3, 0x00397, 0}, {NULL, 0, 0, 0} }; NULL 5986 standard/html_tables.h static const entity_cp_map ht_bucket_html4_1C2[] = { {"ouml", 4, 0x000F6, 0}, {NULL, 0, 0, 0} }; NULL 5987 standard/html_tables.h static const entity_cp_map ht_bucket_html4_1C4[] = { {"#039", 4, 0x00027, 0}, {NULL, 0, 0, 0} }; NULL 5988 standard/html_tables.h static const entity_cp_map ht_bucket_html4_1C9[] = { {"Ograve", 6, 0x000D2, 0}, {NULL, 0, 0, 0} }; NULL 5989 standard/html_tables.h static const entity_cp_map ht_bucket_html4_1CC[] = { {"uacute", 6, 0x000FA, 0}, {"cong", 4, 0x02245, 0}, {NULL, 0, 0, 0} }; NULL 5990 standard/html_tables.h static const entity_cp_map ht_bucket_html4_1CF[] = { {"Upsilon", 7, 0x003A5, 0}, {"asymp", 5, 0x02248, 0}, {NULL, 0, 0, 0} }; NULL 5991 standard/html_tables.h static const entity_cp_map ht_bucket_html4_1D0[] = { {"ordf", 4, 0x000AA, 0}, {NULL, 0, 0, 0} }; NULL 5992 standard/html_tables.h static const entity_cp_map ht_bucket_html4_1D4[] = { {"sube", 4, 0x02286, 0}, {NULL, 0, 0, 0} }; NULL 5993 standard/html_tables.h static const entity_cp_map ht_bucket_html4_1D7[] = { {"ordm", 4, 0x000BA, 0}, {NULL, 0, 0, 0} }; NULL 5994 standard/html_tables.h static const entity_cp_map ht_bucket_html4_1D8[] = { {"Euml", 4, 0x000CB, 0}, {NULL, 0, 0, 0} }; NULL 5995 standard/html_tables.h static const entity_cp_map ht_bucket_html4_1D9[] = { {"chi", 3, 0x003C7, 0}, {NULL, 0, 0, 0} }; NULL 5996 standard/html_tables.h static const entity_cp_map ht_bucket_html4_1DD[] = { {"nsub", 4, 0x02284, 0}, {NULL, 0, 0, 0} }; NULL 5997 standard/html_tables.h static const entity_cp_map ht_bucket_html4_1DF[] = { {"epsilon", 7, 0x003B5, 0}, {"eta", 3, 0x003B7, 0}, {NULL, 0, 0, 0} }; NULL 5998 standard/html_tables.h static const entity_cp_map ht_bucket_html4_1E6[] = { {"Oacute", 6, 0x000D3, 0}, {"eth", 3, 0x000F0, 0}, {NULL, 0, 0, 0} }; NULL 5999 standard/html_tables.h static const entity_cp_map ht_bucket_html4_1E8[] = { {"Uuml", 4, 0x000DC, 0}, {NULL, 0, 0, 0} }; NULL 6000 standard/html_tables.h static const entity_cp_map ht_bucket_html4_1E9[] = { {"ograve", 6, 0x000F2, 0}, {NULL, 0, 0, 0} }; NULL 6001 standard/html_tables.h static const entity_cp_map ht_bucket_html4_1ED[] = { {"rang", 4, 0x0232A, 0}, {NULL, 0, 0, 0} }; NULL 6002 standard/html_tables.h static const entity_cp_map ht_bucket_html4_1EF[] = { {"upsilon", 7, 0x003C5, 0}, {NULL, 0, 0, 0} }; NULL 6003 standard/html_tables.h static const entity_cp_map ht_bucket_html4_1F1[] = { {"ge", 2, 0x02265, 0}, {NULL, 0, 0, 0} }; NULL 6004 standard/html_tables.h static const entity_cp_map ht_bucket_html4_1F2[] = { {"Kappa", 5, 0x0039A, 0}, {NULL, 0, 0, 0} }; NULL 6005 standard/html_tables.h static const entity_cp_map ht_bucket_html4_1F3[] = { {"lfloor", 6, 0x0230A, 0}, {NULL, 0, 0, 0} }; NULL 6006 standard/html_tables.h static const entity_cp_map ht_bucket_html4_1F4[] = { {"sect", 4, 0x000A7, 0}, {NULL, 0, 0, 0} }; NULL 6007 standard/html_tables.h static const entity_cp_map ht_bucket_html4_1F6[] = { {"otimes", 6, 0x02297, 0}, {NULL, 0, 0, 0} }; NULL 6008 standard/html_tables.h static const entity_cp_map ht_bucket_html4_1F8[] = { {"euml", 4, 0x000EB, 0}, {NULL, 0, 0, 0} }; NULL 6009 standard/html_tables.h static const entity_cp_map ht_bucket_html4_1F9[] = { {"shy", 3, 0x000AD, 0}, {NULL, 0, 0, 0} }; NULL 6152 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 6153 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 6154 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 6155 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 6156 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 6157 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 6158 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 6159 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 6160 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"quot", 4} } }, {0, { {NULL, 0} } }, NULL 6161 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"amp", 3} } }, {0, { {"#039", 4} } }, NULL 6162 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 6163 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 6164 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 6165 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 6166 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 6167 standard/html_tables.h {0, { {"lt", 2} } }, {0, { {NULL, 0} } }, {0, { {"gt", 2} } }, {0, { {NULL, 0} } }, NULL 6172 standard/html_tables.h static const entity_cp_map ht_bucket_be_noapos_000[] = { {"gt", 2, 0x0003E, 0}, {NULL, 0, 0, 0} }; NULL 6173 standard/html_tables.h static const entity_cp_map ht_bucket_be_noapos_003[] = { {"amp", 3, 0x00026, 0}, {NULL, 0, 0, 0} }; NULL 6174 standard/html_tables.h static const entity_cp_map ht_bucket_be_noapos_004[] = { {"#039", 4, 0x00027, 0}, {NULL, 0, 0, 0} }; NULL 6175 standard/html_tables.h static const entity_cp_map ht_bucket_be_noapos_005[] = { {"lt", 2, 0x0003C, 0}, {NULL, 0, 0, 0} }; NULL 6176 standard/html_tables.h static const entity_cp_map ht_bucket_be_noapos_00E[] = { {"quot", 4, 0x00022, 0}, {NULL, 0, 0, 0} }; NULL 6195 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 6196 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 6197 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 6198 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 6199 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 6200 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 6201 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 6202 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 6203 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"quot", 4} } }, {0, { {NULL, 0} } }, NULL 6204 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"amp", 3} } }, {0, { {"apos", 4} } }, NULL 6205 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 6206 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 6207 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 6208 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 6209 standard/html_tables.h {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, NULL 6210 standard/html_tables.h {0, { {"lt", 2} } }, {0, { {NULL, 0} } }, {0, { {"gt", 2} } }, {0, { {NULL, 0} } }, NULL 6215 standard/html_tables.h static const entity_cp_map ht_bucket_be_apos_000[] = { {"gt", 2, 0x0003E, 0}, {NULL, 0, 0, 0} }; NULL 6216 standard/html_tables.h static const entity_cp_map ht_bucket_be_apos_003[] = { {"amp", 3, 0x00026, 0}, {NULL, 0, 0, 0} }; NULL 6217 standard/html_tables.h static const entity_cp_map ht_bucket_be_apos_005[] = { {"lt", 2, 0x0003C, 0}, {NULL, 0, 0, 0} }; NULL 6218 standard/html_tables.h static const entity_cp_map ht_bucket_be_apos_008[] = { {"apos", 4, 0x00027, 0}, {NULL, 0, 0, 0} }; NULL 6219 standard/html_tables.h static const entity_cp_map ht_bucket_be_apos_00E[] = { {"quot", 4, 0x00022, 0}, {NULL, 0, 0, 0} }; NULL 199 standard/html_tables/html_table_gen.php $mstable[$i][$j] = isset($mappy[$cp]) ? $mappy[$cp] : NULL; NULL 221 standard/html_tables/html_table_gen.php if ($mstable[$i][$j] !== NULL) NULL 552 standard/html_tables/html_table_gen.php if ($z === NULL) NULL 34 standard/http.c char *key = NULL; NULL 39 standard/http.c zval **zdata = NULL, *copyzval; NULL 59 standard/http.c (key_type = zend_hash_get_current_key_ex(ht, &key, &key_len, &idx, 0, NULL)) != HASH_KEY_NON_EXISTANT; NULL 68 standard/http.c if (key && *key == '\0' && type != NULL) { NULL 80 standard/http.c if (zend_hash_get_current_data_ex(ht, (void **)&zdata, NULL) == FAILURE || !zdata || !(*zdata)) { NULL 81 standard/http.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error traversing form data array"); NULL 141 standard/http.c php_url_encode_hash_ex(HASH_OF(*zdata), formstr, NULL, 0, newprefix, newprefix_len, "%5D", 3, (Z_TYPE_PP(zdata) == IS_OBJECT ? *zdata : NULL), arg_sep, enc_type TSRMLS_CC); NULL 214 standard/http.c char *prefix = NULL, *arg_sep=NULL; NULL 224 standard/http.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Parameter 1 expected to be Array or Object. Incorrect value given"); NULL 228 standard/http.c if (php_url_encode_hash_ex(HASH_OF(formdata), &formstr, prefix, prefix_len, NULL, 0, NULL, 0, (Z_TYPE_P(formdata) == IS_OBJECT ? formdata : NULL), arg_sep, enc_type TSRMLS_CC) == FAILURE) { NULL 89 standard/http_fopen_wrapper.c php_stream *stream = NULL; NULL 90 standard/http_fopen_wrapper.c php_url *resource = NULL; NULL 93 standard/http_fopen_wrapper.c char *scratch = NULL; NULL 94 standard/http_fopen_wrapper.c char *tmp = NULL; NULL 95 standard/http_fopen_wrapper.c char *ua_str = NULL; NULL 96 standard/http_fopen_wrapper.c zval **ua_zval = NULL, **tmpzval = NULL; NULL 100 standard/http_fopen_wrapper.c zval *response_header = NULL; NULL 102 standard/http_fopen_wrapper.c char *http_header_line = NULL; NULL 106 standard/http_fopen_wrapper.c char *transport_string, *errstr = NULL; NULL 108 standard/http_fopen_wrapper.c char *protocol_version = NULL; NULL 111 standard/http_fopen_wrapper.c char *user_headers = NULL; NULL 115 standard/http_fopen_wrapper.c php_stream_filter *transfer_encoding = NULL; NULL 121 standard/http_fopen_wrapper.c return NULL; NULL 125 standard/http_fopen_wrapper.c if (resource == NULL) { NULL 126 standard/http_fopen_wrapper.c return NULL; NULL 135 standard/http_fopen_wrapper.c return php_stream_open_wrapper_ex(path, mode, REPORT_ERRORS, NULL, context); NULL 150 standard/http_fopen_wrapper.c return NULL; NULL 184 standard/http_fopen_wrapper.c NULL, &timeout, context, &errstr, NULL); NULL 193 standard/http_fopen_wrapper.c errstr = NULL; NULL 213 standard/http_fopen_wrapper.c zval **tmpheader = NULL; NULL 272 standard/http_fopen_wrapper.c stream = NULL; NULL 280 standard/http_fopen_wrapper.c while (php_stream_gets(stream, header_line, HTTP_HEADER_BLOCK_SIZE-1) != NULL) { NULL 291 standard/http_fopen_wrapper.c if (php_stream_xport_crypto_setup(stream, STREAM_CRYPTO_METHOD_SSLv23_CLIENT, NULL TSRMLS_CC) < 0 || NULL 295 standard/http_fopen_wrapper.c stream = NULL; NULL 300 standard/http_fopen_wrapper.c if (stream == NULL) NULL 314 standard/http_fopen_wrapper.c php_stream_notify_info(context, PHP_STREAM_NOTIFY_CONNECT, NULL, 0); NULL 388 standard/http_fopen_wrapper.c protocol_version = NULL; NULL 397 standard/http_fopen_wrapper.c tmp = NULL; NULL 401 standard/http_fopen_wrapper.c zval **tmpheader = NULL; NULL 416 standard/http_fopen_wrapper.c tmp = php_trim(tmpstr.c, strlen(tmpstr.c), NULL, 0, NULL, 3 TSRMLS_CC); NULL 422 standard/http_fopen_wrapper.c tmp = php_trim(Z_STRVAL_PP(tmpzval), Z_STRLEN_PP(tmpzval), NULL, 0, NULL, 3 TSRMLS_CC); NULL 452 standard/http_fopen_wrapper.c tmp_c = php_trim(tmp, strlen(tmp), NULL, 0, NULL, 3 TSRMLS_CC); NULL 503 standard/http_fopen_wrapper.c user_headers = NULL; NULL 534 standard/http_fopen_wrapper.c tmp = (char*)php_base64_encode((unsigned char*)scratch, strlen(scratch), NULL); NULL 538 standard/http_fopen_wrapper.c php_stream_notify_info(context, PHP_STREAM_NOTIFY_AUTH_REQUIRED, NULL, 0); NULL 542 standard/http_fopen_wrapper.c tmp = NULL; NULL 586 standard/http_fopen_wrapper.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot construct User-agent header"); NULL 627 standard/http_fopen_wrapper.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Content-type not specified assuming application/x-www-form-urlencoded"); NULL 658 standard/http_fopen_wrapper.c if (php_stream_get_line(stream, tmp_line, sizeof(tmp_line) - 1, &tmp_line_len) != NULL) { NULL 702 standard/http_fopen_wrapper.c zend_hash_next_index_insert(Z_ARRVAL_P(response_header), &http_response, sizeof(zval *), NULL); NULL 719 standard/http_fopen_wrapper.c if (php_stream_get_line(stream, http_header_line, HTTP_HEADER_BLOCK_SIZE, &http_header_line_length) == NULL) { NULL 757 standard/http_fopen_wrapper.c transfer_encoding = php_stream_filter_create("dechunk", NULL, php_stream_is_persistent(stream) TSRMLS_CC); NULL 775 standard/http_fopen_wrapper.c zend_hash_next_index_insert(Z_ARRVAL_P(response_header), &http_header, sizeof(zval *), NULL); NULL 791 standard/http_fopen_wrapper.c stream = NULL; NULL 839 standard/http_fopen_wrapper.c if ((resource = php_url_parse(new_path)) == NULL) { NULL 936 standard/http_fopen_wrapper.c NULL, /* stream_close */ NULL 938 standard/http_fopen_wrapper.c NULL, /* stat_url */ NULL 939 standard/http_fopen_wrapper.c NULL, /* opendir */ NULL 941 standard/http_fopen_wrapper.c NULL, /* unlink */ NULL 942 standard/http_fopen_wrapper.c NULL, /* rename */ NULL 943 standard/http_fopen_wrapper.c NULL, /* mkdir */ NULL 944 standard/http_fopen_wrapper.c NULL /* rmdir */ NULL 949 standard/http_fopen_wrapper.c NULL, NULL 102 standard/image.c struct gfxinfo *result = NULL; NULL 106 standard/image.c return NULL; NULL 109 standard/image.c return NULL; NULL 125 standard/image.c struct gfxinfo *result = NULL; NULL 129 standard/image.c return NULL; NULL 132 standard/image.c return NULL; NULL 146 standard/image.c struct gfxinfo *result = NULL; NULL 151 standard/image.c return NULL; NULL 154 standard/image.c return NULL; NULL 168 standard/image.c return NULL; NULL 196 standard/image.c struct gfxinfo *result = NULL; NULL 203 standard/image.c char *b, *buf=NULL, *bufz=NULL; NULL 208 standard/image.c return NULL; NULL 211 standard/image.c return NULL; NULL 216 standard/image.c return NULL; NULL 255 standard/image.c result = NULL; NULL 268 standard/image.c struct gfxinfo *result = NULL; NULL 273 standard/image.c return NULL; NULL 276 standard/image.c return NULL; NULL 294 standard/image.c struct gfxinfo *result = NULL; NULL 306 standard/image.c return NULL; NULL 309 standard/image.c return NULL; NULL 472 standard/image.c struct gfxinfo *result = NULL; NULL 493 standard/image.c if (result == NULL) { NULL 601 standard/image.c struct gfxinfo *result = NULL; NULL 619 standard/image.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "JPEG2000 codestream corrupt(Expected SIZ marker not found after SOC)"); NULL 620 standard/image.c return NULL; NULL 640 standard/image.c return NULL; NULL 647 standard/image.c return NULL; NULL 673 standard/image.c struct gfxinfo *result = NULL; NULL 698 standard/image.c return NULL; NULL 721 standard/image.c if (result == NULL) { NULL 722 standard/image.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "JP2 file has no codestreams at root level"); NULL 800 standard/image.c struct gfxinfo *result = NULL; NULL 808 standard/image.c return NULL; NULL 811 standard/image.c return NULL; NULL 816 standard/image.c return NULL; NULL 824 standard/image.c return NULL; NULL 873 standard/image.c return NULL; NULL 888 standard/image.c return NULL; NULL 891 standard/image.c return NULL; NULL 897 standard/image.c return NULL; NULL 902 standard/image.c return NULL; NULL 909 standard/image.c return NULL; NULL 924 standard/image.c return NULL; NULL 1001 standard/image.c return NULL; NULL 1019 standard/image.c *result = NULL; NULL 1024 standard/image.c while ((fline=php_stream_gets(stream, NULL, 0)) != NULL) { NULL 1082 standard/image.c struct gfxinfo *result = NULL; NULL 1087 standard/image.c return NULL; NULL 1092 standard/image.c return NULL; NULL 1225 standard/image.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Read error!"); NULL 1236 standard/image.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Read error!"); NULL 1242 standard/image.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "PNG file corrupted by ASCII conversion"); NULL 1258 standard/image.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Read error!"); NULL 1273 standard/image.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Read error!"); NULL 1282 standard/image.c if (php_get_wbmp(stream, NULL, 1 TSRMLS_CC)) { NULL 1285 standard/image.c if (php_get_xbm(stream, NULL TSRMLS_CC)) { NULL 1296 standard/image.c struct gfxinfo *result = NULL; NULL 1302 standard/image.c itype = php_getimagetype(stream, NULL TSRMLS_CC); NULL 1311 standard/image.c result = php_handle_jpeg(stream, NULL TSRMLS_CC); NULL 1324 standard/image.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "The image is a compressed SWF file, but you do not have a static version of the zlib extension enabled"); NULL 1334 standard/image.c result = php_handle_tiff(stream, NULL, 0 TSRMLS_CC); NULL 1337 standard/image.c result = php_handle_tiff(stream, NULL, 1 TSRMLS_CC); NULL 1388 standard/image.c zval **info = NULL; NULL 1389 standard/image.c php_stream *stream = NULL; NULL 1405 standard/image.c stream = php_stream_open_wrapper(input, "rb", STREAM_MUST_SEEK|REPORT_ERRORS|IGNORE_PATH, NULL); NULL 42 standard/incomplete_class.c class_name = php_lookup_class_name(object, NULL); NULL 49 standard/incomplete_class.c php_error_docref(NULL TSRMLS_CC, error_type, INCOMPLETE_CLASS_MSG, class_name); NULL 98 standard/incomplete_class.c return NULL; NULL 121 standard/incomplete_class.c INIT_CLASS_ENTRY(incomplete_class, INCOMPLETE_CLASS, NULL); NULL 141 standard/incomplete_class.c char *retval = NULL; NULL 172 standard/incomplete_class.c zend_hash_update(Z_OBJPROP_P(object), MAGIC_MEMBER, sizeof(MAGIC_MEMBER), &val, sizeof(val), NULL); NULL 126 standard/info.c while (zend_hash_get_current_key_ex(ht, &key, &len, NULL, 0, &pos) == HASH_KEY_IS_STRING) NULL 130 standard/info.c if (zend_hash_get_current_key_ex(ht, &key, &len, NULL, 0, &pos) == HASH_KEY_IS_STRING) { NULL 220 standard/info.c switch (zend_hash_get_current_key_ex(Z_ARRVAL_PP(data), &string_key, &string_len, &num_key, 0, NULL)) { NULL 249 standard/info.c tmp = NULL; NULL 294 standard/info.c return php_escape_html_entities(string, strlen(string), &new_len, 0, ENT_QUOTES, NULL TSRMLS_CC); NULL 309 standard/info.c char *major = NULL, *sub = NULL, *retval; NULL 316 standard/info.c return NULL; NULL 320 standard/info.c if(NULL != pGNSI) { NULL 475 standard/info.c return NULL; NULL 549 standard/info.c if(winver == NULL) { NULL 826 standard/info.c display_ini_entries(NULL); NULL 834 standard/info.c zend_hash_init(&sorted_registry, zend_hash_num_elements(&module_registry), NULL, NULL, 1); NULL 835 standard/info.c zend_hash_copy(&sorted_registry, &module_registry, NULL, &tmp, sizeof(zend_module_entry)); NULL 853 standard/info.c for (env=environ; env!=NULL && *env !=NULL; env++) { NULL 1159 standard/info.c char *ext_name = NULL; NULL 1171 standard/info.c if (version == NULL) { NULL 1203 standard/info.c the_time = time(NULL); NULL 186 standard/iptc.c unsigned char *spoolbuf = NULL, *poi = NULL; NULL 199 standard/iptc.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to open %s", jpeg_file); NULL 80 standard/lcg.c if (gettimeofday(&tv, NULL) == 0) { NULL 92 standard/lcg.c if (gettimeofday(&tv, NULL) == 0) { NULL 109 standard/lcg.c ts_allocate_id(&lcg_globals_id, sizeof(php_lcg_globals), (ts_allocate_ctor) lcg_init_globals, NULL); NULL 83 standard/levenshtein.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "The general Levenshtein support is not there yet"); NULL 128 standard/levenshtein.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Argument string(s) too long"); NULL 73 standard/link.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); NULL 107 standard/link.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); NULL 134 standard/link.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "No such file or directory"); NULL 142 standard/link.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "No such file or directory"); NULL 146 standard/link.c if (php_stream_locate_url_wrapper(source_p, NULL, STREAM_LOCATE_WRAPPERS_ONLY TSRMLS_CC) || NULL 147 standard/link.c php_stream_locate_url_wrapper(dest_p, NULL, STREAM_LOCATE_WRAPPERS_ONLY TSRMLS_CC) ) NULL 149 standard/link.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to symlink to a URL"); NULL 167 standard/link.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); NULL 190 standard/link.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "No such file or directory"); NULL 194 standard/link.c if (php_stream_locate_url_wrapper(source_p, NULL, STREAM_LOCATE_WRAPPERS_ONLY TSRMLS_CC) || NULL 195 standard/link.c php_stream_locate_url_wrapper(dest_p, NULL, STREAM_LOCATE_WRAPPERS_ONLY TSRMLS_CC) ) NULL 197 standard/link.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to link to a URL"); NULL 215 standard/link.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); NULL 78 standard/link_win32.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "readlink failed to read the symbolic link (%s), error %d)", link, GetLastError()); NULL 100 standard/link_win32.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); NULL 128 standard/link_win32.c if (pCreateSymbolicLinkA == NULL) { NULL 129 standard/link_win32.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Can't call CreateSymbolicLinkA"); NULL 133 standard/link_win32.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Can't call get a handle on kernel32.dll"); NULL 142 standard/link_win32.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "No such file or directory"); NULL 150 standard/link_win32.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "No such file or directory"); NULL 154 standard/link_win32.c if (php_stream_locate_url_wrapper(source_p, NULL, STREAM_LOCATE_WRAPPERS_ONLY TSRMLS_CC) || NULL 155 standard/link_win32.c php_stream_locate_url_wrapper(dest_p, NULL, STREAM_LOCATE_WRAPPERS_ONLY TSRMLS_CC) ) NULL 157 standard/link_win32.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to symlink to a URL"); NULL 170 standard/link_win32.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not fetch file information(error %d)", GetLastError()); NULL 180 standard/link_win32.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot create symlink, error code(%d)", GetLastError()); NULL 205 standard/link_win32.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "No such file or directory"); NULL 209 standard/link_win32.c if (php_stream_locate_url_wrapper(source_p, NULL, STREAM_LOCATE_WRAPPERS_ONLY TSRMLS_CC) || NULL 210 standard/link_win32.c php_stream_locate_url_wrapper(dest_p, NULL, STREAM_LOCATE_WRAPPERS_ONLY TSRMLS_CC) ) NULL 212 standard/link_win32.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to link to a URL"); NULL 225 standard/link_win32.c ret = CreateHardLinkA(topath, frompath, NULL); NULL 227 standard/link_win32.c ret = CreateHardLinkA(dest_p, source_p, NULL); NULL 231 standard/link_win32.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); NULL 79 standard/mail.c char *str = NULL; NULL 101 standard/mail.c char *to=NULL, *message=NULL, *headers=NULL, *headers_trimmed=NULL; NULL 102 standard/mail.c char *subject=NULL, *extra_cmd=NULL; NULL 119 standard/mail.c headers_trimmed = php_trim(headers, headers_len, NULL, 0, NULL, 2 TSRMLS_CC); NULL 216 standard/mail.c php_stream *stream = php_stream_open_wrapper(filename, "a", flags, NULL); NULL 230 standard/mail.c char *tsm_errmsg = NULL; NULL 235 standard/mail.c char *sendmail_cmd = NULL; NULL 239 standard/mail.c void (*sig_handler)() = NULL; NULL 274 standard/mail.c php_basename(tmp, strlen(tmp), NULL, 0,&f, &f_len TSRMLS_CC); NULL 276 standard/mail.c if (headers != NULL) { NULL 287 standard/mail.c if (TSendMail(INI_STR("SMTP"), &tsm_err, &tsm_errmsg, hdr, subject, to, message, NULL, NULL, NULL TSRMLS_CC) == FAILURE) { NULL 289 standard/mail.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", tsm_errmsg); NULL 292 standard/mail.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", GetSMErrorText(tsm_err)); NULL 301 standard/mail.c if (extra_cmd != NULL) { NULL 313 standard/mail.c sig_handler = NULL; NULL 318 standard/mail.c sendmail = popen_ex(sendmail_cmd, "wb", NULL, NULL TSRMLS_CC); NULL 326 standard/mail.c if (extra_cmd != NULL) { NULL 333 standard/mail.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Permission denied: unable to execute shell to run mail delivery binary '%s'", sendmail_path); NULL 347 standard/mail.c if (hdr != NULL) { NULL 376 standard/mail.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not execute mail delivery program '%s'", sendmail_path); NULL 204 standard/math.c tmp_value = zend_strtod(buf, NULL); NULL 708 standard/math.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "base must be greater than 0"); NULL 826 standard/math.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Number '%s' is too big to fit in long", s); NULL 948 standard/math.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Number too large"); NULL 1077 standard/math.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid `from base' (%ld)", frombase); NULL 1081 standard/math.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid `to base' (%ld)", tobase); NULL 1104 standard/math.c char *tmpbuf = NULL, *resbuf; NULL 1122 standard/math.c if (tmpbuf == NULL || !isdigit((int)tmpbuf[0])) { NULL 1134 standard/math.c dp = NULL; NULL 1225 standard/math.c thousand_sep, thousand_sep_len, NULL); NULL 1235 standard/math.c char *thousand_sep = NULL, *dec_point = NULL; NULL 1251 standard/math.c if (dec_point == NULL) { NULL 1256 standard/math.c if (thousand_sep == NULL) { NULL 92 standard/md5.c stream = php_stream_open_wrapper(arg, "rb", REPORT_ERRORS, NULL); NULL 183 standard/metaphone.c if (word == NULL) NULL 62 standard/microtime.c if (gettimeofday(&tp, NULL)) { NULL 61 standard/pack.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Type %c: integer overflow in format string", code); \ NULL 108 standard/pack.c zval ***argv = NULL; NULL 165 standard/pack.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Type %c: '*' ignored", code); NULL 179 standard/pack.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Type %c: not enough arguments", code); NULL 219 standard/pack.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Type %c: too few arguments", code); NULL 228 standard/pack.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Type %c: unknown format code", code); NULL 237 standard/pack.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%d arguments unused", (num_args - currentarg)); NULL 290 standard/pack.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Type %c: outside of string", code); NULL 343 standard/pack.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Type %c: not enough characters in string", code); NULL 357 standard/pack.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Type %c: illegal hex digit %c", code, n); NULL 639 standard/pack.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid format type %c", type); NULL 659 standard/pack.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Type %c: integer overflow", type); NULL 833 standard/pack.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Type %c: outside of string", type); NULL 842 standard/pack.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Type %c: outside of string", type); NULL 852 standard/pack.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Type %c: outside of string", type); NULL 860 standard/pack.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Type %c: not enough input, need %d, have %d", type, size, inputlen - inputpos); NULL 138 standard/php_crypt_r.c char *p = NULL; NULL 143 standard/php_crypt_r.c if(!CryptAcquireContext(&hCryptProv, NULL, NULL, PROV_RSA_FULL, CRYPT_VERIFYCONTEXT)) { NULL 144 standard/php_crypt_r.c return NULL; NULL 278 standard/php_crypt_r.c ctx1 = (HCRYPTHASH) NULL; NULL 308 standard/php_crypt_r.c return NULL; NULL 58 standard/php_fopen_wrapper.c NULL, /* flush */ NULL 60 standard/php_fopen_wrapper.c NULL, /* seek */ NULL 61 standard/php_fopen_wrapper.c NULL, /* cast */ NULL 62 standard/php_fopen_wrapper.c NULL, /* stat */ NULL 63 standard/php_fopen_wrapper.c NULL /* set_option */ NULL 127 standard/php_fopen_wrapper.c NULL, /* seek */ NULL 128 standard/php_fopen_wrapper.c NULL, /* cast */ NULL 129 standard/php_fopen_wrapper.c NULL, /* stat */ NULL 130 standard/php_fopen_wrapper.c NULL /* set_option */ NULL 142 standard/php_fopen_wrapper.c if ((temp_filter = php_stream_filter_create(p, NULL, php_stream_is_persistent(stream) TSRMLS_CC))) { NULL 145 standard/php_fopen_wrapper.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to create filter (%s)", p); NULL 149 standard/php_fopen_wrapper.c if ((temp_filter = php_stream_filter_create(p, NULL, php_stream_is_persistent(stream) TSRMLS_CC))) { NULL 152 standard/php_fopen_wrapper.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to create filter (%s)", p); NULL 155 standard/php_fopen_wrapper.c p = php_strtok_r(NULL, "|", &token); NULL 164 standard/php_fopen_wrapper.c php_stream * stream = NULL; NULL 167 standard/php_fopen_wrapper.c FILE *file = NULL; NULL 178 standard/php_fopen_wrapper.c max_memory = strtol(path, NULL, 10); NULL 180 standard/php_fopen_wrapper.c php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "Max memory must be >= 0"); NULL 181 standard/php_fopen_wrapper.c return NULL; NULL 202 standard/php_fopen_wrapper.c return php_stream_alloc(&php_stream_output_ops, NULL, 0, "wb"); NULL 208 standard/php_fopen_wrapper.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "URL file-access is disabled in the server configuration"); NULL 210 standard/php_fopen_wrapper.c return NULL; NULL 218 standard/php_fopen_wrapper.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "URL file-access is disabled in the server configuration"); NULL 220 standard/php_fopen_wrapper.c return NULL; NULL 268 standard/php_fopen_wrapper.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Direct access to file descriptors is only available from command-line PHP"); NULL 270 standard/php_fopen_wrapper.c return NULL; NULL 275 standard/php_fopen_wrapper.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "URL file-access is disabled in the server configuration"); NULL 277 standard/php_fopen_wrapper.c return NULL; NULL 285 standard/php_fopen_wrapper.c return NULL; NULL 297 standard/php_fopen_wrapper.c return NULL; NULL 305 standard/php_fopen_wrapper.c return NULL; NULL 318 standard/php_fopen_wrapper.c php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "No URL resource specified"); NULL 320 standard/php_fopen_wrapper.c return NULL; NULL 324 standard/php_fopen_wrapper.c return NULL; NULL 338 standard/php_fopen_wrapper.c p = php_strtok_r(NULL, "/", &token); NULL 345 standard/php_fopen_wrapper.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid php:// URL specified"); NULL 346 standard/php_fopen_wrapper.c return NULL; NULL 352 standard/php_fopen_wrapper.c return NULL; NULL 360 standard/php_fopen_wrapper.c stream = php_stream_sock_open_from_socket(fd, NULL); NULL 372 standard/php_fopen_wrapper.c stream = php_stream_fopen_from_fd(fd, mode, NULL); NULL 373 standard/php_fopen_wrapper.c if (stream == NULL) { NULL 384 standard/php_fopen_wrapper.c NULL, /* close */ NULL 385 standard/php_fopen_wrapper.c NULL, /* fstat */ NULL 386 standard/php_fopen_wrapper.c NULL, /* stat */ NULL 387 standard/php_fopen_wrapper.c NULL, /* opendir */ NULL 389 standard/php_fopen_wrapper.c NULL, /* unlink */ NULL 390 standard/php_fopen_wrapper.c NULL, /* rename */ NULL 391 standard/php_fopen_wrapper.c NULL, /* mkdir */ NULL 392 standard/php_fopen_wrapper.c NULL /* rmdir */ NULL 397 standard/php_fopen_wrapper.c NULL, NULL 32 standard/php_http.h #define php_url_encode_hash(ht, formstr) php_url_encode_hash_ex((ht), (formstr), NULL, 0, NULL, 0, NULL, 0, NULL TSRMLS_CC) NULL 107 standard/php_smart_str.h __s->c = NULL; \ NULL 159 standard/php_string.h # define php_mblen(ptr, len) ((ptr) == NULL ? mbsinit(&BG(mblen_state)): (int)mbrlen(ptr, len, &BG(mblen_state))) NULL 60 standard/php_var.h zend_hash_init((var_hash_ptr), 10, NULL, NULL, 0); \ NULL 81 standard/php_var.h BG(serialize).var_hash = NULL; \ NULL 111 standard/php_var.h BG(unserialize).var_hash = NULL; \ NULL 129 standard/php_var.h php_error_docref(NULL TSRMLS_CC, E_WARNING, "Attempted GLOBALS variable overwrite"); NULL 145 standard/php_var.h php_error_docref(NULL TSRMLS_CC, E_WARNING, "Attempted super-global (%s) variable overwrite", name); NULL 161 standard/php_var.h php_error_docref(NULL TSRMLS_CC, E_WARNING, "Attempted long input array (%s) overwrite", name); NULL 255 standard/proc_open.c le_proc_open = zend_register_list_destructors_ex(proc_open_rsrc_dtor, NULL, "process", module_number); NULL 390 standard/proc_open.c return NULL; NULL 420 standard/proc_open.c char *command, *cwd=NULL; NULL 424 standard/proc_open.c zval *environment = NULL; NULL 425 standard/proc_open.c zval *other_options = NULL; NULL 429 standard/proc_open.c zval **descitem = NULL; NULL 443 standard/proc_open.c char** child_argv = NULL; NULL 444 standard/proc_open.c char* command_dup = NULL; NULL 445 standard/proc_open.c char* orig_cwd = NULL; NULL 502 standard/proc_open.c security.lpSecurityDescriptor = NULL; NULL 512 standard/proc_open.c str_index = NULL; NULL 513 standard/proc_open.c zend_hash_get_current_key_ex(Z_ARRVAL_P(descriptorspec), &str_index, NULL, &nindex, 0, &pos); NULL 516 standard/proc_open.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "descriptor spec must be an integer indexed array"); NULL 535 standard/proc_open.c if (descriptors[ndesc].childend == NULL) { NULL 536 standard/proc_open.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "unable to dup File-Handle for descriptor %d", nindex); NULL 542 standard/proc_open.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "unable to dup File-Handle for descriptor %ld - %s", nindex, strerror(errno)); NULL 549 standard/proc_open.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Descriptor item must be either an array or a File-Handle"); NULL 556 standard/proc_open.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Missing handle qualifier in array"); NULL 567 standard/proc_open.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Missing mode parameter for 'pipe'"); NULL 574 standard/proc_open.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "unable to create pipe %s", strerror(errno)); NULL 606 standard/proc_open.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Missing file name parameter for 'file'"); NULL 613 standard/proc_open.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Missing mode parameter for 'file'"); NULL 619 standard/proc_open.c REPORT_ERRORS|STREAM_WILL_CAST, NULL); NULL 622 standard/proc_open.c if (stream == NULL || FAILURE == php_stream_cast(stream, NULL 635 standard/proc_open.c SetFilePointer(descriptors[ndesc].childend, 0, NULL, FILE_END); NULL 646 standard/proc_open.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed to open /dev/ptmx, errno %d", errno); NULL 654 standard/proc_open.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed to open slave pty, errno %d", errno); NULL 663 standard/proc_open.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "pty pseudo terminal not supported on this system"); NULL 667 standard/proc_open.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s is not a valid descriptor spec/mode", Z_STRVAL_PP(ztype)); NULL 678 standard/proc_open.c if (cwd == NULL) { NULL 683 standard/proc_open.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot get current directory"); NULL 724 standard/proc_open.c newprocok = CreateProcess(NULL, command, &security, &security, TRUE, dwCreateFlags, env.envp, cwd, &si, &pi); NULL 728 standard/proc_open.c newprocok = CreateProcess(NULL, command_with_cmd, &security, &security, TRUE, dwCreateFlags, env.envp, cwd, &si, &pi); NULL 747 standard/proc_open.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "CreateProcess failed, error code - %u", dw); NULL 757 standard/proc_open.c orig_cwd = getcwd(NULL, PATH_MAX); NULL 769 standard/proc_open.c construct_argc_argv(command_dup, NULL, &command_num_args, NULL); NULL 779 standard/proc_open.c construct_argc_argv(command_dup, NULL, &command_num_args, child_argv); NULL 780 standard/proc_open.c child_argv[command_num_args] = NULL; NULL 781 standard/proc_open.c child = procve(child_argv[0], PROC_DETACHED|PROC_INHERIT_CWD, NULL, &channel, NULL, NULL, 0, NULL, (const char**)child_argv); NULL 796 standard/proc_open.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "procve failed - %s", strerror(errno)); NULL 812 standard/proc_open.c ioctl(0,TIOCNOTTY,NULL); NULL 849 standard/proc_open.c execle("/bin/sh", "sh", "-c", command, NULL, env.envarray); NULL 851 standard/proc_open.c execl("/bin/sh", "sh", "-c", command, NULL); NULL 865 standard/proc_open.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "fork failed - %s", strerror(errno)); NULL 885 standard/proc_open.c if (pipes != NULL) { NULL 900 standard/proc_open.c char *mode_string=NULL; NULL 901 standard/proc_open.c php_stream *stream = NULL; NULL 928 standard/proc_open.c descriptors[i].mode_flags), mode_string, NULL); NULL 930 standard/proc_open.c stream = php_stream_fopen_from_fd(descriptors[i].parentend, mode_string, NULL); NULL 114 standard/quot_print.c return NULL; NULL 123 standard/quot_print.c return NULL; NULL 132 standard/quot_print.c return NULL; NULL 322 standard/rand.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "max(%ld) is smaller than min(%ld)", max, min); NULL 174 standard/scanf.c cset->ranges = NULL; NULL 315 standard/scanf.c char *end, *ch = NULL; NULL 397 standard/scanf.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", "cannot mix \"%\" and \"%n$\" conversion specifiers"); NULL 479 standard/scanf.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unmatched [ in format string"); NULL 483 standard/scanf.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Bad scan conversion character \"%c\"", *ch); NULL 533 standard/scanf.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", "Variable is assigned by multiple \"%n$\" conversion specifiers"); NULL 540 standard/scanf.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Variable is not assigned by any conversion specifiers"); NULL 552 standard/scanf.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", "\"%n$\" argument index out of range"); NULL 554 standard/scanf.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Different numbers of variable names and field specifiers"); NULL 593 standard/scanf.c long (*fn)() = NULL; NULL 628 standard/scanf.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Parameter %d must be passed by reference", i); NULL 1063 standard/scanf.c value = (long) (*fn)(buf, NULL, base); NULL 1181 standard/scanf.c dvalue = zend_strtod(buf, NULL); NULL 82 standard/sha1.c stream = php_stream_open_wrapper(arg, "rb", REPORT_ERRORS, NULL); NULL 63 standard/streamsfuncs.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed to create sockets: [%d]: %s", NULL 90 standard/streamsfuncs.c zval *zerrno = NULL, *zerrstr = NULL, *zcontext = NULL; NULL 94 standard/streamsfuncs.c char *hashkey = NULL; NULL 95 standard/streamsfuncs.c php_stream *stream = NULL; NULL 98 standard/streamsfuncs.c char *errstr = NULL; NULL 99 standard/streamsfuncs.c php_stream_context *context = NULL; NULL 137 standard/streamsfuncs.c if (stream == NULL) { NULL 139 standard/streamsfuncs.c char *quoted_host = php_addslashes(host, host_len, NULL, 0 TSRMLS_CC); NULL 141 standard/streamsfuncs.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "unable to connect to %s (%s)", quoted_host, errstr == NULL ? "Unknown error" : errstr); NULL 149 standard/streamsfuncs.c if (stream == NULL) { NULL 179 standard/streamsfuncs.c zval *zerrno = NULL, *zerrstr = NULL, *zcontext = NULL; NULL 180 standard/streamsfuncs.c php_stream *stream = NULL; NULL 183 standard/streamsfuncs.c char *errstr = NULL; NULL 184 standard/streamsfuncs.c php_stream_context *context = NULL; NULL 209 standard/streamsfuncs.c NULL, NULL, context, &errstr, &err); NULL 211 standard/streamsfuncs.c if (stream == NULL) { NULL 212 standard/streamsfuncs.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "unable to connect to %s (%s)", host, errstr == NULL ? "Unknown error" : errstr); NULL 215 standard/streamsfuncs.c if (stream == NULL) { NULL 243 standard/streamsfuncs.c zval *zpeername = NULL; NULL 244 standard/streamsfuncs.c char *peername = NULL; NULL 248 standard/streamsfuncs.c php_stream *stream = NULL, *clistream = NULL; NULL 251 standard/streamsfuncs.c char *errstr = NULL; NULL 274 standard/streamsfuncs.c zpeername ? &peername : NULL, NULL 275 standard/streamsfuncs.c zpeername ? &peername_len : NULL, NULL 276 standard/streamsfuncs.c NULL, NULL, NULL 285 standard/streamsfuncs.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "accept failed: %s", errstr ? errstr : "Unknown error"); NULL 302 standard/streamsfuncs.c char *name = NULL; NULL 314 standard/streamsfuncs.c NULL, NULL NULL 330 standard/streamsfuncs.c char *data, *target_addr = NULL; NULL 343 standard/streamsfuncs.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed to parse `%s' into a valid network address", target_addr); NULL 348 standard/streamsfuncs.c RETURN_LONG(php_stream_xport_sendto(stream, data, datalen, flags, target_addr ? &sa : NULL, sl TSRMLS_CC)); NULL 357 standard/streamsfuncs.c zval *zstream, *zremote = NULL; NULL 358 standard/streamsfuncs.c char *remote_addr = NULL; NULL 377 standard/streamsfuncs.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Length parameter must be greater than 0"); NULL 383 standard/streamsfuncs.c recvd = php_stream_xport_recvfrom(stream, read_buf, to_read, flags, NULL, NULL, NULL 384 standard/streamsfuncs.c zremote ? &remote_addr : NULL, NULL 385 standard/streamsfuncs.c zremote ? &remote_addr_len : NULL NULL 411 standard/streamsfuncs.c char *contents = NULL; NULL 433 standard/streamsfuncs.c php_error_docref(NULL TSRMLS_CC, E_WARNING, NULL 467 standard/streamsfuncs.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed to seek to position %ld in the stream", pos); NULL 515 standard/streamsfuncs.c for (filter = stream->filterhead; filter != NULL; filter = filter->next) { NULL 615 standard/streamsfuncs.c if (stream == NULL) { NULL 648 standard/streamsfuncs.c zend_hash_init(new_hash, zend_hash_num_elements(Z_ARRVAL_P(stream_array)), NULL, ZVAL_PTR_DTOR, 0); NULL 660 standard/streamsfuncs.c &key, &key_len, &num_ind, 0, NULL); NULL 667 standard/streamsfuncs.c if (stream == NULL) { NULL 713 standard/streamsfuncs.c zend_hash_init(new_hash, zend_hash_num_elements(Z_ARRVAL_P(stream_array)), NULL, ZVAL_PTR_DTOR, 0); NULL 720 standard/streamsfuncs.c if (stream == NULL) { NULL 759 standard/streamsfuncs.c zval *r_array, *w_array, *e_array, **sec = NULL; NULL 761 standard/streamsfuncs.c struct timeval *tv_p = NULL; NULL 775 standard/streamsfuncs.c if (r_array != NULL) { NULL 782 standard/streamsfuncs.c if (w_array != NULL) { NULL 789 standard/streamsfuncs.c if (e_array != NULL) { NULL 797 standard/streamsfuncs.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "No stream arrays were passed"); NULL 804 standard/streamsfuncs.c if (sec != NULL) { NULL 808 standard/streamsfuncs.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "The seconds parameter must be greater than 0"); NULL 811 standard/streamsfuncs.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "The microseconds parameter must be greater than 0"); NULL 830 standard/streamsfuncs.c if (r_array != NULL) { NULL 834 standard/streamsfuncs.c if (w_array != NULL) { NULL 837 standard/streamsfuncs.c if (e_array != NULL) { NULL 847 standard/streamsfuncs.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "unable to select [%d]: %s (max_fd=%d)", NULL 852 standard/streamsfuncs.c if (r_array != NULL) stream_array_from_fd_set(r_array, &rfds TSRMLS_CC); NULL 853 standard/streamsfuncs.c if (w_array != NULL) stream_array_from_fd_set(w_array, &wfds TSRMLS_CC); NULL 854 standard/streamsfuncs.c if (e_array != NULL) stream_array_from_fd_set(e_array, &efds TSRMLS_CC); NULL 865 standard/streamsfuncs.c zval *retval = NULL; NULL 889 standard/streamsfuncs.c if (FAILURE == call_user_function_ex(EG(function_table), NULL, callback, &retval, 6, ptps, 0, NULL TSRMLS_CC)) { NULL 890 standard/streamsfuncs.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed to call user notifier"); NULL 904 standard/streamsfuncs.c notifier->ptr = NULL; NULL 932 standard/streamsfuncs.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "options should have the form [\"wrappername\"][\"optionname\"] = $value"); NULL 949 standard/streamsfuncs.c context->notifier = NULL; NULL 962 standard/streamsfuncs.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid stream/context parameter"); NULL 974 standard/streamsfuncs.c php_stream_context *context = NULL; NULL 976 standard/streamsfuncs.c context = zend_fetch_resource(&contextresource TSRMLS_CC, -1, NULL, NULL, 1, php_le_stream_context(TSRMLS_C)); NULL 977 standard/streamsfuncs.c if (context == NULL) { NULL 980 standard/streamsfuncs.c stream = zend_fetch_resource(&contextresource TSRMLS_CC, -1, NULL, NULL, 2, php_file_le_stream(), php_file_le_pstream); NULL 984 standard/streamsfuncs.c if (context == NULL) { NULL 1010 standard/streamsfuncs.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid stream/context parameter"); NULL 1022 standard/streamsfuncs.c zval *options = NULL, *zcontext = NULL, *zvalue = NULL; NULL 1032 standard/streamsfuncs.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "called with wrong number or type of parameters; please RTM"); NULL 1040 standard/streamsfuncs.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid stream/context parameter"); NULL 1067 standard/streamsfuncs.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid stream/context parameter"); NULL 1088 standard/streamsfuncs.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid stream/context parameter"); NULL 1107 standard/streamsfuncs.c zval *params = NULL; NULL 1114 standard/streamsfuncs.c if (FG(default_context) == NULL) { NULL 1131 standard/streamsfuncs.c zval *options = NULL; NULL 1138 standard/streamsfuncs.c if (FG(default_context) == NULL) { NULL 1153 standard/streamsfuncs.c zval *options = NULL, *params = NULL; NULL 1182 standard/streamsfuncs.c zval *filterparams = NULL; NULL 1183 standard/streamsfuncs.c php_stream_filter *filter = NULL; NULL 1209 standard/streamsfuncs.c if (filter == NULL) { NULL 1226 standard/streamsfuncs.c if (filter == NULL) { NULL 1242 standard/streamsfuncs.c RETURN_RESOURCE(filter->rsrc_id = ZEND_REGISTER_RESOURCE(NULL, filter, php_file_le_stream_filter())); NULL 1276 standard/streamsfuncs.c filter = zend_fetch_resource(&zfilter TSRMLS_CC, -1, NULL, NULL, 1, php_file_le_stream_filter()); NULL 1278 standard/streamsfuncs.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid resource given, not a stream filter"); NULL 1283 standard/streamsfuncs.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to flush filter, not removing"); NULL 1288 standard/streamsfuncs.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not invalidate filter, not removing"); NULL 1301 standard/streamsfuncs.c char *str = NULL; NULL 1314 standard/streamsfuncs.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "The maximum allowed length must be greater than or equal to zero"); NULL 1349 standard/streamsfuncs.c if (php_stream_set_option(stream, PHP_STREAM_OPTION_BLOCKING, block == 0 ? 0 : 1, NULL) == -1) { NULL 1413 standard/streamsfuncs.c ret = php_stream_set_option(stream, PHP_STREAM_OPTION_WRITE_BUFFER, PHP_STREAM_BUFFER_NONE, NULL); NULL 1436 standard/streamsfuncs.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "The chunk size must be a positive integer, given %ld", csize); NULL 1444 standard/streamsfuncs.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "The chunk size cannot be larger than %d", INT_MAX); NULL 1450 standard/streamsfuncs.c ret = php_stream_set_option(stream, PHP_STREAM_OPTION_SET_CHUNK_SIZE, (int)csize, NULL); NULL 1476 standard/streamsfuncs.c ret = php_stream_set_option(stream, PHP_STREAM_OPTION_READ_BUFFER, PHP_STREAM_BUFFER_NONE, NULL); NULL 1490 standard/streamsfuncs.c zval *zstream, *zsessstream = NULL; NULL 1491 standard/streamsfuncs.c php_stream *stream, *sessstream = NULL; NULL 1510 standard/streamsfuncs.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "When enabling encryption you must specify the crypto type"); NULL 1553 standard/streamsfuncs.c php_stream *stream = NULL; NULL 1554 standard/streamsfuncs.c php_stream_wrapper *wrapper = NULL; NULL 1562 standard/streamsfuncs.c if (stream == NULL) { NULL 1569 standard/streamsfuncs.c wrapper = php_stream_locate_url_wrapper(Z_STRVAL_PP(zstream), NULL, 0 TSRMLS_CC); NULL 124 standard/string.c static MUTEX_T locale_mutex = NULL; NULL 131 standard/string.c register unsigned char *result = NULL; NULL 166 standard/string.c return NULL; NULL 177 standard/string.c return NULL; NULL 228 standard/string.c locale_mutex = NULL; NULL 270 standard/string.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Hexadecimal input string must have an even length"); NULL 698 standard/string.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Item '%ld' is not valid", item); NULL 704 standard/string.c if (value == NULL) { NULL 753 standard/string.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid '..'-range, no character to the left of '..'"); NULL 758 standard/string.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid '..'-range, no character to the right of '..'"); NULL 763 standard/string.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid '..'-range, '..'-range needs to be incrementing"); NULL 768 standard/string.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid '..'-range"); NULL 833 standard/string.c char *what = NULL; NULL 889 standard/string.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Break string cannot be empty"); NULL 894 standard/string.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Can't force cut when width is zero"); NULL 1018 standard/string.c if (p2 == NULL) { NULL 1024 standard/string.c } while ((p2 = php_memnstr(p1, Z_STRVAL_P(delim), Z_STRLEN_P(delim), endp)) != NULL && NULL 1045 standard/string.c if (p2 == NULL) { NULL 1062 standard/string.c } while ((p2 = php_memnstr(p1, Z_STRVAL_P(delim), Z_STRLEN_P(delim), endp)) != NULL); NULL 1092 standard/string.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Empty delimiter"); NULL 1211 standard/string.c zval **arg1 = NULL, **arg2 = NULL, *delim, *arr; NULL 1217 standard/string.c if (arg2 == NULL) { NULL 1219 standard/string.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Argument must be an array"); NULL 1239 standard/string.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid arguments passed"); NULL 1246 standard/string.c if (arg2 == NULL) { NULL 1258 standard/string.c char *str, *tok = NULL; NULL 1305 standard/string.c BG(strtok_last) = NULL; NULL 1325 standard/string.c BG(strtok_last) = NULL; NULL 1410 standard/string.c char *ret = NULL, *c, *comp, *cend; NULL 1424 standard/string.c php_ignore_value(php_mblen(NULL, 0)); NULL 1460 standard/string.c if (suffix != NULL && sufflen < (uint)(cend - comp) && NULL 1483 standard/string.c char *string, *suffix = NULL, *ret; NULL 1529 standard/string.c char *path, *ret = NULL; NULL 1550 standard/string.c ret = NULL; NULL 1554 standard/string.c php_basename(path, path_len, NULL, 0, &ret, &ret_len TSRMLS_CC); NULL 1563 standard/string.c php_basename(path, path_len, NULL, 0, &ret, &ret_len TSRMLS_CC); NULL 1580 standard/string.c php_basename(path, path_len, NULL, 0, &ret, &ret_len TSRMLS_CC); NULL 1683 standard/string.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "needle is not a string or an integer"); NULL 1697 standard/string.c char *found = NULL; NULL 1712 standard/string.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Empty delimiter"); NULL 1751 standard/string.c char *found = NULL; NULL 1762 standard/string.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Empty delimiter"); NULL 1798 standard/string.c char *found = NULL; NULL 1808 standard/string.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Offset not contained in string"); NULL 1814 standard/string.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Empty delimiter"); NULL 1846 standard/string.c char *found = NULL; NULL 1850 standard/string.c char *needle_dup = NULL, *haystack_dup; NULL 1859 standard/string.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Offset not contained in string"); NULL 1937 standard/string.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Offset is greater than the length of haystack string"); NULL 1944 standard/string.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Offset is greater than the length of haystack string"); NULL 2014 standard/string.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Offset is greater than the length of haystack string"); NULL 2022 standard/string.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Offset is greater than the length of haystack string"); NULL 2047 standard/string.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Offset is greater than the length of haystack string"); NULL 2056 standard/string.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Offset is greater than the length of haystack string"); NULL 2088 standard/string.c const char *found = NULL; NULL 2130 standard/string.c return NULL; NULL 2134 standard/string.c return NULL; NULL 2138 standard/string.c return NULL; NULL 2185 standard/string.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Chunk length should be greater than zero"); NULL 2284 standard/string.c zval **len = NULL; NULL 2293 standard/string.c zval **tmp_str = NULL, **tmp_from = NULL, **tmp_repl = NULL, **tmp_len= NULL; NULL 2335 standard/string.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "'from' and 'len' should be of same type - numerical or array "); NULL 2340 standard/string.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "'from' and 'len' should have the same number of elements"); NULL 2402 standard/string.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Functionality of 'from' and 'len' as arrays is not implemented"); NULL 2406 standard/string.c char *str_index = NULL; NULL 2525 standard/string.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Argument was modified while replacing"); NULL 2792 standard/string.c zend_hash_init(&tmp_hash, zend_hash_num_elements(hash), NULL, NULL, 0); NULL 2802 standard/string.c zend_hash_add(&tmp_hash, string_key, string_key_len, entry, sizeof(zval*), NULL); NULL 2817 standard/string.c zend_hash_add(&tmp_hash, Z_STRVAL(ctmp), len+1, entry, sizeof(zval*), NULL); NULL 2889 standard/string.c char *str, *to = NULL; NULL 2898 standard/string.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "The second argument is not an array"); NULL 3002 standard/string.c zval **percent = NULL; NULL 3041 standard/string.c if (len != NULL) { NULL 3052 standard/string.c if (len != NULL) { NULL 3204 standard/string.c *target++=(char)strtol(numtmp, NULL, 16); NULL 3215 standard/string.c *target++=(char)strtol(numtmp, NULL, 8); NULL 3352 standard/string.c char *source, *target, *tmp, *source_end=str+len, *tmp_end = NULL; NULL 3420 standard/string.c return php_char_to_str_ex(str, len, from, to, to_len, result, 1, NULL); NULL 3432 standard/string.c char *end, *haystack_dup = NULL, *needle_dup = NULL; NULL 3601 standard/string.c return php_str_to_str_ex(haystack, length, needle, needle_len, str, str_len, _new_length, 1, NULL); NULL 3610 standard/string.c **replace_entry = NULL, NULL 3612 standard/string.c char *replace_value = NULL; NULL 3720 standard/string.c zval **subject, **search, **replace, **subject_entry, **zcount = NULL; NULL 3755 standard/string.c php_str_replace_in_subject(*search, *replace, subject_entry, result, case_sensitivity, (argc > 3) ? &count : NULL); NULL 3763 standard/string.c &string_key_len, &num_key, 0, NULL)) { NULL 3776 standard/string.c php_str_replace_in_subject(*search, *replace, subject, return_value, case_sensitivity, (argc > 3) ? &count : NULL); NULL 4076 standard/string.c zval **allow=NULL; NULL 4077 standard/string.c char *allowed_tags=NULL; NULL 4087 standard/string.c if (allow != NULL) { NULL 4094 standard/string.c retval_len = php_strip_tags_ex(buf, str_len, NULL, allowed_tags, allowed_tags_len, 0); NULL 4103 standard/string.c zval ***args = NULL; NULL 4120 standard/string.c php_error_docref(NULL TSRMLS_CC, E_DEPRECATED, "Passing locale category name as string is deprecated. Use the LC_* -constants instead"); NULL 4142 standard/string.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid locale category name %s, must be one of LC_ALL, LC_COLLATE, LC_CTYPE, LC_MONETARY, LC_NUMERIC, or LC_TIME", category); NULL 4168 standard/string.c loc = NULL; NULL 4172 standard/string.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Specified locale name is too long"); NULL 4212 standard/string.c zval *arrayArg = NULL; NULL 4213 standard/string.c char *res = NULL; NULL 4222 standard/string.c if (arrayArg == NULL) { NULL 4354 standard/string.c allow_free = NULL; NULL 4360 standard/string.c tbuf = tp = NULL; NULL 4613 standard/string.c char *delim_str = NULL, *enc_str = NULL, *esc_str = NULL; NULL 4625 standard/string.c php_fgetcsv(NULL, delim, enc, esc, str_len, str, return_value TSRMLS_CC); NULL 4644 standard/string.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Second argument has to be greater than or equal to 0"); NULL 4698 standard/string.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown mode"); NULL 4898 standard/string.c zend_hash_update(Z_ARRVAL_P(return_value), "grouping", 9, &grouping, sizeof(zval *), NULL); NULL 4899 standard/string.c zend_hash_update(Z_ARRVAL_P(return_value), "mon_grouping", 13, &mon_grouping, sizeof(zval *), NULL); NULL 4927 standard/string.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Empty substring"); NULL 4935 standard/string.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Offset should be greater than or equal to 0"); NULL 4940 standard/string.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Offset value %ld exceeds string length", offset); NULL 4948 standard/string.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Length should be greater than 0"); NULL 4952 standard/string.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Length value %ld exceeds string length", length); NULL 4987 standard/string.c char *result = NULL; /* Resulting string */ NULL 5006 standard/string.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Padding string cannot be empty"); NULL 5011 standard/string.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Padding type has to be STR_PAD_LEFT, STR_PAD_RIGHT, or STR_PAD_BOTH"); NULL 5017 standard/string.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Padding length is too long"); NULL 5062 standard/string.c zval ***args = NULL; NULL 5160 standard/string.c char *buf, *str, *char_list = NULL, *p, *e, *s, ch[256]; NULL 5183 standard/string.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid format value %ld", type); NULL 5257 standard/string.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Only a single %%i or %%n token can be used"); NULL 5290 standard/string.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "The length of each segment must be greater than zero"); NULL 5328 standard/string.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "The character list cannot be empty"); NULL 5359 standard/string.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "The length must be greater than zero"); NULL 5369 standard/string.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "The start position cannot exceed initial string length"); NULL 98 standard/syslog.c BG(syslog_device)=NULL; NULL 106 standard/syslog.c BG(syslog_device) = NULL; NULL 123 standard/syslog.c BG(syslog_device) = NULL; NULL 149 standard/syslog.c if(BG(syslog_device) == NULL) { NULL 168 standard/syslog.c BG(syslog_device)=NULL; NULL 122 standard/type.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot convert to resource type"); NULL 125 standard/type.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid type"); NULL 212 standard/type.c if(Z_OBJ_HT_PP(arg)->get_class_entry == NULL) { NULL 315 standard/type.c if (is_numeric_string(Z_STRVAL_PP(arg), Z_STRLEN_PP(arg), NULL, NULL, 0)) { NULL 358 standard/type.c zval *var, **callable_name = NULL; NULL 374 standard/type.c retval = zend_is_callable_ex(var, NULL, check_flags, &name, NULL, NULL, &error TSRMLS_CC); NULL 378 standard/type.c retval = zend_is_callable_ex(var, NULL, check_flags, NULL, NULL, NULL, &error TSRMLS_CC); NULL 64 standard/uniqid.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "You must use 'more entropy' under CYGWIN"); NULL 71 standard/uniqid.c gettimeofday((struct timeval *) &tv, (struct timezone *) NULL); NULL 70 standard/url.c return (NULL); NULL 192 standard/url.c port = strtol(port_buf, NULL, 10); NULL 198 standard/url.c return NULL; NULL 203 standard/url.c return NULL; NULL 281 standard/url.c return NULL; NULL 286 standard/url.c port = strtol(port_buf, NULL, 10); NULL 294 standard/url.c return NULL; NULL 309 standard/url.c return NULL; NULL 387 standard/url.c if (resource == NULL) { NULL 395 standard/url.c if (resource->scheme != NULL) RETVAL_STRING(resource->scheme, 1); NULL 398 standard/url.c if (resource->host != NULL) RETVAL_STRING(resource->host, 1); NULL 404 standard/url.c if (resource->user != NULL) RETVAL_STRING(resource->user, 1); NULL 407 standard/url.c if (resource->pass != NULL) RETVAL_STRING(resource->pass, 1); NULL 410 standard/url.c if (resource->path != NULL) RETVAL_STRING(resource->path, 1); NULL 413 standard/url.c if (resource->query != NULL) RETVAL_STRING(resource->query, 1); NULL 416 standard/url.c if (resource->fragment != NULL) RETVAL_STRING(resource->fragment, 1); NULL 419 standard/url.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid URL component identifier %ld", key); NULL 429 standard/url.c if (resource->scheme != NULL) NULL 431 standard/url.c if (resource->host != NULL) NULL 435 standard/url.c if (resource->user != NULL) NULL 437 standard/url.c if (resource->pass != NULL) NULL 439 standard/url.c if (resource->path != NULL) NULL 441 standard/url.c if (resource->query != NULL) NULL 443 standard/url.c if (resource->fragment != NULL) NULL 513 standard/url.c } else if (!isalnum(c) && strchr("_-.", c) == NULL) { NULL 618 standard/url.c if (!isalnum(str[y]) && strchr("_-.~", str[y]) != NULL) { NULL 705 standard/url.c zval **prev_val, **hdr = NULL, **h; NULL 715 standard/url.c if (!(stream = php_stream_open_wrapper_ex(url, "r", REPORT_ERRORS | STREAM_USE_URL | STREAM_ONLY_GET_HEADERS, NULL, context))) { NULL 66 standard/url_scanner_ex.c zend_hash_init(ctx->tags, 0, NULL, NULL, 1); NULL 70 standard/url_scanner_ex.c key = php_strtok_r(NULL, ",", &lasts)) { NULL 84 standard/url_scanner_ex.c zend_hash_add(ctx->tags, key, keylen, val, strlen(val)+1, NULL); NULL 108 standard/url_scanner_ex.c const char *bash = NULL; NULL 909 standard/url_scanner_ex.c ctx->result.c = NULL; NULL 959 standard/url_scanner_ex.c ctx->result.c = NULL; NULL 966 standard/url_scanner_ex.c *handled_output = NULL; NULL 1020 standard/url_scanner_ex.c BG(url_adapt_state_ex).tags = NULL; NULL 46 standard/user_filters.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "filter property vanished"); \ NULL 84 standard/user_filters.c bucket = NULL; NULL 93 standard/user_filters.c if ((php_user_filter = zend_register_internal_class(&user_filter_class_entry TSRMLS_CC)) == NULL) { NULL 101 standard/user_filters.c le_userfilters = zend_register_list_destructors_ex(NULL, NULL, PHP_STREAM_FILTER_RES_NAME, 0); NULL 108 standard/user_filters.c le_bucket_brigade = zend_register_list_destructors_ex(NULL, NULL, PHP_STREAM_BRIGADE_RES_NAME, module_number); NULL 110 standard/user_filters.c le_bucket = zend_register_list_destructors_ex(php_bucket_dtor, NULL, PHP_STREAM_BUCKET_RES_NAME, module_number); NULL 132 standard/user_filters.c BG(user_filter_map) = NULL; NULL 142 standard/user_filters.c zval *retval = NULL; NULL 144 standard/user_filters.c if (obj == NULL) { NULL 151 standard/user_filters.c call_user_function_ex(NULL, NULL 155 standard/user_filters.c 0, NULL, NULL 156 standard/user_filters.c 0, NULL TSRMLS_CC); NULL 177 standard/user_filters.c zval *retval = NULL; NULL 216 standard/user_filters.c call_result = call_user_function_ex(NULL, NULL 221 standard/user_filters.c 0, NULL TSRMLS_CC); NULL 223 standard/user_filters.c if (call_result == SUCCESS && retval != NULL) { NULL 227 standard/user_filters.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed to call filter function"); NULL 241 standard/user_filters.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unprocessed filter buckets remaining on input brigade"); NULL 250 standard/user_filters.c while (bucket != NULL) { NULL 281 standard/user_filters.c struct php_user_filter_data *fdat = NULL; NULL 285 standard/user_filters.c zval *retval = NULL; NULL 290 standard/user_filters.c php_error_docref(NULL TSRMLS_CC, E_WARNING, NULL 292 standard/user_filters.c return NULL; NULL 316 standard/user_filters.c period = NULL; NULL 324 standard/user_filters.c if (fdat == NULL) { NULL 325 standard/user_filters.c php_error_docref(NULL TSRMLS_CC, E_WARNING, NULL 327 standard/user_filters.c return NULL; NULL 332 standard/user_filters.c if (fdat->ce == NULL) { NULL 335 standard/user_filters.c php_error_docref(NULL TSRMLS_CC, E_WARNING, NULL 338 standard/user_filters.c return NULL; NULL 344 standard/user_filters.c filter = php_stream_filter_alloc(&userfilter_ops, NULL, 0); NULL 345 standard/user_filters.c if (filter == NULL) { NULL 346 standard/user_filters.c return NULL; NULL 368 standard/user_filters.c call_user_function_ex(NULL, NULL 372 standard/user_filters.c 0, NULL, NULL 373 standard/user_filters.c 0, NULL TSRMLS_CC); NULL 381 standard/user_filters.c filter->abstract = NULL; NULL 388 standard/user_filters.c return NULL; NULL 454 standard/user_filters.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Object has no bucket property"); NULL 527 standard/user_filters.c if (bucket == NULL) { NULL 562 standard/user_filters.c (key_flags = zend_hash_get_current_key_ex(filters_hash, &filter_name, &filter_name_len, &num_key, 0, NULL)) != HASH_KEY_NON_EXISTANT; NULL 588 standard/user_filters.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Filter name cannot be empty"); NULL 593 standard/user_filters.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Class name cannot be empty"); NULL 599 standard/user_filters.c zend_hash_init(BG(user_filter_map), 5, NULL, (dtor_func_t) filter_item_dtor, 0); NULL 606 standard/user_filters.c sizeof(*fdat) + classname_len, NULL) == SUCCESS && NULL 218 standard/uuencode.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "The given parameter is not a valid uuencoded string"); NULL 244 standard/var.c HashTable *myht = NULL; NULL 361 standard/var.c tmp_str = php_str_to_str_ex(key, key_len, "\0", 1, "' . \"\\0\" . '", 12, &tmp_len, 0, NULL); NULL 445 standard/var.c tmp_str2 = php_str_to_str_ex(tmp_str, tmp_len, "\0", 1, "' . \"\\0\" . '", 12, &tmp_len2, 0, NULL); NULL 569 standard/var.c zend_hash_next_index_insert(var_hash, &var_no, sizeof(var_no), NULL); NULL 579 standard/var.c zend_hash_add(var_hash, p, len, &var_no, sizeof(var_no), NULL); NULL 650 standard/var.c i = zend_hash_get_current_key_ex(HASH_OF(retval_ptr), &key, NULL, &index, 0, &pos); NULL 662 standard/var.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "__sleep should return an array only containing the names of instance-variables to serialize."); NULL 698 standard/var.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "\"%s\" returned as member variable from __sleep() but does not exist", Z_STRVAL_PP(name)); NULL 763 standard/var.c zval *retval_ptr = NULL; NULL 766 standard/var.c zend_class_entry *ce = NULL; NULL 772 standard/var.c if (ce && ce->serialize != NULL) { NULL 774 standard/var.c unsigned char *serialized_data = NULL; NULL 801 standard/var.c res = call_user_function_ex(CG(function_table), &struc, &fname, &retval_ptr, 0, 0, 1, NULL TSRMLS_CC); NULL 809 standard/var.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "__sleep should return an array only containing the names of instance-variables to serialize"); NULL 917 standard/var.c Z_STRVAL_P(return_value) = NULL; NULL 936 standard/var.c char *buf = NULL; NULL 954 standard/var.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Error at offset %ld of %d bytes", (long)((char*)p - buf), buf_len); NULL 161 standard/var_unserializer.c return NULL; NULL 167 standard/var_unserializer.c return NULL; NULL 184 standard/var_unserializer.c return NULL; NULL 237 standard/var_unserializer.c return parse_iv2(p, NULL); NULL 272 standard/var_unserializer.c if (!php_var_unserialize(&key, p, max, NULL TSRMLS_CC)) { NULL 300 standard/var_unserializer.c zend_hash_index_update(ht, Z_LVAL_P(key), &data, sizeof(data), NULL); NULL 306 standard/var_unserializer.c zend_symtable_update(ht, Z_STRVAL_P(key), Z_STRLEN_P(key) + 1, &data, sizeof(data), NULL); NULL 313 standard/var_unserializer.c sizeof data, NULL); NULL 352 standard/var_unserializer.c if (ce->unserialize == NULL) { NULL 381 standard/var_unserializer.c zval *retval_ptr = NULL; NULL 393 standard/var_unserializer.c call_user_function_ex(CG(function_table), rval, &fname, &retval_ptr, 0, 0, 1, NULL TSRMLS_CC); NULL 532 standard/var_unserializer.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Unexpected end of serialized data"); NULL 624 standard/var_unserializer.c if ((PG(unserialize_callback_func) == NULL) || (PG(unserialize_callback_func)[0] == '\0')) { NULL 637 standard/var_unserializer.c if (call_user_function_ex(CG(function_table), NULL, user_func, &retval_ptr, 1, args, 0, NULL TSRMLS_CC) != SUCCESS) { NULL 639 standard/var_unserializer.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "defined (%s) but not found", user_func->value.str.val); NULL 655 standard/var_unserializer.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Function %s() hasn't defined the class it was called for", user_func->value.str.val); NULL 787 standard/var_unserializer.c if ((str = unserialize_str(&YYCURSOR, &len, maxlen)) == NULL) { NULL 944 standard/var_unserializer.c ZVAL_DOUBLE(*rval, zend_strtod((const char *)start + 2, NULL)); NULL 1127 standard/var_unserializer.c if (*rval != NULL) { NULL 1169 standard/var_unserializer.c if (*rval != NULL) { NULL 104 standard/versioning.c {NULL, 0}, NULL 155 standard/versioning.c if ((n1 = strchr(p1, '.')) != NULL) { NULL 158 standard/versioning.c if ((n2 = strchr(p2, '.')) != NULL) { NULL 163 standard/versioning.c l1 = strtol(p1, NULL, 10); NULL 164 standard/versioning.c l2 = strtol(p2, NULL, 10); NULL 180 standard/versioning.c if (n1 != NULL) { NULL 183 standard/versioning.c if (n2 != NULL) { NULL 188 standard/versioning.c if (n1 != NULL) { NULL 194 standard/versioning.c } else if (n2 != NULL) { NULL 213 standard/versioning.c char *v1, *v2, *op = NULL; NULL 223 sybase_ct/php_sybase_ct.c NULL, NULL 235 sybase_ct/php_sybase_ct.c #define CHECK_LINK(link) { if (link==-1) { php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: A link to the server could not be established"); RETURN_FALSE; } } NULL 250 sybase_ct/php_sybase_ct.c #define efree_n(x) { efree(x); x = NULL; } NULL 259 sybase_ct/php_sybase_ct.c result = NULL; \ NULL 265 sybase_ct/php_sybase_ct.c result = NULL; \ NULL 316 sybase_ct/php_sybase_ct.c ct_cancel(NULL, result->sybase_ptr->cmd, CS_CANCEL_ALL); NULL 330 sybase_ct/php_sybase_ct.c if (sybase_ptr->callback_name != NULL) { NULL 332 sybase_ct/php_sybase_ct.c sybase_ptr->callback_name= NULL; NULL 341 sybase_ct/php_sybase_ct.c &con_status, CS_UNUSED, NULL)!=CS_SUCCEED) { NULL 342 sybase_ct/php_sybase_ct.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Unable to get connection status on close"); NULL 368 sybase_ct/php_sybase_ct.c &con_status, CS_UNUSED, NULL)!=CS_SUCCEED) { NULL 369 sybase_ct/php_sybase_ct.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Unable to get connection status on close"); NULL 391 sybase_ct/php_sybase_ct.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Client message: %s (severity %ld)", errmsg->msgstring, (long)CS_SEVERITY(errmsg->msgnumber)); NULL 414 sybase_ct/php_sybase_ct.c zval *msgnumber, *severity, *state, *line, *text, *retval = NULL; NULL 418 sybase_ct/php_sybase_ct.c if (NULL == callback_name) return 0; NULL 441 sybase_ct/php_sybase_ct.c if (call_user_function_ex(EG(function_table), NULL, callback_name, &retval, 5, args, 0, NULL TSRMLS_CC) == FAILURE) { NULL 446 sybase_ct/php_sybase_ct.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Cannot call the messagehandler %s", Z_STRVAL(expr_copy)); NULL 477 sybase_ct/php_sybase_ct.c if (ct_con_props(connection, CS_GET, CS_USERDATA, &sybase, CS_SIZEOF(sybase), NULL) != CS_SUCCEED) { NULL 478 sybase_ct/php_sybase_ct.c sybase = NULL; NULL 504 sybase_ct/php_sybase_ct.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Server message: %s (severity %ld, procedure %s)", NULL 519 sybase_ct/php_sybase_ct.c STD_PHP_INI_ENTRY("sybct.hostname", NULL, PHP_INI_ALL, OnUpdateString, hostname, zend_sybase_globals, sybase_globals) NULL 533 sybase_ct/php_sybase_ct.c if (ct_callback(sybase_globals->context, NULL, CS_SET, CS_SERVERMSG_CB, (CS_VOID *)_server_message_handler)!=CS_SUCCEED) { NULL 534 sybase_ct/php_sybase_ct.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Unable to set server message handler"); NULL 537 sybase_ct/php_sybase_ct.c if (ct_callback(sybase_globals->context, NULL, CS_SET, CS_CLIENTMSG_CB, (CS_VOID *)_client_message_handler)!=CS_SUCCEED) { NULL 538 sybase_ct/php_sybase_ct.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Unable to set client message handler"); NULL 549 sybase_ct/php_sybase_ct.c if (cs_dt_info(sybase_globals->context, CS_SET, NULL, CS_DT_CONVFMT, CS_UNUSED, &dt_convfmt, sizeof(dt_convfmt), NULL)!=CS_SUCCEED) { NULL 550 sybase_ct/php_sybase_ct.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Unable to set datetime conversion format"); NULL 564 sybase_ct/php_sybase_ct.c if (ct_config(sybase_globals->context, CS_SET, CS_TIMEOUT, &cs_timeout, CS_UNUSED, NULL)!=CS_SUCCEED) { NULL 565 sybase_ct/php_sybase_ct.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Unable to update the timeout"); NULL 570 sybase_ct/php_sybase_ct.c sybase_globals->callback_name = NULL; NULL 584 sybase_ct/php_sybase_ct.c le_link = zend_register_list_destructors_ex(_close_sybase_link, NULL, "sybase-ct link", module_number); NULL 585 sybase_ct/php_sybase_ct.c le_plink = zend_register_list_destructors_ex(NULL, _close_sybase_plink, "sybase-ct link persistent", module_number); NULL 586 sybase_ct/php_sybase_ct.c le_result = zend_register_list_destructors_ex(php_free_sybase_result, NULL, "sybase-ct result", module_number); NULL 618 sybase_ct/php_sybase_ct.c SybCtG(appname) = NULL; NULL 621 sybase_ct/php_sybase_ct.c SybCtG(callback_name)= NULL; NULL 624 sybase_ct/php_sybase_ct.c SybCtG(server_message) = NULL; NULL 636 sybase_ct/php_sybase_ct.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Unable to allocate connection record"); NULL 641 sybase_ct/php_sybase_ct.c if (ct_con_props(sybase->connection, CS_SET, CS_USERDATA, &sybase, CS_SIZEOF(sybase), NULL)!=CS_SUCCEED) { NULL 642 sybase_ct/php_sybase_ct.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Unable to set userdata"); NULL 648 sybase_ct/php_sybase_ct.c ct_con_props(sybase->connection, CS_SET, CS_USERNAME, user, CS_NULLTERM, NULL); NULL 651 sybase_ct/php_sybase_ct.c ct_con_props(sybase->connection, CS_SET, CS_PASSWORD, passwd, CS_NULLTERM, NULL); NULL 654 sybase_ct/php_sybase_ct.c ct_con_props(sybase->connection, CS_SET, CS_APPNAME, appname, CS_NULLTERM, NULL); NULL 656 sybase_ct/php_sybase_ct.c ct_con_props(sybase->connection, CS_SET, CS_APPNAME, SybCtG(appname), CS_NULLTERM, NULL); NULL 660 sybase_ct/php_sybase_ct.c ct_con_props(sybase->connection, CS_SET, CS_HOSTNAME, SybCtG(hostname), CS_NULLTERM, NULL); NULL 665 sybase_ct/php_sybase_ct.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Unable to allocate locale information"); NULL 667 sybase_ct/php_sybase_ct.c if (cs_locale(SybCtG(context), CS_SET, tmp_locale, CS_LC_ALL, NULL, CS_NULLTERM, NULL)!=CS_SUCCEED) { NULL 668 sybase_ct/php_sybase_ct.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Unable to load default locale data"); NULL 670 sybase_ct/php_sybase_ct.c if (cs_locale(SybCtG(context), CS_SET, tmp_locale, CS_SYB_CHARSET, charset, CS_NULLTERM, NULL)!=CS_SUCCEED) { NULL 671 sybase_ct/php_sybase_ct.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Unable to update character set"); NULL 673 sybase_ct/php_sybase_ct.c if (ct_con_props(sybase->connection, CS_SET, CS_LOC_PROP, tmp_locale, CS_UNUSED, NULL)!=CS_SUCCEED) { NULL 674 sybase_ct/php_sybase_ct.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Unable to update connection properties"); NULL 682 sybase_ct/php_sybase_ct.c if (ct_con_props(sybase->connection, CS_SET, CS_PACKETSIZE, (CS_VOID *)&packetsize, CS_UNUSED, NULL) != CS_SUCCEED) { NULL 683 sybase_ct/php_sybase_ct.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Unable to update connection packetsize"); NULL 701 sybase_ct/php_sybase_ct.c if (ct_config(SybCtG(context), CS_SET, CS_LOGIN_TIMEOUT, &cs_login_timeout, CS_UNUSED, NULL)!=CS_SUCCEED) { NULL 702 sybase_ct/php_sybase_ct.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Unable to update the login timeout"); NULL 709 sybase_ct/php_sybase_ct.c sybase->callback_name = NULL; NULL 713 sybase_ct/php_sybase_ct.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Unable to connect"); NULL 719 sybase_ct/php_sybase_ct.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Unable to allocate command record"); NULL 731 sybase_ct/php_sybase_ct.c char *user = NULL, *passwd = NULL, *host = NULL, *charset = NULL, *appname = NULL; NULL 737 sybase_ct/php_sybase_ct.c host= user= passwd= charset= appname= NULL; NULL 769 sybase_ct/php_sybase_ct.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Too many open links (%ld)", SybCtG(num_links)); NULL 774 sybase_ct/php_sybase_ct.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Too many open persistent links (%ld)", SybCtG(num_persistent)); NULL 793 sybase_ct/php_sybase_ct.c if (zend_hash_update(&EG(persistent_list), hashed_details, hashed_details_length+1, (void *) &new_le, sizeof(zend_rsrc_list_entry), NULL)==FAILURE) { NULL 815 sybase_ct/php_sybase_ct.c &con_status, CS_UNUSED, NULL)!=CS_SUCCEED) { NULL 816 sybase_ct/php_sybase_ct.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Unable to get connection status"); NULL 876 sybase_ct/php_sybase_ct.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Too many open links (%ld)", SybCtG(num_links)); NULL 894 sybase_ct/php_sybase_ct.c if (zend_hash_update(&EG(regular_list), hashed_details, hashed_details_length+1, (void *) &new_index_ptr, sizeof(zend_rsrc_list_entry), NULL)==FAILURE) { NULL 939 sybase_ct/php_sybase_ct.c if (NULL == sybase_link_index) { NULL 954 sybase_ct/php_sybase_ct.c zval *sybase_link_index = NULL; NULL 963 sybase_ct/php_sybase_ct.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: No connection to close"); NULL 1020 sybase_ct/php_sybase_ct.c ct_cancel(NULL, sybase_ptr->cmd, CS_CANCEL_CURRENT); NULL 1028 sybase_ct/php_sybase_ct.c ct_cancel(NULL, sybase_ptr->cmd, CS_CANCEL_ALL); NULL 1045 sybase_ct/php_sybase_ct.c ct_cancel(NULL, sybase_ptr->cmd, CS_CANCEL_ALL); NULL 1062 sybase_ct/php_sybase_ct.c zval *sybase_link_index = NULL; NULL 1072 sybase_ct/php_sybase_ct.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: No connection"); NULL 1124 sybase_ct/php_sybase_ct.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Command failed, cancelling rest"); NULL 1125 sybase_ct/php_sybase_ct.c ct_cancel(NULL, result->sybase_ptr->cmd, CS_CANCEL_ALL); NULL 1134 sybase_ct/php_sybase_ct.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Sybase: Unexpected results, cancelling current"); NULL 1135 sybase_ct/php_sybase_ct.c ct_cancel(NULL, result->sybase_ptr->cmd, CS_CANCEL_CURRENT); NULL 1140 sybase_ct/php_sybase_ct.c ct_cancel(NULL, result->sybase_ptr->cmd, CS_CANCEL_CURRENT); NULL 1144 sybase_ct/php_sybase_ct.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Sybase: Unexpected results, cancelling all"); NULL 1145 sybase_ct/php_sybase_ct.c ct_cancel(NULL, result->sybase_ptr->cmd, CS_CANCEL_ALL); NULL 1166 sybase_ct/php_sybase_ct.c ct_cancel(NULL, result->sybase_ptr->cmd, CS_CANCEL_ALL); NULL 1184 sybase_ct/php_sybase_ct.c Z_DVAL(result) = zend_strtod(buf, NULL); \ NULL 1205 sybase_ct/php_sybase_ct.c while ((retcode=ct_fetch(result->sybase_ptr->cmd, CS_UNUSED, CS_UNUSED, CS_UNUSED, NULL))==CS_SUCCEED || retcode == CS_ROW_FAIL) { NULL 1228 sybase_ct/php_sybase_ct.c ZVAL_LONG(&result->data[i][j], strtol(result->tmp_buffer[j], NULL, 10)); NULL 1241 sybase_ct/php_sybase_ct.c Z_LVAL(result->data[i][j]) = strtol(result->tmp_buffer[j], NULL, 10); NULL 1273 sybase_ct/php_sybase_ct.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Error reading row %d", result->num_rows); NULL 1288 sybase_ct/php_sybase_ct.c result = NULL; NULL 1308 sybase_ct/php_sybase_ct.c if (ct_res_info(sybase_ptr->cmd, CS_NUMDATA, &num_fields, CS_UNUSED, NULL)!=CS_SUCCEED) { NULL 1309 sybase_ct/php_sybase_ct.c return NULL; NULL 1314 sybase_ct/php_sybase_ct.c result->fields = NULL; NULL 1416 sybase_ct/php_sybase_ct.c return NULL; NULL 1426 sybase_ct/php_sybase_ct.c zval *sybase_link_index = NULL; NULL 1445 sybase_ct/php_sybase_ct.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Sybase: Cannot use non-storing mode with buffered queries"); NULL 1450 sybase_ct/php_sybase_ct.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: No connection"); NULL 1463 sybase_ct/php_sybase_ct.c zval *tmp = NULL; NULL 1465 sybase_ct/php_sybase_ct.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Sybase: Called without first fetching all rows from a previous unbuffered query"); NULL 1467 sybase_ct/php_sybase_ct.c ct_cancel(NULL, sybase_ptr->cmd, CS_CANCEL_ALL); NULL 1489 sybase_ct/php_sybase_ct.c result = NULL; NULL 1504 sybase_ct/php_sybase_ct.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Connection is dead"); NULL 1509 sybase_ct/php_sybase_ct.c ct_cancel(NULL, sybase_ptr->cmd, CS_CANCEL_ALL); NULL 1511 sybase_ct/php_sybase_ct.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Cannot send command"); NULL 1522 sybase_ct/php_sybase_ct.c ct_cancel(NULL, sybase_ptr->cmd, CS_CANCEL_ALL); NULL 1524 sybase_ct/php_sybase_ct.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Cannot read results"); NULL 1535 sybase_ct/php_sybase_ct.c if (ct_res_info(sybase_ptr->cmd, CS_ROW_COUNT, &row_count, CS_UNUSED, NULL)==CS_SUCCEED) { NULL 1553 sybase_ct/php_sybase_ct.c if (result == NULL) { NULL 1554 sybase_ct/php_sybase_ct.c ct_cancel(NULL, sybase_ptr->cmd, CS_CANCEL_ALL); NULL 1579 sybase_ct/php_sybase_ct.c if (result == NULL) { NULL 1580 sybase_ct/php_sybase_ct.c ct_cancel(NULL, sybase_ptr->cmd, CS_CANCEL_ALL); NULL 1588 sybase_ct/php_sybase_ct.c ct_cancel(NULL, sybase_ptr->cmd, CS_CANCEL_CURRENT); NULL 1593 sybase_ct/php_sybase_ct.c ct_cancel(NULL, sybase_ptr->cmd, CS_CANCEL_CURRENT); NULL 1601 sybase_ct/php_sybase_ct.c ct_cancel(NULL, sybase_ptr->cmd, CS_CANCEL_ALL); NULL 1619 sybase_ct/php_sybase_ct.c ct_cancel(NULL, sybase_ptr->cmd, CS_CANCEL_ALL); NULL 1633 sybase_ct/php_sybase_ct.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Retried deadlock %d times [max: %ld], giving up", deadlock_count- 1, SybCtG(deadlock_retry_count)); NULL 1689 sybase_ct/php_sybase_ct.c zval *sybase_result_index = NULL; NULL 1700 sybase_ct/php_sybase_ct.c ct_cancel(NULL, result->sybase_ptr->cmd, CS_CANCEL_ALL); NULL 1722 sybase_ct/php_sybase_ct.c zval *sybase_result_index = NULL; NULL 1740 sybase_ct/php_sybase_ct.c zval *sybase_result_index = NULL; NULL 1758 sybase_ct/php_sybase_ct.c zval *sybase_result_index = NULL; NULL 1784 sybase_ct/php_sybase_ct.c zend_hash_index_update(Z_ARRVAL_P(return_value), i, (void *) &field_content, sizeof(zval* ), NULL); NULL 1793 sybase_ct/php_sybase_ct.c zval *sybase_result_index = NULL; NULL 1823 sybase_ct/php_sybase_ct.c zend_hash_index_update(Z_ARRVAL_P(return_value), i, (void *) &tmp, sizeof(zval *), NULL); NULL 1832 sybase_ct/php_sybase_ct.c zend_hash_update(Z_ARRVAL_P(return_value), result->fields[i].name, strlen(result->fields[i].name)+1, (void *) &tmp, sizeof(zval *), NULL); NULL 1842 sybase_ct/php_sybase_ct.c zval *object = NULL; NULL 1843 sybase_ct/php_sybase_ct.c zval *sybase_result_index = NULL; NULL 1844 sybase_ct/php_sybase_ct.c zend_class_entry *ce = NULL; NULL 1854 sybase_ct/php_sybase_ct.c if (NULL != object) { NULL 1867 sybase_ct/php_sybase_ct.c zend_class_entry **pce = NULL; NULL 1871 sybase_ct/php_sybase_ct.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Sybase: Class %s has not been declared", Z_STRVAL_P(object)); NULL 1909 sybase_ct/php_sybase_ct.c zval *sybase_result_index = NULL; NULL 1924 sybase_ct/php_sybase_ct.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Bad row offset %ld, must be betweem 0 and %d", offset, result->num_rows - 1); NULL 1981 sybase_ct/php_sybase_ct.c zval *sybase_result_index = NULL; NULL 1997 sybase_ct/php_sybase_ct.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Bad column offset"); NULL 2017 sybase_ct/php_sybase_ct.c zval *sybase_result_index = NULL; NULL 2027 sybase_ct/php_sybase_ct.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Bad column offset"); NULL 2042 sybase_ct/php_sybase_ct.c zval *sybase_result_index = NULL; NULL 2058 sybase_ct/php_sybase_ct.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Bad row offset (%ld)", row); NULL 2073 sybase_ct/php_sybase_ct.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: %s field not found in result", Z_STRVAL_P(field)); NULL 2082 sybase_ct/php_sybase_ct.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: Bad column offset specified"); NULL 2098 sybase_ct/php_sybase_ct.c zval *sybase_link_index = NULL; NULL 2107 sybase_ct/php_sybase_ct.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: No connection"); NULL 2193 sybase_ct/php_sybase_ct.c zval *sybase_link_index= NULL; NULL 2220 sybase_ct/php_sybase_ct.c *callback = NULL; NULL 2229 sybase_ct/php_sybase_ct.c callback= NULL; NULL 125 sybase_ct/php_sybase_ct.h #define sybase_module_ptr NULL NULL 109 sysvmsg/sysvmsg.c NULL, NULL 110 sysvmsg/sysvmsg.c NULL, NULL 111 sysvmsg/sysvmsg.c NULL, NULL 132 sysvmsg/sysvmsg.c le_sysvmsg = zend_register_list_destructors_ex(sysvmsg_release, NULL, "sysvmsg queue", module_number); NULL 158 sysvmsg/sysvmsg.c sysvmsg_queue_t *mq = NULL; NULL 201 sysvmsg/sysvmsg.c sysvmsg_queue_t *mq = NULL; NULL 269 sysvmsg/sysvmsg.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed for key 0x%lx: %s", key, strerror(errno)); NULL 283 sysvmsg/sysvmsg.c sysvmsg_queue_t *mq = NULL; NULL 291 sysvmsg/sysvmsg.c if (msgctl(mq->id, IPC_RMID, NULL) == 0) { NULL 303 sysvmsg/sysvmsg.c zval *out_message, *queue, *out_msgtype, *zerrcode = NULL; NULL 307 sysvmsg/sysvmsg.c sysvmsg_queue_t *mq = NULL; NULL 308 sysvmsg/sysvmsg.c struct php_msgbuf *messagebuffer = NULL; /* buffer to transmit */ NULL 320 sysvmsg/sysvmsg.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "maximum size of the message has to be greater than zero"); NULL 327 sysvmsg/sysvmsg.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "MSG_EXCEPT is not supported on your system"); NULL 364 sysvmsg/sysvmsg.c zval *tmp = NULL; NULL 370 sysvmsg/sysvmsg.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "message corrupted"); NULL 391 sysvmsg/sysvmsg.c zval *message, *queue, *zerror=NULL; NULL 394 sysvmsg/sysvmsg.c sysvmsg_queue_t * mq = NULL; NULL 395 sysvmsg/sysvmsg.c struct php_msgbuf * messagebuffer = NULL; /* buffer to transmit */ NULL 440 sysvmsg/sysvmsg.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Message parameter must be either a string or a number."); NULL 460 sysvmsg/sysvmsg.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "msgsnd failed: %s", strerror(errno)); NULL 51 sysvsem/php_sysvsem.h #define sysvsem_module_ptr NULL NULL 98 sysvsem/sysvsem.c NULL, NULL 99 sysvsem/sysvsem.c NULL, NULL 100 sysvsem/sysvsem.c NULL, NULL 101 sysvsem/sysvsem.c NULL, NULL 175 sysvsem/sysvsem.c php_sysvsem_module.le_sem = zend_register_list_destructors_ex(release_sysvsem_sem, NULL, "sysvsem", module_number); NULL 208 sysvsem/sysvsem.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed for key 0x%lx: %s", key, strerror(errno)); NULL 240 sysvsem/sysvsem.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed acquiring SYSVSEM_SETVAL for key 0x%lx: %s", key, strerror(errno)); NULL 246 sysvsem/sysvsem.c count = semctl(semid, SYSVSEM_USAGE, GETVAL, NULL); NULL 248 sysvsem/sysvsem.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed for key 0x%lx: %s", key, strerror(errno)); NULL 259 sysvsem/sysvsem.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed for key 0x%lx: %s", key, strerror(errno)); NULL 264 sysvsem/sysvsem.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed for key 0x%lx: %s", key, strerror(errno)); NULL 269 sysvsem/sysvsem.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed for key 0x%lx: %s", key, strerror(errno)); NULL 281 sysvsem/sysvsem.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed releasing SYSVSEM_SETVAL for key 0x%lx: %s", key, strerror(errno)); NULL 311 sysvsem/sysvsem.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "SysV semaphore %ld (key 0x%x) is not currently acquired", Z_LVAL_P(arg_id), sem_ptr->key); NULL 321 sysvsem/sysvsem.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed to %s key 0x%x: %s", acquire ? "acquire" : "release", sem_ptr->key, strerror(errno)); NULL 374 sysvsem/sysvsem.c if (semctl(sem_ptr->semid, 0, IPC_STAT, NULL) < 0) { NULL 376 sysvsem/sysvsem.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "SysV semaphore %ld does not (any longer) exist", Z_LVAL_P(arg_id)); NULL 383 sysvsem/sysvsem.c if (semctl(sem_ptr->semid, 0, IPC_RMID, NULL) < 0) { NULL 385 sysvsem/sysvsem.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed for SysV sempphore %ld: %s", Z_LVAL_P(arg_id), strerror(errno)); NULL 74 sysvshm/php_sysvshm.h #define sysvshm_module_ptr NULL NULL 100 sysvshm/sysvshm.c NULL, NULL 101 sysvshm/sysvshm.c NULL, NULL 102 sysvshm/sysvshm.c NULL, NULL 103 sysvshm/sysvshm.c NULL, NULL 137 sysvshm/sysvshm.c php_sysvshm.le_shm = zend_register_list_destructors_ex(php_release_sysvshm, NULL, PHP_SHM_RSRC_NAME, module_number); NULL 160 sysvshm/sysvshm.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Segment size must be greater than zero"); NULL 169 sysvshm/sysvshm.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed for key 0x%lx: memorysize too small", shm_key); NULL 174 sysvshm/sysvshm.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed for key 0x%lx: %s", shm_key, strerror(errno)); NULL 180 sysvshm/sysvshm.c if ((shm_ptr = shmat(shm_id, NULL, 0)) == (void *) -1) { NULL 181 sysvshm/sysvshm.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed for key 0x%lx: %s", shm_key, strerror(errno)); NULL 231 sysvshm/sysvshm.c if (shmctl(shm_list_ptr->id, IPC_RMID, NULL) < 0) { NULL 232 sysvshm/sysvshm.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed for key 0x%x, id %ld: %s", shm_list_ptr->key, Z_LVAL_P(shm_id), strerror(errno)); NULL 260 sysvshm/sysvshm.c shm_list_ptr = zend_fetch_resource(&shm_id TSRMLS_CC, -1, PHP_SHM_RSRC_NAME, NULL, 1, php_sysvshm.le_shm); NULL 273 sysvshm/sysvshm.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "not enough shared memory left"); NULL 302 sysvshm/sysvshm.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "variable key %ld doesn't exist", shm_key); NULL 310 sysvshm/sysvshm.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "variable data in shared memory is corrupted"); NULL 349 sysvshm/sysvshm.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "variable key %ld doesn't exist", shm_key); NULL 15 tidy/examples/urlgrab5.php function dump_nodes(tidyNode $node, &$urls = NULL) { NULL 58 tidy/tidy.c if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, NULL, "O", &object, tidy_ce_doc) == FAILURE) { \ NULL 81 tidy/tidy.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not load configuration file '%s'", Z_STRVAL_PP(_val)); \ NULL 84 tidy/tidy.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "There were errors while parsing the configuration file '%s'", Z_STRVAL_PP(_val)); \ NULL 95 tidy/tidy.c tidy_ce_ ## name = zend_register_internal_class_ex(&ce, parent, NULL TSRMLS_CC); \ NULL 98 tidy/tidy.c tidy_object_handlers_ ## name.clone_obj = NULL; \ NULL 121 tidy/tidy.c zend_hash_update(_table, #_key, sizeof(#_key), (void *)&tmp, sizeof(zval *), NULL); \ NULL 133 tidy/tidy.c zend_hash_update(_table, #_key, sizeof(#_key), (void *)&tmp, sizeof(zval *), NULL); \ NULL 141 tidy/tidy.c zend_hash_update(_table, #_key, sizeof(#_key), (void *)&tmp, sizeof(zval *), NULL); \ NULL 149 tidy/tidy.c zend_hash_update(_table, #_key, sizeof(#_key), (void *)&tmp, sizeof(zval *), NULL); \ NULL 157 tidy/tidy.c zend_hash_update(_table, #_key, sizeof(#_key), (void *)&tmp, sizeof(zval *), NULL); \ NULL 168 tidy/tidy.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to load Tidy configuration file at '%s'.", TG(default_config)); \ NULL 408 tidy/tidy.c TIDY_METHOD_MAP(getOpt, tidy_getopt, NULL) NULL 409 tidy/tidy.c TIDY_METHOD_MAP(cleanRepair, tidy_clean_repair, NULL) NULL 410 tidy/tidy.c TIDY_DOC_ME(parseFile, NULL) NULL 411 tidy/tidy.c TIDY_DOC_ME(parseString, NULL) NULL 412 tidy/tidy.c TIDY_METHOD_MAP(repairString, tidy_repair_string, NULL) NULL 413 tidy/tidy.c TIDY_METHOD_MAP(repairFile, tidy_repair_file, NULL) NULL 414 tidy/tidy.c TIDY_METHOD_MAP(diagnose, tidy_diagnose, NULL) NULL 415 tidy/tidy.c TIDY_METHOD_MAP(getRelease, tidy_get_release, NULL) NULL 416 tidy/tidy.c TIDY_METHOD_MAP(getConfig, tidy_get_config, NULL) NULL 417 tidy/tidy.c TIDY_METHOD_MAP(getStatus, tidy_get_status, NULL) NULL 418 tidy/tidy.c TIDY_METHOD_MAP(getHtmlVer, tidy_get_html_ver, NULL) NULL 420 tidy/tidy.c TIDY_METHOD_MAP(getOptDoc, tidy_get_opt_doc, NULL) NULL 422 tidy/tidy.c TIDY_METHOD_MAP(isXhtml, tidy_is_xhtml, NULL) NULL 423 tidy/tidy.c TIDY_METHOD_MAP(isXml, tidy_is_xml, NULL) NULL 424 tidy/tidy.c TIDY_METHOD_MAP(root, tidy_get_root, NULL) NULL 425 tidy/tidy.c TIDY_METHOD_MAP(head, tidy_get_head, NULL) NULL 426 tidy/tidy.c TIDY_METHOD_MAP(html, tidy_get_html, NULL) NULL 427 tidy/tidy.c TIDY_METHOD_MAP(body, tidy_get_body, NULL) NULL 428 tidy/tidy.c TIDY_DOC_ME(__construct, NULL) NULL 433 tidy/tidy.c TIDY_NODE_ME(hasChildren, NULL) NULL 434 tidy/tidy.c TIDY_NODE_ME(hasSiblings, NULL) NULL 435 tidy/tidy.c TIDY_NODE_ME(isComment, NULL) NULL 436 tidy/tidy.c TIDY_NODE_ME(isHtml, NULL) NULL 437 tidy/tidy.c TIDY_NODE_ME(isText, NULL) NULL 438 tidy/tidy.c TIDY_NODE_ME(isJste, NULL) NULL 439 tidy/tidy.c TIDY_NODE_ME(isAsp, NULL) NULL 440 tidy/tidy.c TIDY_NODE_ME(isPhp, NULL) NULL 441 tidy/tidy.c TIDY_NODE_ME(getParent, NULL) NULL 442 tidy/tidy.c TIDY_NODE_PRIVATE_ME(__construct, NULL) NULL 458 tidy/tidy.c NULL, NULL 462 tidy/tidy.c NULL, NULL 463 tidy/tidy.c NULL, NULL 464 tidy/tidy.c NULL, NULL 490 tidy/tidy.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Could not allocate memory for tidy! (Reason: %s)", (char *)msg); NULL 499 tidy/tidy.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Unknown Tidy Configuration Option '%s'", optname); NULL 504 tidy/tidy.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Attempting to set read-only option '%s'", optname); NULL 546 tidy/tidy.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to determine type of configuration option"); NULL 555 tidy/tidy.c char *data=NULL, *arg1, *enc = NULL; NULL 560 tidy/tidy.c zval **config = NULL; NULL 585 tidy/tidy.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Could not set Tidy error buffer"); NULL 599 tidy/tidy.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not set encoding '%s'", enc); NULL 611 tidy/tidy.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", errbuf->bp); NULL 640 tidy/tidy.c char *data = NULL; NULL 642 tidy/tidy.c if (!(stream = php_stream_open_wrapper(filename, "rb", (use_include_path ? USE_PATH : 0), NULL))) { NULL 643 tidy/tidy.c return NULL; NULL 702 tidy/tidy.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Could not set Tidy error buffer"); NULL 714 tidy/tidy.c retval->handle = zend_objects_store_put(intern, (zend_objects_store_dtor_t)zend_objects_destroy_object, (zend_objects_free_object_storage_t) tidy_object_free_storage, NULL TSRMLS_CC); NULL 830 tidy/tidy.c zend_hash_update(obj->std.properties, "value", sizeof("value"), (void *)&temp, sizeof(zval *), NULL); NULL 841 tidy/tidy.c zend_hash_update(obj->std.properties, "errorBuffer", sizeof("errorBuffer"), (void *)&temp, sizeof(zval *), NULL); NULL 899 tidy/tidy.c zend_hash_update(obj->std.properties, "attribute", sizeof("attribute"), (void *)&attribute, sizeof(zval *), NULL); NULL 924 tidy/tidy.c zend_hash_update(obj->std.properties, "child", sizeof("child"), (void *)&children, sizeof(zval *), NULL); NULL 963 tidy/tidy.c return NULL; NULL 1020 tidy/tidy.c switch (zend_hash_get_current_key_ex(ht_options, &opt_name, &opt_name_len, &opt_indx, FALSE, NULL)) { NULL 1029 tidy/tidy.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Could not retrieve key from option array"); NULL 1048 tidy/tidy.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not set encoding '%s'", enc); NULL 1058 tidy/tidy.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", obj->ptdoc->errbuf->bp); NULL 1074 tidy/tidy.c REGISTER_TIDY_CLASS(tidy, doc, NULL, 0); NULL 1075 tidy/tidy.c REGISTER_TIDY_CLASS(tidyNode, node, NULL, ZEND_ACC_FINAL_CLASS); NULL 1131 tidy/tidy.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot enable tidy.clean_output - there has already been output"); NULL 1135 tidy/tidy.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot change tidy.clean_output - headers already sent"); NULL 1167 tidy/tidy.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot use a chunk size for ob_tidyhandler"); NULL 1168 tidy/tidy.c return NULL; NULL 1218 tidy/tidy.c char *input, *enc = NULL; NULL 1220 tidy/tidy.c zval **options = NULL; NULL 1273 tidy/tidy.c char *inputfile, *enc = NULL; NULL 1277 tidy/tidy.c zval **options = NULL; NULL 1290 tidy/tidy.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot Load '%s' into memory%s", inputfile, (use_include_path) ? " (Using include path)" : ""); NULL 1382 tidy/tidy.c if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, NULL, "Os", &object, tidy_ce_doc, &optname, &optname_len) == FAILURE) { NULL 1392 tidy/tidy.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown Tidy Configuration Option '%s'", optname); NULL 1543 tidy/tidy.c if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, NULL, "Os", &object, tidy_ce_doc, &optname, &optname_len) == FAILURE) { NULL 1553 tidy/tidy.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown Tidy Configuration Option '%s'", optname); NULL 1576 tidy/tidy.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to determine type of configuration option"); NULL 1586 tidy/tidy.c char *inputfile = NULL, *enc = NULL; NULL 1590 tidy/tidy.c zval **options = NULL; NULL 1604 tidy/tidy.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot Load '%s' into memory%s", inputfile, (use_include_path) ? " (Using include path)" : ""); NULL 1618 tidy/tidy.c char *inputfile, *enc = NULL; NULL 1622 tidy/tidy.c zval **options = NULL; NULL 1635 tidy/tidy.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot Load '%s' into memory%s", inputfile, (use_include_path) ? " (Using include path)" : ""); NULL 1652 tidy/tidy.c char *input, *enc = NULL; NULL 1654 tidy/tidy.c zval **options = NULL; NULL 1847 tidy/tidy.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "You should not create a tidyNode manually"); NULL 70 tokenizer/tokenizer.c NULL, NULL 71 tokenizer/tokenizer.c NULL, NULL 72 tokenizer/tokenizer.c NULL, NULL 185 tokenizer/tokenizer.c char *source = NULL; NULL 38 wddx/php_wddx.h #define wddx_module_ptr NULL NULL 72 wddx/wddx.c stack->varname = NULL; \ NULL 74 wddx/wddx.c ent.varname = NULL; \ NULL 164 wddx/wddx.c NULL, NULL 165 wddx/wddx.c NULL, NULL 166 wddx/wddx.c NULL, NULL 180 wddx/wddx.c stack->varname = NULL; NULL 209 wddx/wddx.c *element = NULL; NULL 271 wddx/wddx.c php_wddx_packet_start(packet, NULL, 0); NULL 315 wddx/wddx.c hash_type = zend_hash_get_current_key_ex(Z_ARRVAL_P(retval), &key, &key_length, &idx, 0, NULL); NULL 323 wddx/wddx.c php_set_session_var(key, key_length-1, *ent, NULL TSRMLS_CC); NULL 340 wddx/wddx.c le_wddx = zend_register_list_destructors_ex(release_wddx_packet_rsrc, NULL, "wddx", module_number); NULL 410 wddx/wddx.c buf = php_escape_html_entities(Z_STRVAL_P(var), Z_STRLEN_P(var), &buf_len, 0, ENT_QUOTES, NULL TSRMLS_CC); NULL 459 wddx/wddx.c zval *retval = NULL; NULL 473 wddx/wddx.c if (call_user_function_ex(CG(function_table), &obj, fname, &retval, 0, 0, 1, NULL TSRMLS_CC) == SUCCESS) { NULL 495 wddx/wddx.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "__sleep should return an array only containing the names of instance-variables to serialize."); NULL 531 wddx/wddx.c if (zend_hash_get_current_key_ex(objhash, &key, &key_len, &idx, 0, NULL) == HASH_KEY_IS_STRING) { NULL 604 wddx/wddx.c ent_type = zend_hash_get_current_key_ex(target_hash, &key, &key_len, &idx, 0, NULL); NULL 613 wddx/wddx.c php_wddx_serialize_var(packet, *ent, NULL, 0 TSRMLS_CC); NULL 635 wddx/wddx.c name_esc = php_escape_html_entities(name, name_len, &name_esc_len, 0, ENT_QUOTES, NULL TSRMLS_CC); NULL 664 wddx/wddx.c php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "WDDX doesn't support circular references"); NULL 675 wddx/wddx.c php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "WDDX doesn't support circular references"); NULL 712 wddx/wddx.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "recursion detected"); NULL 776 wddx/wddx.c snprintf(tmp_buf, sizeof(tmp_buf), "%c", (char)strtol(atts[i], NULL, 16)); NULL 856 wddx/wddx.c while ((p2 = php_memnstr(p1, ",", sizeof(",")-1, endp)) != NULL) { NULL 881 wddx/wddx.c ent.varname = NULL; NULL 882 wddx/wddx.c ent.data = NULL; NULL 948 wddx/wddx.c zval *fname, *retval = NULL; NULL 953 wddx/wddx.c call_user_function_ex(NULL, &ent1->data, fname, &retval, 0, 0, 0, NULL TSRMLS_CC); NULL 967 wddx/wddx.c if (ent2->type == ST_FIELD && ent2->data == NULL) { NULL 1018 wddx/wddx.c zend_symtable_update(target_hash, ent1->varname, strlen(ent1->varname)+1, &ent1->data, sizeof(zval *), NULL); NULL 1022 wddx/wddx.c zend_hash_next_index_insert(target_hash, &ent1->data, sizeof(zval *), NULL); NULL 1104 wddx/wddx.c Z_LVAL_P(ent->data) = php_parse_date(tmp, NULL); NULL 1162 wddx/wddx.c char *comment = NULL; NULL 1173 wddx/wddx.c php_wddx_serialize_var(packet, var, NULL, 0 TSRMLS_CC); NULL 1188 wddx/wddx.c zval ***args = NULL; NULL 1196 wddx/wddx.c php_wddx_packet_start(packet, NULL, 0); NULL 1224 wddx/wddx.c packet->c = NULL; NULL 1243 wddx/wddx.c char *comment = NULL; NULL 1247 wddx/wddx.c comment = NULL; NULL 1267 wddx/wddx.c wddx_packet *packet = NULL; NULL 1290 wddx/wddx.c zval ***args = NULL; NULL 1292 wddx/wddx.c wddx_packet *packet = NULL; NULL 1327 wddx/wddx.c php_stream *stream = NULL; NULL 1342 wddx/wddx.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Expecting parameter 1 to be a string or a stream"); NULL 33 xml/compat.c ((__ns) != NULL && strlen(__ns) == 5 && *(__ns) == 'x' && *((__ns)+1) == 'm' && \ NULL 53 xml/compat.c xmlChar *qualified_name = NULL; NULL 55 xml/compat.c if (parser->h_start_element == NULL) { NULL 61 xml/compat.c while (attributes[attno] != NULL) { NULL 93 xml/compat.c xmlChar *qualified_name = NULL; NULL 94 xml/compat.c xmlChar **attrs = NULL; NULL 99 xml/compat.c if (nb_namespaces > 0 && parser->h_start_ns != NULL) { NULL 107 xml/compat.c if (parser->h_start_element == NULL) { NULL 171 xml/compat.c if (attributes != NULL) { NULL 172 xml/compat.c xmlChar *qualified_name_attr = NULL; NULL 177 xml/compat.c if (attributes[y+1] != NULL) { NULL 188 xml/compat.c attrs[z] = NULL; NULL 203 xml/compat.c if (nsptr != NULL) { NULL 215 xml/compat.c if (parser->h_end_element == NULL) { NULL 239 xml/compat.c if (parser->h_end_element == NULL) { NULL 267 xml/compat.c if (parser->h_cdata == NULL) { NULL 282 xml/compat.c if (parser->h_pi == NULL) { NULL 304 xml/compat.c if (parser->h_unparsed_entity_decl == NULL) { NULL 308 xml/compat.c parser->h_unparsed_entity_decl(parser->user, name, NULL, sys_id, pub_id, notation); NULL 316 xml/compat.c if (parser->h_notation_decl == NULL) { NULL 320 xml/compat.c parser->h_notation_decl(parser->user, notation, NULL, sys_id, pub_id); NULL 367 xml/compat.c if (parser->h_external_entity_ref == NULL) { NULL 378 xml/compat.c xmlEntityPtr ret = NULL; NULL 382 xml/compat.c if (ret == NULL) NULL 385 xml/compat.c if (ret == NULL || (parser->parser->instate != XML_PARSER_ENTITY_VALUE && parser->parser->instate != XML_PARSER_ATTRIBUTE_VALUE)) { NULL 386 xml/compat.c if (ret == NULL || ret->etype == XML_INTERNAL_GENERAL_ENTITY || ret->etype == XML_INTERNAL_PARAMETER_ENTITY || ret->etype == XML_INTERNAL_PREDEFINED_ENTITY) { NULL 404 xml/compat.c _external_entity_ref_handler(user, ret->name, ret->etype, ret->SystemID, ret->ExternalID, NULL); NULL 415 xml/compat.c NULL, /* internalSubset */ NULL 416 xml/compat.c NULL, /* isStandalone */ NULL 417 xml/compat.c NULL, /* hasInternalSubset */ NULL 418 xml/compat.c NULL, /* hasExternalSubset */ NULL 419 xml/compat.c NULL, /* resolveEntity */ NULL 421 xml/compat.c NULL, /* entityDecl */ NULL 423 xml/compat.c NULL, /* attributeDecl */ NULL 424 xml/compat.c NULL, /* elementDecl */ NULL 426 xml/compat.c NULL, /* setDocumentLocator */ NULL 427 xml/compat.c NULL, /* startDocument */ NULL 428 xml/compat.c NULL, /* endDocument */ NULL 431 xml/compat.c NULL, /* reference */ NULL 433 xml/compat.c NULL, /* ignorableWhitespace */ NULL 436 xml/compat.c NULL, /* warning */ NULL 437 xml/compat.c NULL, /* error */ NULL 438 xml/compat.c NULL, /* fatalError */ NULL 439 xml/compat.c NULL, /* getParameterEntity */ NULL 441 xml/compat.c NULL, /* externalSubset */ NULL 443 xml/compat.c NULL, NULL 446 xml/compat.c NULL NULL 452 xml/compat.c return XML_ParserCreate_MM(encoding, NULL, NULL); NULL 461 xml/compat.c return XML_ParserCreate_MM(encoding, NULL, tmp); NULL 472 xml/compat.c parser->_ns_seperator = NULL; NULL 474 xml/compat.c parser->parser = xmlCreatePushParserCtxt((xmlSAXHandlerPtr) &php_xml_compat_handlers, (void *) parser, NULL, 0, NULL); NULL 475 xml/compat.c if (parser->parser == NULL) { NULL 477 xml/compat.c return NULL; NULL 491 xml/compat.c if (sep != NULL) { NULL 779 xml/compat.c parser->parser->myDoc = NULL; NULL 30 xml/php_xml.h #define xml_module_ptr NULL NULL 253 xml/xml.c STANDARD_MODULE_HEADER_EX, NULL, NULL 261 xml/xml.c NULL, /* extension-wide shutdown function */ NULL 262 xml/xml.c NULL, /* per-request startup function */ NULL 263 xml/xml.c NULL, /* per-request shutdown function */ NULL 268 xml/xml.c NULL, /* globals dtor */ NULL 269 xml/xml.c NULL, /* post deactivate */ NULL 279 xml/xml.c { "UTF-8", NULL, NULL }, NULL 280 xml/xml.c { NULL, NULL, NULL } NULL 308 xml/xml.c if (ptr != NULL) { NULL 315 xml/xml.c le_xml_parser = zend_register_list_destructors_ex(xml_parser_dtor, NULL, "xml", module_number); NULL 408 xml/xml.c if (s == NULL) { NULL 492 xml/xml.c *handler = NULL; NULL 523 xml/xml.c fci.symbol_table = NULL; NULL 531 xml/xml.c result = zend_call_function(&fci, NULL TSRMLS_CC); NULL 537 xml/xml.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to call handler %s()", Z_STRVAL_P(handler)); NULL 542 xml/xml.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to call handler %s::%s()", Z_OBJCE_PP(obj)->name, Z_STRVAL_PP(method)); NULL 544 xml/xml.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to call handler"); NULL 553 xml/xml.c return NULL; NULL 555 xml/xml.c return EG(exception) ? NULL : retval; NULL 561 xml/xml.c return NULL; NULL 605 xml/xml.c return NULL; NULL 615 xml/xml.c unsigned short (*encoder)(unsigned char) = NULL; NULL 623 xml/xml.c return NULL; NULL 625 xml/xml.c if (encoder == NULL) { NULL 669 xml/xml.c char (*decoder)(unsigned short) = NULL; NULL 676 xml/xml.c if (decoder == NULL) { NULL 727 xml/xml.c return NULL; NULL 841 xml/xml.c zend_hash_add(Z_ARRVAL_P(tag),"attributes",sizeof("attributes"),&atr,sizeof(zval*),NULL); NULL 890 xml/xml.c zend_hash_next_index_insert(Z_ARRVAL_P(parser->data),&tag,sizeof(zval*),NULL); NULL 963 xml/xml.c HashPosition hpos=NULL; NULL 993 xml/xml.c zend_hash_next_index_insert(Z_ARRVAL_P(parser->data),&tag,sizeof(zval*),NULL); NULL 1160 xml/xml.c char *encoding_param = NULL; NULL 1163 xml/xml.c char *ns_param = NULL; NULL 1172 xml/xml.c if (encoding_param != NULL) { NULL 1186 xml/xml.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "unsupported source encoding \"%s\"", encoding_param); NULL 1193 xml/xml.c if (ns_support && ns_param == NULL){ NULL 1198 xml/xml.c parser->parser = XML_ParserCreate_MM((auto_detect ? NULL : encoding), NULL 1203 xml/xml.c parser->object = NULL; NULL 1457 xml/xml.c zval *pind, **xdata, **info = NULL; NULL 1592 xml/xml.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Parser cannot be freed while it is parsing."); NULL 1634 xml/xml.c if (enc == NULL) { NULL 1635 xml/xml.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unsupported target encoding \"%s\"", Z_STRVAL_PP(val)); NULL 1642 xml/xml.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown option"); NULL 1671 xml/xml.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown option"); NULL 1693 xml/xml.c if (encoded == NULL) { NULL 1713 xml/xml.c if (decoded == NULL) { NULL 67 xmlreader/php_xmlreader.c zend_hash_add(prop_handler, name, strlen(name)+1, &hnd, sizeof(xmlreader_prop_handler), NULL); NULL 74 xmlreader/php_xmlreader.c const xmlChar *retchar = NULL; NULL 77 xmlreader/php_xmlreader.c if (obj->ptr != NULL) { NULL 84 xmlreader/php_xmlreader.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Internal libxml error returned"); NULL 120 xmlreader/php_xmlreader.c zval **retval = NULL; NULL 134 xmlreader/php_xmlreader.c if (obj->prop_handler != NULL) { NULL 169 xmlreader/php_xmlreader.c if (obj->prop_handler != NULL) { NULL 211 xmlreader/php_xmlreader.c if (obj->prop_handler != NULL) { NULL 215 xmlreader/php_xmlreader.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot write to read-only property"); NULL 241 xmlreader/php_xmlreader.c if (uri->scheme != NULL) { NULL 262 xmlreader/php_xmlreader.c if ((uri->scheme == NULL || isFileUri)) { NULL 265 xmlreader/php_xmlreader.c return NULL; NULL 282 xmlreader/php_xmlreader.c char *valid_file = NULL; NULL 283 xmlreader/php_xmlreader.c xmlRelaxNGParserCtxtPtr parser = NULL; NULL 291 xmlreader/php_xmlreader.c return NULL; NULL 301 xmlreader/php_xmlreader.c return NULL; NULL 304 xmlreader/php_xmlreader.c if (parser == NULL) { NULL 305 xmlreader/php_xmlreader.c return NULL; NULL 330 xmlreader/php_xmlreader.c STANDARD_MODULE_HEADER_EX, NULL, NULL 333 xmlreader/php_xmlreader.c NULL, NULL 336 xmlreader/php_xmlreader.c NULL, NULL 337 xmlreader/php_xmlreader.c NULL, NULL 360 xmlreader/php_xmlreader.c intern->input = NULL; NULL 365 xmlreader/php_xmlreader.c intern->ptr = NULL; NULL 370 xmlreader/php_xmlreader.c intern->schema = NULL; NULL 398 xmlreader/php_xmlreader.c intern->ptr = NULL; NULL 399 xmlreader/php_xmlreader.c intern->input = NULL; NULL 400 xmlreader/php_xmlreader.c intern->schema = NULL; NULL 416 xmlreader/php_xmlreader.c char *retchar = NULL; NULL 425 xmlreader/php_xmlreader.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Argument cannot be an empty string"); NULL 469 xmlreader/php_xmlreader.c char *retchar = NULL; NULL 495 xmlreader/php_xmlreader.c xmlRelaxNGPtr schema = NULL; NULL 502 xmlreader/php_xmlreader.c if (source != NULL && !source_len) { NULL 503 xmlreader/php_xmlreader.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Schema data source is required"); NULL 512 xmlreader/php_xmlreader.c schema = _xmlreader_get_relaxNG(source, source_len, type, NULL, NULL TSRMLS_CC); NULL 518 xmlreader/php_xmlreader.c retval = xmlTextReaderRelaxNGSetSchema(intern->ptr, NULL); NULL 532 xmlreader/php_xmlreader.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to set schema. This must be set prior to reading or schema contains errors."); NULL 536 xmlreader/php_xmlreader.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "No Schema support built into libxml."); NULL 575 xmlreader/php_xmlreader.c char *retchar = NULL; NULL 605 xmlreader/php_xmlreader.c char *name, *ns_uri, *retchar = NULL; NULL 612 xmlreader/php_xmlreader.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Attribute Name and Namespace URI cannot be empty"); NULL 652 xmlreader/php_xmlreader.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid parser property"); NULL 692 xmlreader/php_xmlreader.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Attribute Name is required"); NULL 753 xmlreader/php_xmlreader.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Attribute Name and Namespace URI cannot be empty"); NULL 805 xmlreader/php_xmlreader.c if (intern != NULL && intern->ptr != NULL) { NULL 808 xmlreader/php_xmlreader.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "An Error Occured while reading"); NULL 815 xmlreader/php_xmlreader.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Load Data before trying to read"); NULL 827 xmlreader/php_xmlreader.c char *name = NULL; NULL 835 xmlreader/php_xmlreader.c if (intern != NULL && intern->ptr != NULL) { NULL 843 xmlreader/php_xmlreader.c while (name != NULL && retval == 1) { NULL 850 xmlreader/php_xmlreader.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "An Error Occured while reading"); NULL 857 xmlreader/php_xmlreader.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Load Data before trying to read"); NULL 869 xmlreader/php_xmlreader.c xmlreader_object *intern = NULL; NULL 870 xmlreader/php_xmlreader.c char *source, *valid_file = NULL; NULL 871 xmlreader/php_xmlreader.c char *encoding = NULL; NULL 873 xmlreader/php_xmlreader.c xmlTextReaderPtr reader = NULL; NULL 880 xmlreader/php_xmlreader.c if (id != NULL) { NULL 882 xmlreader/php_xmlreader.c id = NULL; NULL 890 xmlreader/php_xmlreader.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Empty string supplied as input"); NULL 900 xmlreader/php_xmlreader.c if (reader == NULL) { NULL 901 xmlreader/php_xmlreader.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to open source data"); NULL 905 xmlreader/php_xmlreader.c if (id == NULL) { NULL 965 xmlreader/php_xmlreader.c if (source != NULL && !source_len) { NULL 966 xmlreader/php_xmlreader.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Schema data source is required"); NULL 981 xmlreader/php_xmlreader.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to set schema. This must be set prior to reading or schema contains errors."); NULL 985 xmlreader/php_xmlreader.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "No Schema support built into libxml."); NULL 1015 xmlreader/php_xmlreader.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid parser property"); NULL 1052 xmlreader/php_xmlreader.c xmlreader_object *intern = NULL; NULL 1053 xmlreader/php_xmlreader.c char *source, *uri = NULL, *encoding = NULL; NULL 1055 xmlreader/php_xmlreader.c char *directory=NULL, resolved_path[MAXPATHLEN]; NULL 1064 xmlreader/php_xmlreader.c if (id != NULL && ! instanceof_function(Z_OBJCE_P(id), xmlreader_class_entry TSRMLS_CC)) { NULL 1065 xmlreader/php_xmlreader.c id = NULL; NULL 1067 xmlreader/php_xmlreader.c if (id != NULL) { NULL 1073 xmlreader/php_xmlreader.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Empty string supplied as input"); NULL 1079 xmlreader/php_xmlreader.c if (inputbfr != NULL) { NULL 1096 xmlreader/php_xmlreader.c if (reader != NULL) { NULL 1098 xmlreader/php_xmlreader.c ret = xmlTextReaderSetup(reader, NULL, uri, encoding, options); NULL 1101 xmlreader/php_xmlreader.c if (id == NULL) { NULL 1126 xmlreader/php_xmlreader.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to load source data"); NULL 1136 xmlreader/php_xmlreader.c zval *id, *basenode = NULL; NULL 1140 xmlreader/php_xmlreader.c xmlDocPtr docp = NULL; NULL 1141 xmlreader/php_xmlreader.c php_libxml_node_object *domobj = NULL; NULL 1147 xmlreader/php_xmlreader.c if (basenode != NULL) { NULL 1157 xmlreader/php_xmlreader.c if (node == NULL) { NULL 1158 xmlreader/php_xmlreader.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "An Error Occured while expanding "); NULL 1162 xmlreader/php_xmlreader.c if (nodec == NULL) { NULL 1163 xmlreader/php_xmlreader.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Cannot expand this node type"); NULL 1170 xmlreader/php_xmlreader.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Load Data before trying to expand"); NULL 1328 xmlreader/php_xmlreader.c zend_hash_init(&xmlreader_prop_handlers, 0, NULL, NULL, 1); NULL 1329 xmlreader/php_xmlreader.c xmlreader_register_prop_handler(&xmlreader_prop_handlers, "attributeCount", xmlTextReaderAttributeCount, NULL, IS_LONG TSRMLS_CC); NULL 1330 xmlreader/php_xmlreader.c xmlreader_register_prop_handler(&xmlreader_prop_handlers, "baseURI", NULL, xmlTextReaderConstBaseUri, IS_STRING TSRMLS_CC); NULL 1331 xmlreader/php_xmlreader.c xmlreader_register_prop_handler(&xmlreader_prop_handlers, "depth", xmlTextReaderDepth, NULL, IS_LONG TSRMLS_CC); NULL 1332 xmlreader/php_xmlreader.c xmlreader_register_prop_handler(&xmlreader_prop_handlers, "hasAttributes", xmlTextReaderHasAttributes, NULL, IS_BOOL TSRMLS_CC); NULL 1333 xmlreader/php_xmlreader.c xmlreader_register_prop_handler(&xmlreader_prop_handlers, "hasValue", xmlTextReaderHasValue, NULL, IS_BOOL TSRMLS_CC); NULL 1334 xmlreader/php_xmlreader.c xmlreader_register_prop_handler(&xmlreader_prop_handlers, "isDefault", xmlTextReaderIsDefault, NULL, IS_BOOL TSRMLS_CC); NULL 1335 xmlreader/php_xmlreader.c xmlreader_register_prop_handler(&xmlreader_prop_handlers, "isEmptyElement", xmlTextReaderIsEmptyElement, NULL, IS_BOOL TSRMLS_CC); NULL 1336 xmlreader/php_xmlreader.c xmlreader_register_prop_handler(&xmlreader_prop_handlers, "localName", NULL, xmlTextReaderConstLocalName, IS_STRING TSRMLS_CC); NULL 1337 xmlreader/php_xmlreader.c xmlreader_register_prop_handler(&xmlreader_prop_handlers, "name", NULL, xmlTextReaderConstName, IS_STRING TSRMLS_CC); NULL 1338 xmlreader/php_xmlreader.c xmlreader_register_prop_handler(&xmlreader_prop_handlers, "namespaceURI", NULL, xmlTextReaderConstNamespaceUri, IS_STRING TSRMLS_CC); NULL 1339 xmlreader/php_xmlreader.c xmlreader_register_prop_handler(&xmlreader_prop_handlers, "nodeType", xmlTextReaderNodeType, NULL, IS_LONG TSRMLS_CC); NULL 1340 xmlreader/php_xmlreader.c xmlreader_register_prop_handler(&xmlreader_prop_handlers, "prefix", NULL, xmlTextReaderConstPrefix, IS_STRING TSRMLS_CC); NULL 1341 xmlreader/php_xmlreader.c xmlreader_register_prop_handler(&xmlreader_prop_handlers, "value", NULL, xmlTextReaderConstValue, IS_STRING TSRMLS_CC); NULL 1342 xmlreader/php_xmlreader.c xmlreader_register_prop_handler(&xmlreader_prop_handlers, "xmlLang", NULL, xmlTextReaderConstXmlLang, IS_STRING TSRMLS_CC); NULL 48 xmlrpc/libxmlrpc/base64.c b->ptr = NULL; NULL 49 xmlrpc/libxmlrpc/base64.c b->data = NULL; NULL 71 xmlrpc/libxmlrpc/encodings.c return NULL; NULL 134 xmlrpc/libxmlrpc/queue.c q->head = q->tail = NULL; NULL 239 xmlrpc/libxmlrpc/queue.c return NULL; NULL 264 xmlrpc/libxmlrpc/queue.c return NULL; NULL 293 xmlrpc/libxmlrpc/queue.c if(p == NULL) NULL 299 xmlrpc/libxmlrpc/queue.c q->head->prev = NULL; NULL 302 xmlrpc/libxmlrpc/queue.c q->head->next = NULL; NULL 345 xmlrpc/libxmlrpc/queue.c if(n == NULL) NULL 352 xmlrpc/libxmlrpc/queue.c q->tail->prev = NULL; NULL 360 xmlrpc/libxmlrpc/queue.c q->tail->next = NULL; NULL 396 xmlrpc/libxmlrpc/queue.c return NULL; NULL 405 xmlrpc/libxmlrpc/queue.c q->head = q->tail = q->cursor = NULL; NULL 408 xmlrpc/libxmlrpc/queue.c q->head->prev = NULL; NULL 439 xmlrpc/libxmlrpc/queue.c return NULL; NULL 447 xmlrpc/libxmlrpc/queue.c q->head = q->tail = q->cursor = NULL; NULL 450 xmlrpc/libxmlrpc/queue.c q->tail->next = NULL; NULL 480 xmlrpc/libxmlrpc/queue.c return NULL; NULL 482 xmlrpc/libxmlrpc/queue.c if(!q->cursor || q->cursor->next == NULL) NULL 483 xmlrpc/libxmlrpc/queue.c return NULL; NULL 510 xmlrpc/libxmlrpc/queue.c return NULL; NULL 512 xmlrpc/libxmlrpc/queue.c if(q->cursor->prev == NULL) NULL 513 xmlrpc/libxmlrpc/queue.c return NULL; NULL 527 xmlrpc/libxmlrpc/queue.c return NULL; NULL 529 xmlrpc/libxmlrpc/queue.c if(iter == NULL) NULL 530 xmlrpc/libxmlrpc/queue.c return NULL; NULL 556 xmlrpc/libxmlrpc/queue.c if (n != NULL) { NULL 635 xmlrpc/libxmlrpc/queue.c return NULL; NULL 637 xmlrpc/libxmlrpc/queue.c if(q->cursor == NULL) NULL 638 xmlrpc/libxmlrpc/queue.c return NULL; NULL 661 xmlrpc/libxmlrpc/queue.c if(q->cursor == NULL) NULL 695 xmlrpc/libxmlrpc/queue.c if (q == NULL) { NULL 794 xmlrpc/libxmlrpc/queue.c if(index == NULL) NULL 798 xmlrpc/libxmlrpc/queue.c if(posn_index == NULL) { NULL 820 xmlrpc/libxmlrpc/queue.c while(dn != NULL) { NULL 827 xmlrpc/libxmlrpc/queue.c if(d != NULL) NULL 901 xmlrpc/libxmlrpc/queue.c if (q == NULL) { NULL 902 xmlrpc/libxmlrpc/queue.c return NULL; NULL 907 xmlrpc/libxmlrpc/queue.c return NULL; NULL 913 xmlrpc/libxmlrpc/queue.c return NULL; NULL 943 xmlrpc/libxmlrpc/queue.c if (q == NULL) { NULL 957 xmlrpc/libxmlrpc/queue.c return q ? (q_iter)q->head : NULL; NULL 961 xmlrpc/libxmlrpc/queue.c return q ? (q_iter)q->tail : NULL; NULL 965 xmlrpc/libxmlrpc/queue.c return qi ? (q_iter)((node*)qi)->next : NULL; NULL 969 xmlrpc/libxmlrpc/queue.c return qi ? (q_iter)((node*)qi)->prev : NULL; NULL 973 xmlrpc/libxmlrpc/queue.c return qi ? ((node*)qi)->data : NULL; NULL 83 xmlrpc/libxmlrpc/queue.h #define Q_Iter_Head_F(q) (q ? (q_iter)((queue*)q)->head : NULL) NULL 84 xmlrpc/libxmlrpc/queue.h #define Q_Iter_Tail_F(q) (q ? (q_iter)((queue*)q)->tail : NULL) NULL 85 xmlrpc/libxmlrpc/queue.h #define Q_Iter_Next_F(qi) (qi ? (q_iter)((node*)qi)->next : NULL) NULL 86 xmlrpc/libxmlrpc/queue.h #define Q_Iter_Prev_F(qi) (qi ? (q_iter)((node*)qi)->prev : NULL) NULL 87 xmlrpc/libxmlrpc/queue.h #define Q_Iter_Get_F(qi) (qi ? ((node*)qi)->data : NULL) NULL 58 xmlrpc/libxmlrpc/simplestring.h #ifndef NULL NULL 300 xmlrpc/libxmlrpc/system_methods.c XMLRPC_VALUE xDesc = XMLRPC_IntrospectionCreateDescription(xsm_introspection_xml, NULL); NULL 364 xmlrpc/libxmlrpc/system_methods.c NULL); NULL 133 xmlrpc/libxmlrpc/xml_element.c #define my_free(thing) if(thing) {free(thing); thing = NULL;} NULL 211 xmlrpc/libxmlrpc/xml_element.c root->name = NULL; NULL 689 xmlrpc/libxmlrpc/xml_element.c xml_element* xReturn = NULL; NULL 701 xmlrpc/libxmlrpc/xml_element.c parser = XML_ParserCreate(NULL); NULL 755 xmlrpc/libxmlrpc/xml_element.c xReturn->parent = NULL; NULL 185 xmlrpc/libxmlrpc/xml_element.h #define xml_elem_next_element(el) ((el) ? (xml_element *)Q_Next(&el->children) : NULL) NULL 186 xmlrpc/libxmlrpc/xml_element.h #define xml_elem_head_element(el) ((el) ? (xml_element *)Q_Head(&el->children) : NULL) NULL 187 xmlrpc/libxmlrpc/xml_element.h #define xml_elem_next_attr(el) ((el) ? (xml_element_attr *)Q_Next(&el->attrs) : NULL) NULL 188 xmlrpc/libxmlrpc/xml_element.h #define xml_elem_head_attr(el) ((el) ? (xml_element_attr *)Q_Head(&el->attrs) : NULL) NULL 189 xmlrpc/libxmlrpc/xml_element.h #define xml_elem_get_name(el) (char *)((el) ? el->name : NULL) NULL 190 xmlrpc/libxmlrpc/xml_element.h #define xml_elem_get_val(el) (char *)((el) ? el->text.str : NULL) NULL 71 xmlrpc/libxmlrpc/xml_to_dandarpc.c const char* id = NULL; NULL 72 xmlrpc/libxmlrpc/xml_to_dandarpc.c const char* type = NULL; NULL 160 xmlrpc/libxmlrpc/xml_to_dandarpc.c return xml_element_to_DANDARPC_REQUEST_worker(NULL, NULL, el); NULL 166 xmlrpc/libxmlrpc/xml_to_dandarpc.c return XMLRPC_RequestSetData(request, xml_element_to_DANDARPC_REQUEST_worker(request, NULL, el)); NULL 168 xmlrpc/libxmlrpc/xml_to_dandarpc.c return NULL; NULL 173 xmlrpc/libxmlrpc/xml_to_dandarpc.c xml_element* root = NULL; NULL 181 xmlrpc/libxmlrpc/xml_to_dandarpc.c const char* pAttrType = NULL; NULL 183 xmlrpc/libxmlrpc/xml_to_dandarpc.c xml_element_attr* attr_type = bNoAddType ? NULL : malloc(sizeof(xml_element_attr)); NULL 276 xmlrpc/libxmlrpc/xml_to_dandarpc.c return DANDARPC_to_xml_element_worker(NULL, node); NULL 280 xmlrpc/libxmlrpc/xml_to_dandarpc.c xml_element* wrapper = NULL; NULL 281 xmlrpc/libxmlrpc/xml_to_dandarpc.c xml_element* root = NULL; NULL 284 xmlrpc/libxmlrpc/xml_to_dandarpc.c const char* pStr = NULL; NULL 71 xmlrpc/libxmlrpc/xml_to_soap.c attr->key = key ? strdup(key) : NULL; NULL 72 xmlrpc/libxmlrpc/xml_to_soap.c attr->val = val ? strdup(val) : NULL; NULL 88 xmlrpc/libxmlrpc/xml_to_soap.c struct array_info* ai = NULL; NULL 228 xmlrpc/libxmlrpc/xml_to_soap.c NULL); NULL 251 xmlrpc/libxmlrpc/xml_to_soap.c const char* id = NULL; NULL 252 xmlrpc/libxmlrpc/xml_to_soap.c const char* type = NULL, *arrayType=NULL, *actor = NULL; NULL 315 xmlrpc/libxmlrpc/xml_to_soap.c char* p = NULL; NULL 373 xmlrpc/libxmlrpc/xml_to_soap.c struct array_info* ai = NULL; NULL 379 xmlrpc/libxmlrpc/xml_to_soap.c else if (!strcmp(type, TOKEN_ARRAY) || arrayType != NULL) { NULL 392 xmlrpc/libxmlrpc/xml_to_soap.c XMLRPC_VALUE xNext = NULL; NULL 397 xmlrpc/libxmlrpc/xml_to_soap.c xml_element_to_SOAP_REQUEST_worker(request, NULL, ai, xCurrent, iter, depth); NULL 420 xmlrpc/libxmlrpc/xml_to_soap.c return xml_element_to_SOAP_REQUEST_worker(NULL, NULL, NULL, NULL, el, 0); NULL 427 xmlrpc/libxmlrpc/xml_to_soap.c return XMLRPC_RequestSetData(request, xml_element_to_SOAP_REQUEST_worker(request, NULL, NULL, NULL, el, 0)); NULL 429 xmlrpc/libxmlrpc/xml_to_soap.c return NULL; NULL 436 xmlrpc/libxmlrpc/xml_to_soap.c xml_element* elem_val = NULL; NULL 441 xmlrpc/libxmlrpc/xml_to_soap.c char* pName = NULL, *pAttrType = NULL; NULL 456 xmlrpc/libxmlrpc/xml_to_soap.c xml_element_attr* attr_array_type = NULL; NULL 578 xmlrpc/libxmlrpc/xml_to_soap.c return SOAP_to_xml_element_worker(NULL, node); NULL 178 xmlrpc/libxmlrpc/xml_to_xmlrpc.c return xml_element_to_XMLRPC_REQUEST_worker(NULL, NULL, NULL, el); NULL 184 xmlrpc/libxmlrpc/xml_to_xmlrpc.c return XMLRPC_RequestSetData(request, xml_element_to_XMLRPC_REQUEST_worker(request, NULL, NULL, el)); NULL 186 xmlrpc/libxmlrpc/xml_to_xmlrpc.c return NULL; NULL 192 xmlrpc/libxmlrpc/xml_to_xmlrpc.c xml_element* root = NULL; NULL 206 xmlrpc/libxmlrpc/xml_to_xmlrpc.c xml_element* next_el = XMLRPC_to_xml_element_worker(NULL, node, request_type, depth + 1); NULL 369 xmlrpc/libxmlrpc/xml_to_xmlrpc.c return XMLRPC_to_xml_element_worker(NULL, node, xmlrpc_request_none, 0); NULL 373 xmlrpc/libxmlrpc/xml_to_xmlrpc.c xml_element* wrapper = NULL; NULL 375 xmlrpc/libxmlrpc/xml_to_xmlrpc.c const char* pStr = NULL; NULL 403 xmlrpc/libxmlrpc/xml_to_xmlrpc.c XMLRPC_to_xml_element_worker(NULL, XMLRPC_RequestGetData(request), XMLRPC_RequestGetRequestType(request), 0)); NULL 367 xmlrpc/libxmlrpc/xmlrpc.c return NULL; NULL 388 xmlrpc/libxmlrpc/xmlrpc.c return request ? request->methodName.str : NULL; NULL 481 xmlrpc/libxmlrpc/xmlrpc.c return NULL; NULL 506 xmlrpc/libxmlrpc/xmlrpc.c return request ? request->io : NULL; NULL 538 xmlrpc/libxmlrpc/xmlrpc.c return NULL; NULL 562 xmlrpc/libxmlrpc/xmlrpc.c return request ? request->error : NULL; NULL 595 xmlrpc/libxmlrpc/xmlrpc.c return NULL; NULL 621 xmlrpc/libxmlrpc/xmlrpc.c return request ? &request->output : NULL; NULL 658 xmlrpc/libxmlrpc/xmlrpc.c char* pRet = NULL; NULL 661 xmlrpc/libxmlrpc/xmlrpc.c pRet = xml_elem_serialize_to_string(root_elem, NULL, buf_len); NULL 691 xmlrpc/libxmlrpc/xmlrpc.c char* pRet = NULL; NULL 693 xmlrpc/libxmlrpc/xmlrpc.c xml_element *root_elem = NULL; NULL 739 xmlrpc/libxmlrpc/xmlrpc.c XMLRPC_VALUE xResponse = NULL; NULL 753 xmlrpc/libxmlrpc/xmlrpc.c XMLRPC_VALUE xReturn = NULL; NULL 805 xmlrpc/libxmlrpc/xmlrpc.c (in_options ? &in_options->xml_elem_opts : NULL), NULL 893 xmlrpc/libxmlrpc/xmlrpc.c const char* pRetval = NULL; NULL 947 xmlrpc/libxmlrpc/xmlrpc.c char *pRetval = NULL; NULL 1090 xmlrpc/libxmlrpc/xmlrpc.c XMLRPC_VALUE val = NULL; NULL 1096 xmlrpc/libxmlrpc/xmlrpc.c const char *pSVI = NULL; NULL 1099 xmlrpc/libxmlrpc/xmlrpc.c if(NULL == pSVI) { NULL 1100 xmlrpc/libxmlrpc/xmlrpc.c val = NULL; NULL 1105 xmlrpc/libxmlrpc/xmlrpc.c val = NULL; NULL 1216 xmlrpc/libxmlrpc/xmlrpc.c XMLRPC_VALUE v = NULL; NULL 1234 xmlrpc/libxmlrpc/xmlrpc.c if(NULL == v) { NULL 1286 xmlrpc/libxmlrpc/xmlrpc.c return NULL; NULL 1331 xmlrpc/libxmlrpc/xmlrpc.c XMLRPC_VALUE value = NULL; NULL 1619 xmlrpc/libxmlrpc/xmlrpc.c XMLRPC_VALUE xReturn = NULL; NULL 2159 xmlrpc/libxmlrpc/xmlrpc.c XMLRPC_VALUE xReturn = NULL; NULL 2185 xmlrpc/libxmlrpc/xmlrpc.c XMLRPC_VALUE xReturn = NULL; NULL 2440 xmlrpc/libxmlrpc/xmlrpc.c sm->desc = NULL; NULL 2462 xmlrpc/libxmlrpc/xmlrpc.c return NULL; NULL 2529 xmlrpc/libxmlrpc/xmlrpc.c return NULL; NULL 2561 xmlrpc/libxmlrpc/xmlrpc.c XMLRPC_VALUE xReturn = NULL; NULL 2756 xmlrpc/libxmlrpc/xmlrpc.c XMLRPC_VALUE xOutput = NULL; NULL 2758 xmlrpc/libxmlrpc/xmlrpc.c char* string = NULL; NULL 2804 xmlrpc/libxmlrpc/xmlrpc.c xOutput = XMLRPC_CreateVector(NULL, xmlrpc_vector_struct); NULL 89 xmlrpc/libxmlrpc/xmlrpc_introspection.c return NULL; NULL 124 xmlrpc/libxmlrpc/xmlrpc_introspection.c XMLRPC_VALUE xResponse = XMLRPC_CreateVector(NULL, xmlrpc_vector_struct); NULL 126 xmlrpc/libxmlrpc/xmlrpc_introspection.c XMLRPC_VALUE xTypeList = NULL; NULL 174 xmlrpc/libxmlrpc/xmlrpc_introspection.c XMLRPC_VALUE xResponse = XMLRPC_CreateVector(NULL, xmlrpc_vector_array); NULL 192 xmlrpc/libxmlrpc/xmlrpc_introspection.c XMLRPC_VALUE xResponse = NULL; NULL 200 xmlrpc/libxmlrpc/xmlrpc_introspection.c XMLRPC_VALUE xTypesArray = XMLRPC_CreateVector(NULL, xmlrpc_vector_array); NULL 205 xmlrpc/libxmlrpc/xmlrpc_introspection.c xResponse = XMLRPC_CreateVector(NULL, xmlrpc_vector_array); NULL 218 xmlrpc/libxmlrpc/xmlrpc_introspection.c XMLRPC_CreateValueString(NULL, NULL 229 xmlrpc/libxmlrpc/xmlrpc_introspection.c XMLRPC_CreateValueString(NULL, NULL 251 xmlrpc/libxmlrpc/xmlrpc_introspection.c XMLRPC_VALUE xResponse = NULL; NULL 262 xmlrpc/libxmlrpc/xmlrpc_introspection.c xResponse = XMLRPC_CreateValueString(NULL, help ? help : xi_token_empty, 0); NULL 288 xmlrpc/libxmlrpc/xmlrpc_introspection.c XMLRPC_VALUE xParam = NULL; NULL 290 xmlrpc/libxmlrpc/xmlrpc_introspection.c xParam = XMLRPC_CreateVector(NULL, xmlrpc_vector_struct); NULL 310 xmlrpc/libxmlrpc/xmlrpc_introspection.c XMLRPC_VALUE xReturn = NULL; NULL 313 xmlrpc/libxmlrpc/xmlrpc_introspection.c const char* name = NULL; NULL 314 xmlrpc/libxmlrpc/xmlrpc_introspection.c const char* type = NULL; NULL 315 xmlrpc/libxmlrpc/xmlrpc_introspection.c const char* basetype = NULL; NULL 316 xmlrpc/libxmlrpc/xmlrpc_introspection.c const char* desc = NULL; NULL 317 xmlrpc/libxmlrpc/xmlrpc_introspection.c const char* def = NULL; NULL 348 xmlrpc/libxmlrpc/xmlrpc_introspection.c XMLRPC_VALUE xSubList = NULL; NULL 364 xmlrpc/libxmlrpc/xmlrpc_introspection.c xReturn = describeValue_worker(ptype, name, (desc ? desc : (xSubList ? NULL : el->text.str)), optional, def, xSubList); NULL 374 xmlrpc/libxmlrpc/xmlrpc_introspection.c xReturn = XMLRPC_CreateVector(!strcmp(el->name, "signature") ? NULL : el->name, xmlrpc_vector_struct); NULL 388 xmlrpc/libxmlrpc/xmlrpc_introspection.c xReturn = XMLRPC_CreateVector(NULL, xmlrpc_vector_struct); NULL 459 xmlrpc/libxmlrpc/xmlrpc_introspection.c XMLRPC_VALUE xReturn = NULL; NULL 460 xmlrpc/libxmlrpc/xmlrpc_introspection.c xml_element* root = xml_elem_parse_buf(xml, 0, 0, err ? &err->xml_elem_error : NULL); NULL 528 xmlrpc/libxmlrpc/xmlrpc_introspection.c server->xIntrospection = XMLRPC_CreateVector(NULL, xmlrpc_vector_struct); NULL 84 xmlrpc/php_xmlrpc.h #define phpext_xmlrpc_ptr NULL NULL 169 xmlrpc/xmlrpc-epi-php.c NULL, NULL 170 xmlrpc/xmlrpc-epi-php.c NULL, NULL 171 xmlrpc/xmlrpc-epi-php.c NULL, NULL 294 xmlrpc/xmlrpc-epi-php.c le_xmlrpc_server = zend_register_list_destructors_ex(xmlrpc_server_destructor, NULL, "xmlrpc server", module_number); NULL 346 xmlrpc/xmlrpc-epi-php.c if (!(id_len > 1 && id[0] == '0') && is_numeric_string((char *)id, id_len, NULL, NULL, 0) == IS_LONG) { NULL 347 xmlrpc/xmlrpc-epi-php.c long index = strtol(id, NULL, 0); NULL 348 xmlrpc/xmlrpc-epi-php.c return zend_hash_index_update(Z_ARRVAL_P(list), index, (void *) val, sizeof(zval **), NULL); NULL 350 xmlrpc/xmlrpc-epi-php.c return zend_hash_update(Z_ARRVAL_P(list), (char*) id, strlen(id) + 1, (void *) val, sizeof(zval **), NULL); NULL 353 xmlrpc/xmlrpc-epi-php.c return zend_hash_next_index_insert(Z_ARRVAL_P(list), (void *) val, sizeof(zval **), NULL); NULL 522 xmlrpc/xmlrpc-epi-php.c XMLRPC_VALUE xReturn = NULL; NULL 525 xmlrpc/xmlrpc-epi-php.c zval* val = NULL; NULL 563 xmlrpc/xmlrpc-epi-php.c HashTable *ht = NULL; NULL 569 xmlrpc/xmlrpc-epi-php.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "XML-RPC doesn't support circular references"); NULL 570 xmlrpc/xmlrpc-epi-php.c return NULL; NULL 594 xmlrpc/xmlrpc-epi-php.c char *num_str = NULL; NULL 626 xmlrpc/xmlrpc-epi-php.c return PHP_to_XMLRPC_worker(NULL, root_val, 0 TSRMLS_CC); NULL 632 xmlrpc/xmlrpc-epi-php.c zval* elem = NULL; NULL 703 xmlrpc/xmlrpc-epi-php.c XMLRPC_REQUEST xRequest = NULL; NULL 705 xmlrpc/xmlrpc-epi-php.c zval *vals, *out_opts = NULL; NULL 706 xmlrpc/xmlrpc-epi-php.c char *method = NULL; NULL 721 xmlrpc/xmlrpc-epi-php.c if (method == NULL) { NULL 750 xmlrpc/xmlrpc-epi-php.c XMLRPC_VALUE xOut = NULL; NULL 779 xmlrpc/xmlrpc-epi-php.c zval* retval = NULL; NULL 801 xmlrpc/xmlrpc-epi-php.c retval = NULL; NULL 817 xmlrpc/xmlrpc-epi-php.c char *xml, *encoding = NULL; NULL 827 xmlrpc/xmlrpc-epi-php.c zval* retval = decode_request_worker(xml, xml_len, encoding_len ? encoding : NULL, *method); NULL 840 xmlrpc/xmlrpc-epi-php.c char *arg1, *arg2 = NULL; NULL 848 xmlrpc/xmlrpc-epi-php.c zval* retval = decode_request_worker(arg1, arg1_len, arg2_len ? arg2 : NULL, NULL); NULL 951 xmlrpc/xmlrpc-epi-php.c call_user_function(CG(function_table), NULL, pData->php_function, pData->return_data, 3, callback_params TSRMLS_CC); NULL 981 xmlrpc/xmlrpc-epi-php.c if (call_user_function(CG(function_table), NULL, *php_function, &retval, 1, callback_params TSRMLS_CC) == SUCCESS) { NULL 992 xmlrpc/xmlrpc-epi-php.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to add introspection data returned from %s(), improper element structure", php_function_name); NULL 998 xmlrpc/xmlrpc-epi-php.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "xml parse error: [line %ld, column %ld, message: %s] Unable to add introspection data returned from %s()", NULL 1001 xmlrpc/xmlrpc-epi-php.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to add introspection data returned from %s()", php_function_name); NULL 1007 xmlrpc/xmlrpc-epi-php.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error calling user introspection callback: %s()", php_function_name); NULL 1010 xmlrpc/xmlrpc-epi-php.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid callback '%s' passed", php_function_name); NULL 1079 xmlrpc/xmlrpc-epi-php.c add_zval(server->introspection_map, NULL, &method_name_save); NULL 1097 xmlrpc/xmlrpc-epi-php.c zval **caller_params, *handle, *output_opts = NULL; NULL 1108 xmlrpc/xmlrpc-epi-php.c set_output_options(&out, NULL); NULL 1124 xmlrpc/xmlrpc-epi-php.c XMLRPC_VALUE xAnswer = NULL; NULL 1250 xmlrpc/xmlrpc-epi-php.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "xml parse error: [line %ld, column %ld, message: %s] Unable to create introspection data", NULL 1253 xmlrpc/xmlrpc-epi-php.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid xml structure. Unable to create introspection data"); NULL 1256 xmlrpc/xmlrpc-epi-php.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "xml parse error. no method description created"); NULL 1367 xmlrpc/xmlrpc-epi-php.c XMLRPC_VALUE v = XMLRPC_CreateValueDateTime_ISO8601(NULL, value->value.str.val); NULL 1369 xmlrpc/xmlrpc-epi-php.c time_t timestamp = (time_t) php_parse_date((char *)XMLRPC_GetValueDateTime_ISO8601(v), NULL); NULL 1379 xmlrpc/xmlrpc-epi-php.c if (SUCCESS == zend_hash_update(Z_OBJPROP_P(value), OBJECT_TYPE_ATTR, sizeof(OBJECT_TYPE_ATTR), (void *) &type, sizeof(zval *), NULL)) { NULL 1380 xmlrpc/xmlrpc-epi-php.c bSuccess = zend_hash_update(Z_OBJPROP_P(value), OBJECT_VALUE_TS_ATTR, sizeof(OBJECT_VALUE_TS_ATTR), (void *) &ztimestamp, sizeof(zval *), NULL); NULL 1391 xmlrpc/xmlrpc-epi-php.c bSuccess = zend_hash_update(Z_OBJPROP_P(value), OBJECT_TYPE_ATTR, sizeof(OBJECT_TYPE_ATTR), (void *) &type, sizeof(zval *), NULL); NULL 98 xmlwriter/php_xmlwriter.c intern->ptr = NULL; NULL 102 xmlwriter/php_xmlwriter.c intern->output = NULL; NULL 116 xmlwriter/php_xmlwriter.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid or unitialized XMLWriter object"); \ NULL 134 xmlwriter/php_xmlwriter.c intern->xmlwriter_ptr = NULL; NULL 150 xmlwriter/php_xmlwriter.c intern->xmlwriter_ptr = NULL; NULL 156 xmlwriter/php_xmlwriter.c NULL, NULL 158 xmlwriter/php_xmlwriter.c NULL TSRMLS_CC); NULL 169 xmlwriter/php_xmlwriter.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", __err); \ NULL 586 xmlwriter/php_xmlwriter.c {NULL, NULL, NULL} NULL 613 xmlwriter/php_xmlwriter.c if (uri->scheme != NULL) { NULL 618 xmlwriter/php_xmlwriter.c return NULL; NULL 629 xmlwriter/php_xmlwriter.c return NULL; NULL 641 xmlwriter/php_xmlwriter.c if ((uri->scheme == NULL || isFileUri)) { NULL 647 xmlwriter/php_xmlwriter.c return NULL; NULL 657 xmlwriter/php_xmlwriter.c return NULL; NULL 679 xmlwriter/php_xmlwriter.c php_stream_wrapper *wrapper = NULL; NULL 680 xmlwriter/php_xmlwriter.c void *ret_val = NULL; NULL 682 xmlwriter/php_xmlwriter.c ret_val = php_stream_open_wrapper_ex((char *)filename, "wb", REPORT_ERRORS, NULL, NULL); NULL 712 xmlwriter/php_xmlwriter.c NULL, NULL 713 xmlwriter/php_xmlwriter.c NULL, NULL 766 xmlwriter/php_xmlwriter.c if (err_string != NULL) { NULL 862 xmlwriter/php_xmlwriter.c php_xmlwriter_string_arg(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextWriterSetIndentString, NULL); NULL 1094 xmlwriter/php_xmlwriter.c char *name, *content = NULL; NULL 1149 xmlwriter/php_xmlwriter.c char *name, *prefix, *uri, *content = NULL; NULL 1304 xmlwriter/php_xmlwriter.c php_xmlwriter_string_arg(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextWriterWriteCDATA, NULL); NULL 1312 xmlwriter/php_xmlwriter.c php_xmlwriter_string_arg(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextWriterWriteRaw, NULL); NULL 1320 xmlwriter/php_xmlwriter.c php_xmlwriter_string_arg(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextWriterWriteString, NULL); NULL 1374 xmlwriter/php_xmlwriter.c php_xmlwriter_string_arg(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextWriterWriteComment, NULL); NULL 1385 xmlwriter/php_xmlwriter.c char *version = NULL, *enc = NULL, *alone = NULL; NULL 1433 xmlwriter/php_xmlwriter.c char *name, *pubid = NULL, *sysid = NULL; NULL 1482 xmlwriter/php_xmlwriter.c char *name, *pubid = NULL, *sysid = NULL, *subset = NULL; NULL 1700 xmlwriter/php_xmlwriter.c char *pubid = NULL, *sysid = NULL, *ndataid = NULL; NULL 1745 xmlwriter/php_xmlwriter.c char *valid_file = NULL; NULL 1754 xmlwriter/php_xmlwriter.c ze_xmlwriter_object *ze_obj = NULL; NULL 1774 xmlwriter/php_xmlwriter.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Empty string as source"); NULL 1780 xmlwriter/php_xmlwriter.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to resolve file path"); NULL 1789 xmlwriter/php_xmlwriter.c if (ioctx == NULL) { NULL 1794 xmlwriter/php_xmlwriter.c php_xmlwriter_streams_IO_close, ioctx, NULL); NULL 1796 xmlwriter/php_xmlwriter.c if (out_buffer == NULL) { NULL 1797 xmlwriter/php_xmlwriter.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to create output buffer"); NULL 1811 xmlwriter/php_xmlwriter.c intern->output = NULL; NULL 1839 xmlwriter/php_xmlwriter.c ze_xmlwriter_object *ze_obj = NULL; NULL 1851 xmlwriter/php_xmlwriter.c if (buffer == NULL) { NULL 1852 xmlwriter/php_xmlwriter.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to create output buffer"); NULL 1866 xmlwriter/php_xmlwriter.c intern->uri_output = NULL; NULL 1914 xmlwriter/php_xmlwriter.c if (force_string == 1 && buffer == NULL) { NULL 1957 xmlwriter/php_xmlwriter.c le_xmlwriter = zend_register_list_destructors_ex(xmlwriter_dtor, NULL, "xmlwriter", module_number); NULL 1961 xmlwriter/php_xmlwriter.c xmlwriter_object_handlers.clone_obj = NULL; NULL 51 xsl/php_xsl.c STANDARD_MODULE_HEADER_EX, NULL, NULL 99 xsl/php_xsl.c if (((xsltStylesheetPtr) intern->ptr)->_private != NULL) { NULL 100 xsl/php_xsl.c ((xsltStylesheetPtr) intern->ptr)->_private = NULL; NULL 104 xsl/php_xsl.c intern->ptr = NULL; NULL 120 xsl/php_xsl.c intern->ptr = NULL; NULL 121 xsl/php_xsl.c intern->prop_handler = NULL; NULL 122 xsl/php_xsl.c intern->parameter = NULL; NULL 125 xsl/php_xsl.c intern->registered_phpfunctions = NULL; NULL 126 xsl/php_xsl.c intern->node_list = NULL; NULL 127 xsl/php_xsl.c intern->doc = NULL; NULL 128 xsl/php_xsl.c intern->profiling = NULL; NULL 135 xsl/php_xsl.c zend_hash_init(intern->parameter, 0, NULL, ZVAL_PTR_DTOR, 0); NULL 137 xsl/php_xsl.c zend_hash_init(intern->registered_phpfunctions, 0, NULL, ZVAL_PTR_DTOR, 0); NULL 138 xsl/php_xsl.c retval.handle = zend_objects_store_put(intern, (zend_objects_store_dtor_t)zend_objects_destroy_object, (zend_objects_free_object_storage_t) xsl_objects_free_storage, NULL TSRMLS_CC); NULL 149 xsl/php_xsl.c PHP_INI_ENTRY("xsl.security_prefs", "44", PHP_INI_ALL, NULL) NULL 160 xsl/php_xsl.c xsl_object_handlers.clone_obj = NULL; NULL 162 xsl/php_xsl.c REGISTER_XSL_CLASS(ce, "XSLTProcessor", NULL, php_xsl_xsltprocessor_class_functions, xsl_xsltprocessor_class_entry); NULL 289 xsl/php_xsl.c xsltSetGenericErrorFunc(NULL, php_libxml_error_handler); NULL 298 xsl/php_xsl.c xsltSetGenericErrorFunc(NULL, NULL); NULL 82 xsl/php_xsl.h entry = zend_register_internal_class_ex(&ce, parent_ce, NULL TSRMLS_CC); NULL 85 xsl/php_xsl.h if (NULL == (zval = php_xsl_create_object(obj, ret, zval, return_value TSRMLS_CC))) { \ NULL 86 xsl/php_xsl.h php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot create required DOM object"); \ NULL 103 xsl/xsltprocessor.c {NULL, NULL, NULL} NULL 119 xsl/xsltprocessor.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot create XPath expression (string contains both quote and double-quotes)"); NULL 120 xsl/xsltprocessor.c return NULL; NULL 139 xsl/xsltprocessor.c char *xpath_expr, *string_key = NULL; NULL 141 xsl/xsltprocessor.c char **params = NULL; NULL 153 xsl/xsltprocessor.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid argument or parameter array"); NULL 155 xsl/xsltprocessor.c return NULL; NULL 176 xsl/xsltprocessor.c params[i++] = NULL; NULL 193 xsl/xsltprocessor.c char *callable = NULL; NULL 204 xsl/xsltprocessor.c if (tctxt == NULL) { NULL 210 xsl/xsltprocessor.c if (intern == NULL) { NULL 270 xsl/xsltprocessor.c curns = xmlNewNs(NULL, node->name, NULL); NULL 275 xsl/xsltprocessor.c node = xmlNewDocNode(node->doc, NULL, (char *) node->children, node->name); NULL 277 xsl/xsltprocessor.c node = xmlNewDocNode(node->doc, NULL, "xmlns", node->name); NULL 302 xsl/xsltprocessor.c if (obj->stringval == NULL) { NULL 303 xsl/xsltprocessor.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Handler name must be a string"); NULL 320 xsl/xsltprocessor.c fci.symbol_table = NULL; NULL 321 xsl/xsltprocessor.c fci.object_ptr = NULL; NULL 326 xsl/xsltprocessor.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to call handler %s()", callable); NULL 329 xsl/xsltprocessor.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Not allowed to call handler '%s()'", callable); NULL 333 xsl/xsltprocessor.c result = zend_call_function(&fci, NULL TSRMLS_CC); NULL 336 xsl/xsltprocessor.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to call handler %s()", Z_STRVAL_P(&handler)); NULL 340 xsl/xsltprocessor.c } else if (retval == NULL) { NULL 345 xsl/xsltprocessor.c if (intern->node_list == NULL) { NULL 347 xsl/xsltprocessor.c zend_hash_init(intern->node_list, 0, NULL, ZVAL_PTR_DTOR, 0); NULL 350 xsl/xsltprocessor.c zend_hash_next_index_insert(intern->node_list, &retval, sizeof(zval *), NULL); NULL 357 xsl/xsltprocessor.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "A PHP Object cannot be converted to a XPath-string"); NULL 396 xsl/xsltprocessor.c zval *id, *docp = NULL; NULL 397 xsl/xsltprocessor.c xmlDoc *doc = NULL, *newdoc = NULL; NULL 401 xsl/xsltprocessor.c xmlNode *nodep = NULL; NULL 414 xsl/xsltprocessor.c if (doc == NULL) { NULL 441 xsl/xsltprocessor.c cloneDocu = std_hnd->read_property(id, member, BP_VAR_IS, NULL TSRMLS_CC); NULL 465 xsl/xsltprocessor.c if (((xsltStylesheetPtr) intern->ptr)->_private != NULL) { NULL 466 xsl/xsltprocessor.c ((xsltStylesheetPtr) intern->ptr)->_private = NULL; NULL 469 xsl/xsltprocessor.c intern->ptr = NULL; NULL 480 xsl/xsltprocessor.c xmlDocPtr doc = NULL; NULL 481 xsl/xsltprocessor.c xmlNodePtr node = NULL; NULL 484 xsl/xsltprocessor.c char **params = NULL; NULL 491 xsl/xsltprocessor.c xsltSecurityPrefsPtr secPrefs = NULL; NULL 498 xsl/xsltprocessor.c if (doc == NULL) { NULL 499 xsl/xsltprocessor.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid Document"); NULL 500 xsl/xsltprocessor.c return NULL; NULL 503 xsl/xsltprocessor.c if (style == NULL) { NULL 504 xsl/xsltprocessor.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "No stylesheet associated to this object"); NULL 505 xsl/xsltprocessor.c return NULL; NULL 510 xsl/xsltprocessor.c f = NULL; NULL 515 xsl/xsltprocessor.c f = NULL; NULL 541 xsl/xsltprocessor.c doXInclude = std_hnd->read_property(id, member, BP_VAR_IS, NULL TSRMLS_CC); NULL 556 xsl/xsltprocessor.c php_error_docref(NULL TSRMLS_CC, E_DEPRECATED, "The xsl.security_prefs php.ini option is deprecated; use XsltProcessor->setSecurityPrefs() instead"); NULL 562 xsl/xsltprocessor.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "The xsl.security_prefs php.ini was not used, since the XsltProcessor->setSecurityPrefs() method was used"); NULL 602 xsl/xsltprocessor.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Can't set libxslt security properties, not doing transformation for security reasons"); NULL 604 xsl/xsltprocessor.c newdocp = xsltApplyStylesheetUser(style, doc, (const char**) params, NULL, f, ctxt); NULL 615 xsl/xsltprocessor.c if (intern->node_list != NULL) { NULL 618 xsl/xsltprocessor.c intern->node_list = NULL; NULL 623 xsl/xsltprocessor.c intern->doc = NULL; NULL 644 xsl/xsltprocessor.c zval *id, *docp = NULL; NULL 648 xsl/xsltprocessor.c char *ret_class = NULL; NULL 670 xsl/xsltprocessor.c while (curce->parent != NULL) { NULL 677 xsl/xsltprocessor.c php_error_docref(NULL TSRMLS_CC, E_WARNING, NULL 688 xsl/xsltprocessor.c DOM_RET_OBJ((xmlNodePtr) newdocp, &ret, NULL); NULL 701 xsl/xsltprocessor.c zval *id, *docp = NULL; NULL 732 xsl/xsltprocessor.c zval *id, *docp = NULL; NULL 787 xsl/xsltprocessor.c if (zend_hash_get_current_key_ex(Z_ARRVAL_P(array_value), &string_key, &string_key_len, &idx, 0, NULL) != HASH_KEY_IS_STRING) { NULL 788 xsl/xsltprocessor.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid parameter array"); NULL 796 xsl/xsltprocessor.c zend_hash_update(intern->parameter, string_key, string_key_len, &new_string, sizeof(zval*), NULL); NULL 808 xsl/xsltprocessor.c zend_hash_update(intern->parameter, name, name_len + 1, &new_string, sizeof(zval*), NULL); NULL 888 xsl/xsltprocessor.c zend_hash_update(intern->registered_phpfunctions, Z_STRVAL_PP(entry), Z_STRLEN_PP(entry) + 1, &new_string, sizeof(zval*), NULL); NULL 898 xsl/xsltprocessor.c zend_hash_update(intern->registered_phpfunctions, name, name_len + 1, &new_string, sizeof(zval*), NULL); NULL 914 xsl/xsltprocessor.c char *filename = NULL; NULL 923 xsl/xsltprocessor.c if (filename != NULL) { NULL 926 xsl/xsltprocessor.c intern->profiling = NULL; NULL 50 zip/lib/zip_add.c if (name == NULL || source == NULL) { NULL 58 zip/lib/zip_add_dir.c if (name == NULL) { NULL 63 zip/lib/zip_add_dir.c s = NULL; NULL 67 zip/lib/zip_add_dir.c if ((s=(char *)malloc(len+2)) == NULL) { NULL 76 zip/lib/zip_add_dir.c if ((source=zip_source_buffer(za, NULL, 0, 0)) == NULL) { NULL 88 zip/lib/zip_close.c if (za == NULL) NULL 109 zip/lib/zip_close.c == NULL) NULL 112 zip/lib/zip_close.c if ((cd=_zip_cdir_new(survivors, &za->error)) == NULL) { NULL 125 zip/lib/zip_close.c if (cd->comment == NULL) { NULL 140 zip/lib/zip_close.c if ((temp=_zip_create_temp_output(za, &out)) == NULL) { NULL 178 zip/lib/zip_close.c if (za->entry[i].ch_filename == NULL) { NULL 200 zip/lib/zip_close.c if (_zip_dirent_read(&de, za->zp, NULL, NULL, 1, NULL 217 zip/lib/zip_close.c if ((de.filename=strdup(za->entry[i].ch_filename)) == NULL) { NULL 228 zip/lib/zip_close.c if ((de.extrafield=malloc(za->entry[i].ch_extra_len)) == NULL) { NULL 254 zip/lib/zip_close.c zs = NULL; NULL 257 zip/lib/zip_close.c == NULL) { NULL 322 zip/lib/zip_close.c za->zp = NULL; NULL 369 zip/lib/zip_close.c if ((s2=zip_source_crc(za, src, 0)) == NULL) { NULL 378 zip/lib/zip_close.c comp_impl = NULL; NULL 380 zip/lib/zip_close.c == NULL) { NULL 386 zip/lib/zip_close.c == NULL) { NULL 403 zip/lib/zip_close.c if ((s2=zip_source_pop(s2)) == NULL) { NULL 553 zip/lib/zip_close.c if (dest->comment == NULL) NULL 560 zip/lib/zip_close.c if (dest->comment == NULL) NULL 607 zip/lib/zip_close.c if ((temp=(char *)malloc(len)) == NULL) { NULL 609 zip/lib/zip_close.c return NULL; NULL 617 zip/lib/zip_close.c return NULL; NULL 620 zip/lib/zip_close.c if ((tfp=fdopen(tfd, "r+b")) == NULL) { NULL 625 zip/lib/zip_close.c return NULL; NULL 81 zip/lib/zip_dirent.c realloc(cd->entry, sizeof(*(cd->entry))*nentry))) == NULL) { NULL 99 zip/lib/zip_dirent.c if ((cd=(struct zip_cdir *)malloc(sizeof(*cd))) == NULL) { NULL 101 zip/lib/zip_dirent.c return NULL; NULL 105 zip/lib/zip_dirent.c == NULL) { NULL 108 zip/lib/zip_dirent.c return NULL; NULL 115 zip/lib/zip_dirent.c cd->comment = NULL; NULL 161 zip/lib/zip_dirent.c zde->filename = NULL; NULL 163 zip/lib/zip_dirent.c zde->extrafield = NULL; NULL 165 zip/lib/zip_dirent.c zde->comment = NULL; NULL 181 zip/lib/zip_dirent.c de->filename = NULL; NULL 183 zip/lib/zip_dirent.c de->extrafield = NULL; NULL 185 zip/lib/zip_dirent.c de->comment = NULL; NULL 289 zip/lib/zip_dirent.c zde->filename = NULL; NULL 290 zip/lib/zip_dirent.c zde->extrafield = NULL; NULL 291 zip/lib/zip_dirent.c zde->comment = NULL; NULL 399 zip/lib/zip_dirent.c de->extrafield = NULL; NULL 402 zip/lib/zip_dirent.c de->comment = NULL; NULL 529 zip/lib/zip_dirent.c return NULL; NULL 535 zip/lib/zip_dirent.c return NULL; NULL 559 zip/lib/zip_dirent.c return NULL; NULL 46 zip/lib/zip_entry_free.c ze->ch_filename = NULL; NULL 48 zip/lib/zip_entry_free.c ze->ch_extra = NULL; NULL 51 zip/lib/zip_entry_free.c ze->ch_comment = NULL; NULL 49 zip/lib/zip_entry_new.c return NULL; NULL 61 zip/lib/zip_entry_new.c return NULL; NULL 70 zip/lib/zip_entry_new.c ze->ch_filename = NULL; NULL 71 zip/lib/zip_entry_new.c ze->ch_extra = NULL; NULL 73 zip/lib/zip_entry_new.c ze->ch_comment = NULL; NULL 75 zip/lib/zip_entry_new.c ze->source = NULL; NULL 64 zip/lib/zip_error.c err->str = NULL; NULL 89 zip/lib/zip_error.c err->str = NULL; NULL 55 zip/lib/zip_error_strerror.c zs = NULL; NULL 71 zip/lib/zip_error_strerror.c ss = NULL; NULL 75 zip/lib/zip_error_strerror.c if (ss == NULL) NULL 79 zip/lib/zip_error_strerror.c + (zs ? strlen(zs)+2 : 0) + 1)) == NULL) NULL 65 zip/lib/zip_error_to_str.c ss = NULL; NULL 51 zip/lib/zip_fdopen.c return NULL; NULL 54 zip/lib/zip_fdopen.c if ((fp=fdopen(fd, "rb")) == NULL) { NULL 57 zip/lib/zip_fdopen.c return NULL; NULL 61 zip/lib/zip_fdopen.c return _zip_open(NULL, fp, flags, ZIP_AFL_RDONLY, zep); NULL 66 zip/lib/zip_file_get_offset.c if (_zip_dirent_read(&de, za->zp, NULL, NULL, 1, &za->error) != 0) NULL 46 zip/lib/zip_fopen.c return NULL; NULL 47 zip/lib/zip_fopen_encrypted.c return NULL; NULL 59 zip/lib/zip_fopen_index_encrypted.c return NULL; NULL 65 zip/lib/zip_fopen_index_encrypted.c return NULL; NULL 70 zip/lib/zip_fopen_index_encrypted.c return NULL; NULL 78 zip/lib/zip_fopen_index_encrypted.c enc_impl = NULL; NULL 81 zip/lib/zip_fopen_index_encrypted.c if (password == NULL) { NULL 83 zip/lib/zip_fopen_index_encrypted.c return NULL; NULL 86 zip/lib/zip_fopen_index_encrypted.c st.encryption_method)) == NULL) { NULL 88 zip/lib/zip_fopen_index_encrypted.c return NULL; NULL 93 zip/lib/zip_fopen_index_encrypted.c comp_impl = NULL; NULL 97 zip/lib/zip_fopen_index_encrypted.c st.comp_method)) == NULL) { NULL 99 zip/lib/zip_fopen_index_encrypted.c return NULL; NULL 105 zip/lib/zip_fopen_index_encrypted.c return NULL; NULL 108 zip/lib/zip_fopen_index_encrypted.c if ((src=zip_source_buffer(za, NULL, 0, 0)) == NULL) NULL 109 zip/lib/zip_fopen_index_encrypted.c return NULL; NULL 112 zip/lib/zip_fopen_index_encrypted.c if ((src=_zip_source_file_or_p(za, NULL, za->zp, start, st.comp_size, NULL 113 zip/lib/zip_fopen_index_encrypted.c 0, &st)) == NULL) NULL 114 zip/lib/zip_fopen_index_encrypted.c return NULL; NULL 117 zip/lib/zip_fopen_index_encrypted.c password)) == NULL) { NULL 120 zip/lib/zip_fopen_index_encrypted.c return NULL; NULL 126 zip/lib/zip_fopen_index_encrypted.c 0)) == NULL) { NULL 129 zip/lib/zip_fopen_index_encrypted.c return NULL; NULL 135 zip/lib/zip_fopen_index_encrypted.c if ((s2=zip_source_crc(za, src, 1)) == NULL) { NULL 138 zip/lib/zip_fopen_index_encrypted.c return NULL; NULL 147 zip/lib/zip_fopen_index_encrypted.c return NULL; NULL 165 zip/lib/zip_fopen_index_encrypted.c if ((zf=(struct zip_file *)malloc(sizeof(struct zip_file))) == NULL) { NULL 167 zip/lib/zip_fopen_index_encrypted.c return NULL; NULL 174 zip/lib/zip_fopen_index_encrypted.c if (file == NULL) { NULL 177 zip/lib/zip_fopen_index_encrypted.c return NULL; NULL 188 zip/lib/zip_fopen_index_encrypted.c zf->src = NULL; NULL 51 zip/lib/zip_free.c if (za == NULL) NULL 74 zip/lib/zip_free.c za->file[i]->za = NULL; NULL 46 zip/lib/zip_get_archive_comment.c if (lenp != NULL) NULL 51 zip/lib/zip_get_archive_comment.c if (lenp != NULL) NULL 53 zip/lib/zip_get_archive_comment.c return NULL; NULL 57 zip/lib/zip_get_archive_comment.c if (lenp != NULL) NULL 45 zip/lib/zip_get_compression_implementation.c return NULL; NULL 45 zip/lib/zip_get_encryption_implementation.c return NULL; NULL 45 zip/lib/zip_get_file_comment.c return NULL; NULL 50 zip/lib/zip_get_file_comment.c if (lenp != NULL) NULL 55 zip/lib/zip_get_file_comment.c if (lenp != NULL) NULL 45 zip/lib/zip_get_file_extra.c return NULL; NULL 50 zip/lib/zip_get_file_extra.c if (lenp != NULL) NULL 55 zip/lib/zip_get_file_extra.c if (lenp != NULL) NULL 54 zip/lib/zip_get_name.c return NULL; NULL 60 zip/lib/zip_get_name.c return NULL; NULL 66 zip/lib/zip_get_name.c if (za->cdir == NULL || idx >= za->cdir->nentry) { NULL 68 zip/lib/zip_get_name.c return NULL; NULL 43 zip/lib/zip_get_num_entries.c if (za == NULL) NULL 47 zip/lib/zip_get_num_entries.c if (za->cdir == NULL) NULL 43 zip/lib/zip_get_num_files.c if (za == NULL) NULL 49 zip/lib/zip_memdup.c return NULL; NULL 58 zip/lib/zip_name_locate.c if (za == NULL) NULL 61 zip/lib/zip_name_locate.c if (fname == NULL) { NULL 66 zip/lib/zip_name_locate.c if ((flags & ZIP_FL_UNCHANGED) && za->cdir == NULL) { NULL 81 zip/lib/zip_name_locate.c if (fn == NULL) NULL 54 zip/lib/zip_new.c return NULL; NULL 57 zip/lib/zip_new.c za->zn = NULL; NULL 58 zip/lib/zip_new.c za->zp = NULL; NULL 60 zip/lib/zip_new.c za->cdir = NULL; NULL 61 zip/lib/zip_new.c za->ch_comment = NULL; NULL 64 zip/lib/zip_new.c za->entry = NULL; NULL 66 zip/lib/zip_new.c za->file = NULL; NULL 68 zip/lib/zip_new.c za->default_password = NULL; NULL 72 zip/lib/zip_open.c return NULL; NULL 80 zip/lib/zip_open.c if ((fp=fopen(fn, "rb")) == NULL) { NULL 81 zip/lib/zip_open.c set_error(zep, NULL, ZIP_ER_OPEN); NULL 82 zip/lib/zip_open.c return NULL; NULL 100 zip/lib/zip_open.c return NULL; NULL 106 zip/lib/zip_open.c if ((za=_zip_allocate_new(fn, zep)) == NULL) NULL 114 zip/lib/zip_open.c if (cdir == NULL) { NULL 116 zip/lib/zip_open.c return NULL; NULL 119 zip/lib/zip_open.c if ((za=_zip_allocate_new(fn, zep)) == NULL) { NULL 122 zip/lib/zip_open.c return NULL; NULL 129 zip/lib/zip_open.c * cdir->nentry)) == NULL) { NULL 130 zip/lib/zip_open.c set_error(zep, NULL, ZIP_ER_MEMORY); NULL 132 zip/lib/zip_open.c return NULL; NULL 181 zip/lib/zip_open.c return NULL; NULL 187 zip/lib/zip_open.c return NULL; NULL 192 zip/lib/zip_open.c return NULL; NULL 201 zip/lib/zip_open.c if ((cd=_zip_cdir_new(nentry, error)) == NULL) NULL 202 zip/lib/zip_open.c return NULL; NULL 206 zip/lib/zip_open.c cd->comment = NULL; NULL 214 zip/lib/zip_open.c return NULL; NULL 221 zip/lib/zip_open.c return NULL; NULL 227 zip/lib/zip_open.c return NULL; NULL 233 zip/lib/zip_open.c == NULL) { NULL 236 zip/lib/zip_open.c return NULL; NULL 247 zip/lib/zip_open.c bufp = NULL; NULL 260 zip/lib/zip_open.c return NULL; NULL 270 zip/lib/zip_open.c return NULL; NULL 280 zip/lib/zip_open.c return NULL; NULL 334 zip/lib/zip_open.c if (_zip_dirent_read(&temp, fp, NULL, NULL, 1, error) == -1) NULL 360 zip/lib/zip_open.c if (za->zp == NULL || za->cdir == NULL) NULL 375 zip/lib/zip_open.c &crc_got, NULL) < 0) NULL 460 zip/lib/zip_open.c if ((za=_zip_new(&error)) == NULL) { NULL 462 zip/lib/zip_open.c return NULL; NULL 465 zip/lib/zip_open.c if (fn == NULL) NULL 466 zip/lib/zip_open.c za->zn = NULL; NULL 471 zip/lib/zip_open.c set_error(zep, NULL, ZIP_ER_MEMORY); NULL 472 zip/lib/zip_open.c return NULL; NULL 485 zip/lib/zip_open.c if (fn == NULL) { NULL 486 zip/lib/zip_open.c set_error(zep, NULL, ZIP_ER_INVAL); NULL 494 zip/lib/zip_open.c set_error(zep, NULL, ZIP_ER_OPEN); NULL 499 zip/lib/zip_open.c set_error(zep, NULL, ZIP_ER_EXISTS); NULL 522 zip/lib/zip_open.c set_error(zep, NULL, ZIP_ER_SEEK); NULL 523 zip/lib/zip_open.c return NULL; NULL 528 zip/lib/zip_open.c if ((buf=(unsigned char *)malloc(CDBUFSIZE)) == NULL) { NULL 529 zip/lib/zip_open.c set_error(zep, NULL, ZIP_ER_MEMORY); NULL 530 zip/lib/zip_open.c return NULL; NULL 537 zip/lib/zip_open.c set_error(zep, NULL, ZIP_ER_READ); NULL 539 zip/lib/zip_open.c return NULL; NULL 543 zip/lib/zip_open.c cdir = NULL; NULL 548 zip/lib/zip_open.c (const unsigned char *)EOCD_MAGIC, 4))!=NULL) { NULL 553 zip/lib/zip_open.c &zerr)) == NULL) NULL 575 zip/lib/zip_open.c cdirnew = NULL; NULL 583 zip/lib/zip_open.c return NULL; NULL 598 zip/lib/zip_open.c return NULL; NULL 602 zip/lib/zip_open.c != NULL) { NULL 607 zip/lib/zip_open.c return NULL; NULL 58 zip/lib/zip_rename.c if ((old_name=zip_get_name(za, idx, 0)) == NULL) NULL 43 zip/lib/zip_replace.c if (idx >= za->nentry || source == NULL) { NULL 48 zip/lib/zip_replace.c if (_zip_replace(za, idx, NULL, source) == -1) NULL 69 zip/lib/zip_replace.c if (_zip_entry_new(za) == NULL) NULL 80 zip/lib/zip_replace.c za->entry[idx].state = ((za->cdir == NULL || idx >= za->cdir->nentry) NULL 48 zip/lib/zip_set_archive_comment.c || (len > 0 && comment == NULL)) { NULL 59 zip/lib/zip_set_archive_comment.c if ((tmpcom=(char *)_zip_memdup(comment, len, &za->error)) == NULL) NULL 63 zip/lib/zip_set_archive_comment.c tmpcom = NULL; NULL 60 zip/lib/zip_set_archive_flag.c if (_zip_changed(za, NULL)) { NULL 46 zip/lib/zip_set_default_password.c if (za == NULL) NULL 53 zip/lib/zip_set_default_password.c if ((za->default_password=strdup(passwd)) == NULL) { NULL 59 zip/lib/zip_set_default_password.c za->default_password = NULL; NULL 50 zip/lib/zip_set_file_comment.c || (len > 0 && comment == NULL)) { NULL 61 zip/lib/zip_set_file_comment.c if ((tmpcom=(char *)_zip_memdup(comment, len, &za->error)) == NULL) NULL 65 zip/lib/zip_set_file_comment.c tmpcom = NULL; NULL 50 zip/lib/zip_set_file_extra.c || (len > 0 && extra == NULL)) { NULL 61 zip/lib/zip_set_file_extra.c if ((tmpext=(char *)_zip_memdup(extra, len, &za->error)) == NULL) NULL 65 zip/lib/zip_set_file_extra.c tmpext = NULL; NULL 49 zip/lib/zip_set_name.c if (idx >= za->nentry || name == NULL) { NULL 54 zip/lib/zip_set_name.c if ((i=_zip_name_locate(za, name, 0, NULL)) != -1 && i != idx) { NULL 63 zip/lib/zip_set_name.c if ((s=strdup(name)) == NULL) { NULL 57 zip/lib/zip_source_buffer.c if (za == NULL) NULL 58 zip/lib/zip_source_buffer.c return NULL; NULL 60 zip/lib/zip_source_buffer.c if (data == NULL && len > 0) { NULL 62 zip/lib/zip_source_buffer.c return NULL; NULL 65 zip/lib/zip_source_buffer.c if ((f=(struct read_data *)malloc(sizeof(*f))) == NULL) { NULL 67 zip/lib/zip_source_buffer.c return NULL; NULL 73 zip/lib/zip_source_buffer.c f->mtime = time(NULL); NULL 75 zip/lib/zip_source_buffer.c if ((zs=zip_source_function(za, read_data, f)) == NULL) { NULL 77 zip/lib/zip_source_buffer.c return NULL; NULL 153 zip/lib/zip_source_buffer.c z->data = NULL; NULL 46 zip/lib/zip_source_close.c if (src->src == NULL) NULL 47 zip/lib/zip_source_close.c (void)src->cb.f(src->ud, NULL, 0, ZIP_SOURCE_CLOSE); NULL 49 zip/lib/zip_source_close.c (void)src->cb.l(src->src, src->ud, NULL, 0, ZIP_SOURCE_CLOSE); NULL 59 zip/lib/zip_source_crc.c if (src == NULL) { NULL 61 zip/lib/zip_source_crc.c return NULL; NULL 64 zip/lib/zip_source_crc.c if ((ctx=(struct crc *)malloc(sizeof(*ctx))) == NULL) { NULL 66 zip/lib/zip_source_crc.c return NULL; NULL 88 zip/lib/zip_source_crc.c ctx->crc = crc32(0, NULL, 0); NULL 70 zip/lib/zip_source_deflate.c if (src == NULL || cm != ZIP_CM_DEFLATE) { NULL 72 zip/lib/zip_source_deflate.c return NULL; NULL 75 zip/lib/zip_source_deflate.c if ((ctx=(struct deflate *)malloc(sizeof(*ctx))) == NULL) { NULL 77 zip/lib/zip_source_deflate.c return NULL; NULL 92 zip/lib/zip_source_deflate.c ctx)) == NULL) { NULL 94 zip/lib/zip_source_deflate.c return NULL; NULL 260 zip/lib/zip_source_deflate.c ctx->zstr.opaque = NULL; NULL 262 zip/lib/zip_source_deflate.c ctx->zstr.next_in = NULL; NULL 264 zip/lib/zip_source_deflate.c ctx->zstr.next_out = NULL; NULL 335 zip/lib/zip_source_deflate.c ctx->zstr.opaque = NULL; NULL 45 zip/lib/zip_source_error.c if (src->src == NULL) { NULL 50 zip/lib/zip_source_error.c if (src->src == NULL) { NULL 47 zip/lib/zip_source_file.c if (za == NULL) NULL 48 zip/lib/zip_source_file.c return NULL; NULL 50 zip/lib/zip_source_file.c if (fname == NULL || len < -1) { NULL 52 zip/lib/zip_source_file.c return NULL; NULL 55 zip/lib/zip_source_file.c return _zip_source_file_or_p(za, fname, NULL, start, len, 1, NULL); NULL 65 zip/lib/zip_source_filep.c if (za == NULL) NULL 66 zip/lib/zip_source_filep.c return NULL; NULL 68 zip/lib/zip_source_filep.c if (file == NULL || start < 0 || len < -1) { NULL 70 zip/lib/zip_source_filep.c return NULL; NULL 73 zip/lib/zip_source_filep.c return _zip_source_file_or_p(za, NULL, file, start, len, 1, NULL); NULL 86 zip/lib/zip_source_filep.c if (file == NULL && fname == NULL) { NULL 88 zip/lib/zip_source_filep.c return NULL; NULL 91 zip/lib/zip_source_filep.c if ((f=(struct read_file *)malloc(sizeof(struct read_file))) == NULL) { NULL 93 zip/lib/zip_source_filep.c return NULL; NULL 96 zip/lib/zip_source_filep.c f->fname = NULL; NULL 98 zip/lib/zip_source_filep.c if ((f->fname=strdup(fname)) == NULL) { NULL 101 zip/lib/zip_source_filep.c return NULL; NULL 113 zip/lib/zip_source_filep.c if ((zs=zip_source_function(za, read_file, f)) == NULL) { NULL 115 zip/lib/zip_source_filep.c return NULL; NULL 136 zip/lib/zip_source_filep.c if ((z->f=fopen(z->fname, "rb")) == NULL) { NULL 184 zip/lib/zip_source_filep.c z->f = NULL; NULL 45 zip/lib/zip_source_free.c if (src == NULL) NULL 51 zip/lib/zip_source_free.c if (src->src == NULL) NULL 52 zip/lib/zip_source_free.c (void)src->cb.f(src->ud, NULL, 0, ZIP_SOURCE_FREE); NULL 54 zip/lib/zip_source_free.c (void)src->cb.l(src->src, src->ud, NULL, 0, ZIP_SOURCE_FREE); NULL 47 zip/lib/zip_source_function.c if (za == NULL) NULL 48 zip/lib/zip_source_function.c return NULL; NULL 50 zip/lib/zip_source_function.c if ((zs=_zip_source_new(za)) == NULL) NULL 51 zip/lib/zip_source_function.c return NULL; NULL 66 zip/lib/zip_source_function.c if ((src=(struct zip_source *)malloc(sizeof(*src))) == NULL) { NULL 68 zip/lib/zip_source_function.c return NULL; NULL 71 zip/lib/zip_source_function.c src->src = NULL; NULL 72 zip/lib/zip_source_function.c src->cb.f = NULL; NULL 73 zip/lib/zip_source_function.c src->ud = NULL; NULL 48 zip/lib/zip_source_layered.c if (za == NULL) NULL 49 zip/lib/zip_source_layered.c return NULL; NULL 51 zip/lib/zip_source_layered.c if ((zs=_zip_source_new(za)) == NULL) NULL 52 zip/lib/zip_source_layered.c return NULL; NULL 50 zip/lib/zip_source_open.c if (src->src == NULL) { NULL 51 zip/lib/zip_source_open.c if (src->cb.f(src->ud, NULL, 0, ZIP_SOURCE_OPEN) < 0) NULL 60 zip/lib/zip_source_open.c ret = src->cb.l(src->src, src->ud, NULL, 0, ZIP_SOURCE_OPEN); NULL 52 zip/lib/zip_source_pkware.c static const uLongf *crc = NULL; NULL 74 zip/lib/zip_source_pkware.c if (password == NULL || src == NULL || em != ZIP_EM_TRAD_PKWARE) { NULL 76 zip/lib/zip_source_pkware.c return NULL; NULL 80 zip/lib/zip_source_pkware.c return NULL; NULL 83 zip/lib/zip_source_pkware.c if (crc == NULL) NULL 86 zip/lib/zip_source_pkware.c if ((ctx=(struct trad_pkware *)malloc(sizeof(*ctx))) == NULL) { NULL 88 zip/lib/zip_source_pkware.c return NULL; NULL 96 zip/lib/zip_source_pkware.c decrypt(ctx, NULL, (const zip_uint8_t *)password, strlen(password), 1); NULL 98 zip/lib/zip_source_pkware.c if ((s2=zip_source_layered(za, src, pkware_decrypt, ctx)) == NULL) { NULL 100 zip/lib/zip_source_pkware.c return NULL; NULL 47 zip/lib/zip_source_pop.c if (src == NULL) NULL 48 zip/lib/zip_source_pop.c return NULL; NULL 52 zip/lib/zip_source_pop.c if (lower == NULL) NULL 56 zip/lib/zip_source_pop.c (void)src->cb.l(src, src->ud, NULL, 0, ZIP_SOURCE_CLOSE); NULL 57 zip/lib/zip_source_pop.c (void)src->cb.l(src, src->ud, NULL, 0, ZIP_SOURCE_FREE); NULL 45 zip/lib/zip_source_read.c if (!src->is_open || len > ZIP_INT64_MAX || (len > 0 && data == NULL)) { NULL 50 zip/lib/zip_source_read.c if (src->src == NULL) NULL 45 zip/lib/zip_source_stat.c if (st == NULL) { NULL 50 zip/lib/zip_source_stat.c if (src->src == NULL) { NULL 63 zip/lib/zip_source_zip.c if (za == NULL) NULL 64 zip/lib/zip_source_zip.c return NULL; NULL 66 zip/lib/zip_source_zip.c if (srcza == NULL || len < -1 || srcidx < 0 || srcidx >= srcza->nentry) { NULL 68 zip/lib/zip_source_zip.c return NULL; NULL 74 zip/lib/zip_source_zip.c return NULL; NULL 85 zip/lib/zip_source_zip.c if ((p=(struct read_zip *)malloc(sizeof(*p))) == NULL) { NULL 87 zip/lib/zip_source_zip.c return NULL; NULL 93 zip/lib/zip_source_zip.c || (p->zf=zip_fopen_index(srcza, srcidx, flags)) == NULL) { NULL 98 zip/lib/zip_source_zip.c return NULL; NULL 109 zip/lib/zip_source_zip.c if ((zs=zip_source_function(za, read_zip, p)) == NULL) { NULL 111 zip/lib/zip_source_zip.c return NULL; NULL 136 zip/lib/zip_source_zip.c z->zf = NULL; NULL 51 zip/lib/zip_stat_index.c if ((name=zip_get_name(za, index, flags)) == NULL) NULL 63 zip/lib/zip_stat_index.c if (za->cdir == NULL || index >= za->cdir->nentry) { NULL 44 zip/lib/zip_stat_init.c st->name = NULL; NULL 63 zip/lib/zip_unchange.c _zip_get_name(za, idx, ZIP_FL_UNCHANGED, NULL), NULL 64 zip/lib/zip_unchange.c 0, NULL); NULL 72 zip/lib/zip_unchange.c za->entry[idx].ch_filename = NULL; NULL 76 zip/lib/zip_unchange.c za->entry[idx].ch_extra = NULL; NULL 79 zip/lib/zip_unchange.c za->entry[idx].ch_comment = NULL; NULL 46 zip/lib/zip_unchange_archive.c za->ch_comment = NULL; NULL 47 zip/lib/zip_unchange_data.c ze->source = NULL; NULL 72 zip/php_zip.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Empty string as entry name"); \ NULL 84 zip/php_zip.c if (zip_set_file_comment(intern, index, NULL, 0) < 0) { \ NULL 108 zip/php_zip.c if (path_len < 1 || path == NULL) { NULL 109 zip/php_zip.c return NULL; NULL 163 zip/php_zip.c virtual_file_ex(&new_state, file, NULL, CWD_EXPAND TSRMLS_CC); NULL 188 zip/php_zip.c php_basename(path_cleaned, path_cleaned_len, NULL, 0, &file_basename, (size_t *)&file_basename_len TSRMLS_CC); NULL 199 zip/php_zip.c if (php_stream_stat_path_ex(file_dirname_fullpath, PHP_STREAM_URL_STAT_QUIET, &ssb, NULL) < 0) { NULL 212 zip/php_zip.c ret = php_stream_mkdir(file_dirname_fullpath, 0777, PHP_STREAM_MKDIR_RECURSIVE|REPORT_ERRORS, NULL); NULL 237 zip/php_zip.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Full extraction path exceed MAXPATHLEN (%i)", MAXPATHLEN); NULL 257 zip/php_zip.c stream = php_stream_open_wrapper(fullpath, "w+b", REPORT_ERRORS|ENFORCE_SAFE_MODE, NULL); NULL 259 zip/php_zip.c stream = php_stream_open_wrapper(fullpath, "w+b", REPORT_ERRORS, NULL); NULL 262 zip/php_zip.c if (stream == NULL) { NULL 268 zip/php_zip.c if (zf == NULL) { NULL 361 zip/php_zip.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "remove_path option expected to be a string"); NULL 366 zip/php_zip.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Empty string given as remove_path option"); NULL 371 zip/php_zip.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "remove_path string is too long (max: %i, %i given)", NULL 381 zip/php_zip.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "add_path option expected to be a string"); NULL 386 zip/php_zip.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Empty string given as the add_path option"); NULL 391 zip/php_zip.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "add_path string too long (max: %i, %i given)", NULL 413 zip/php_zip.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid or unitialized Zip object"); \ NULL 461 zip/php_zip.c return NULL; NULL 467 zip/php_zip.c return NULL; NULL 476 zip/php_zip.c return NULL; NULL 526 zip/php_zip.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Pattern exceeds the maximum allowed length of %d characters", MAXPATHLEN); NULL 531 zip/php_zip.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "At least one of the passed flags is invalid or not supported on this platform"); NULL 554 zip/php_zip.c if (0 != (ret = glob(pattern, flags & GLOB_FLAGMASK, NULL, &globbuf))) { NULL 612 zip/php_zip.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Glob support is not available"); NULL 651 zip/php_zip.c files_cnt = php_stream_scandir(path, &namelist, NULL, (void *) php_stream_dirent_alphasort); NULL 654 zip/php_zip.c pcre *re = NULL; NULL 655 zip/php_zip.c pcre_extra *pcre_extra = NULL; NULL 660 zip/php_zip.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid expression"); NULL 682 zip/php_zip.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "add_path string too long (max: %i, %i given)", NULL 691 zip/php_zip.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot read <%s>", fullpath); NULL 701 zip/php_zip.c matches = pcre_exec(re, NULL, namelist[i], strlen(namelist[i]), 0, 0, ovector, 3); NULL 810 zip/php_zip.c zend_hash_add(prop_handler, name, strlen(name)+1, &hnd, sizeof(zip_prop_handler), NULL); NULL 816 zip/php_zip.c const char *retchar = NULL; NULL 820 zip/php_zip.c if (obj && obj->za != NULL) { NULL 827 zip/php_zip.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Internal zip error returned"); NULL 869 zip/php_zip.c zval **retval = NULL; NULL 880 zip/php_zip.c key = NULL; NULL 886 zip/php_zip.c if (obj->prop_handler != NULL) { NULL 921 zip/php_zip.c key = NULL; NULL 927 zip/php_zip.c if (obj->prop_handler != NULL) { NULL 968 zip/php_zip.c key = NULL; NULL 974 zip/php_zip.c if (obj->prop_handler != NULL) { NULL 1026 zip/php_zip.c if (obj->prop_handler == NULL) { NULL 1027 zip/php_zip.c return NULL; NULL 1038 zip/php_zip.c zend_hash_update(props, key, key_len, (void *)&val, sizeof(zval *), NULL); NULL 1057 zip/php_zip.c intern->za = NULL; NULL 1067 zip/php_zip.c intern->za = NULL; NULL 1098 zip/php_zip.c intern->za = NULL; NULL 1099 zip/php_zip.c intern->buffers = NULL; NULL 1100 zip/php_zip.c intern->filename = NULL; NULL 1108 zip/php_zip.c zend_hash_init(intern->zo.properties, 0, NULL, ZVAL_PTR_DTOR, 0); NULL 1115 zip/php_zip.c NULL, NULL 1117 zip/php_zip.c NULL TSRMLS_CC); NULL 1138 zip/php_zip.c zip_int->za = NULL; NULL 1143 zip/php_zip.c rsrc->ptr = NULL; NULL 1162 zip/php_zip.c zr_rsrc->zf = NULL; NULL 1165 zip/php_zip.c rsrc->ptr = NULL; NULL 1188 zip/php_zip.c NULL, NULL 1189 zip/php_zip.c NULL, NULL 1216 zip/php_zip.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Empty string as source"); NULL 1231 zip/php_zip.c if (rsrc_int->za == NULL) { NULL 1248 zip/php_zip.c zip_rsrc *z_rsrc = NULL; NULL 1310 zip/php_zip.c char *mode = NULL; NULL 1322 zip/php_zip.c if (zr_rsrc->zf != NULL) { NULL 1492 zip/php_zip.c ze_zip_object *ze_obj = NULL; NULL 1504 zip/php_zip.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Empty string as source"); NULL 1521 zip/php_zip.c ze_obj->za = NULL; NULL 1525 zip/php_zip.c ze_obj->filename = NULL; NULL 1560 zip/php_zip.c ze_obj->filename = NULL; NULL 1562 zip/php_zip.c ze_obj->za = NULL; NULL 1647 zip/php_zip.c char *path = NULL; NULL 1648 zip/php_zip.c char *remove_path = NULL; NULL 1649 zip/php_zip.c char *add_path = NULL; NULL 1653 zip/php_zip.c zval *options = NULL; NULL 1675 zip/php_zip.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Empty string as pattern"); NULL 1696 zip/php_zip.c zval **zval_file = NULL; NULL 1702 zip/php_zip.c char *basename = NULL; NULL 1707 zip/php_zip.c php_basename(Z_STRVAL_PP(zval_file), Z_STRLEN_PP(zval_file), NULL, 0, NULL 1710 zip/php_zip.c } else if (remove_path && strstr(Z_STRVAL_PP(zval_file), remove_path) != NULL) { NULL 1720 zip/php_zip.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Entry name too long (max: %d, %ld given)", NULL 1735 zip/php_zip.c basename = NULL; NULL 1772 zip/php_zip.c char *entry_name = NULL; NULL 1788 zip/php_zip.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Empty string as filename"); NULL 1844 zip/php_zip.c if (zs == NULL) { NULL 2032 zip/php_zip.c if(comment==NULL) { NULL 2061 zip/php_zip.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Empty string as entry name"); NULL 2122 zip/php_zip.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Empty string as entry name"); NULL 2251 zip/php_zip.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Empty string as new entry name"); NULL 2282 zip/php_zip.c php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Empty string as new entry name"); NULL 2413 zip/php_zip.c zval *zval_files = NULL; NULL 2414 zip/php_zip.c zval **zval_file = NULL; NULL 2434 zip/php_zip.c if (php_stream_stat_path_ex(pathto, PHP_STREAM_URL_STAT_QUIET, &ssb, NULL) < 0) { NULL 2435 zip/php_zip.c ret = php_stream_mkdir(pathto, 0777, PHP_STREAM_MKDIR_RECURSIVE, NULL); NULL 2470 zip/php_zip.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid argument, expect string or array of strings"); NULL 2478 zip/php_zip.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Illegal archive"); NULL 2541 zip/php_zip.c if (zf == NULL) { NULL 2757 zip/php_zip.c {NULL, NULL, NULL} NULL 2769 zip/php_zip.c zip_object_handlers.clone_obj = NULL; NULL 2780 zip/php_zip.c zend_hash_init(&zip_prop_handlers, 0, NULL, NULL, 1); NULL 2781 zip/php_zip.c php_zip_register_prop_handler(&zip_prop_handlers, "status", php_zip_status, NULL, NULL, IS_LONG TSRMLS_CC); NULL 2782 zip/php_zip.c php_zip_register_prop_handler(&zip_prop_handlers, "statusSys", php_zip_status_sys, NULL, NULL, IS_LONG TSRMLS_CC); NULL 2783 zip/php_zip.c php_zip_register_prop_handler(&zip_prop_handlers, "numFiles", php_zip_get_num_files, NULL, NULL, IS_LONG TSRMLS_CC); NULL 2784 zip/php_zip.c php_zip_register_prop_handler(&zip_prop_handlers, "filename", NULL, NULL, php_zipobj_get_filename, IS_STRING TSRMLS_CC); NULL 2785 zip/php_zip.c php_zip_register_prop_handler(&zip_prop_handlers, "comment", NULL, php_zipobj_get_zip_comment, NULL, IS_STRING TSRMLS_CC); NULL 2843 zip/php_zip.c le_zip_dir = zend_register_list_destructors_ex(php_zip_free_dir, NULL, le_zip_dir_name, module_number); NULL 2844 zip/php_zip.c le_zip_entry = zend_register_list_destructors_ex(php_zip_free_entry, NULL, le_zip_entry_name, module_number); NULL 49 zip/php_zip.h (PG(safe_mode) && (!php_checkuid(filename, NULL, CHECKUID_CHECK_FILE_AND_DIR))) || php_check_open_basedir(filename TSRMLS_CC) NULL 42 zip/zip_stream.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Zip stream error: %s", zip_file_strerror(self->zf)); NULL 75 zip/zip_stream.c self->zf = NULL; NULL 80 zip/zip_stream.c self->za = NULL; NULL 84 zip/zip_stream.c stream->abstract = NULL; NULL 136 zip/zip_stream.c php_basename((char *)path, path_len - fragment_len, NULL, 0, &file_basename, &file_basename_len TSRMLS_CC); NULL 181 zip/zip_stream.c NULL, /* seek */ NULL 182 zip/zip_stream.c NULL, /* cast */ NULL 184 zip/zip_stream.c NULL /* set_option */ NULL 190 zip/zip_stream.c struct zip_file *zf = NULL; NULL 193 zip/zip_stream.c php_stream *stream = NULL; NULL 198 zip/zip_stream.c return NULL; NULL 203 zip/zip_stream.c return NULL; NULL 209 zip/zip_stream.c return NULL; NULL 218 zip/zip_stream.c self->stream = NULL; NULL 220 zip/zip_stream.c stream = php_stream_alloc(&php_stream_zipio_ops, self, NULL, mode); NULL 228 zip/zip_stream.c return NULL; NULL 251 zip/zip_stream.c struct zip_file *zf = NULL; NULL 256 zip/zip_stream.c php_stream *stream = NULL; NULL 261 zip/zip_stream.c return NULL; NULL 271 zip/zip_stream.c return NULL; NULL 275 zip/zip_stream.c return NULL; NULL 281 zip/zip_stream.c php_basename(path, path_len - fragment_len, NULL, 0, &file_basename, &file_basename_len TSRMLS_CC); NULL 286 zip/zip_stream.c return NULL; NULL 297 zip/zip_stream.c self->stream = NULL; NULL 299 zip/zip_stream.c stream = php_stream_alloc(&php_stream_zipio_ops, self, NULL, mode); NULL 312 zip/zip_stream.c return NULL; NULL 321 zip/zip_stream.c NULL, /* close */ NULL 322 zip/zip_stream.c NULL, /* fstat */ NULL 323 zip/zip_stream.c NULL, /* stat */ NULL 324 zip/zip_stream.c NULL, /* opendir */ NULL 326 zip/zip_stream.c NULL, /* unlink */ NULL 327 zip/zip_stream.c NULL, /* rename */ NULL 328 zip/zip_stream.c NULL, /* mkdir */ NULL 329 zip/zip_stream.c NULL /* rmdir */ NULL 334 zip/zip_stream.c NULL, NULL 224 zlib/zlib.c php_output_handler_hook(PHP_OUTPUT_HANDLER_HOOK_IMMUTABLE, NULL TSRMLS_CC); NULL 260 zlib/zlib.c php_output_handler *h = NULL; NULL 336 zlib/zlib.c *out_buf = NULL; NULL 339 zlib/zlib.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", zError(status)); NULL 348 zlib/zlib.c php_zlib_buffer buffer = {NULL, NULL, 0, 0, 0}; NULL 350 zlib/zlib.c *buf = NULL; NULL 427 zlib/zlib.c *out_buf = NULL; NULL 430 zlib/zlib.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", zError(status)); NULL 441 zlib/zlib.c ZLIBG(ob_gzhandler) = NULL; NULL 553 zlib/zlib.c stream = php_stream_gzopen(NULL, filename, "rb", flags, NULL, NULL STREAMS_CC TSRMLS_CC); NULL 566 zlib/zlib.c while (php_stream_gets(stream, buf, sizeof(buf) - 1) != NULL) { NULL 592 zlib/zlib.c stream = php_stream_gzopen(NULL, filename, mode, flags, NULL, NULL STREAMS_CC TSRMLS_CC); NULL 620 zlib/zlib.c stream = php_stream_gzopen(NULL, filename, "rb", flags, NULL, NULL STREAMS_CC TSRMLS_CC); NULL 649 zlib/zlib.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "compression level (%ld) must be within -1..9", level); \ NULL 658 zlib/zlib.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "encoding mode must be either ZLIB_ENCODING_RAW, ZLIB_ENCODING_GZIP or ZLIB_ENCODING_DEFLATE"); \ NULL 678 zlib/zlib.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "length (%ld) must be greater or equal zero", max_len); \ NULL 871 zlib/zlib.c if (new_value == NULL) { NULL 1006 zlib/zlib.c zlib_globals->ob_gzhandler = NULL; NULL 1024 zlib/zlib.c NULL, NULL 1025 zlib/zlib.c NULL, NULL 297 zlib/zlib_filter.c php_stream_filter_ops *fops = NULL; NULL 304 zlib/zlib_filter.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed allocating %zd bytes", sizeof(php_zlib_filter_data)); NULL 305 zlib/zlib_filter.c return NULL; NULL 316 zlib/zlib_filter.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed allocating %zd bytes", data->inbuf_len); NULL 318 zlib/zlib_filter.c return NULL; NULL 323 zlib/zlib_filter.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed allocating %zd bytes", data->outbuf_len); NULL 326 zlib/zlib_filter.c return NULL; NULL 346 zlib/zlib_filter.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid parameter give for window size. (%ld)", Z_LVAL(tmp)); NULL 380 zlib/zlib_filter.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid parameter give for memory level. (%ld)", Z_LVAL(tmp)); NULL 393 zlib/zlib_filter.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid parameter give for window size. (%ld)", Z_LVAL(tmp)); NULL 416 zlib/zlib_filter.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid compression level specified. (%ld)", Z_LVAL(tmp)); NULL 422 zlib/zlib_filter.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid filter parameter, ignored"); NULL 436 zlib/zlib_filter.c return NULL; NULL 61 zlib/zlib_fopen_wrapper.c assert(self != NULL); NULL 64 zlib/zlib_fopen_wrapper.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "SEEK_END is not supported"); NULL 80 zlib/zlib_fopen_wrapper.c self->gz_file = NULL; NULL 84 zlib/zlib_fopen_wrapper.c self->stream = NULL; NULL 104 zlib/zlib_fopen_wrapper.c NULL, /* cast */ NULL 105 zlib/zlib_fopen_wrapper.c NULL, /* stat */ NULL 106 zlib/zlib_fopen_wrapper.c NULL /* set_option */ NULL 113 zlib/zlib_fopen_wrapper.c php_stream *stream = NULL, *innerstream = NULL; NULL 118 zlib/zlib_fopen_wrapper.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "cannot open a zlib stream for reading and writing at the same time!"); NULL 120 zlib/zlib_fopen_wrapper.c return NULL; NULL 151 zlib/zlib_fopen_wrapper.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "gzopen failed"); NULL 158 zlib/zlib_fopen_wrapper.c return NULL; NULL 163 zlib/zlib_fopen_wrapper.c NULL, /* close */ NULL 164 zlib/zlib_fopen_wrapper.c NULL, /* stat */ NULL 165 zlib/zlib_fopen_wrapper.c NULL, /* stat_url */ NULL 166 zlib/zlib_fopen_wrapper.c NULL, /* opendir */ NULL 168 zlib/zlib_fopen_wrapper.c NULL, /* unlink */ NULL 169 zlib/zlib_fopen_wrapper.c NULL, /* rename */ NULL 170 zlib/zlib_fopen_wrapper.c NULL, /* mkdir */ NULL 171 zlib/zlib_fopen_wrapper.c NULL /* rmdir */ NULL 176 zlib/zlib_fopen_wrapper.c NULL,